From 37f81bc4aa6579f269021dfdb3ab84b51f531634 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 8 Oct 2007 12:23:05 +0100 Subject: dal, shortcut for available outputs, present as grouped text object this makes more sense for search results - matches all available versions of a document [affects document objects and numbering where used, hence version number bump] --- conf/sisu/version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index af590446..56df3316 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@ --- -:version: 0.60.1 -:date_stamp: 2007w40/0 -:date: "2007-10-07" +:version: 0.61.0 +:date_stamp: 2007w41/1 +:date: "2007-10-08" :project: SiSU -- cgit v1.2.3 From 73ab0fc4648dc6791890adcf040a4c45ae18d298 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 9 Oct 2007 12:16:40 +0100 Subject: command line processing shortcuts changed -1 does only -hwpoyv and (obsoleted) -A changed in sysenv with -a --- conf/sisu/sisurc.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index 3ed56c96..611548b6 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -55,6 +55,7 @@ show_output_on: 'filesystem_url' flag: 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: '-hwpoyv' # includes verbose; -m 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 -- cgit v1.2.3