diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-10-24 16:34:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-10-24 16:46:55 -0400 |
commit | f0776648316c5f54e27bcd5b4c8ee50b57e6489c (patch) | |
tree | e69f6acea131b873ce214bb4b60afda90c37dba2 /conf | |
parent | html, remove "copy @" mark (diff) |
html segments, title banner (including "copy @" mark) configurable, boolean
* true/false (config.yml commented out, default false)
(requested off option, Daniel Baumann)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/v2/sisurc.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/sisu/v2/sisurc.yml b/conf/sisu/v2/sisurc.yml index cb57891d..77edf2d2 100644 --- a/conf/sisu/v2/sisurc.yml +++ b/conf/sisu/v2/sisurc.yml @@ -87,6 +87,8 @@ default: # sqlite: # path: ~ # './sisu_sqlite.db' # port: "**" +#html: +# seg_title_banner: true #default false #% possible values ~, true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'. #will only ignore if value set to false, absence or nil will not remove program as should operate without rc file #ie in case of ~ will ignore and use hard coded defaults within program), true, false, or command instruction e.g. editor: 'gvim -c :R -c :S' |