diff options
9 files changed, 2 insertions, 990 deletions
| @@ -9,6 +9,8 @@ Reverse Chronological:  * sisu-markup-samples_7.1.0.orig.tar.xz (2015-05-15:19/5) [version follows sisu]    http://git.sisudoc.org/gitweb/?p=doc/sisu-markup-samples.git;a=log;h=refs/tags/sisu-markup-samples_7.1.0 +  * remove redundant sisurc (config) files +    * setup.rb s/Config/RbConfig/    * CHANGELOG, clean up some cruft diff --git a/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn.www.yml b/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn.www.yml deleted file mode 100644 index 7a0939e..0000000 --- a/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn.www.yml +++ /dev/null @@ -1,118 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://www.sisudoc.org' #without directory stub (name of subdirectory containing markup) -  path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -#remote: -# user:         'ralph' -# host:         'www.???.org' -# host:         '192.168.1.108' -# path:         '/srv/sisudoc/www' -# path:         '/srv/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn_search.srv.yml b/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn_search.srv.yml deleted file mode 100644 index cf88ee3..0000000 --- a/data/samples/by/samples_by_filename/_sisu/rc/sisurc_fn_search.srv.yml +++ /dev/null @@ -1,133 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://192.168.1.108' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -  url_root:     'http://www.sisudoc.org' #without dir stub, e.g. this dir would map to http://www.sisudoc.org/samples -  path:         '/srv/www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -# path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -# file_links:    192.168.1.108 -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -remote: -  user:         'ralph' -  host:         'www.sisudoc.org' -  path:         '/srv/www' -# host:         '192.168.1.108' -# host:         '88.198.193.70' -# path:         '/srv/sisudoc/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -search: -  sisu: -    flag:            true -    action:          http://www.sisudoc.org/cgi-bin/sisu_samples_fn.cgi -    db:              markup_samples.sisu_fn -#   action:          http://www.sisudoc.org/cgi-bin/sisu_pgsql.cgi -#   action:          http://search.sisudoc.org -#   action:          http://localhost:8081/cgi-bin/sisu_sqlite.cgi -#   action:          http://localhost:8081/cgi-bin/sisu_pgsql.cgi -#   db:              sisu -    title:           'SiSU search form (sample)' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft.www.yml b/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft.www.yml deleted file mode 100644 index 4f71fe5..0000000 --- a/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft.www.yml +++ /dev/null @@ -1,118 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://www.sisudoc.org' #without directory stub (name of subdirectory containing markup) -  path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -#remote: -# user:         'ralph' -# host:         'www.???.org' -# host:         '192.168.1.108' -# path:         '/srv/sisudoc/www' -# path:         '/srv/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft_search.srv.yml b/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft_search.srv.yml deleted file mode 100644 index 54566db..0000000 --- a/data/samples/by/samples_by_filetype/_sisu/rc/sisurc_ft_search.srv.yml +++ /dev/null @@ -1,133 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://192.168.1.108' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -  url_root:     'http://www.sisudoc.org' #without dir stub, e.g. this dir would map to http://www.sisudoc.org/samples -  path:         '/srv/www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -# path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -# file_links:    192.168.1.108 -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -remote: -  user:         'ralph' -  host:         'www.sisudoc.org' -  path:         '/srv/www' -# host:         '192.168.1.108' -# host:         '88.198.193.70' -# path:         '/srv/sisudoc/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -search: -  sisu: -    flag:            true -    action:          http://www.sisudoc.org/cgi-bin/sisu_samples_ft.cgi -    db:              markup_samples.sisu_ft -#   action:          http://www.sisudoc.org/cgi-bin/sisu_pgsql.cgi -#   action:          http://search.sisudoc.org -#   action:          http://localhost:8081/cgi-bin/sisu_sqlite.cgi -#   action:          http://localhost:8081/cgi-bin/sisu_pgsql.cgi -#   db:              sisu -    title:           'SiSU search form (sample)' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_language/_sisu/rc/sisurc.yml_ b/data/samples/by/samples_by_language/_sisu/rc/sisurc.yml_ deleted file mode 100644 index 1813452..0000000 --- a/data/samples/by/samples_by_language/_sisu/rc/sisurc.yml_ +++ /dev/null @@ -1,117 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -  url_root:     'http://88.198.193.73' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -  path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #url_root:     'http://www.sisudoc.org' #without dir stub, e.g. this dir would map to http://www.sisudoc.org/samples -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -  file_links:    88.198.193.73 -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -remote: -  user:         'ralph' -  host:         '88.198.193.73' -  path:         '/srv/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.ida.yml b/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.ida.yml deleted file mode 100644 index bf5736b..0000000 --- a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.ida.yml +++ /dev/null @@ -1,120 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -  url_root:     'http://192.168.1.108' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -# url_root:     'http://88.198.193.73' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -  path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #url_root:     'http://www.sisudoc.org' #without dir stub, e.g. this dir would map to http://www.sisudoc.org/samples -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -  file_links:    192.168.1.108 -# file_links:    88.198.193.73 -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -remote: -  user:         'ralph' -  host:         '192.168.1.108' -# host:         '88.198.193.73' -  path:         '/srv/sisudoc/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.www.yml b/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.www.yml deleted file mode 100644 index 6593c84..0000000 --- a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng.www.yml +++ /dev/null @@ -1,118 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://www.sisudoc.org' #without directory stub (name of subdirectory containing markup) -  path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -#remote: -# user:         'ralph' -# host:         'www.???.org' -# host:         '192.168.1.108' -# path:         '/srv/sisudoc/www' -# path:         '/srv/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true diff --git a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng_search.srv.yml b/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng_search.srv.yml deleted file mode 100644 index 7344fc3..0000000 --- a/data/samples/by/samples_by_language/_sisu/rc/sisurc_lng_search.srv.yml +++ /dev/null @@ -1,133 +0,0 @@ -# Name: SiSU -# Author: ralph@amissah.com -# Description: site or directory wide environment defaults set here -# system environment info / resource configuration file, for sisu -# License: GPL v3 or later -#   this file should be configured and live in -#      /etc/sisu     #per environment settings, overridden by: -#      ~/.sisu       #per user settings, overridden by: -#     ./_sisu/config #per local directory settings -#% presentation/web directory, main path and subdirectories (most subdirectories are created automatically based on markup directory name) -webserv: -# url_root:     'http://192.168.1.108' #without dir stub, e.g. this dir would map to http://www.jus.uio.no/sisu -  url_root:     'http://www.sisudoc.org' #without dir stub, e.g. this dir would map to http://www.sisudoc.org/samples -  path:         '/srv/www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -# path:         '~/sisu_www' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #path:         './tested' #either (i) / [full path from root] or (ii) ~/ [home] or (iii) ./ [pwd] or (iv) will be made from home -#  #images:       'sisu/image' -#  #man:          'man' -#  #cgi:          '/usr/local/lib/sisu-cgi' -##show_output_on: 'filesystem' #for -v and -u url information, alternatives: 'filesystem','webserver','remote_webserver','local:8111','localhost','localhost:8080','webrick','path' -webserv_cgi: -#  host:         localhost -#  base_path:    ~ -#  port:         '8081' -#  user:         ~ -#  file_links:   webserv #  www.sisudoc.org -# file_links:    192.168.1.108 -  file_links:    www.sisudoc.org -#show_output_on: 'filesystem_url' -#% processing directories, main path and subdirectories -processing: -# path:         '~' -##  dir:         '_sisu_processing~' -##  metaverse:    'metaverse' -##  tune:         'tune' -##  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:      '-NQhewpotbxXyYv'           # includes verbose; -m would in any event be run by default -# i:            '-NQhewpoty'                # -m run by default -# ii:           '-NQhewpotbxXy'             # -m run by default -# iii:          '-NQhewpotbxXyY'            # -m run by default -# iv:           '-NQhewpotbxXYDy  --update' # -m run by default -# v:            '-NQhewpotbxXYDyv --update' # includes verbose; -m run by default -#% papersize, (LaTeX/pdf) current values A4, US_letter, book_b5, book_a5, US_legal, easily extensible -default: -  papersize:    'a4,letter' #'a4,letter,b5,a5,legal' -  language_file: 2 -#  #texpdf_font:       'Liberation Sans' -#  #texpdf_font_sans:  'Liberation Sans' -#  #texpdf_font_serif: 'Liberation Serif' -#  #texpdf_font_mono:  'Liberation Mono' #'Inconsolata' -#  #text_wrap:    78 -#  #emphasis:     'bold' #make *{emphasis}* 'bold', 'italics' or 'underscore', default if not configured is 'bold' -#  #language:      'fr' -#  #language:      'en' -#  digest:       'sha' #sha is sha256, default is md5 -#% settings used by ssh scp -remote: -  user:         'ralph' -  host:         'www.sisudoc.org' -  path:         '/srv/www' -# host:         '192.168.1.108' -# host:         '88.198.193.70' -# path:         '/srv/sisudoc/www' -#  #user:         'ralph' -#  #host:         'sisudoc.org' -#  #path:         '.' #no trailing slash eg 'sisu/www' -#% webrick information -#% sql database info, postgresql -#db: -#  engine: -#    default:    'postgresql' -## share_source:  true -#  postgresql: -#    port:       '5432' # '5432' -#    user:       'ralph' # '[provide username]' -#    #host:       'sisudoc.org' -# -#% 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 -# -#% 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:               true -#  css_modify:        true -#  remote_base_site:  true -#program_set: -#  rmagick:           true -#  wc:                true -#  editor:            true -#  postgresql:        true -#  sqlite:            true -#  tidy:              true -#  rexml:             true -#  pdflatex:          true -#program_select: -#  editor:            'vim' #'gvim -c :R' -#  pdf_viewer:        'evince' -#  web_browser:       'iceweasel' -#  console_web_browser: 'links2' -#  epub_viewer:       'ebook-viewer' #'calibre' 'fbreader' -#  odf_viewer:        'lowriter' -#  xml_viewer:        'xml-viewer' -search: -  sisu: -    flag:            true -    action:          http://www.sisudoc.org/cgi-bin/sisu_samples_lng.cgi -    db:              markup_samples.sisu_lng -#   action:          http://www.sisudoc.org/cgi-bin/sisu_pgsql.cgi -#   action:          http://search.sisudoc.org -#   action:          http://localhost:8081/cgi-bin/sisu_sqlite.cgi -#   action:          http://localhost:8081/cgi-bin/sisu_pgsql.cgi -#   db:              sisu -    title:           'SiSU search form (sample)' -#search: -#  sisu: -#    flag:            true -#    action:          http://search.sisudoc.org -#    db:              sisu -#    title:           'SiSU search form (sample)' -#html: -#  minitoc:           true -#manifest: -#  minitoc:           true | 
