diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-19 19:38:44 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-19 19:38:44 +0100 |
commit | fc584316dab9118ffae43be6a44a96eb19445254 (patch) | |
tree | 583608132f0862aea24b3207b1115d4e497f7e1f /doc/en/man_files.en.adoc | |
parent | 5e3b6d50bb3cae576e00e018eebfada891c3597b (diff) | |
download | weechat-fc584316dab9118ffae43be6a44a96eb19445254.zip |
core: split man pages weechat and weechat-headless
Diffstat (limited to 'doc/en/man_files.en.adoc')
-rw-r--r-- | doc/en/man_files.en.adoc | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/doc/en/man_files.en.adoc b/doc/en/man_files.en.adoc new file mode 100644 index 000000000..071cffdfc --- /dev/null +++ b/doc/en/man_files.en.adoc @@ -0,0 +1,74 @@ +$HOME/.weechat/weechat.conf:: + main WeeChat configuration file + +$HOME/.weechat/plugins.conf:: + plugins configuration file + +$HOME/.weechat/sec.conf:: + configuration file with secured data + +$HOME/.weechat/alias.conf:: + configuration file for _alias_ plugin + +$HOME/.weechat/aspell.conf:: + configuration file for _aspell_ plugin + +$HOME/.weechat/buflist.conf:: + configuration file for _buflist_ plugin + +$HOME/.weechat/charset.conf:: + configuration file for _charset_ plugin + +$HOME/.weechat/exec.conf:: + configuration file for _exec_ plugin + +$HOME/.weechat/fifo.conf:: + configuration file for _fifo_ plugin + +$HOME/.weechat/fset.conf:: + configuration file for _fset_ plugin + +$HOME/.weechat/guile.conf:: + configuration file for _guile_ plugin + +$HOME/.weechat/irc.conf:: + configuration file for _irc_ plugin + +$HOME/.weechat/javascript.conf:: + configuration file for _javascript_ plugin + +$HOME/.weechat/logger.conf:: + configuration file for _logger_ plugin + +$HOME/.weechat/lua.conf:: + configuration file for _lua_ plugin + +$HOME/.weechat/perl.conf:: + configuration file for _perl_ plugin + +$HOME/.weechat/php.conf:: + configuration file for _php_ plugin + +$HOME/.weechat/python.conf:: + configuration file for _python_ plugin + +$HOME/.weechat/relay.conf:: + configuration file for _relay_ plugin + +$HOME/.weechat/ruby.conf:: + configuration file for _ruby_ plugin + +$HOME/.weechat/script.conf:: + configuration file for _script_ plugin + +$HOME/.weechat/tcl.conf:: + configuration file for _tcl_ plugin + +$HOME/.weechat/trigger.conf:: + configuration file for _trigger_ plugin + +$HOME/.weechat/xfer.conf:: + configuration file for _xfer_ plugin + +$HOME/.weechat/weechat.log:: + WeeChat log file |