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/it/includes/autogen_api_completions.it.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/it/includes/autogen_api_completions.it.adoc')
-rw-r--r-- | doc/it/includes/autogen_api_completions.it.adoc | 204 |
1 files changed, 0 insertions, 204 deletions
diff --git a/doc/it/includes/autogen_api_completions.it.adoc b/doc/it/includes/autogen_api_completions.it.adoc deleted file mode 100644 index c52cf9fc2..000000000 --- a/doc/it/includes/autogen_api_completions.it.adoc +++ /dev/null @@ -1,204 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// - -// tag::completions[] -[width="100%",cols="^1,^2,7",options="header"] -|=== -| Plugin | Nome | Descrizione - -| alias | alias | elenco di alias - -| alias | alias_value | valore dell'alias - -| exec | exec_commands_ids | ids (numbers and names) of executed commands - -| fset | fset_options | configuration files, sections, options and words of options - -| guile | guile_script | elenco degli script - -| irc | irc_channel | canale IRC corrente - -| irc | irc_channel_nicks_hosts | nick e host del canale IRC corrente - -| irc | irc_channel_topic | argomento del canale IRC attivo - -| irc | irc_channels | canali su tutti i server IRC - -| irc | irc_channels_autojoin | channels automatically joined on the current server (option "autojoin") - -| irc | irc_ignores_numbers | numero di ignore definiti - -| irc | irc_modelist_masks | modelist masks of current IRC channel; required argument: modelist mode - -| irc | irc_modelist_numbers | modelist numbers of current IRC channel; required argument: modelist mode - -| irc | irc_msg_kick | default kick message - -| irc | irc_msg_part | messaggio di uscita predefinito per il canale IRC - -| irc | irc_notify_nicks | nick nella lista notifiche - -| irc | irc_privates | privati su tutti i server IRC - -| irc | irc_raw_filters | filters for irc raw buffer - -| irc | irc_server | server IRC corrente - -| irc | irc_server_channels | canali sul server IRC corrente - -| irc | irc_server_nick | nick sul server IRC corrente - -| irc | irc_server_nicks | nick su tutti i canali del server IRC corrente - -| irc | irc_server_privates | privati sul server IRC corrente - -| irc | irc_servers | server IRC (nomi interni) - -| irc | nick | nick del canale IRC corrente - -| javascript | javascript_script | elenco degli script - -| lua | lua_script | elenco degli script - -| perl | perl_script | elenco degli script - -| php | php_script | elenco degli script - -| python | python_script | elenco degli script - -| relay | relay_free_port | prima porta libera per il plugin relay - -| relay | relay_protocol_name | protocollo.nome possibile per il plugin relay - -| relay | relay_relays | protocollo.nome dei relay correnti per il plugin relay - -| ruby | ruby_script | elenco degli script - -| script | script_extensions | list of script extensions - -| script | script_files | file nella directory degli script - -| script | script_languages | list of script languages - -| script | script_scripts | elenco degli script nel repository - -| script | script_scripts_installed | elenco degli script installati (dal repository) - -| script | script_tags | tag degli script nel repository - -| spell | spell_dicts | list of installed dictionaries - -| spell | spell_langs | list of all languages supported - -| tcl | tcl_script | elenco degli script - -| trigger | trigger_add_arguments | arguments for command that adds a trigger: trigger name, hooks, hook arguments, hook conditions, hook regex, hook command, hook return code, post actions - -| trigger | trigger_hook_arguments | default arguments for a hook - -| trigger | trigger_hook_command | default command for a hook - -| trigger | trigger_hook_conditions | default conditions for a hook - -| trigger | trigger_hook_rc | default return codes for hook callback - -| trigger | trigger_hook_regex | default regular expression for a hook - -| trigger | trigger_hooks | hooks for triggers - -| trigger | trigger_hooks_filter | hooks for triggers (for filter in monitor buffer) - -| trigger | trigger_names | triggers - -| trigger | trigger_names_default | default triggers - -| trigger | trigger_option_value | value of a trigger option - -| trigger | trigger_options | options for triggers - -| trigger | trigger_post_action | trigger post actions - -| weechat | bars_names | nomi delle barre - -| weechat | bars_options | opzioni per le barre - -| weechat | buffer_local_variable_value | value of a buffer local variable - -| weechat | buffer_local_variables | buffer local variables - -| weechat | buffer_properties_get | proprietà che possono essere lette su un buffer - -| weechat | buffer_properties_set | proprietà che possono essere impostate su un buffer - -| weechat | buffers_names | nomi dei buffer - -| weechat | buffers_numbers | numeri dei buffer - -| weechat | buffers_plugins_names | nomi dei buffer (inclusi i nomi dei plugin) - -| weechat | colors | color names - -| weechat | commands | commands (weechat and plugins); optional argument: prefix to add before the commands - -| weechat | config_files | file di configurazione - -| weechat | config_option_values | valori per una opzione di configurazione - -| weechat | config_options | opzioni di configurazione - -| weechat | cursor_areas | aree ("chat" o nome barra) per il movimento libero del cursore - -| weechat | custom_bar_item_add_arguments | arguments for command that adds a custom bar item: item name, conditions, content - -| weechat | custom_bar_item_conditions | conditions for custom bar item - -| weechat | custom_bar_item_contents | contents for custom bar item - -| weechat | custom_bar_items_names | names of custom bar items - -| weechat | env_value | value of an environment variable - -| weechat | env_vars | environment variables - -| weechat | filename | filename; optional argument: default path (evaluated, see /help eval) - -| weechat | filters_names | nomi dei filtri - -| weechat | infolists | nomi degli hook liste info - -| weechat | infos | nomi degli hook sulle info - -| weechat | keys_codes | codici tasto - -| weechat | keys_codes_for_reset | codici tasti che possono essere ripristinati (tasti aggiunti, ridefiniti o rimossi) - -| weechat | keys_contexts | contesti del tasto - -| weechat | layouts_names | nomi dei layout - -| weechat | nicks | nick nella lista nick del buffer corrente - -| weechat | palette_colors | Tavolozza dei colori - -| weechat | plugins_commands | commands defined by plugins; optional argument: prefix to add before the commands - -| weechat | plugins_installed | names of plugins installed - -| weechat | plugins_names | nomi dei plugin - -| weechat | proxies_names | nomi dei proxy - -| weechat | proxies_options | opzioni per i proxy - -| weechat | secured_data | names of secured data (file sec.conf, section data) - -| weechat | weechat_commands | weechat commands; optional argument: prefix to add before the commands - -| weechat | windows_numbers | numeri delle finestre - -| xfer | nick | nick della chat DCC - -|=== -// end::completions[] |