diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-24 17:58:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-24 17:58:39 +0200 |
commit | 8005f00e2fc986359ef9af69560b9227abc0d318 (patch) | |
tree | eabb05663c800a1085a691cb2e5dfc93184a95f1 /doc/en | |
parent | 1a9fe7b590091591686c46ddde4646be7178f76f (diff) | |
download | weechat-8005f00e2fc986359ef9af69560b9227abc0d318.zip |
doc: add remote GUIs in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_faq.en.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 0efb453aa..2f4718b08 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -30,7 +30,7 @@ Because WeeChat is very light and has new features. Some features (version ≥ 0.3.x): * multi-protocol support via plugins (IRC, Jabber) -* many remote GUI's in addition to Curses (coming soon) +* many remote GUIs in addition to Curses * 256 colors support * available in many languages * extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl) @@ -57,12 +57,15 @@ Compilation / install --------------------- [[gui]] -I heard about many GUI's for WeeChat. How can I compile/use them? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +I heard about many GUIs for WeeChat. How can I compile/use them? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Today only a Curses GUI is available. +Some remote GUIs are available: -Other GUI's will be available as remote clients (currently under development). +* http://weechat.org/download/devel[QWeeChat] (Qt) +* https://github.com/ubergeek42/weechat-android[weechat-android] (Android) +* https://github.com/the-kenny/weechat.el[weechat.el] (Emacs) +* https://github.com/eirikb/weecloud[weecloud] (Web) [[compile_git]] I can't compile WeeChat after cloning git repository, why? |