1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

doc: merge files man_*.xx.adoc into a single file man.xx.adoc

This commit is contained in:
Sébastien Helleu
2020-05-02 14:48:10 +02:00
parent 9e8cdd5e40
commit 2ff18a8d46
59 changed files with 383 additions and 339 deletions
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.cs.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.cs.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (cs)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.cs.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.cs.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.cs.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.cs.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (cs)"
)
+3 -2
View File
@@ -24,6 +24,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.cs.adoc \
weechat-headless.1.cs.adoc \
cmdline_options.cs.adoc \
man.cs.adoc \
weechat_quickstart.cs.adoc \
$(wildcard autogen/user/*.adoc) \
$(wildcard autogen/plugin_api/*.adoc)
@@ -42,9 +43,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.cs.adoc cmdline_options.cs.adoc
weechat.1: weechat.1.cs.adoc cmdline_options.cs.adoc man.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
weechat-headless.1: weechat-headless.1.cs.adoc cmdline_options.cs.adoc man.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,21 @@
// tag::plugin_options[]
Pro kompletní dokumentaci nastavení pluginů a jejich volby podívejte se na
https://weechat.org/doc[WeeChat user's guide].
S irc pluginem se můžete doččasně připojit na server s URL jako:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
K připojení na IRC kanál Weechatu pro podporu s přezdívkou "mynick":
irc://mynick@chat.freenode.net/#weechat
IPv6 adresa může být uzavřena do hranatých závorek k přidání portu, například:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
hlavní konfigurační soubor WeeChatu
@@ -72,3 +90,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
soubor záznamů WeeChatu
// end::files[]
// tag::copyright[]
WeeChat je napsán Sébastienem Helleu a přispěvovateli (kompletní seznam je v
souboru AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Prosím přečtěte si soubor COPYING pro více informací.
Web: https://weechat.org/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat je napsán Sébastienem Helleu a přispěvovateli (kompletní seznam je v
souboru AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Prosím přečtěte si soubor COPYING pro více informací.
Web: https://weechat.org/
-14
View File
@@ -1,14 +0,0 @@
Pro kompletní dokumentaci nastavení pluginů a jejich volby podívejte se na
https://weechat.org/doc[WeeChat user's guide].
S irc pluginem se můžete doččasně připojit na server s URL jako:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
K připojení na IRC kanál Weechatu pro podporu s přezdívkou "mynick":
irc://mynick@chat.freenode.net/#weechat
IPv6 adresa může být uzavřena do hranatých závorek k přidání portu, například:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -45,11 +45,11 @@ include::cmdline_options.cs.adoc[tag=debug]
== VOLBY PLUGINŮ
include::man_plugin_options.cs.adoc[]
include::man.cs.adoc[tag=plugin_options]
== SOUBORY
include::man_files.cs.adoc[]
include::man.cs.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -63,7 +63,7 @@ Tato manuálová stránka byla přeložena Ondřejem Súkupem.
== COPYRIGHT
include::man_copyright.cs.adoc[]
include::man.cs.adoc[tag=copyright]
== PODPORA / HLÁŠENÍ CHYB
+3 -3
View File
@@ -40,11 +40,11 @@ include::cmdline_options.cs.adoc[tag=debug]
== VOLBY PLUGINŮ
include::man_plugin_options.cs.adoc[]
include::man.cs.adoc[tag=plugin_options]
== SOUBORY
include::man_files.cs.adoc[]
include::man.cs.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -58,7 +58,7 @@ Tato manuálová stránka byla přeložena Ondřejem Súkupem.
== COPYRIGHT
include::man_copyright.cs.adoc[]
include::man.cs.adoc[tag=copyright]
== PODPORA / HLÁŠENÍ CHYB
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.de.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.de.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (de)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.de.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.de.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.de.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.de.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (de)"
)
+3 -2
View File
@@ -25,6 +25,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.de.adoc \
weechat-headless.1.de.adoc \
cmdline_options.de.adoc \
man.de.adoc \
weechat_user.de.adoc \
weechat_scripting.de.adoc \
weechat_faq.de.adoc \
@@ -50,9 +51,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.de.adoc cmdline_options.de.adoc
weechat.1: weechat.1.de.adoc cmdline_options.de.adoc man.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
weechat-headless.1: weechat-headless.1.de.adoc cmdline_options.de.adoc man.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
@@ -1,3 +1,22 @@
// tag::plugin_options[]
Um eine vollständige Dokumentation der Optionen zu erhalten, siehe
https://weechat.org/doc[WeeChat user's guide].
Mittels der IRC Erweiterung kann man sich zu einen temporären Server verbinden lassen,
indem man eine URL verwendet:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
Um dem WeeChat IRC Support-Channel, mit dem Nick "mynick", beizutreten:
irc://mynick@chat.freenode.net/#weechat
Um eine IPv6 Adresse zu nutzen, muss diese in eckige Klammern gesetzt werden:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
WeeChats Konfigurationsdatei
@@ -72,3 +91,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
WeeChat Protokolldatei
// end::files[]
// tag::copyright[]
WeeChat wird programmiert von Sébastien Helleu und weiteren Beteiligten (eine vollständige Auflistung
findet man in der AUTHORS.adoc Datei).
Copyright (C) 2003-2020 {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/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat wird programmiert von Sébastien Helleu und weiteren Beteiligten (eine vollständige Auflistung
findet man in der AUTHORS.adoc Datei).
Copyright (C) 2003-2020 {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/
-15
View File
@@ -1,15 +0,0 @@
Um eine vollständige Dokumentation der Optionen zu erhalten, siehe
https://weechat.org/doc[WeeChat user's guide].
Mittels der IRC Erweiterung kann man sich zu einen temporären Server verbinden lassen,
indem man eine URL verwendet:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
Um dem WeeChat IRC Support-Channel, mit dem Nick "mynick", beizutreten:
irc://mynick@chat.freenode.net/#weechat
Um eine IPv6 Adresse zu nutzen, muss diese in eckige Klammern gesetzt werden:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -41,11 +41,11 @@ include::cmdline_options.de.adoc[tag=debug]
== OPTIONEN VON ERWEITERUNGEN
include::man_plugin_options.de.adoc[]
include::man.de.adoc[tag=plugin_options]
== DATEIEN
include::man_files.de.adoc[]
include::man.de.adoc[tag=files]
== SIEHE AUCH
@@ -59,7 +59,7 @@ Diese manpage wurde von {author} geschrieben.
== COPYRIGHT
include::man_copyright.de.adoc[]
include::man.de.adoc[tag=copyright]
== SUPPORT / FEHLER MELDEN
+3 -3
View File
@@ -37,11 +37,11 @@ include::cmdline_options.de.adoc[tag=debug]
== OPTIONEN VON ERWEITERUNGEN
include::man_plugin_options.de.adoc[]
include::man.de.adoc[tag=plugin_options]
== DATEIEN
include::man_files.de.adoc[]
include::man.de.adoc[tag=files]
== SIEHE AUCH
@@ -55,7 +55,7 @@ Diese manpage wurde von {author} geschrieben.
== COPYRIGHT
include::man_copyright.de.adoc[]
include::man.de.adoc[tag=copyright]
== SUPPORT / FEHLER MELDEN
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.en.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.en.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (en)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.en.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.en.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.en.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.en.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (en)"
)
+3 -2
View File
@@ -25,6 +25,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.en.adoc \
weechat-headless.1.en.adoc \
cmdline_options.en.adoc \
man.en.adoc \
weechat_user.en.adoc \
weechat_plugin_api.en.adoc \
weechat_scripting.en.adoc \
@@ -57,9 +58,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.en.adoc cmdline_options.en.adoc
weechat.1: weechat.1.en.adoc cmdline_options.en.adoc man.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
weechat-headless.1: weechat-headless.1.en.adoc cmdline_options.en.adoc man.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
@@ -1,4 +1,22 @@
// TRANSLATION MISSING
// tag::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
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
main WeeChat configuration file
@@ -73,3 +91,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
WeeChat log file
// end::files[]
// tag::copyright[]
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2020 {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/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2020 {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/
-15
View File
@@ -1,15 +0,0 @@
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
+3 -3
View File
@@ -40,11 +40,11 @@ include::cmdline_options.en.adoc[tag=debug]
== PLUGIN OPTIONS
include::man_plugin_options.en.adoc[]
include::man.en.adoc[tag=plugin_options]
== FILES
include::man_files.en.adoc[]
include::man.en.adoc[tag=files]
== SEE ALSO
@@ -56,7 +56,7 @@ This manpage was written by {author}.
== COPYRIGHT
include::man_copyright.en.adoc[]
include::man.en.adoc[tag=copyright]
== SUPPORT / REPORTING BUGS
+3 -3
View File
@@ -37,11 +37,11 @@ include::cmdline_options.en.adoc[tag=debug]
== PLUGIN OPTIONS
include::man_plugin_options.en.adoc[]
include::man.en.adoc[tag=plugin_options]
== FILES
include::man_files.en.adoc[]
include::man.en.adoc[tag=files]
== SEE ALSO
@@ -53,7 +53,7 @@ This manpage was written by {author}.
== COPYRIGHT
include::man_copyright.en.adoc[]
include::man.en.adoc[tag=copyright]
== SUPPORT / REPORTING BUGS
+1
View File
@@ -436,6 +436,7 @@ Documentation files:
|    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 options (file included in man pages and user's guide).
|       man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       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].
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.fr.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.fr.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (fr)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.fr.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.fr.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.fr.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.fr.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (fr)"
)
+3 -2
View File
@@ -25,6 +25,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.fr.adoc \
weechat-headless.1.fr.adoc \
cmdline_options.fr.adoc \
man.fr.adoc \
weechat_user.fr.adoc \
weechat_plugin_api.fr.adoc \
weechat_scripting.fr.adoc \
@@ -57,9 +58,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.fr.adoc cmdline_options.fr.adoc
weechat.1: weechat.1.fr.adoc cmdline_options.fr.adoc man.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
weechat-headless.1: weechat-headless.1.fr.adoc cmdline_options.fr.adoc man.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
@@ -1,3 +1,24 @@
// tag::plugin_options[]
Pour une documentation complète sur les options des extensions, merci de
consulter la documentation des extensions dans le
https://weechat.org/doc[guide utilisateur de WeeChat].
Avec l'extension irc, vous pouvez vous connecter à un serveur de manière
temporaire avec une URL, comme ceci :
irc[6][s]://[[pseudo][:motdepasse]@]serveur[:port][/#canal1[,#canal2...]]
Pour rejoindre le canal IRC de support WeeChat avec le pseudo "monpseudo" :
irc://monpseudo@chat.freenode.net/#weechat
Les adresses IPv6 peuvent être entourées par des crochets pour ajouter un port
après, par exemple :
irc://monpseudo@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
fichier de configuration principal de WeeChat
@@ -72,3 +93,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
fichier de log de WeeChat
// end::files[]
// tag::copyright[]
WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
est dans le fichier AUTHORS.adoc).
Copyright (C) 2003-2020 {author}
WeeChat est un logiciel libre; vous pouvez le redistribuer et/ou le modifier
sous les termes de la GNU General Public License telle que publiée par la
Free Software Foundation; soit la version 3 de la licence, ou (selon votre
choix) toute version ultérieure.
Merci de consulter le fichier COPYING pour plus d'informations.
Site web : https://weechat.org/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
est dans le fichier AUTHORS.adoc).
Copyright (C) 2003-2020 {author}
WeeChat est un logiciel libre; vous pouvez le redistribuer et/ou le modifier
sous les termes de la GNU General Public License telle que publiée par la
Free Software Foundation; soit la version 3 de la licence, ou (selon votre
choix) toute version ultérieure.
Merci de consulter le fichier COPYING pour plus d'informations.
Site web : https://weechat.org/
-17
View File
@@ -1,17 +0,0 @@
Pour une documentation complète sur les options des extensions, merci de
consulter la documentation des extensions dans le
https://weechat.org/doc[guide utilisateur de WeeChat].
Avec l'extension irc, vous pouvez vous connecter à un serveur de manière
temporaire avec une URL, comme ceci :
irc[6][s]://[[pseudo][:motdepasse]@]serveur[:port][/#canal1[,#canal2...]]
Pour rejoindre le canal IRC de support WeeChat avec le pseudo "monpseudo" :
irc://monpseudo@chat.freenode.net/#weechat
Les adresses IPv6 peuvent être entourées par des crochets pour ajouter un port
après, par exemple :
irc://monpseudo@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -42,11 +42,11 @@ include::cmdline_options.fr.adoc[tag=debug]
== OPTIONS D'EXTENSION
include::man_plugin_options.fr.adoc[]
include::man.fr.adoc[tag=plugin_options]
== FICHIERS
include::man_files.fr.adoc[]
include::man.fr.adoc[tag=files]
== VOIR AUSSI
@@ -58,7 +58,7 @@ Cette page de manuel a été écrite par {author}.
== COPYRIGHT
include::man_copyright.fr.adoc[]
include::man.fr.adoc[tag=copyright]
== SUPPORT / SIGNALER DES BUGS
+3 -3
View File
@@ -38,11 +38,11 @@ include::cmdline_options.fr.adoc[tag=debug]
== OPTIONS D'EXTENSION
include::man_plugin_options.fr.adoc[]
include::man.fr.adoc[tag=plugin_options]
== FICHIERS
include::man_files.fr.adoc[]
include::man.fr.adoc[tag=files]
== VOIR AUSSI
@@ -54,7 +54,7 @@ Cette page de manuel a été écrite par {author}.
== COPYRIGHT
include::man_copyright.fr.adoc[]
include::man.fr.adoc[tag=copyright]
== SUPPORT / SIGNALER DES BUGS
+1
View File
@@ -437,6 +437,7 @@ Fichiers de documentation :
|    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 de ligne de commande (fichier inclus dans les pages de manuel et le guide utilisateur).
|       man.XX.adoc | Parties des pages de manuel : options d'extension, fichiers et copyright.
|       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).
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.it.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.it.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (it)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.it.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.it.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.it.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.it.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (it)"
)
+3 -2
View File
@@ -24,6 +24,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.it.adoc \
weechat-headless.1.it.adoc \
cmdline_options.it.adoc \
man.it.adoc \
weechat_user.it.adoc \
weechat_plugin_api.it.adoc \
weechat_scripting.it.adoc \
@@ -52,9 +53,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.it.adoc cmdline_options.it.adoc
weechat.1: weechat.1.it.adoc cmdline_options.it.adoc man.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
weechat-headless.1: weechat-headless.1.it.adoc cmdline_options.it.adoc man.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
@@ -1,3 +1,24 @@
// tag::plugin_options[]
// TRANSLATION MISSING
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
// end::plugin_options[]
// tag::files[]
// TRANSLATION MISSING
$HOME/.weechat/weechat.conf::
main WeeChat configuration file
@@ -72,3 +93,21 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
WeeChat log file
// end::files[]
// tag::copyright[]
// TRANSLATION MISSING
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2020 {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/
// end::copyright[]
-14
View File
@@ -1,14 +0,0 @@
// TRANSLATION MISSING
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2020 {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/
-16
View File
@@ -1,16 +0,0 @@
// TRANSLATION MISSING
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
+3 -3
View File
@@ -46,12 +46,12 @@ include::cmdline_options.it.adoc[tag=debug]
== PLUGIN OPTIONS
include::man_plugin_options.it.adoc[]
include::man.it.adoc[tag=plugin_options]
// TRANSLATION MISSING
== FILES
include::man_files.it.adoc[]
include::man.it.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -67,7 +67,7 @@ This manpage was written by {author}.
== COPYRIGHT
include::man_copyright.it.adoc[]
include::man.it.adoc[tag=copyright]
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
+3 -3
View File
@@ -42,12 +42,12 @@ include::cmdline_options.it.adoc[tag=debug]
== PLUGIN OPTIONS
include::man_plugin_options.it.adoc[]
include::man.it.adoc[tag=plugin_options]
// TRANSLATION MISSING
== FILES
include::man_files.it.adoc[]
include::man.it.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -63,7 +63,7 @@ This manpage was written by {author}.
== COPYRIGHT
include::man_copyright.it.adoc[]
include::man.it.adoc[tag=copyright]
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ja.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.ja.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (ja)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.ja.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ja.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ja.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.ja.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (ja)"
)
+3 -2
View File
@@ -24,6 +24,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.ja.adoc \
weechat-headless.1.ja.adoc \
cmdline_options.ja.adoc \
man.ja.adoc \
weechat_user.ja.adoc \
weechat_plugin_api.ja.adoc \
weechat_scripting.ja.adoc \
@@ -56,9 +57,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.ja.adoc cmdline_options.ja.adoc
weechat.1: weechat.1.ja.adoc cmdline_options.ja.adoc man.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
weechat-headless.1: weechat-headless.1.ja.adoc cmdline_options.ja.adoc man.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
@@ -1,3 +1,22 @@
// tag::plugin_options[]
プラグインオプションに関する完全な文書は
https://weechat.org/doc[WeeChat ユーザーズガイド] のプラグインの章を参照してください。
irc プラグインでは以下の様な URL で一時的なサーバに接続することができます:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
"mynick" というニックネームで WeeChat IRC チャンネルサポートに参加するには:
irc://mynick@chat.freenode.net/#weechat
IPv6 アドレスの後にポートを指定するには IPv6
アドレスを括弧に入れてください、例えば:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
WeeChat の主要設定ファイル
@@ -72,3 +91,19 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
WeeChat ログファイル
// end::files[]
// tag::copyright[]
WeeChat は Sébastien Helleu さんと貢献者によって作成されています
(完全なリストは AUTHORS.adoc ファイルを参照してください)。
著作権 (C) 2003-2020 {author}
WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
GNU 一般公衆利用許諾契約書 (バージョン 2 か、希望によってはそれ以降のバージョンのうちどれか)
の定める条件の下で再頒布または改変することができます。
より詳しい情報は COPYING ファイルを読んでください。
Web: https://weechat.org/
// end::copyright[]
-12
View File
@@ -1,12 +0,0 @@
WeeChat は Sébastien Helleu さんと貢献者によって作成されています
(完全なリストは AUTHORS.adoc ファイルを参照してください)。
著作権 (C) 2003-2020 {author}
WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
GNU 一般公衆利用許諾契約書 (バージョン 2 か、希望によってはそれ以降のバージョンのうちどれか)
の定める条件の下で再頒布または改変することができます。
より詳しい情報は COPYING ファイルを読んでください。
Web: https://weechat.org/
-15
View File
@@ -1,15 +0,0 @@
プラグインオプションに関する完全な文書は
https://weechat.org/doc[WeeChat ユーザーズガイド] のプラグインの章を参照してください。
irc プラグインでは以下の様な URL で一時的なサーバに接続することができます:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
"mynick" というニックネームで WeeChat IRC チャンネルサポートに参加するには:
irc://mynick@chat.freenode.net/#weechat
IPv6 アドレスの後にポートを指定するには IPv6
アドレスを括弧に入れてください、例えば:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -40,11 +40,11 @@ include::cmdline_options.ja.adoc[tag=debug]
== プラグインオプション
include::man_plugin_options.ja.adoc[]
include::man.ja.adoc[tag=plugin_options]
== ファイル
include::man_files.ja.adoc[]
include::man.ja.adoc[tag=files]
== 関連項目
@@ -58,7 +58,7 @@ include::man_files.ja.adoc[]
== 著作権
include::man_copyright.ja.adoc[]
include::man.ja.adoc[tag=copyright]
== サポート / バグ報告
+3 -3
View File
@@ -37,11 +37,11 @@ include::cmdline_options.ja.adoc[tag=debug]
== プラグインオプション
include::man_plugin_options.ja.adoc[]
include::man.ja.adoc[tag=plugin_options]
== ファイル
include::man_files.ja.adoc[]
include::man.ja.adoc[tag=files]
== 関連項目
@@ -55,7 +55,7 @@ include::man_files.ja.adoc[]
== 著作権
include::man_copyright.ja.adoc[]
include::man.ja.adoc[tag=copyright]
== サポート / バグ報告
+2
View File
@@ -457,6 +457,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|    XX/ | 言語コード XX (言語コード: en、fr、de、it、...) 用のディレクトリ
// TRANSLATION MISSING
|       cmdline_options.XX.adoc | Command-line options (file included in man pages and user's guide).
// TRANSLATION MISSING
|       man.XX.adoc | Part of man pages: plugin options, files and copyright.
|       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]
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.pl.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.pl.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (pl)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.pl.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.pl.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.pl.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.pl.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (pl)"
)
+3 -2
View File
@@ -25,6 +25,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.pl.adoc \
weechat-headless.1.pl.adoc \
cmdline_options.pl.adoc \
man.pl.adoc \
weechat_user.pl.adoc \
weechat_scripting.pl.adoc \
weechat_faq.pl.adoc \
@@ -50,9 +51,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.pl.adoc cmdline_options.pl.adoc
weechat.1: weechat.1.pl.adoc cmdline_options.pl.adoc man.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
weechat-headless.1: weechat-headless.1.pl.adoc cmdline_options.pl.adoc man.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
@@ -1,3 +1,23 @@
// tag::plugin_options[]
Kompletna dokumentacja na temat opcji wtyczek dostępna jest
w https://weechat.org/doc[WeeChat user's guide].
Dzięki wtyczce irc możliwe jest połączenie z serwerami tymczasowymi za pomocą
URLi jak:
irc[6][s]://[[nick][:hasło]@]serwer[:port][/#kanał1[,#kanał2...]]
Aby wejść na kanał IRC poświęcony WeeChat pod nickiem "mójnick":
irc://mójnick@chat.freenode.net/#weechat
Adresy IPv6 mogą być otoczone nawiasami kwadratowymi, aby możliwe było podanie
numeru potyu po adresie, na przykład:
irc://mójnick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
główny plik konfiguracyjny WeeChat
@@ -72,3 +92,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
plik z logami WeeChat
// end::files[]
// tag::copyright[]
WeeChat jest tworzony przez Sébastien Helleu i społeczność (pełna lista dostępna
jest w pliku AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Pełna licencja znajduje się w pliku COPYING.
Strona www: https://weechat.org/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat jest tworzony przez Sébastien Helleu i społeczność (pełna lista dostępna
jest w pliku AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Pełna licencja znajduje się w pliku COPYING.
Strona www: https://weechat.org/
-16
View File
@@ -1,16 +0,0 @@
Kompletna dokumentacja na temat opcji wtyczek dostępna jest
w https://weechat.org/doc[WeeChat user's guide].
Dzięki wtyczce irc możliwe jest połączenie z serwerami tymczasowymi za pomocą
URLi jak:
irc[6][s]://[[nick][:hasło]@]serwer[:port][/#kanał1[,#kanał2...]]
Aby wejść na kanał IRC poświęcony WeeChat pod nickiem "mójnick":
irc://mójnick@chat.freenode.net/#weechat
Adresy IPv6 mogą być otoczone nawiasami kwadratowymi, aby możliwe było podanie
numeru potyu po adresie, na przykład:
irc://mójnick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -41,11 +41,11 @@ include::cmdline_options.pl.adoc[tag=debug]
== OPCJE WTYCZEK
include::man_plugin_options.pl.adoc[]
include::man.pl.adoc[tag=plugin_options]
== PLIKI
include::man_files.pl.adoc[]
include::man.pl.adoc[tag=files]
== Zobacz również
@@ -59,7 +59,7 @@ Tłumaczenie Krzysztof Korościk.
== PRAWA AUTORSKIE
include::man_copyright.pl.adoc[]
include::man.pl.adoc[tag=copyright]
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
+3 -3
View File
@@ -37,11 +37,11 @@ include::cmdline_options.pl.adoc[tag=debug]
== OPCJE WTYCZEK
include::man_plugin_options.pl.adoc[]
include::man.pl.adoc[tag=plugin_options]
== PLIKI
include::man_files.pl.adoc[]
include::man.pl.adoc[tag=files]
== Zobacz również
@@ -55,7 +55,7 @@ Tłumaczenie Krzysztof Korościk.
== PRAWA AUTORSKIE
include::man_copyright.pl.adoc[]
include::man.pl.adoc[tag=copyright]
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
+2 -6
View File
@@ -25,9 +25,7 @@ if(ENABLE_MAN)
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/weechat.1.ru.adoc
${CMAKE_CURRENT_SOURCE_DIR}/cmdline_options.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
${CMAKE_CURRENT_SOURCE_DIR}/man.ru.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat.1 (ru)"
)
@@ -41,9 +39,7 @@ 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}/man_plugin_options.ru.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_files.ru.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man_copyright.ru.adoc
${CMAKE_CURRENT_SOURCE_DIR}/man.ru.adoc
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Building weechat-headless.1 (ru)"
)
+3 -2
View File
@@ -24,6 +24,7 @@ EXTRA_DIST = CMakeLists.txt \
weechat.1.ru.adoc \
weechat-headless.1.ru.adoc \
cmdline_options.ru.adoc \
man.ru.adoc \
weechat_quickstart.ru.adoc
if MAN
@@ -40,9 +41,9 @@ endif
all-local: $(man_targets) $(doc_targets)
# man pages
weechat.1: weechat.1.ru.adoc cmdline_options.ru.adoc
weechat.1: weechat.1.ru.adoc cmdline_options.ru.adoc man.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
weechat-headless.1: weechat-headless.1.ru.adoc cmdline_options.ru.adoc man.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,21 @@
// tag::plugin_options[]
Полное описание параметров плагинов доступно в документации по плагинам в
https://weechat.org/doc[Руководстве пользователя WeeChat].
С помощью плагина irc можно присоединиться ко временному серверу, используя URL вроде:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
Присоединиться к IRC-каналу поддержки пользователей WeeChat с псевдонимом "mynick":
irc://mynick@chat.freenode.net/#weechat
IPv6-адрес можно заключить в квадратные скобки, чтобы указать порт. Например:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
// end::plugin_options[]
// tag::files[]
$HOME/.weechat/weechat.conf::
главный файл конфигурации WeeChat
@@ -72,3 +90,20 @@ $HOME/.weechat/xfer.conf::
$HOME/.weechat/weechat.log::
лог-файл WeeChat
// end::files[]
// tag::copyright[]
WeeChat написан Sébastien Helleu и другими участниками (полный список находится
в файле AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Подробную информацию можно найти в файле COPYING.
Веб: https://weechat.org/
// end::copyright[]
-13
View File
@@ -1,13 +0,0 @@
WeeChat написан Sébastien Helleu и другими участниками (полный список находится
в файле AUTHORS.adoc).
Copyright (C) 2003-2020 {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.
Подробную информацию можно найти в файле COPYING.
Веб: https://weechat.org/
-14
View File
@@ -1,14 +0,0 @@
Полное описание параметров плагинов доступно в документации по плагинам в
https://weechat.org/doc[Руководстве пользователя WeeChat].
С помощью плагина irc можно присоединиться ко временному серверу, используя URL вроде:
irc[6][s]://[[nickname][:password]@]server[:port][/#channel1[,#channel2...]]
Присоединиться к IRC-каналу поддержки пользователей WeeChat с псевдонимом "mynick":
irc://mynick@chat.freenode.net/#weechat
IPv6-адрес можно заключить в квадратные скобки, чтобы указать порт. Например:
irc://mynick@[2001:db8:0:85a3::ac1f:8001]:6668/#test
+3 -3
View File
@@ -45,11 +45,11 @@ include::cmdline_options.ru.adoc[tag=debug]
== ПАРАМЕТРЫ ПЛАГИНОВ
include::man_plugin_options.ru.adoc[]
include::man.ru.adoc[tag=plugin_options]
== ФАЙЛЫ
include::man_files.ru.adoc[]
include::man.ru.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -64,7 +64,7 @@ include::man_files.ru.adoc[]
== КОПИРАЙТ
include::man_copyright.ru.adoc[]
include::man.ru.adoc[tag=copyright]
== ПОДДЕРЖКА / СООБЩЕНИЯ ОБ ОШИБКАХ
+3 -3
View File
@@ -40,11 +40,11 @@ include::cmdline_options.ru.adoc[tag=debug]
== ПАРАМЕТРЫ ПЛАГИНОВ
include::man_plugin_options.ru.adoc[]
include::man.ru.adoc[tag=plugin_options]
== ФАЙЛЫ
include::man_files.ru.adoc[]
include::man.ru.adoc[tag=files]
// TRANSLATION MISSING
== SEE ALSO
@@ -59,7 +59,7 @@ include::man_files.ru.adoc[]
== КОПИРАЙТ
include::man_copyright.ru.adoc[]
include::man.ru.adoc[tag=copyright]
== ПОДДЕРЖКА / СООБЩЕНИЯ ОБ ОШИБКАХ