Difference between revisions of "TalkSoup.app"
Jump to navigation
Jump to search
(License from source files) |
(+«* [https://github.com/aeruder/talksoup Source code at GitHub]») |
||
Line 15: | Line 15: | ||
maintainer = * [mailto:andy@aeruder.net Andrew Ruder] | | maintainer = * [mailto:andy@aeruder.net Andrew Ruder] | | ||
− | relatedlinks = * [http://talksoup.aeruder.net TalkSoup's Official Web Site] | + | relatedlinks = * [https://github.com/aeruder/talksoup Source code at GitHub] |
+ | * [http://talksoup.aeruder.net TalkSoup's Official Web Site] | ||
* [http://gnustep.blogspot.com/2008/02/stepchat-talksoup-and-grouch.html StepChat, TalkSoup and Grouch] | | * [http://gnustep.blogspot.com/2008/02/stepchat-talksoup-and-grouch.html StepChat, TalkSoup and Grouch] | | ||
category = [[Category:Network_Applications]] | category = [[Category:Network_Applications]] | ||
}} | }} |
Revision as of 07:13, 2 January 2015
This article or section is a stub (i.e., in need of additional material). You can help us by expanding it |
---|
TalkSoup is a GNUstep IRC client with a minimalistic feel and by far one of the most extensible designs in existence.
Current Version: 1.0alpha
- Released: September 7, 2005
- Licensed: GPL2
Overview
Features
At the core is just a simple class which passes messages between bundles or plugins. The rest of the IRC client is formed entirely by these bundles. This means you can have multiple output bundles such as a GTK output bundle, GNUstep bundle, even a ncurses bundle! And all of these could use other bundles which can do everything from output your incoming messages through a speech program or filter all your outgoing messages through a spell checking bundle.
Maintainer
Related Links