~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to doc/ja/autogen/plugin_api/infolists.asciidoc

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2015-08-19 18:34:17 UTC
  • mfrom: (29.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20150819183417-u026z5wo8knpcdqd
Tags: 1.3-1
* New upstream release
  - Remove backported patch to fix FTBFS with ruby 2.2
* Use dh-exec to build javascript plugin only on architectures which v8
  engine supports. Thanks to Mateusz Łukasik for the patch
  (Closes: #794584)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// This file is auto-generated by script docgen.py.
 
3
// DO NOT EDIT BY HAND!
 
4
//
1
5
[width="100%",cols="^1,^2,5,5,5",options="header"]
2
6
|===
3
7
| プラグイン | 名前 | 説明 | ポインタ | 引数
18
22
 
19
23
| irc | irc_server | IRC サーバのリスト | サーバポインタ (任意) | サーバ名 (ワイルドカード "*" を使うことができます) (任意)
20
24
 
 
25
| javascript | javascript_script | スクリプトのリスト | スクリプトポインタ (任意) | スクリプト名 (ワイルドカード "*" を使うことができます) (任意)
 
26
 
21
27
| logger | logger_buffer | logger バッファのリスト | logger ポインタ (任意) | -
22
28
 
23
29
| lua | lua_script | スクリプトのリスト | スクリプトポインタ (任意) | スクリプト名 (ワイルドカード "*" を使うことができます) (任意)