diff options
Diffstat (limited to 'doc/it/weechat.1.it.adoc')
-rw-r--r-- | doc/it/weechat.1.it.adoc | 112 |
1 files changed, 6 insertions, 106 deletions
diff --git a/doc/it/weechat.1.it.adoc b/doc/it/weechat.1.it.adoc index a0b80de5a..ee57bd3c4 100644 --- a/doc/it/weechat.1.it.adoc +++ b/doc/it/weechat.1.it.adoc @@ -21,8 +21,6 @@ weechat - the extensible chat client *weechat* [-l|--license] *weechat* [-v|--version] -*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-p|--no-plugin] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] - == DESCRIPTION // TRANSLATION MISSING @@ -30,109 +28,23 @@ WeeChat (Wee Enhanced Environment for Chat) è un client di chat libero, veloce e leggero, realizzato per diversi sistemi operativi. It is highly customizable and extensible with scripts. -// TRANSLATION MISSING -The command *weechat-headless* runs WeeChat in a headless mode (no interface). -It can be used for tests or to daemonize WeeChat with the option "--daemon". - == OPTIONS include::cmdline_options.it.adoc[] == PLUGIN OPTIONS -For complete doc on plugin options, please look at plugins documentation in -https://weechat.org/doc[WeeChat user's guide]. - -With irc plugin, you can connect to temporary server with an URL like: - - irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]] - -To join WeeChat IRC channel support with nick "mynick": - - irc://mynick@chat.freenode.net/#weechat - -IPv6 address can be enclosed in brackets to add a port after address, for -example: - - irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test +include::man_plugin_options.it.adoc[] // TRANSLATION MISSING == FILES -$HOME/.weechat/weechat.conf:: - main WeeChat configuration file - -$HOME/.weechat/plugins.conf:: - plugins configuration file - -$HOME/.weechat/sec.conf:: - configuration file with secured data - -$HOME/.weechat/alias.conf:: - configuration file for _alias_ plugin - -$HOME/.weechat/aspell.conf:: - configuration file for _aspell_ plugin - -$HOME/.weechat/buflist.conf:: - configuration file for _buflist_ plugin - -$HOME/.weechat/charset.conf:: - configuration file for _charset_ plugin - -$HOME/.weechat/exec.conf:: - configuration file for _exec_ plugin - -$HOME/.weechat/fifo.conf:: - configuration file for _fifo_ plugin - -$HOME/.weechat/fset.conf:: - configuration file for _fset_ plugin +include::man_files.it.adoc[] -$HOME/.weechat/guile.conf:: - configuration file for _guile_ plugin - -$HOME/.weechat/irc.conf:: - configuration file for _irc_ plugin - -$HOME/.weechat/javascript.conf:: - configuration file for _javascript_ plugin - -$HOME/.weechat/logger.conf:: - configuration file for _logger_ plugin - -$HOME/.weechat/lua.conf:: - configuration file for _lua_ plugin - -$HOME/.weechat/perl.conf:: - configuration file for _perl_ plugin - -$HOME/.weechat/php.conf:: - configuration file for _php_ plugin - -$HOME/.weechat/python.conf:: - configuration file for _python_ plugin - -$HOME/.weechat/relay.conf:: - configuration file for _relay_ plugin - -$HOME/.weechat/ruby.conf:: - configuration file for _ruby_ plugin - -$HOME/.weechat/script.conf:: - configuration file for _script_ plugin - -$HOME/.weechat/tcl.conf:: - configuration file for _tcl_ plugin - -$HOME/.weechat/trigger.conf:: - configuration file for _trigger_ plugin - -$HOME/.weechat/xfer.conf:: - configuration file for _xfer_ plugin +// TRANSLATION MISSING +== SEE ALSO -$HOME/.weechat/weechat.log:: - WeeChat log file +*weechat-headless*(1) == AUTHORS @@ -143,19 +55,7 @@ This manpage was written by {author}. == COPYRIGHT -WeeChat is written by Sébastien Helleu and contributors (complete list is in -the AUTHORS.adoc file). - -Copyright (C) 2003-2018 {author} - -WeeChat is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3 of the License, or -(at your option) any later version. - -Please read the COPYING file for more information. - -Web: https://weechat.org/ +include::man_copyright.it.adoc[] // TRANSLATION MISSING == SUPPORT / REPORTING BUGS |