diff options
author | romain <romain@FreeBSD.org> | 2010-06-05 22:24:44 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-05 22:24:44 +0800 |
commit | 759f346f769abea8cd91b72fd7ef7fe73b045673 (patch) | |
tree | 80be0b1f5324c4beb7475f51f170f5e9db21a6b9 /irc/smuxi | |
parent | 5255c873c1d1d5a43e39389b0338425007bce643 (diff) | |
download | freebsd-ports-gnome-759f346f769abea8cd91b72fd7ef7fe73b045673.tar.gz freebsd-ports-gnome-759f346f769abea8cd91b72fd7ef7fe73b045673.tar.zst freebsd-ports-gnome-759f346f769abea8cd91b72fd7ef7fe73b045673.zip |
- Complete pkg-descr.
Submitted by: meebey (via IM)
Diffstat (limited to 'irc/smuxi')
-rw-r--r-- | irc/smuxi/pkg-descr | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/irc/smuxi/pkg-descr b/irc/smuxi/pkg-descr index 4458dd5383e1..6eb0325486bf 100644 --- a/irc/smuxi/pkg-descr +++ b/irc/smuxi/pkg-descr @@ -1,4 +1,14 @@ Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC -client for advanced users, targeting the GNOME desktop. +client for sophisticated users, targeting the GNOME desktop. + +Smuxi is based on the client-server model: The core application (engine) can +be placed onto a server which is connected to the Internet around-the-clock; +one or more frontends then connect to the core. This way, the connection to +IRC can be kept up even when all frontends have been closed. The combination +of screen and irssi served as example for this architecture. + +Smuxi also supports the regular single application mode. This behaves like a +typical IRC client; it doesn't need separate core management and utilizes a +local engine that is used by the local frontend client. WWW: http://www.smuxi.org |