diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-29 22:38:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-30 01:34:55 +0200 |
commit | 6dbfb638c6586905b3b29df9cf1e41d9166546ef (patch) | |
tree | c2604c334bfea2d5aa59ac3dea6a73f812e674ce /doc/ja/includes/autogen_api_plugins_priority.ja.adoc | |
parent | 4548b25b78d0ba8fc61421bda88a5a79b09ff9af (diff) | |
download | weechat-6dbfb638c6586905b3b29df9cf1e41d9166546ef.zip |
doc: convert docgen.py to C, remove autogen files from repository, add parameter `--doc-gen`
Changes:
- build of doc now requires weechat-headless, translations and all plugins
- convert docgen.py to C
- remove `autogen_*` files from repository
- add command line parameter `--doc-gen` in `weechat-headless` to build
autogen files
- build .mo files with directories like the installed ones
(eg: "<lang>/LC_MESSAGES/weechat.mo")
- remove javascript chapter from user's guide
Diffstat (limited to 'doc/ja/includes/autogen_api_plugins_priority.ja.adoc')
-rw-r--r-- | doc/ja/includes/autogen_api_plugins_priority.ja.adoc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/ja/includes/autogen_api_plugins_priority.ja.adoc b/doc/ja/includes/autogen_api_plugins_priority.ja.adoc deleted file mode 100644 index 405f5fa99..000000000 --- a/doc/ja/includes/autogen_api_plugins_priority.ja.adoc +++ /dev/null @@ -1,33 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// - -// tag::plugins_priority[] -[width="30%",cols="1,3,2",options="header"] -|=== -| Rank | プラグイン | Priority -| 1 | charset | 16000 -| 2 | logger | 15000 -| 3 | exec | 14000 -| 4 | trigger | 13000 -| 5 | spell | 12000 -| 6 | alias | 11000 -| 7 | buflist | 10000 -| 8 | fifo | 9000 -| 9 | typing | 8000 -| 10 | xfer | 7000 -| 11 | irc | 6000 -| 12 | relay | 5000 -| 13 | guile | 4070 -| 14 | javascript | 4060 -| 15 | lua | 4050 -| 16 | perl | 4040 -| 17 | php | 4030 -| 18 | python | 4020 -| 19 | ruby | 4010 -| 20 | tcl | 4000 -| 21 | script | 3000 -| 22 | fset | 2000 -|=== -// end::plugins_priority[] |