diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-07 22:04:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-07 22:04:32 +0200 |
commit | 721478fe5b67c9fb62f6cb00320bf12142fc9ebc (patch) | |
tree | 8306fff90c6f0392bc9b9ef94815cee8b4b91fc4 /doc/it | |
parent | 766273ac996d089020e0c0c389f55409eba05740 (diff) | |
download | weechat-721478fe5b67c9fb62f6cb00320bf12142fc9ebc.zip |
doc: add description of sections in configuration files (user's guide)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.txt | 208 |
1 files changed, 196 insertions, 12 deletions
diff --git a/doc/it/weechat_user.it.txt b/doc/it/weechat_user.it.txt index 862b25dba..c947306c5 100644 --- a/doc/it/weechat_user.it.txt +++ b/doc/it/weechat_user.it.txt @@ -1506,21 +1506,73 @@ Esempio di grassetto con il colore di primo piano del terminale: ---------------------------------------- // TRANSLATION MISSING +[[options_and_commands]] +Options and commands +~~~~~~~~~~~~~~~~~~~~ + +// TRANSLATION MISSING [[sec_options]] Secured data options (sec.conf) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| crypt | /set sec.crypt.* | Options for encryption +| data | <<command_weechat_secure,/secure>> | Secured data +|======================================== + +// TRANSLATION MISSING +Options: include::autogen/user/sec_options.txt[] [[weechat_options]] Opzioni di WeeChat (weechat.conf) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| debug | <<command_weechat_debug,/debug set>> + + /set weechat.debug.* | Debug level, for core and plugins (options can be added/removed in section) +| startup | /set weechat.startup.* | Startup options +| look | /set weechat.look.* | Look and feel +| palette | <<command_weechat_color,/color alias>> + + /set weechat.palette.* | Color aliases (options can be added/removed in section) +| color | /set weechat.color.* | Colors +| completion | /set weechat.completion.* | Completion options +| history | /set weechat.history.* | History options (commands and buffers) +| proxy | <<command_weechat_proxy,/proxy>> + + /set weechat.proxy.* | Proxy options +| network | /set weechat.network.* | Network/SSL options +| bar | <<command_weechat_bar,/bar>> + + /set weechat.bar.* | Bar options +| layout | <<command_weechat_layout,/layout>> | Layouts +| notify | <<command_weechat_buffer,/buffer notify>> | Notify levels for buffers (options can be added/removed in section) +| filter | <<command_weechat_filter,/filter>> | Filters +| key | <<command_weechat_key,/key>> | Keys in default context +| key_search | <<command_weechat_key,/key>> | Keys in search context +| key_cursor | <<command_weechat_key,/key>> | Keys in cursor context +| key_mouse | <<command_weechat_key,/key>> | Keys in mouse context +|======================================== + +// TRANSLATION MISSING +Options: include::autogen/user/weechat_options.txt[] [[weechat_commands]] Comandi di WeeChat -~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^ include::autogen/user/weechat_commands.txt[] @@ -1528,14 +1580,6 @@ include::autogen/user/weechat_commands.txt[] Plugin ------ -Per saperne di più riguardo lo sviluppo di plugin o script (tramite le API), per -favore consultare 'Riferimento API dei Plugin per WeeChat' oppure -'Guida allo Scripting di WeeChat'. - -[[plugins_in_weechat]] -Plugin in WeeChat -~~~~~~~~~~~~~~~~~ - Un plugin è una libreria dinamica, scritta in C e compilata, che viene caricata da WeeChat. In GNU/Linux, il file ha estensione ".so", ".dll" in Windows. @@ -1572,7 +1616,7 @@ I plugin predefiniti sono: | fifo | pipe FIFO utilizzata per inviare comandi da remoto su WeeChat | irc | protocollo chat per IRC | logger | Registra i buffer su file -| relay | Relay dei dati via rete (proxy IRC) +| relay | Relay dei dati via rete | rmodifier | Cambia le stringhe del modificatore con espressioni regolari | python | API per lo scripting in Python | perl | API per lo scripting in Perl @@ -1583,6 +1627,10 @@ I plugin predefiniti sono: | xfer | Trasferimento file e chat diretta |======================================= +Per saperne di più riguardo lo sviluppo di plugin o script (tramite le API), per +favore consultare 'Riferimento API dei Plugin per WeeChat' oppure +'Guida allo Scripting di WeeChat'. + [[alias_plugin]] Plugin Alias ~~~~~~~~~~~~ @@ -1607,6 +1655,23 @@ Il plugin Aspell consente di verificare l'ortografia nella riga di comando. Opzioni (aspell.conf) ^^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| color | /set aspell.color.* | Colors +| check | /set aspell.check.* | Options to control spell checking +| dict | <<command_aspell_aspell,/aspell setdict>> + + /set aspell.dict.* | Dictionaries used by buffer (options can be added/removed in section) +| option | /set aspell.option.* | <<aspell_speller_options,Opzioni ortografiche>> (options can be added/removed in section) +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/aspell_options.txt[] [[aspell_commands]] @@ -1705,6 +1770,23 @@ set caratteri: terminale: ISO-8859-15, interno: UTF-8 Opzioni (charset.conf) ^^^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| default | /set charset.default.* | Default decoding/encoding charset +| decode | <<command_charset_charset,/charset decode>> + + /set charset.decode.* | Decoding charset by buffer (options can be added/removed in section) +| encode | <<command_charset_charset,/charset encode>> + + /set charset.encode.* | Encoding charset by buffer (options can be added/removed in section) +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/charset_options.txt[] [[charset_commands]] @@ -1863,6 +1945,27 @@ $ weechat irc://caio@irc.freenode.net/#weechat,#tizio Opzioni (irc.conf) ^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set irc.look.* | Look and feel +| color | /set irc.color.* | Colors +| network | /set irc.network.* | Network options +| msgbuffer | /set irc.msgbuffer.* | <<irc_target_buffer,Buffer di destinazione per i messaggi IRC>> (options can be added/removed in section) +| ctcp | /set irc.ctcp.* | <<irc_ctcp_replies,Risposte CTCP>> (options can be added/removed in section) +| ignore | <<command_irc_ignore,/ignore>> | Ignore people +| server_default | /set irc.server_default.* | Default values for servers (used when options in server are not defined) +| server | <<command_irc_server,/server>> + + /set irc.server.* | Servers +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/irc_options.txt[] [[irc_commands]] @@ -2295,6 +2398,23 @@ opzioni a proposito su cosa e come viene salvato. Opzioni (logger.conf) ^^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set logger.look.* | Look and feel +| color | /set logger.color.* | Colors +| file | /set logger.file.* | Options for log files +| level | /set logger.level.* | Log level by buffer (options can be added/removed in section) +| mask | /set logger.mask.* | Filename mask by buffer (options can be added/removed in section) +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/logger_options.txt[] [[logger_commands]] @@ -2445,6 +2565,24 @@ protocolli differenti: Opzioni (relay.conf) ^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set relay.look.* | Look and feel +| color | /set relay.color.* | Colors +| network | /set relay.network.* | Network options +| irc | /set relay.irc.* | Options specific to irc protocol (irc proxy) +| port | <<command_relay_relay,/relay add>> + + /set relay.port.* | Ports used for relay (irc and weechat protocols) (options can be added/removed in section) +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/relay_options.txt[] [[relay_commands]] @@ -2576,6 +2714,21 @@ con `*`. Opzioni (rmodifier.conf) ^^^^^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set rmodifier.look.* | Look and feel +| modifier | <<command_rmodifier_rmodifier,/rmodifier add>> + + /set rmodifier.modifier.* | Rmodifiers +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/rmodifier_options.txt[] [[rmodifier_commands]] @@ -2647,6 +2800,21 @@ per gli script, consultare la 'Guida allo Scripting di WeeChat'. Script options (script.conf) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set script.look.* | Look and feel +| color | /set script.color.* | Colors +| scripts | /set script.scripts.* | Options for download of scripts +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/script_options.txt[] [[script_commands]] @@ -2705,6 +2873,22 @@ Il plugin Xfer fornisce: Opzioni (xfer.conf) ^^^^^^^^^^^^^^^^^^^ +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|======================================== +| Section | Control command | Description +| look | /set xfer.look.* | Look and feel +| color | /set xfer.color.* | Colors +| network | /set xfer.network.* | Network options +| file | /set xfer.file.* | Options for files sent/received +|======================================== + +// TRANSLATION MISSING +Options: + include::autogen/user/xfer_options.txt[] [[xfer_commands]] |