summaryrefslogtreecommitdiff
path: root/doc/de/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-03-29 01:06:46 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-03-29 01:06:46 +0100
commite6a77fd301db090127890b03e7c2c5d58ef52b3d (patch)
treec266daf7e926c9eccd90595370c7a9df44715223 /doc/de/autogen
parentbdc869568cad61ef5b9bfa27431384e1f38c3817 (diff)
downloadweechat-e6a77fd301db090127890b03e7c2c5d58ef52b3d.zip
Update doc
Diffstat (limited to 'doc/de/autogen')
-rw-r--r--doc/de/autogen/lua_infos.xml13
-rw-r--r--doc/de/autogen/perl_infos.xml13
-rw-r--r--doc/de/autogen/python_infos.xml13
-rw-r--r--doc/de/autogen/ruby_infos.xml13
-rw-r--r--doc/de/autogen/tcl_infos.xml13
-rw-r--r--doc/de/autogen/weechat_commands.xml16
-rw-r--r--doc/de/autogen/weechat_options.xml10
7 files changed, 80 insertions, 11 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>