From 52f8b9c0b1e1606a4260ef2e0df4d525497691b1 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Sat, 7 Jul 2007 09:21:47 +0100
Subject: cgi-sample search form; texinfo fix; xml scaffold; help, man pages
 etc. visited; screen output, color set to true; docbook entries removed

* cgi generated sample search form
  * order results on files of the same title, in multiple files (with
    different filenames)
  * postgresql, character case sensitivity, control, on/off
  * tail decoration, gplv3 & sisu info

* texinfo/info (pinfo) module starts to do something vaguely useful again
  [not a much used module, testing required]

* print XML rendition of document structure to screen -T

* sisurc.yml default, color set to true
  [apologies if this causes anyone any inconvenience, it is configurable in
  sisurc.yml]

* help, man pages, README (man(8) related and env, 'sisu -V')

* docbook entries removed for the present time

* sisu-install (install ruby rant script renamed) and permissions set to
  executable
---
 conf/sisu/sisurc.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'conf')

diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml
index bdc20329..ab07108e 100644
--- a/conf/sisu/sisurc.yml
+++ b/conf/sisu/sisurc.yml
@@ -1,4 +1,4 @@
-# Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+# Name: SiSU - Simple information Structuring Universe
 # Author: Ralph@Amissah.com
 # Description: Site wide envionment defaults set here
 # system environment info / resource configuration file, for sisu
@@ -53,8 +53,8 @@ show_output_on: 'filesystem_url'
 #  concord_max:  400000
 #% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default)
 flag:
-  color:        false              # colour now off by default (does not suit all terms/consoles) -c is color (on/f) toggle (note: set default true/false here, if -c is added to the shortuct defaults below, then another -c added to the command line won't toggle on/off)
-  default:      '-mNhwpoabxXyYv'           # includes verbose; -m would in any event be run by default
+  color:        true                       # making colour default -c is toggle, and will now toggle colour off
+  default:      '-NhwpoabxXyYv'            # includes verbose; -m would in any event be run by default
   i:            '-Nhwpoayv'                # includes verbose; -m run by default
   ii:           '-NhwpoabxXyv'             # includes verbose; -m run by default
   iii:          '-NhwpoabxXyYv'            # includes verbose; -m run by default
@@ -115,3 +115,4 @@ program_set:
 #  action:            http://localhost:8081/cgi-bin/sisu_sqlite.cgi
 ##  action:            http://search.sisudoc.org
 #  db:                sisu
+#  title:             sample search form
-- 
cgit v1.2.3