summaryrefslogtreecommitdiff
path: root/doc/en/autogen/plugin_api/infolists.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-05-25 12:25:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-05-25 12:47:24 +0200
commitdc0229617ada67fd02815bbc94b245871248b9db (patch)
tree0af7418d7f3ebf8082408fa2ee9e73f5a572360f /doc/en/autogen/plugin_api/infolists.asciidoc
parent76a066c9cca620e1204815f63abbfa8b09f162c6 (diff)
downloadweechat-dc0229617ada67fd02815bbc94b245871248b9db.zip
doc: use .asciidoc extension instead of .txt for doc files
Diffstat (limited to 'doc/en/autogen/plugin_api/infolists.asciidoc')
-rw-r--r--doc/en/autogen/plugin_api/infolists.asciidoc71
1 files changed, 71 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.asciidoc b/doc/en/autogen/plugin_api/infolists.asciidoc
new file mode 100644
index 000000000..733bb1a75
--- /dev/null
+++ b/doc/en/autogen/plugin_api/infolists.asciidoc
@@ -0,0 +1,71 @@
+[width="100%",cols="^1,^2,5,5,5",options="header"]
+|===
+| Plugin | Name | Description | Pointer | Arguments
+
+| alias | alias | list of aliases | alias pointer (optional) | alias name (wildcard "*" is allowed) (optional)
+
+| guile | guile_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server,channel (channel is optional)
+
+| irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | -
+
+| irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (nick is optional)
+
+| irc | irc_notify | list of notify | notify pointer (optional) | server name (wildcard "*" is allowed) (optional)
+
+| irc | irc_server | list of IRC servers | server pointer (optional) | server name (wildcard "*" is allowed) (optional)
+
+| logger | logger_buffer | list of logger buffers | logger pointer (optional) | -
+
+| lua | lua_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| perl | perl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| python | python_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| relay | relay | list of relay clients | relay pointer (optional) | -
+
+| ruby | ruby_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| script | script_script | list of scripts | script pointer (optional) | script name with extension (wildcard "*" is allowed) (optional)
+
+| tcl | tcl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| weechat | bar | list of bars | bar pointer (optional) | bar name (wildcard "*" is allowed) (optional)
+
+| weechat | bar_item | list of bar items | bar item pointer (optional) | bar item name (wildcard "*" is allowed) (optional)
+
+| weechat | bar_window | list of bar windows | bar window pointer (optional) | -
+
+| weechat | buffer | list of buffers | buffer pointer (optional) | buffer name (wildcard "*" is allowed) (optional)
+
+| weechat | buffer_lines | lines of a buffer | buffer pointer | -
+
+| weechat | filter | list of filters | - | filter name (wildcard "*" is allowed) (optional)
+
+| weechat | history | history of commands | buffer pointer (if not set, return global history) (optional) | -
+
+| weechat | hook | list of hooks | hook pointer (optional) | type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional)
+
+| weechat | hotlist | list of buffers in hotlist | - | -
+
+| weechat | key | list of key bindings | - | context ("default", "search", "cursor" or "mouse") (optional)
+
+| weechat | layout | list of layouts | - | -
+
+| weechat | nicklist | nicks in nicklist for a buffer | buffer pointer | nick_xxx or group_xxx to get only nick/group xxx (optional)
+
+| weechat | option | list of options | - | option name (wildcard "*" is allowed) (optional)
+
+| weechat | plugin | list of plugins | plugin pointer (optional) | plugin name (wildcard "*" is allowed) (optional)
+
+| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (wildcard "*" is allowed) (optional)
+
+| weechat | url_options | options for URL | - | -
+
+| weechat | window | list of windows | window pointer (optional) | "current" for current window or a window number (optional)
+
+| xfer | xfer | list of xfer | xfer pointer (optional) | -
+
+|===