diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:06:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-29 01:06:46 +0100 |
commit | e6a77fd301db090127890b03e7c2c5d58ef52b3d (patch) | |
tree | c266daf7e926c9eccd90595370c7a9df44715223 /doc | |
parent | bdc869568cad61ef5b9bfa27431384e1f38c3817 (diff) | |
download | weechat-e6a77fd301db090127890b03e7c2c5d58ef52b3d.zip |
Update doc
Diffstat (limited to 'doc')
25 files changed, 327 insertions, 36 deletions
diff --git a/doc/de/autogen/lua_infos.xml b/doc/de/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/de/autogen/lua_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>lua_script</entry> + <entry>liste des scripts lua</entry> +</row> diff --git a/doc/de/autogen/perl_infos.xml b/doc/de/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/de/autogen/perl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>perl_script</entry> + <entry>liste des scripts perl</entry> +</row> diff --git a/doc/de/autogen/python_infos.xml b/doc/de/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/de/autogen/python_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>python_script</entry> + <entry>liste des scripts python</entry> +</row> diff --git a/doc/de/autogen/ruby_infos.xml b/doc/de/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/de/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>ruby_script</entry> + <entry>liste des scripts ruby</entry> +</row> diff --git a/doc/de/autogen/tcl_infos.xml b/doc/de/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/de/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>tcl_script</entry> + <entry>liste des scripts tcl</entry> +</row> diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 61fbf0bcb..b77278fbf 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -52,34 +52,28 @@ Examples: /bar scroll nicklist * ye </programlisting> -<command>/buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]]</command> +<command>/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name]</command> <programlisting> Puffer verwalten - action: action to do: clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer) move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) notify: display notify levels for all opened buffers localvar: display local variables for current buffer - scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item - + set: set a property for current buffer number: jump to buffer by number server, - channel: jump to buffer by server and/or channel name + name: jump to buffer by (partial) name Examples: clear current buffer: /buffer clear clear all buffers: /buffer clear -all move buffer: /buffer move 5 - close buffer: /buffer close this is part msg - scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - scroll to beginning - of this day: /buffer scroll d - scroll 15 min down: /buffer scroll +15m - scroll 20 msgs up: /buffer scroll -20 + close buffer: /buffer close jump to #weechat: /buffer #weechat + jump to next buffer: /buffer +1 </programlisting> <command>/command plugin command</command> diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index 928955689..f02c1a0ec 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -976,6 +976,16 @@ </listitem> </itemizedlist> +<command>weechat.network.gnutls_dh_prime_bitsmax_lines</command>: minimum size in bits for handshake using Diffie Hellman key exchange +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647 (default value: 512)</para> + </listitem> +</itemizedlist> + <command>weechat.plugin.autoload</command>: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so") <itemizedlist> <listitem> diff --git a/doc/de/user/plugin_scripts.de.xml b/doc/de/user/plugin_scripts.de.xml index 4a7998eb5..34dec0187 100644 --- a/doc/de/user/plugin_scripts.de.xml +++ b/doc/de/user/plugin_scripts.de.xml @@ -55,4 +55,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> + <section id="secScriptsInfosHooked"> + <title>Infos and infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Name</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> + </section> diff --git a/doc/en/autogen/lua_infos.xml b/doc/en/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/en/autogen/lua_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>lua_script</entry> + <entry>liste des scripts lua</entry> +</row> diff --git a/doc/en/autogen/perl_infos.xml b/doc/en/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/en/autogen/perl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>perl_script</entry> + <entry>liste des scripts perl</entry> +</row> diff --git a/doc/en/autogen/python_infos.xml b/doc/en/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/en/autogen/python_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>python_script</entry> + <entry>liste des scripts python</entry> +</row> diff --git a/doc/en/autogen/ruby_infos.xml b/doc/en/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/en/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>ruby_script</entry> + <entry>liste des scripts ruby</entry> +</row> diff --git a/doc/en/autogen/tcl_infos.xml b/doc/en/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/en/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>tcl_script</entry> + <entry>liste des scripts tcl</entry> +</row> diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 0173113dc..4e47590a0 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -52,34 +52,28 @@ Examples: /bar scroll nicklist * ye </programlisting> -<command>/buffer [action [args] | number | [[server] [channel]]]</command> +<command>/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name]</command> <programlisting> manage buffers - action: action to do: clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer) move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) notify: display notify levels for all opened buffers localvar: display local variables for current buffer - scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item - + set: set a property for current buffer number: jump to buffer by number server, - channel: jump to buffer by server and/or channel name + name: jump to buffer by (partial) name Examples: clear current buffer: /buffer clear clear all buffers: /buffer clear -all move buffer: /buffer move 5 - close buffer: /buffer close this is part msg - scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - scroll to beginning - of this day: /buffer scroll d - scroll 15 min down: /buffer scroll +15m - scroll 20 msgs up: /buffer scroll -20 + close buffer: /buffer close jump to #weechat: /buffer #weechat + jump to next buffer: /buffer +1 </programlisting> <command>/command plugin command</command> diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index 3e12c354a..7aa3e1712 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -976,6 +976,16 @@ </listitem> </itemizedlist> +<command>weechat.network.gnutls_dh_prime_bitsmax_lines</command>: minimum size in bits for handshake using Diffie Hellman key exchange +<itemizedlist> + <listitem> + <para>type: integer</para> + </listitem> + <listitem> + <para>values: 0 .. 2147483647 (default value: 512)</para> + </listitem> +</itemizedlist> + <command>weechat.plugin.autoload</command>: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so") <itemizedlist> <listitem> diff --git a/doc/en/user/plugin_scripts.en.xml b/doc/en/user/plugin_scripts.en.xml index 9d094fcd3..2cb5921f9 100644 --- a/doc/en/user/plugin_scripts.en.xml +++ b/doc/en/user/plugin_scripts.en.xml @@ -54,4 +54,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> + <section id="secScriptsInfosHooked"> + <title>Infos and infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Name</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> + </section> diff --git a/doc/fr/autogen/lua_infos.xml b/doc/fr/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/fr/autogen/lua_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>lua_script</entry> + <entry>liste des scripts lua</entry> +</row> diff --git a/doc/fr/autogen/perl_infos.xml b/doc/fr/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/fr/autogen/perl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>perl_script</entry> + <entry>liste des scripts perl</entry> +</row> diff --git a/doc/fr/autogen/python_infos.xml b/doc/fr/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/fr/autogen/python_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>python_script</entry> + <entry>liste des scripts python</entry> +</row> diff --git a/doc/fr/autogen/ruby_infos.xml b/doc/fr/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/fr/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>ruby_script</entry> + <entry>liste des scripts ruby</entry> +</row> diff --git a/doc/fr/autogen/tcl_infos.xml b/doc/fr/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/fr/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<row> + <entry>infolist</entry> + <entry>tcl_script</entry> + <entry>liste des scripts tcl</entry> +</row> diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml index aa9f90fdf..64bad46b7 100644 --- a/doc/fr/autogen/weechat_commands.xml +++ b/doc/fr/autogen/weechat_commands.xml @@ -52,32 +52,27 @@ Exemples : /bar scroll nicklist * ye </programlisting> -<command>/buffer [action [args] | nombre | [[serveur] [canal]]]</command> +<command>/buffer [clear [nombre | -all] | move nombre | close | list | notify | localvar | set propriété valeur | nombre | nom]</command> <programlisting> gestion des tampons - action: action à effectuer: clear: efface le contenu du tampon (-all pour tous les tampons, un numéro pour un tampon, ou rien pour le tampon courant) move: déplace le tampon dans la liste (peut être relatif, par exemple -1) close: ferme le tampon list: liste les tampons ouverts (pas de paramètre affiche cette liste) notify: affiche les niveaux de notification pour tous les tampons ouverts localvar: affiche la liste des variables locales pour le tampon courant - scroll: fait défiler l'historique (peut être relatif, et peut se terminer par une lettre: s=sec, m=min, h=heure, d=jour, M=mois, y=année); s'il y a seulement une lettre, alors fait défiler jusqu'au début de cet élément - + set: modifier une propriété du tampon courant nombre: saute au tampon qui a ce numéro -serveur, - canal: saute au tampon par serveur et/ou nom de canal + nom: saute au tampon par nom (partiel) Exemples: - déplacer tampon: /buffer move 5 - fermer tampon: /buffer close c'est le message de départ - défiler 1 jour haut: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - défiler au début - de ce jour: /buffer scroll d - défiler 15 min bas: /buffer scroll +15m -défiler 20 msgs haut: /buffer scroll -20 - aller sur #weechat: /buffer #weechat +effacer le tampon courant: /buffer clear + effacer tous les tampons: /buffer clear -all + déplacer le tampon: /buffer move 5 + fermer le tampon: /buffer close + aller sur #weechat: /buffer #weechat + aller au tampon suivant: /buffer +1 </programlisting> <command>/command extension commande</command> diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index a45c8ad6e..6159862e6 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -976,6 +976,16 @@ </listitem> </itemizedlist> +<command>weechat.network.gnutls_dh_prime_bitsmax_lines</command>: taille minimum en bits pour la poignée de main (handshake) utilisant un échange de clé Diffie Hellman +<itemizedlist> + <listitem> + <para>type: entier</para> + </listitem> + <listitem> + <para>valeurs: 0 .. 2147483647 (valeur par défaut: 512)</para> + </listitem> +</itemizedlist> + <command>weechat.plugin.autoload</command>: liste des extensions à charger automatiquement au démarrage, "*" signifie toutes (séparées par des virgules, les noms peuvent être partiels, par exemple "perl" est ok pour "perl.so") <itemizedlist> <listitem> diff --git a/doc/fr/user/plugin_scripts.fr.xml b/doc/fr/user/plugin_scripts.fr.xml index b4c94c445..f48e573c6 100644 --- a/doc/fr/user/plugin_scripts.fr.xml +++ b/doc/fr/user/plugin_scripts.fr.xml @@ -56,4 +56,30 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> + <section id="secScriptsInfosHooked"> + <title>Infos et infolists</title> + + <para> + <informaltable colsep="0" frame="none"> + <tgroup cols="3"> + <thead> + <row> + <entry>Type</entry> + <entry>Nom</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + </tbody> + </tgroup> + </informaltable> + </para> + + </section> + </section> diff --git a/doc/include_autogen.xml b/doc/include_autogen.xml index cb730b702..633ff42a9 100644 --- a/doc/include_autogen.xml +++ b/doc/include_autogen.xml @@ -35,6 +35,11 @@ <!ENTITY irc_infos.xml SYSTEM "autogen/irc_infos.xml"> <!ENTITY jabber_infos.xml SYSTEM "autogen/jabber_infos.xml"> <!ENTITY logger_infos.xml SYSTEM "autogen/logger_infos.xml"> +<!ENTITY lua_infos.xml SYSTEM "autogen/lua_infos.xml"> +<!ENTITY perl_infos.xml SYSTEM "autogen/perl_infos.xml"> +<!ENTITY python_infos.xml SYSTEM "autogen/python_infos.xml"> <!ENTITY relay_infos.xml SYSTEM "autogen/relay_infos.xml"> +<!ENTITY ruby_infos.xml SYSTEM "autogen/ruby_infos.xml"> +<!ENTITY tcl_infos.xml SYSTEM "autogen/tcl_infos.xml"> <!ENTITY weechat_infos.xml SYSTEM "autogen/weechat_infos.xml"> <!ENTITY xfer_infos.xml SYSTEM "autogen/xfer_infos.xml"> |