mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Update doc
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user