Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
66 lines
1.4 KiB
Plaintext
66 lines
1.4 KiB
Plaintext
= weechat(1)
|
|
:doctype: manpage
|
|
:author: Sébastien Helleu
|
|
:email: flashcode@flashtux.org
|
|
:lang: cs
|
|
// TRANSLATION MISSING
|
|
:man manual: WeeChat Manual
|
|
:man source: WeeChat {revnumber}
|
|
|
|
== JMÉNO
|
|
|
|
weechat - the extensible chat client
|
|
|
|
== PŘEHLED
|
|
|
|
// TRANSLATION MISSING
|
|
[verse]
|
|
*weechat* [-a|--no-connect] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [debug-option...] [plugin:option...]
|
|
*weechat* [-c|--colors]
|
|
*weechat* [-h|--help]
|
|
*weechat* [-l|--license]
|
|
*weechat* [-v|--version]
|
|
|
|
== POPIS
|
|
|
|
WeeChat (Wee Enhanced Environment for Chat) je svobodný chatovací klient.
|
|
Je lehký, plně konfigurovatelný a lehce rozšiřitelný pomocí pluginů a scriptů
|
|
v obvyklých sciptovacích jazycích.
|
|
|
|
== VOLBY
|
|
|
|
include::cmdline_options.cs.adoc[]
|
|
|
|
// TRANSLATION MISSING
|
|
== DEBUG OPTIONS
|
|
|
|
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
|
|
|
include::cmdline_options_debug.cs.adoc[]
|
|
|
|
== VOLBY PLUGINŮ
|
|
|
|
include::man_plugin_options.cs.adoc[]
|
|
|
|
== SOUBORY
|
|
|
|
include::man_files.cs.adoc[]
|
|
|
|
// TRANSLATION MISSING
|
|
== SEE ALSO
|
|
|
|
*weechat-headless*(1)
|
|
|
|
== AUTOŘI
|
|
|
|
Tato manuálová stránka byla napsána {author}.
|
|
Tato manuálová stránka byla přeložena Ondřejem Súkupem.
|
|
|
|
== COPYRIGHT
|
|
|
|
include::man_copyright.cs.adoc[]
|
|
|
|
== PODPORA / HLÁŠENÍ CHYB
|
|
|
|
Pro pomoc nebo hlášení chyb https://weechat.org/about/support
|