====== sushi IRC suite ====== [[https://launchpad.net/sushi|{{ http://media.launchpad.net/lp-badge-kit/launchpad-badge-w160px.png|sushi IRC suite uses Launchpad}}]] The sushi IRC suite consists of a central daemon and several clients, which communicate via DBus. The daemon -- [[Components:maki]] -- provides DBus methods and signals that abstract the IRC protocol to make it more pleasant to use. Consequently, clients using this interface can focus on providing a good user experience instead of worrying about implementation details of the IRC protocol. For example, this interface could also be used to easily write IRC bots in any language that supports DBus. The suite currently provides a graphical client for GTK -- [[Components:tekka]] -- as well as one for the terminal -- [[Components:nigiri]]. ===== News ===== {{rss>http://feeds.launchpad.net/sushi/announcements.atom 5 author date}} ===== Components ===== * [[Components:maki]] IRC daemon (C, [[http://www.gtk.org/|GLib]]) * [[Components:tekka]] IRC client (Python, [[http://www.pygtk.org/|GTK]]/[[http://www.gnome.org/|GNOME]]) * [[Components:nigiri]] IRC client (Python, [[http://excess.org/urwid/|Urwid]]) ===== Contact ===== You can find us on [[irc://chat.freenode.net/|freenode]] (chat.freenode.net) in [[irc://chat.freenode.net/sushi-irc|#sushi-irc]]. Also, feel free to ask questions at [[https://answers.launchpad.net/sushi]]. Please report bugs at [[https://bugs.launchpad.net/sushi]]. ===== Downloads ===== ==== Stable Version ==== * 1.2.0 (2010-04-29): [[http://sushi.ikkoku.de/downloads/1.2/sushi-1.2.0.tar.bz2|Source (bz2)]], [[http://sushi.ikkoku.de/downloads/1.2/sushi-1.2.0.tar.gz|Source (gz)]], [[https://launchpad.net/~sushi.maintainers/+archive/ppa|Ubuntu]] (9.04, 9.10 and 10.04), [[http://aur.archlinux.org/packages.php?ID=31295|Arch Linux (AUR)]] The only platform working out-of-the-box is Linux. Instructions for OpenSolaris and Mac OS X can be found in [[http://git.ikkoku.de/?p=sushi/maki;a=tree;f=documentation/os;hb=HEAD|documentation/os]]. ==== Development Version ==== The current development version is available in the following forms: * Nightly snapshots: [[http://sushi.ikkoku.de/downloads/nightly]] * Ubuntu packages: [[https://launchpad.net/~sushi.maintainers/+archive/development-version]] (Packages are provided for Ubuntu 9.04, 9.10, 10.04 and 10.10.) * Web interface: [[http://git.ikkoku.de/?s=sushi]] * Git repositories: ''git://ikkoku.de/sushi/{maki,tekka,nigiri,plugins}'' ===== Development ===== You can translate sushi at [[https://translations.launchpad.net/sushi]]. Some nice source code statstics are located at [[https://www.ohloh.net/projects/sushi]]. For more information, see [[development]].