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/it/weechat_faq.it.txt | |
parent | 1a9fe7b590091591686c46ddde4646be7178f76f (diff) | |
download | weechat-8005f00e2fc986359ef9af69560b9227abc0d318.zip |
doc: add remote GUIs in FAQ
Diffstat (limited to 'doc/it/weechat_faq.it.txt')
-rw-r--r-- | doc/it/weechat_faq.it.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index a07d29b88..417a2a820 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -30,7 +30,7 @@ Perché WeeChat è molto leggero ed ha nuove funzionalità. Alcune caratteristiche (versione ≥ 0.3.x): * supporto multi-protocollo via plugin (IRC, Jabber) -* diverse interfacce remote in aggiunta a Curses (presto in arrivo) +* diverse interfacce remote in aggiunta a Curses * supporto ai 256 colori * disponibile in molte lingue * estensibile con plugin (C, Perl, Python, Ruby, Lua, Tcl) @@ -59,9 +59,13 @@ Compilazione / installazione Ho sentito parlare di molte interfacce per WeeChat. Come si possono compilare/utilizzare? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Ad oggi è disponibile solo l'interfaccia Curses. +// TRANSLATION MISSING +Some remote GUIs are available: -Altre interfacce saranno disponibili come client remoti (in fase di sviluppo). +* 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]] Non è possibile compilare WeeChat dopo aver clonato il repository git, perché? |