aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-05-29 20:48:47 -0400
committerRalph Amissah <ralph@amissah.com>2011-05-29 20:48:47 -0400
commit429f8e3dbd0596f2b84e3eef9ad58ffabe8a53df (patch)
tree4b1d04397000608cd5731c2ace236a95175c415f /data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst
parentdebian/changelog (3.0.10-1) (diff)
parentv3: documentation, minor update, includes --find / --glob (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst')
-rw-r--r--data/doc/sisu/markup-samples/sisu_manual/sisu_commands.sst16
1 files changed, 14 insertions, 2 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