aboutsummaryrefslogtreecommitdiffhomepage
path: root/conf
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-06-26 20:41:41 -0400
committerRalph Amissah <ralph@amissah.com>2011-06-26 22:40:25 -0400
commitc55233314a98e319ecc6c42309fb39fbd4c275bf (patch)
tree47439654bcacdd84f91a1c543151195ec663ba85 /conf
parentv3: urls (ansi screen reporting), add document language code (diff)
v2 v3: sisurc.yml, config settings
Diffstat (limited to 'conf')
-rw-r--r--conf/sisu/v2/sisurc.yml63
-rw-r--r--conf/sisu/v3/sisurc.yml78
2 files changed, 69 insertions, 72 deletions
diff --git a/conf/sisu/v2/sisurc.yml b/conf/sisu/v2/sisurc.yml
index 982274d1..1b1437f4 100644
--- a/conf/sisu/v2/sisurc.yml
+++ b/conf/sisu/v2/sisurc.yml
@@ -30,10 +30,12 @@
# base_path: ~
# port: '8081'
# user: ~
+
show_output_on: 'filesystem_url'
#texinfo display output
#texinfo:
# stub: 'texinfo'
+
##% processing directories, main path and subdirectories (appended to $HOME), using defaults set in sysenv
#processing:
# path: '~'
@@ -43,16 +45,18 @@ show_output_on: 'filesystem_url'
# latex: 'tex'
# texinfo: 'texinfo'
# concord_max: 400000
+
#% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default)
flag:
color: true # making colour default -c is toggle, and will now toggle colour off
- default: '-NhwepoabxXyYv' # -m run by default; includes verbose
- i: '-hwpoay' # -m run by default
- ii: '-NhwepoabxXy' # -m run by default
- iii: '-NhwepoabxXyY' # -m run by default
- iv: '-NhwepoabxXYDy --update' # -m run by default
- v: '-NhwepoabxXYDyv --update' # -m run by default; includes verbose
+ default: '-NhewpotbxXyYv' # -m run by default; includes verbose
+ i: '-Nhewpoty' # -m run by default
+ ii: '-NhewpotbxX' # -m run by default
+ iii: '-NhewpotbxXY' # -m run by default
+ iv: '-NhwepoabxXYD --update' # -m run by default
+ v: '-NhewpotbxXYDv --update' # -m run by default; includes verbose
#% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal
+
default:
papersize: 'A4,letter'
#texpdf_font: 'Liberation Serif' # 'Liberation Sans' 'Liberation Serif'
@@ -62,7 +66,9 @@ default:
#multilingual: false
#language_file: 2
#language: 'English'
+
#% markup, make *{emphasis}* 'bold' or 'italics', default if not configured is 'bold'
+
#% settings used by ssh scp
#remote:
# -
@@ -73,9 +79,11 @@ default:
# user: '[usrname]'
# host: '[remote.hostname]'
# path: '.' #no trailing slash eg 'sisu/www'
+
#% webrick information
#webrick:
# port: '8081'
+
#% sql database info, postgresql and sqlite
#db:
# share_source: false # boolean, default is false
@@ -90,14 +98,12 @@ default:
#html:
# quick_ref: true #default false
# 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'
-#on value true system defaults used, to change, e.g. editor specify
+
permission_set:
zap: false
css_modify: false
# remote_base_site: true
+
program_set:
rmagick: false
# wc: true
@@ -107,25 +113,24 @@ program_set:
# tidy: true
# rexml: true
# pdflatex: true
+
#program_select:
-# editor: 'gvim -c :R -c :S'
-# pdf_viewer: 'evince'
-# web_browser: 'firefox' #'iceweasel' #'epiphany' #'galeon' #'konqueror' #'kazehakase'
-# console_www_browser: 'links2' #'elinks' #'w3m' #'lynx' #'links'
-# epub_viewer: 'ebook-viewer' #'calibre' #'okular' #'fbreader'
-# odf_viewer: 'oowriter' #'abiword'
-# xml_viewer: 'xml-viewer'
-# man: 'nroff -man' #'groff -man -Tascii' # 'nroff -man'
-#promo: sisu_icon, sisu, sisu_search_libre, open_society, fsf, ruby
+# editor: 'vim'
+# pdf_viewer: 'evince'
+# web_browser: 'iceweasel'
+# console_web_browser: 'links2' #'elinks' #'w3m' #'lynx' #'links'
+# odf_viewer: 'lowriter' #'oowriter' #'abiword'
+# xml_viewer: 'xml-viewer'
+# epub_viewer: 'ebook-viewer' #'calibre' #'fbreader' #'okular'
+# info_viewer: 'pinfo -f'
+# man: 'man' #'groff -man -Tascii' # 'nroff -man'
+
#search:
# sisu:
-# flag: true
-## action: http://localhost:8081/cgi-bin/sisu_pgsql.cgi
-# action: http://search.sisudoc.org
-# db: sisu
-# title: sample search form
-# hyperestraier:
-# flag: true
-# action: http://search.sisudoc.org/cgi-bin/estseek.cgi?
-#manifest:
-# minitoc: true
+# flag: true
+## action: http://localhost:8081/cgi-bin/sisu_pgsql.cgi
+# action: http://search.sisudoc.org
+# db: sisu
+# title: sample search form
+
+#promo: sisu_search_libre, sisu_icon, sisu, open_society, fsf, ruby
diff --git a/conf/sisu/v3/sisurc.yml b/conf/sisu/v3/sisurc.yml
index f250b71d..f5473c79 100644
--- a/conf/sisu/v3/sisurc.yml
+++ b/conf/sisu/v3/sisurc.yml
@@ -30,10 +30,12 @@
# base_path: ~
# port: '8081'
# user: ~
+
show_output_on: 'filesystem_url'
#texinfo display output
#texinfo:
# stub: 'texinfo'
+
##% processing directories, main path and subdirectories (appended to $HOME), using defaults set in sysenv
#processing:
# path: '~'
@@ -43,15 +45,17 @@ show_output_on: 'filesystem_url'
# latex: 'tex'
# texinfo: 'texinfo'
# concord_max: 400000
+
#% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default)
flag:
color: true # making colour default -c is toggle, and will now toggle colour off
- default: '-NhwepoabxXyYv' # -m run by default; includes verbose
- i: '-hwpoay' # -m run by default
- ii: '-NhwepoabxXy' # -m run by default
- iii: '-NhwepoabxXyY' # -m run by default
- iv: '-NhwepoabxXYDy --update' # -m run by default
- v: '-NhwepoabxXYDyv --update' # -m run by default; includes verbose
+ default: '-NhewpotbxXyYv' # -m run by default; includes verbose
+ i: '-Nhewpoty' # -m run by default
+ ii: '-NhewpotbxX' # -m run by default
+ iii: '-NhewpotbxXY' # -m run by default
+ iv: '-NhewpotbxXiIY' # -m run by default
+ v: '-NhewpotbxXYDv --update' # -m run by default; includes verbose
+
#% papersize, (LaTeX/pdf) available values: A4, US_letter, book_b5, book_a5, US_legal
default:
papersize: 'A4,letter'
@@ -63,6 +67,7 @@ default:
#language_file: 2
#language: 'English'
#% markup, make *{emphasis}* 'bold' or 'italics', default if not configured is 'bold'
+
#% settings used by ssh scp
#remote:
# -
@@ -73,9 +78,11 @@ default:
# user: '[usrname]'
# host: '[remote.hostname]'
# path: '.' #no trailing slash eg 'sisu/www'
+
#% webrick information
#webrick:
# port: '8081'
+
#% sql database info, postgresql and sqlite
#db:
# share_source: false # boolean, default is false
@@ -87,6 +94,7 @@ default:
# sqlite:
# path: ~ # './sisu_sqlite.db'
# port: "**"
+
#html:
# quick_ref: true #default false
# seg_title_banner: true #default false
@@ -96,30 +104,15 @@ default:
# ocn: true
#% output_dir_structure_by: language (language_and_filetype); filetype; or filename (original v1 & v2)
+#output_dir_structure_by: filename
+#output_dir_structure_by: filetype
output_dir_structure_by: language
-##% output_strucure: by_language: and/or by_filetype: (else default "bundled"
-##output) possible values ~, true, false, (default where not set, false),
-##output_structure: by_language: (language code directories with filetype
-##subdirectories); by_filetype: (filetype directories output_structure) the
-##previous default was by_language: false by_filetype: false. Note that where
-##by_language is true, by_filetype is (forced) true. If e.g. using po4a
-##by_langauge should be used and set true:
-#output_structure:
-# by_language: true
-# by_filetype: true
-
-#% 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' on value true system defaults used,
-#to change, e.g. editor specify
-
permission_set:
zap: false
css_modify: false
# remote_base_site: true
+
program_set:
rmagick: false
# wc: true
@@ -129,25 +122,24 @@ program_set:
# tidy: true
# rexml: true
# pdflatex: true
+
#program_select:
-# editor: 'gvim -c :R -c :S'
-# pdf_viewer: 'evince'
-# web_browser: 'firefox' #'iceweasel' #'epiphany' #'galeon' #'konqueror' #'kazehakase'
-# console_www_browser: 'links2' #'elinks' #'w3m' #'lynx' #'links'
-# epub_viewer: 'ebook-viewer' #'calibre' #'okular' #'fbreader'
-# odf_viewer: 'libreoffice' #'oowriter' #'abiword'
-# xml_viewer: 'xml-viewer'
-# man: 'nroff -man' #'groff -man -Tascii' # 'nroff -man'
-#promo: sisu_icon, sisu, sisu_search_libre, open_society, fsf, ruby
+# editor: 'vim'
+# pdf_viewer: 'evince'
+# web_browser: 'iceweasel'
+# console_web_browser: 'links2' #'elinks' #'w3m' #'lynx' #'links'
+# odf_viewer: 'lowriter' #'oowriter' #'abiword'
+# xml_viewer: 'xml-viewer'
+# epub_viewer: 'ebook-viewer' #'calibre' #'fbreader' #'okular'
+# info_viewer: 'pinfo -f'
+# man: 'man' #'groff -man -Tascii' # 'nroff -man'
+
#search:
# sisu:
-# flag: true
-## action: http://localhost:8081/cgi-bin/sisu_pgsql.cgi
-# action: http://search.sisudoc.org
-# db: sisu
-# title: sample search form
-# hyperestraier:
-# flag: true
-# action: http://search.sisudoc.org/cgi-bin/estseek.cgi?
-#manifest:
-# minitoc: true
+# flag: true
+## action: http://localhost:8081/cgi-bin/sisu_pgsql.cgi
+# action: http://search.sisudoc.org
+# db: sisu
+# title: sample search form
+
+#promo: sisu_search_libre, sisu_icon, sisu, open_society, fsf, ruby