summaryrefslogtreecommitdiff
path: root/doc/de/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-04-14 00:03:18 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-04-14 00:03:18 +0200
commit546d3afd01d3a1f673e789c1f29d5e68dd03e8c2 (patch)
treebc6d3b5b2b229c110f55b985acc7151e1385862a /doc/de/autogen
parent92b96dee1bbc9e974f7d01acfe18972c436d6e19 (diff)
downloadweechat-546d3afd01d3a1f673e789c1f29d5e68dd03e8c2.zip
Add missing API functions in doc (infolists and upgrade), move infos and infolists from user guide to developer guide
Diffstat (limited to 'doc/de/autogen')
-rw-r--r--doc/de/autogen/alias_infos.xml13
-rw-r--r--doc/de/autogen/fifo_infos.xml13
-rw-r--r--doc/de/autogen/infolists.xml133
-rw-r--r--doc/de/autogen/infos.xml88
-rw-r--r--doc/de/autogen/irc_infos.xml48
-rw-r--r--doc/de/autogen/jabber_infos.xml28
-rw-r--r--doc/de/autogen/logger_infos.xml13
-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/relay_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_infos.xml123
-rw-r--r--doc/de/autogen/xfer_infos.xml13
15 files changed, 221 insertions, 329 deletions
diff --git a/doc/de/autogen/alias_infos.xml b/doc/de/autogen/alias_infos.xml
deleted file mode 100644
index cee87effa..000000000
--- a/doc/de/autogen/alias_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>alias</entry>
- <entry>list of alias</entry>
-</row>
diff --git a/doc/de/autogen/fifo_infos.xml b/doc/de/autogen/fifo_infos.xml
deleted file mode 100644
index 916a40236..000000000
--- a/doc/de/autogen/fifo_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>info</entry>
- <entry>fifo_filename</entry>
- <entry>name of FIFO pipe</entry>
-</row>
diff --git a/doc/de/autogen/infolists.xml b/doc/de/autogen/infolists.xml
new file mode 100644
index 000000000..c80b8c298
--- /dev/null
+++ b/doc/de/autogen/infolists.xml
@@ -0,0 +1,133 @@
+<?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>alias</entry>
+ <entry>alias</entry>
+ <entry>list of alias</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_channel</entry>
+ <entry>list of channels for an IRC server</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_ignore</entry>
+ <entry>list of IRC ignore</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_nick</entry>
+ <entry>list of nicks for an IRC channel</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_server</entry>
+ <entry>list of IRC servers</entry>
+</row>
+<row>
+ <entry>logger</entry>
+ <entry>logger_buffer</entry>
+ <entry>list of logger buffers</entry>
+</row>
+<row>
+ <entry>lua</entry>
+ <entry>lua_script</entry>
+ <entry>list of lua scripts</entry>
+</row>
+<row>
+ <entry>perl</entry>
+ <entry>perl_script</entry>
+ <entry>list of perl scripts</entry>
+</row>
+<row>
+ <entry>python</entry>
+ <entry>python_script</entry>
+ <entry>list of python scripts</entry>
+</row>
+<row>
+ <entry>relay</entry>
+ <entry>relay</entry>
+ <entry>list of relay clients</entry>
+</row>
+<row>
+ <entry>ruby</entry>
+ <entry>ruby_script</entry>
+ <entry>list of ruby scripts</entry>
+</row>
+<row>
+ <entry>tcl</entry>
+ <entry>tcl_script</entry>
+ <entry>list of tcl scripts</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>bar</entry>
+ <entry>list of bars</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>bar_item</entry>
+ <entry>list of bar items</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>bar_window</entry>
+ <entry>list of bar windows</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>buffer</entry>
+ <entry>list of buffers</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>buffer_lines</entry>
+ <entry>lines of a buffer</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>filter</entry>
+ <entry>list of filters</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>hook</entry>
+ <entry>list of hooks</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>hotlist</entry>
+ <entry>list of buffers in hotlist</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>nicklist</entry>
+ <entry>nicks in nicklist for a buffer</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>option</entry>
+ <entry>list of options</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>plugin</entry>
+ <entry>list of plugins</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>window</entry>
+ <entry>list of windows</entry>
+</row>
+<row>
+ <entry>xfer</entry>
+ <entry>xfer</entry>
+ <entry>list of xfer</entry>
+</row>
diff --git a/doc/de/autogen/infos.xml b/doc/de/autogen/infos.xml
new file mode 100644
index 000000000..fb303729d
--- /dev/null
+++ b/doc/de/autogen/infos.xml
@@ -0,0 +1,88 @@
+<?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>fifo</entry>
+ <entry>fifo_filename</entry>
+ <entry>name of FIFO pipe</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_buffer</entry>
+ <entry>get buffer pointer for an IRC server/channel</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_is_channel</entry>
+ <entry>1 if string is an IRC channel</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_nick</entry>
+ <entry>get current nick on a server</entry>
+</row>
+<row>
+ <entry>irc</entry>
+ <entry>irc_nick_from_host</entry>
+ <entry>get nick from IRC host</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>charset_internal</entry>
+ <entry>WeeChat internal charset</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>charset_terminal</entry>
+ <entry>terminal charset</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>date</entry>
+ <entry>WeeChat compilation date</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>dir_separator</entry>
+ <entry>directory separator</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>filters_enabled</entry>
+ <entry>1 if filters are enabled</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>inactivity</entry>
+ <entry>keyboard inactivity (seconds)</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>version</entry>
+ <entry>WeeChat version</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>weechat_dir</entry>
+ <entry>WeeChat directory</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>weechat_libdir</entry>
+ <entry>WeeChat "lib" directory</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>weechat_localedir</entry>
+ <entry>WeeChat "locale" directory</entry>
+</row>
+<row>
+ <entry>weechat</entry>
+ <entry>weechat_sharedir</entry>
+ <entry>WeeChat "share" directory</entry>
+</row>
diff --git a/doc/de/autogen/irc_infos.xml b/doc/de/autogen/irc_infos.xml
deleted file mode 100644
index 8f8753ce5..000000000
--- a/doc/de/autogen/irc_infos.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?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>info</entry>
- <entry>irc_buffer</entry>
- <entry>get buffer pointer for an IRC server/channel</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>irc_is_channel</entry>
- <entry>1 if string is an IRC channel</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>irc_nick</entry>
- <entry>get current nick on a server</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>irc_nick_from_host</entry>
- <entry>get nick from IRC host</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>irc_channel</entry>
- <entry>list of channels for an IRC server</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>irc_ignore</entry>
- <entry>list of IRC ignore</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>irc_nick</entry>
- <entry>list of nicks for an IRC channel</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>irc_server</entry>
- <entry>list of IRC servers</entry>
-</row>
diff --git a/doc/de/autogen/jabber_infos.xml b/doc/de/autogen/jabber_infos.xml
deleted file mode 100644
index 1bf578e87..000000000
--- a/doc/de/autogen/jabber_infos.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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>info</entry>
- <entry>jabber_buffer</entry>
- <entry>get buffer pointer for a Jabber server/MUC</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>jabber_buddy</entry>
- <entry>list of buddies for a Jabber server or MUC</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>jabber_muc</entry>
- <entry>list of MUCs for a Jabber server</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>jabber_server</entry>
- <entry>list of Jabber servers</entry>
-</row>
diff --git a/doc/de/autogen/logger_infos.xml b/doc/de/autogen/logger_infos.xml
deleted file mode 100644
index bf249d045..000000000
--- a/doc/de/autogen/logger_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>logger_buffer</entry>
- <entry>list of logger buffers</entry>
-</row>
diff --git a/doc/de/autogen/lua_infos.xml b/doc/de/autogen/lua_infos.xml
deleted file mode 100644
index 0cbd17c46..000000000
--- a/doc/de/autogen/lua_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index 76d6614a2..000000000
--- a/doc/de/autogen/perl_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index 5522e371e..000000000
--- a/doc/de/autogen/python_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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/relay_infos.xml b/doc/de/autogen/relay_infos.xml
deleted file mode 100644
index eb979c513..000000000
--- a/doc/de/autogen/relay_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>relay</entry>
- <entry>list of relay clients</entry>
-</row>
diff --git a/doc/de/autogen/ruby_infos.xml b/doc/de/autogen/ruby_infos.xml
deleted file mode 100644
index 8f4374da6..000000000
--- a/doc/de/autogen/ruby_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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
deleted file mode 100644
index 47e5275eb..000000000
--- a/doc/de/autogen/tcl_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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_infos.xml b/doc/de/autogen/weechat_infos.xml
deleted file mode 100644
index a0e9108e8..000000000
--- a/doc/de/autogen/weechat_infos.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?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>info</entry>
- <entry>charset_internal</entry>
- <entry>WeeChat internal charset</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>charset_terminal</entry>
- <entry>terminal charset</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>date</entry>
- <entry>WeeChat compilation date</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>dir_separator</entry>
- <entry>directory separator</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>filters_enabled</entry>
- <entry>1 if filters are enabled</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>inactivity</entry>
- <entry>keyboard inactivity (seconds)</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>version</entry>
- <entry>WeeChat version</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>weechat_dir</entry>
- <entry>WeeChat directory</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>weechat_libdir</entry>
- <entry>WeeChat "lib" directory</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>weechat_localedir</entry>
- <entry>WeeChat "locale" directory</entry>
-</row>
-<row>
- <entry>info</entry>
- <entry>weechat_sharedir</entry>
- <entry>WeeChat "share" directory</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>bar</entry>
- <entry>list of bars</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>bar_item</entry>
- <entry>list of bar items</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>bar_window</entry>
- <entry>list of bar windows</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>buffer</entry>
- <entry>list of buffers</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>buffer_lines</entry>
- <entry>lines of a buffer</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>filter</entry>
- <entry>list of filters</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>hook</entry>
- <entry>list of hooks</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>hotlist</entry>
- <entry>list of buffers in hotlist</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>nicklist</entry>
- <entry>nicks in nicklist for a buffer</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>option</entry>
- <entry>list of options</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>plugin</entry>
- <entry>list of plugins</entry>
-</row>
-<row>
- <entry>infolist</entry>
- <entry>window</entry>
- <entry>list of windows</entry>
-</row>
diff --git a/doc/de/autogen/xfer_infos.xml b/doc/de/autogen/xfer_infos.xml
deleted file mode 100644
index 0a67e3420..000000000
--- a/doc/de/autogen/xfer_infos.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>xfer</entry>
- <entry>list of xfer</entry>
-</row>