diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-05-29 20:33:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-05-29 20:33:38 -0400 |
commit | 0e921adab8fbbd638f001a2876bccfb6820499a5 (patch) | |
tree | aa4268dc5668e87def5c46b64fa0ac19cd228c18 /data/doc/sisu/markup-samples | |
parent | v3: options --find & --glob (-f -G) added, parses language sub-dirs (diff) |
v3: documentation, minor update, includes --find / --globsisu_3.0.11
Diffstat (limited to 'data/doc/sisu/markup-samples')
-rw-r--r-- | data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst | 16 | ||||
-rw-r--r-- | data/doc/sisu/markup-samples/sisu_manual/sisu_synopsis.ssi | 10 |
2 files changed, 22 insertions, 4 deletions
diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst index 4994663c..36e1bb9c 100644 --- a/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst +++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst @@ -49,7 +49,7 @@ 2~ Description -SiSU SiSU is a document publishing system, that from a simple single marked-up document, produces multiple of output formats including: plaintext, html, xhtml, XML, epub, odt (odf text), LaTeX, pdf, info, and SQL (PostgreSQL and SQLite), which share numbered text objects ("object citation numbering") and the same document structure information. For more see: http://www.jus.uio.no/sisu +SiSU is a document publishing system, that from a simple single marked-up document, produces multiple output formats including: plaintext, html, xhtml, XML, epub, odt (odf text), LaTeX, pdf, info, and SQL (PostgreSQL and SQLite), which share text object numbers ("object citation numbering") and the same document structure information. For more see: http://www.jus.uio.no/sisu % 2~ Summary of man page @@ -91,17 +91,29 @@ see --pg see --sqlite !_ --epub [filename/wildcard] <br> -produces an epub document, [sisu version 2 only] (filename.epub). Alias -e +produces an epub document, [sisu version >=2 ] (filename.epub). Alias -e !_ -e [filename/wildcard] <br> see --epub +!_ --find [optional string part of filename] <br> +without match string, glob all .sst .ssm files in directory (including language subdirectories). With match string, find files that match given string in directory (including language subdirectories). Alias -f, --glob, -G + !_ -F [--webserv=webrick] <br> see --sample-search-form +!_ -f [optional string part of filename] <br> +see --find + !_ --git [filename/wildcard] <br> produces or updates markup source file structure in a git repo (experimental and subject to change). Alias -g +!_ --glob [optional string part of filename] <br> +see --find + +!_ -G [optional string part of filename] <br> +see --find + !_ -g [filename/wildcard] <br> see --git diff --git a/data/doc/sisu/markup-samples/sisu_manual/sisu_synopsis.ssi b/data/doc/sisu/markup-samples/sisu_manual/sisu_synopsis.ssi index 722a8b29..fda4dc22 100644 --- a/data/doc/sisu/markup-samples/sisu_manual/sisu_synopsis.ssi +++ b/data/doc/sisu/markup-samples/sisu_manual/sisu_synopsis.ssi @@ -32,9 +32,15 @@ sisu [ -CcFLSVvW ] Note: commands should be issued from within the directory that contains the marked up files, cd to markup directory. -sisu is at version 2, to use sisu version 1 +sisu is at version 2, version 3 is under development. To use sisu version 3 -sisu --v1 [and options/operations as above] +sisu --v3 [and options/operations as above] + +or + +sisu3 [and options/operations as above] + +sisu version 1 has been discontinued. for settings see sisu --help env |