doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adoc
This commit is contained in:
parent
71aa3dd451
commit
9e8cdd5e40
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.cs.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.cs.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.cs.adoc
|
||||
|
@ -24,7 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.cs.adoc \
|
||||
weechat-headless.1.cs.adoc \
|
||||
cmdline_options.cs.adoc \
|
||||
cmdline_options_debug.cs.adoc \
|
||||
weechat_quickstart.cs.adoc \
|
||||
$(wildcard autogen/user/*.adoc) \
|
||||
$(wildcard autogen/plugin_api/*.adoc)
|
||||
@ -43,9 +42,9 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.cs.adoc cmdline_options.cs.adoc cmdline_options_debug.cs.adoc
|
||||
weechat.1: weechat.1.cs.adoc cmdline_options.cs.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/cs/weechat.1.cs.adoc
|
||||
weechat-headless.1: weechat-headless.1.cs.adoc cmdline_options.cs.adoc cmdline_options_debug.cs.adoc
|
||||
weechat-headless.1: weechat-headless.1.cs.adoc cmdline_options.cs.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/cs/weechat-headless.1.cs.adoc
|
||||
|
||||
# quickstart
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Zakaž automatické pripojení k serverům když WeeChat startuje.
|
||||
|
||||
@ -66,3 +67,23 @@
|
||||
|
||||
*plugin:option*::
|
||||
Nastavení pluginů.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
||||
// end::debug[]
|
||||
|
@ -1,16 +0,0 @@
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
@ -34,14 +34,14 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== VOLBY
|
||||
|
||||
include::cmdline_options.cs.adoc[]
|
||||
include::cmdline_options.cs.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.cs.adoc[]
|
||||
include::cmdline_options.cs.adoc[tag=debug]
|
||||
|
||||
== VOLBY PLUGINŮ
|
||||
|
||||
|
@ -29,14 +29,14 @@ v obvyklých sciptovacích jazycích.
|
||||
|
||||
== VOLBY
|
||||
|
||||
include::cmdline_options.cs.adoc[]
|
||||
include::cmdline_options.cs.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.cs.adoc[]
|
||||
include::cmdline_options.cs.adoc[tag=debug]
|
||||
|
||||
== VOLBY PLUGINŮ
|
||||
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.de.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.de.adoc
|
||||
@ -65,7 +63,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.de.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.de.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.de.html"
|
||||
|
@ -25,7 +25,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.de.adoc \
|
||||
weechat-headless.1.de.adoc \
|
||||
cmdline_options.de.adoc \
|
||||
cmdline_options_debug.de.adoc \
|
||||
weechat_user.de.adoc \
|
||||
weechat_scripting.de.adoc \
|
||||
weechat_faq.de.adoc \
|
||||
@ -51,13 +50,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.de.adoc cmdline_options.de.adoc cmdline_options_debug.de.adoc
|
||||
weechat.1: weechat.1.de.adoc cmdline_options.de.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/de/weechat.1.de.adoc
|
||||
weechat-headless.1: weechat-headless.1.de.adoc cmdline_options.de.adoc cmdline_options_debug.de.adoc
|
||||
weechat-headless.1: weechat-headless.1.de.adoc cmdline_options.de.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/de/weechat-headless.1.de.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.de.html: weechat_user.de.adoc cmdline_options.de.adoc cmdline_options_debug.de.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.de.html: weechat_user.de.adoc cmdline_options.de.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.de.html $(abs_top_srcdir)/doc/de/weechat_user.de.adoc
|
||||
|
||||
# scripting guide
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
deaktiviert das automatische Verbinden mit den Servern beim Start von WeeChat.
|
||||
|
||||
@ -60,3 +61,20 @@
|
||||
|
||||
*plugin:option*::
|
||||
Option für Erweiterung.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
*--no-dlclose*::
|
||||
die Funktion dlclose wird nicht ausgeführt, nachdem Erweiterungen beendet wurden
|
||||
Dies ist sinnvoll für Tools wie Valgrind um den Stack für Erweiterungen anzuzeigen,
|
||||
welche beendet wurden.
|
||||
|
||||
*--no-gnutls*::
|
||||
Es wird die init und deinit Funktion der GnuTLS Bibliothek nicht verwendet.
|
||||
Dies ist sinnvoll für Tools wie Valgrind und electric-fence, um GnuTLS
|
||||
Speicherfehler zu vermeiden.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Es wird die init und deinit Funktion der Gcrypt Bibliothek nicht verwendet.
|
||||
Dies ist sinnvoll für Tools wie Valgrind um Speicherfehler von Gcrypt zu vermeiden.
|
||||
// end::debug[]
|
||||
|
@ -1,13 +0,0 @@
|
||||
*--no-dlclose*::
|
||||
die Funktion dlclose wird nicht ausgeführt, nachdem Erweiterungen beendet wurden
|
||||
Dies ist sinnvoll für Tools wie Valgrind um den Stack für Erweiterungen anzuzeigen,
|
||||
welche beendet wurden.
|
||||
|
||||
*--no-gnutls*::
|
||||
Es wird die init und deinit Funktion der GnuTLS Bibliothek nicht verwendet.
|
||||
Dies ist sinnvoll für Tools wie Valgrind und electric-fence, um GnuTLS
|
||||
Speicherfehler zu vermeiden.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Es wird die init und deinit Funktion der Gcrypt Bibliothek nicht verwendet.
|
||||
Dies ist sinnvoll für Tools wie Valgrind um Speicherfehler von Gcrypt zu vermeiden.
|
@ -31,13 +31,13 @@ zu starten. Dazu nutzt man die Option "--daemon".
|
||||
|
||||
== OPTIONEN
|
||||
|
||||
include::cmdline_options.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
== DEBUG-OPTIONEN
|
||||
|
||||
*WARNUNG:* Diese Optionen sind lediglich für Debug-Zwecke *DIESE FUNKTIONEN SOLLTE NICHT IM PRODUKTIVEM EINSATZ GENUTZT WERDEN!*
|
||||
|
||||
include::cmdline_options_debug.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
== OPTIONEN VON ERWEITERUNGEN
|
||||
|
||||
|
@ -27,13 +27,13 @@ Durch Skripten ist das Hauptprogramm äußerst flexibel und erweiterbar.
|
||||
|
||||
== OPTIONEN
|
||||
|
||||
include::cmdline_options.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
== DEBUG-OPTIONEN
|
||||
|
||||
*WARNUNG:* Diese Optionen sind lediglich für Debug-Zwecke *DIESE FUNKTIONEN SOLLTE NICHT IM PRODUKTIVEM EINSATZ GENUTZT WERDEN!*
|
||||
|
||||
include::cmdline_options_debug.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
== OPTIONEN VON ERWEITERUNGEN
|
||||
|
||||
|
@ -511,14 +511,14 @@ die entsprechenden Dateien im Verzeichnis _~/.weechat_ erstellt.
|
||||
|
||||
==== Optionen für Befehlszeile
|
||||
|
||||
include::cmdline_options.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=standard]
|
||||
|
||||
==== zusätzliche Debug-Optionen
|
||||
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.de.adoc[]
|
||||
include::cmdline_options.de.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Umgebungsvariablen
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.en.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.en.adoc
|
||||
@ -66,7 +64,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.en.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.en.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.en.html"
|
||||
|
@ -25,7 +25,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.en.adoc \
|
||||
weechat-headless.1.en.adoc \
|
||||
cmdline_options.en.adoc \
|
||||
cmdline_options_debug.en.adoc \
|
||||
weechat_user.en.adoc \
|
||||
weechat_plugin_api.en.adoc \
|
||||
weechat_scripting.en.adoc \
|
||||
@ -58,13 +57,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.en.adoc cmdline_options.en.adoc cmdline_options_debug.en.adoc
|
||||
weechat.1: weechat.1.en.adoc cmdline_options.en.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/en/weechat.1.en.adoc
|
||||
weechat-headless.1: weechat-headless.1.en.adoc cmdline_options.en.adoc cmdline_options_debug.en.adoc
|
||||
weechat-headless.1: weechat-headless.1.en.adoc cmdline_options.en.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/en/weechat-headless.1.en.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.en.html: weechat_user.en.adoc cmdline_options.en.adoc cmdline_options_debug.en.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.en.html: weechat_user.en.adoc cmdline_options.en.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.en.html $(abs_top_srcdir)/doc/en/weechat_user.en.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Disable auto-connect to servers when WeeChat is starting.
|
||||
|
||||
@ -59,3 +60,20 @@
|
||||
|
||||
*plugin:option*::
|
||||
Option for a plugin.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
||||
// end::debug[]
|
||||
|
@ -1,13 +0,0 @@
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
@ -30,13 +30,13 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
|
@ -27,13 +27,13 @@ It is highly customizable and extensible with scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
|
@ -435,8 +435,7 @@ Documentation files:
|
||||
| docinfo.html | Asciidoctor style.
|
||||
| docgen.py | Python script to build files in _autogen/_ directory (see below).
|
||||
| XX/ | Documentation for language XX (languages: en, fr, de, it, ...).
|
||||
| cmdline_options.XX.adoc | Command-line general options (file included in man pages and user's guide).
|
||||
| cmdline_options_debug.XX.adoc | Command-line debug options (file included in man pages and user's guide).
|
||||
| cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
|
||||
| weechat.1.XX.adoc | Man page (`man weechat`).
|
||||
| weechat_dev.XX.adoc | link:weechat_dev.en.html[Developer's guide] (this document).
|
||||
| weechat_faq.XX.adoc | link:weechat_faq.en.html[FAQ].
|
||||
|
@ -502,14 +502,14 @@ created in _~/.weechat_ with default options and values
|
||||
|
||||
==== Command line options
|
||||
|
||||
include::cmdline_options.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=standard]
|
||||
|
||||
==== Extra debug options
|
||||
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.en.adoc[]
|
||||
include::cmdline_options.en.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Environment variables
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.fr.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.fr.adoc
|
||||
@ -66,7 +64,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.fr.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.fr.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.fr.html"
|
||||
|
@ -25,7 +25,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.fr.adoc \
|
||||
weechat-headless.1.fr.adoc \
|
||||
cmdline_options.fr.adoc \
|
||||
cmdline_options_debug.fr.adoc \
|
||||
weechat_user.fr.adoc \
|
||||
weechat_plugin_api.fr.adoc \
|
||||
weechat_scripting.fr.adoc \
|
||||
@ -58,13 +57,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.fr.adoc cmdline_options.fr.adoc cmdline_options_debug.fr.adoc
|
||||
weechat.1: weechat.1.fr.adoc cmdline_options.fr.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/fr/weechat.1.fr.adoc
|
||||
weechat-headless.1: weechat-headless.1.fr.adoc cmdline_options.fr.adoc cmdline_options_debug.fr.adoc
|
||||
weechat-headless.1: weechat-headless.1.fr.adoc cmdline_options.fr.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/fr/weechat-headless.1.fr.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.fr.html: weechat_user.fr.adoc cmdline_options.fr.adoc cmdline_options_debug.fr.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.fr.html: weechat_user.fr.adoc cmdline_options.fr.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.fr.html $(abs_top_srcdir)/doc/fr/weechat_user.fr.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Supprimer la connexion automatique aux serveurs lors du démarrage.
|
||||
|
||||
@ -62,3 +63,20 @@
|
||||
|
||||
*extension:option*::
|
||||
Option pour une extension.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
||||
// end::debug[]
|
||||
|
@ -1,13 +0,0 @@
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
@ -31,14 +31,14 @@ avec l'option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
== OPTIONS DE DEBUG
|
||||
|
||||
*ATTENTION :* ces options sont pour du debug seulement,
|
||||
*NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options_debug.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
== OPTIONS D'EXTENSION
|
||||
|
||||
|
@ -27,14 +27,14 @@ Il est hautement paramétrable et extensible avec des scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
== OPTIONS DE DEBUG
|
||||
|
||||
*ATTENTION :* ces options sont pour du debug seulement,
|
||||
*NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options_debug.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
== OPTIONS D'EXTENSION
|
||||
|
||||
|
@ -436,8 +436,7 @@ Fichiers de documentation :
|
||||
| docinfo.html | Style Asciidoctor.
|
||||
| docgen.py | Script Python pour construire les fichiers dans le répertoire _autogen/_ (voir ci-dessous).
|
||||
| XX/ | Documentation pour la langue XX (langues : en, fr, de, it, ...).
|
||||
| cmdline_options.XX.adoc | Options générales de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|
||||
| cmdline_options_debug.XX.adoc | Options de debug de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|
||||
| cmdline_options.XX.adoc | Options de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|
||||
| weechat.1.XX.adoc | Page de manuel (`man weechat`).
|
||||
| weechat_dev.XX.adoc | link:weechat_dev.fr.html[Guide du développeur] (ce document).
|
||||
| weechat_faq.XX.adoc | link:weechat_faq.fr.html[FAQ] (questions fréquemment posées).
|
||||
|
@ -517,14 +517,14 @@ par défaut sont créés dans _~/.weechat_ avec les options et valeurs par défa
|
||||
|
||||
==== Options de ligne de commande
|
||||
|
||||
include::cmdline_options.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=standard]
|
||||
|
||||
==== Options supplémentaires de debug
|
||||
|
||||
[WARNING]
|
||||
Ces options sont pour du debug seulement, *NE PAS UTILISER EN PRODUCTION !*
|
||||
|
||||
include::cmdline_options_debug.fr.adoc[]
|
||||
include::cmdline_options.fr.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Variables d'environnement
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.it.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.it.adoc
|
||||
@ -66,7 +64,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.it.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.it.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.it.html"
|
||||
|
@ -24,7 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.it.adoc \
|
||||
weechat-headless.1.it.adoc \
|
||||
cmdline_options.it.adoc \
|
||||
cmdline_options_debug.it.adoc \
|
||||
weechat_user.it.adoc \
|
||||
weechat_plugin_api.it.adoc \
|
||||
weechat_scripting.it.adoc \
|
||||
@ -53,13 +52,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.it.adoc cmdline_options.it.adoc cmdline_options_debug.it.adoc
|
||||
weechat.1: weechat.1.it.adoc cmdline_options.it.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/it/weechat.1.it.adoc
|
||||
weechat-headless.1: weechat-headless.1.it.adoc cmdline_options.it.adoc cmdline_options_debug.it.adoc
|
||||
weechat-headless.1: weechat-headless.1.it.adoc cmdline_options.it.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/it/weechat-headless.1.it.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.it.html: weechat_user.it.adoc cmdline_options.it.adoc cmdline_options_debug.it.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.it.html: weechat_user.it.adoc cmdline_options.it.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.it.html $(abs_top_srcdir)/doc/it/weechat_user.it.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Disabilita la connessione automatica ai server all'avvio di WeeChat.
|
||||
|
||||
@ -66,3 +67,23 @@
|
||||
|
||||
*plugin:option*::
|
||||
Opzione per il plugin.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
||||
// end::debug[]
|
||||
|
@ -1,16 +0,0 @@
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
@ -35,14 +35,14 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
|
@ -31,14 +31,14 @@ It is highly customizable and extensible with scripts.
|
||||
|
||||
== OPTIONS
|
||||
|
||||
include::cmdline_options.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
== PLUGIN OPTIONS
|
||||
|
||||
|
@ -550,7 +550,7 @@ created in _~/.weechat_ with default options and values
|
||||
// TRANSLATION MISSING
|
||||
==== Command line options
|
||||
|
||||
include::cmdline_options.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
==== Extra debug options
|
||||
@ -558,7 +558,7 @@ include::cmdline_options.it.adoc[]
|
||||
[WARNING]
|
||||
These options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.it.adoc[]
|
||||
include::cmdline_options.it.adoc[tag=debug]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[[environment_variables]]
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ja.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ja.adoc
|
||||
@ -66,7 +64,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ja.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.ja.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.ja.html"
|
||||
|
@ -24,7 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.ja.adoc \
|
||||
weechat-headless.1.ja.adoc \
|
||||
cmdline_options.ja.adoc \
|
||||
cmdline_options_debug.ja.adoc \
|
||||
weechat_user.ja.adoc \
|
||||
weechat_plugin_api.ja.adoc \
|
||||
weechat_scripting.ja.adoc \
|
||||
@ -57,13 +56,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.ja.adoc cmdline_options.ja.adoc cmdline_options_debug.ja.adoc
|
||||
weechat.1: weechat.1.ja.adoc cmdline_options.ja.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/ja/weechat.1.ja.adoc
|
||||
weechat-headless.1: weechat-headless.1.ja.adoc cmdline_options.ja.adoc cmdline_options_debug.ja.adoc
|
||||
weechat-headless.1: weechat-headless.1.ja.adoc cmdline_options.ja.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/ja/weechat-headless.1.ja.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.ja.html: weechat_user.ja.adoc cmdline_options.ja.adoc cmdline_options_debug.ja.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.ja.html: weechat_user.ja.adoc cmdline_options.ja.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.ja.html $(abs_top_srcdir)/doc/ja/weechat_user.ja.adoc
|
||||
|
||||
# plugin API reference
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
WeeChat の起動時にサーバへの自動接続を行わない
|
||||
|
||||
@ -60,3 +61,23 @@
|
||||
|
||||
*plugin:option*::
|
||||
プラグインに渡すオプション
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
プラグインがアンロードされた後に関数
|
||||
dlclose を呼び出さない。これは Valgrind
|
||||
などのツールを使ってアンロードされたプラグインのスタックを表示する際に有用です。
|
||||
|
||||
*--no-gnutls*::
|
||||
GnuTLS ライブラリの init および deinit
|
||||
関数を呼び出さない。これは Valgrind および electric-fence
|
||||
などのツールを使って GnuTLS メモリエラーを避ける際に有用です。
|
||||
|
||||
*--no-gcrypt*::
|
||||
Gcrypt ライブラリの init および deinit 関数を呼び出さない。これは
|
||||
Valgrind などのツールを使って Gcrypt メモリエラーを避ける際に有効です。
|
||||
// end::debug[]
|
||||
|
@ -1,16 +0,0 @@
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
プラグインがアンロードされた後に関数
|
||||
dlclose を呼び出さない。これは Valgrind
|
||||
などのツールを使ってアンロードされたプラグインのスタックを表示する際に有用です。
|
||||
|
||||
*--no-gnutls*::
|
||||
GnuTLS ライブラリの init および deinit
|
||||
関数を呼び出さない。これは Valgrind および electric-fence
|
||||
などのツールを使って GnuTLS メモリエラーを避ける際に有用です。
|
||||
|
||||
*--no-gcrypt*::
|
||||
Gcrypt ライブラリの init および deinit 関数を呼び出さない。これは
|
||||
Valgrind などのツールを使って Gcrypt メモリエラーを避ける際に有効です。
|
@ -30,13 +30,13 @@ WeeChat (Wee Enhanced Environment for Chat) はフリーのチャットクライ
|
||||
|
||||
== オプション
|
||||
|
||||
include::cmdline_options.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
== デバッグオプション
|
||||
|
||||
*警告:* 以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options_debug.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
== プラグインオプション
|
||||
|
||||
|
@ -27,13 +27,13 @@ WeeChat (Wee Enhanced Environment for Chat) はフリーのチャットクライ
|
||||
|
||||
== オプション
|
||||
|
||||
include::cmdline_options.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
== デバッグオプション
|
||||
|
||||
*警告:* 以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options_debug.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
== プラグインオプション
|
||||
|
||||
|
@ -455,8 +455,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
| docinfo.html | asciidoctor スタイル
|
||||
| docgen.py | _autogen/_ ディレクトリ内のファイルを作成する Python スクリプト (以下を参照)
|
||||
| XX/ | 言語コード XX (言語コード: en、fr、de、it、...) 用のディレクトリ
|
||||
| cmdline_options.XX.adoc | 一般利用向けコマンドラインオプション (このファイルの内容は man ページとユーザーズガイドにも含まれます)
|
||||
| cmdline_options_debug.XX.adoc | デバッグ用コマンドラインオプション (このファイルの内容は man ページとユーザーズガイドにも含まれます)
|
||||
// TRANSLATION MISSING
|
||||
| cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
|
||||
| weechat.1.XX.adoc | man ページ (`man weechat`)
|
||||
| weechat_dev.XX.adoc | link:weechat_dev.ja.html[開発者リファレンス] (この文書)
|
||||
| weechat_faq.XX.adoc | link:weechat_faq.ja.html[FAQ]
|
||||
|
@ -508,14 +508,14 @@ _~/.weechat_ ディレクトリの中に作成されます
|
||||
|
||||
==== コマンドラインオプション
|
||||
|
||||
include::cmdline_options.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=standard]
|
||||
|
||||
==== デバッグオプション
|
||||
|
||||
[WARNING]
|
||||
以下のオプションはデバッグ用です。*通常利用時には使わないでください!*
|
||||
|
||||
include::cmdline_options_debug.ja.adoc[]
|
||||
include::cmdline_options.ja.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== 環境変数
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.pl.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.pl.adoc
|
||||
@ -65,7 +63,6 @@ if(ENABLE_DOC)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../docinfo.html
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_user.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.pl.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.pl.adoc
|
||||
${AUTOGEN_USER}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Building weechat_user.pl.html"
|
||||
|
@ -25,7 +25,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.pl.adoc \
|
||||
weechat-headless.1.pl.adoc \
|
||||
cmdline_options.pl.adoc \
|
||||
cmdline_options_debug.pl.adoc \
|
||||
weechat_user.pl.adoc \
|
||||
weechat_scripting.pl.adoc \
|
||||
weechat_faq.pl.adoc \
|
||||
@ -51,13 +50,13 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.pl.adoc cmdline_options.pl.adoc cmdline_options_debug.pl.adoc
|
||||
weechat.1: weechat.1.pl.adoc cmdline_options.pl.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/pl/weechat.1.pl.adoc
|
||||
weechat-headless.1: weechat-headless.1.pl.adoc cmdline_options.pl.adoc cmdline_options_debug.pl.adoc
|
||||
weechat-headless.1: weechat-headless.1.pl.adoc cmdline_options.pl.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/pl/weechat-headless.1.pl.adoc
|
||||
|
||||
# user's guide
|
||||
weechat_user.pl.html: weechat_user.pl.adoc cmdline_options.pl.adoc cmdline_options_debug.pl.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
weechat_user.pl.html: weechat_user.pl.adoc cmdline_options.pl.adoc $(wildcard autogen/user/*.adoc) $(abs_top_srcdir)/doc/docinfo.html
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -o weechat_user.pl.html $(abs_top_srcdir)/doc/pl/weechat_user.pl.adoc
|
||||
|
||||
# scripting guide
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Wyłącza automatyczne łączenie się z serwerami podczas uruchamiania WeeChat.
|
||||
|
||||
@ -59,3 +60,21 @@
|
||||
|
||||
*wtyczka:opcja*::
|
||||
Opcja dla wtyczki.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
*--no-dlclose*::
|
||||
Nie wołaj funkcji dlclose po wyładowaniu wtyczek.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind do wyświetlania
|
||||
stosu wyładowywanych wtyczek.
|
||||
|
||||
*--no-gnutls*::
|
||||
Nie wywołuj funkcji (de)inicjijących z biblioteki GnuTLS.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind i electric-fence,
|
||||
aby zapobiec błędą pamięci GnuTLS.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Nie wywołuj funkcji (de)inicjijących z biblioteki Gcrypt.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind, aby zapobiec błędą
|
||||
pamięci Gcrypt.
|
||||
// end::debug[]
|
||||
|
@ -1,14 +0,0 @@
|
||||
*--no-dlclose*::
|
||||
Nie wołaj funkcji dlclose po wyładowaniu wtyczek.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind do wyświetlania
|
||||
stosu wyładowywanych wtyczek.
|
||||
|
||||
*--no-gnutls*::
|
||||
Nie wywołuj funkcji (de)inicjijących z biblioteki GnuTLS.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind i electric-fence,
|
||||
aby zapobiec błędą pamięci GnuTLS.
|
||||
|
||||
*--no-gcrypt*::
|
||||
Nie wywołuj funkcji (de)inicjijących z biblioteki Gcrypt.
|
||||
Jest to przydatne przy użyciu narzędzi jak Valgrind, aby zapobiec błędą
|
||||
pamięci Gcrypt.
|
@ -31,13 +31,13 @@ opcji "--daemon".
|
||||
|
||||
== OPCJE
|
||||
|
||||
include::cmdline_options.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
== OPCJE DEBUGUJĄCE
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
== OPCJE WTYCZEK
|
||||
|
||||
|
@ -27,13 +27,13 @@ Posiada dużo opcji konfiguracyjnych i dodatkowych wtyczek.
|
||||
|
||||
== OPCJE
|
||||
|
||||
include::cmdline_options.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
== OPCJE DEBUGUJĄCE
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
== OPCJE WTYCZEK
|
||||
|
||||
|
@ -510,14 +510,14 @@ w _~/.weechat_ z domyślnymi opcjami i wartościami
|
||||
|
||||
==== Argumenty linii poleceń
|
||||
|
||||
include::cmdline_options.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=standard]
|
||||
|
||||
==== Dodatkowe opcje do debugowania
|
||||
|
||||
[WARNING]
|
||||
Te opcje służą tylko do debugowania błędów, *NIE UŻYWAĆ NA PRODUKCJI!*
|
||||
|
||||
include::cmdline_options_debug.pl.adoc[]
|
||||
include::cmdline_options.pl.adoc[tag=debug]
|
||||
|
||||
[[environment_variables]]
|
||||
=== Zmienne środowiskowe
|
||||
|
@ -25,7 +25,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ru.adoc
|
||||
@ -42,7 +41,6 @@ if(ENABLE_MAN)
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat-headless.1.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options_debug.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_plugin_options.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ru.adoc
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ru.adoc
|
||||
|
@ -24,7 +24,6 @@ EXTRA_DIST = CMakeLists.txt \
|
||||
weechat.1.ru.adoc \
|
||||
weechat-headless.1.ru.adoc \
|
||||
cmdline_options.ru.adoc \
|
||||
cmdline_options_debug.ru.adoc \
|
||||
weechat_quickstart.ru.adoc
|
||||
|
||||
if MAN
|
||||
@ -41,9 +40,9 @@ endif
|
||||
all-local: $(man_targets) $(doc_targets)
|
||||
|
||||
# man pages
|
||||
weechat.1: weechat.1.ru.adoc cmdline_options.ru.adoc cmdline_options_debug.ru.adoc
|
||||
weechat.1: weechat.1.ru.adoc cmdline_options.ru.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat.1 $(abs_top_srcdir)/doc/ru/weechat.1.ru.adoc
|
||||
weechat-headless.1: weechat-headless.1.ru.adoc cmdline_options.ru.adoc cmdline_options_debug.ru.adoc
|
||||
weechat-headless.1: weechat-headless.1.ru.adoc cmdline_options.ru.adoc
|
||||
$(ASCIIDOCTOR) $(ASCIIDOCTOR_ARGS) -a revnumber="$(VERSION)" -b manpage -o weechat-headless.1 $(abs_top_srcdir)/doc/ru/weechat-headless.1.ru.adoc
|
||||
|
||||
# quickstart
|
||||
|
@ -1,3 +1,4 @@
|
||||
// tag::standard[]
|
||||
*-a*, *--no-connect*::
|
||||
Отключить автоподключение к серверу при старте WeeChat.
|
||||
|
||||
@ -66,3 +67,23 @@
|
||||
|
||||
*<плагин>:<параметр>*::
|
||||
Задать параметр плагина.
|
||||
// end::standard[]
|
||||
|
||||
// tag::debug[]
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
||||
// end::debug[]
|
||||
|
@ -1,16 +0,0 @@
|
||||
// TRANSLATION MISSING
|
||||
*--no-dlclose*::
|
||||
Do not call the function dlclose after plugins are unloaded.
|
||||
This is useful with tools like Valgrind to display stack for unloaded
|
||||
plugins.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gnutls*::
|
||||
Do not call the init and deinit functions of GnuTLS library.
|
||||
This is useful with tools like Valgrind and electric-fence, to prevent
|
||||
GnuTLS memory errors.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
*--no-gcrypt*::
|
||||
Do not call the init and deinit functions of Gcrypt library.
|
||||
This is useful with tools like Valgrind, to prevent Gcrypt memory errors.
|
@ -34,14 +34,14 @@ It can be used for tests or to daemonize WeeChat with the option "--daemon".
|
||||
|
||||
== ПАРАМЕТРЫ
|
||||
|
||||
include::cmdline_options.ru.adoc[]
|
||||
include::cmdline_options.ru.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.ru.adoc[]
|
||||
include::cmdline_options.ru.adoc[tag=debug]
|
||||
|
||||
== ПАРАМЕТРЫ ПЛАГИНОВ
|
||||
|
||||
|
@ -29,14 +29,14 @@ WeeChat (Wee Enhanced Environment for Chat) это свободный чат-к
|
||||
|
||||
== ПАРАМЕТРЫ
|
||||
|
||||
include::cmdline_options.ru.adoc[]
|
||||
include::cmdline_options.ru.adoc[tag=standard]
|
||||
|
||||
// TRANSLATION MISSING
|
||||
== DEBUG OPTIONS
|
||||
|
||||
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
||||
|
||||
include::cmdline_options_debug.ru.adoc[]
|
||||
include::cmdline_options.ru.adoc[tag=debug]
|
||||
|
||||
== ПАРАМЕТРЫ ПЛАГИНОВ
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user