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

« back to all changes in this revision

Viewing changes to doc/en/autogen/user/xfer_options.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
* [[option_xfer.color.status_aborted]] *xfer.color.status_aborted*
2
6
** description: `text color for "aborted" status`
3
7
** type: color
79
83
** values: on, off (default value: `on`)
80
84
 
81
85
* [[option_xfer.file.download_path]] *xfer.file.download_path*
82
 
** description: `path for writing incoming files ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
 
86
** description: `path for writing incoming files: "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)`
83
87
** type: string
84
88
** values: any string (default value: `"%h/xfer"`)
85
89
 
86
90
* [[option_xfer.file.upload_path]] *xfer.file.upload_path*
87
 
** description: `path for reading files when sending (when no path is specified by user) ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
 
91
** description: `path for reading files when sending (when no path is specified by user): "%h" at beginning of string is replaced by WeeChat home ("~/.weechat" by default) (note: content is evaluated, see /help eval)`
88
92
** type: string
89
93
** values: any string (default value: `"~"`)
90
94