diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-10-03 00:16:59 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-10-03 00:16:59 -0400 |
commit | f6bc7d81dee102b438a9118a66a2f2a86382c729 (patch) | |
tree | 36fe1d991dbbcb34426bd17afa212086be937994 /data/doc | |
parent | v4: bin/sisu $0, make possible to run sisu command on/within project dir tree (diff) |
v4: bin/sisu $*, hub, make possible to specify dir path for markup files
* bin/sisu4 & bin/sisu3 now syslinks to bin/sisu
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 5568af3f..e8d3e037 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -28,3 +28,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.0.orig.tar.xz * v4: bin/sisu $0 make possible to run sisu command on/within project dir tree (previously sisu needed to be correctly installed with system paths honored) NOTE: loading of skins turned off + +* v4: bin/sisu $*, hub, make possible to specify dir path for markup files + (previously sisu needed to be invoked and run on files within the selected + markup file directory) + run sisu on markup in given path (or relative path), e.g.: + sisu ~/path1/filename.ssm ~/path2/*.ss[tm] |