diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-06-05 14:24:44 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-06-05 14:24:44 +0000 |
commit | 1ad27e2b27b1f4f5c0597290ed62baafb36328b7 (patch) | |
tree | 12394f484c91f3e704dbab979b83f2a48ab040cd | |
parent | 614a8b617cf092473b93052ef287b5b1dd8d557b (diff) | |
download | ports-1ad27e2b27b1f4f5c0597290ed62baafb36328b7.tar.gz ports-1ad27e2b27b1f4f5c0597290ed62baafb36328b7.zip |
Notes
-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 |