diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-05-25 22:54:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-05-29 20:32:16 -0400 |
commit | 93cc261ead4f31aeed85d19e68fc0afccb1c771f (patch) | |
tree | 7223e967f0d15d582e38973b0611ecbb303b3a7b /data/doc | |
parent | v3: i18n, constants, some language info moved to i18n (from constants) (diff) |
v3: options --find & --glob (-f -G) added, parses language sub-dirs
* options
* filter out files not matching .ss[tm]
* with -f -G (--find|--glob) flag glob all .ss[tm] files in dir including
language sub-directories
sisu3 -3G live-manual
* with -f (--find|--glob) flag and find .ss[tm] files that match given
string in dir including language subdirectories
sisu3 -3GR
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 5ca702dd..990ea871 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -13,7 +13,7 @@ Reverse Chronological: %% Development branch UNSTABLE v3 branch once stable will supersede & replace current stable v2 branch -%% 3.0.11.orig.tar.gz (2011-05-25:21/3) +%% 3.0.11.orig.tar.gz (2011-05-29:21/7) http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/3.0.11-1 http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.11.orig.tar.gz sisu_3.0.11.orig.tar.gz @@ -25,6 +25,16 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.11.orig.tar.gz * cgi search form, fixes related to language code (filename with language code being required as unique document identifier) + * options + * filter out files not matching .ss[tm] + * with -f -G (--find|--glob) flag glob all .ss[tm] files in dir including + language sub-directories (e.g. in directory above language + sub-directories where ./_sisu/sisurc.yml should be located:) + sisu3 -3G live-manual + * with -f (--find|--glob) flag and find .ss[tm] files that match given + string in dir including language subdirectories + sisu3 -3GR + * i18n, constants, some language information moved to i18n (from constants) %% 3.0.10.orig.tar.gz (2011-05-23:21/1) |