aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst')
-rw-r--r--data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst
index c9b6e7c8..1133738e 100644
--- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst
+++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst
@@ -1,4 +1,4 @@
-% SiSU 0.58
+% SiSU 1.0
@title: SiSU
@@ -91,11 +91,8 @@ database type default set to sqlite, (for which --sqlite may be used instead) or
!_ -F [--webserv=webrick] <br>
generate examples of (naive) cgi search form for sqlite and pgsql depends on your already having used sisu to populate an sqlite and/or pgsql database, (the sqlite version scans the output directories for existing sisu_sqlite databases, so it is first necessary to create them, before generating the search form) see -d -D and the database section below. If the optional parameter --webserv=webrick is passed, the cgi examples created will be set up to use the default port set for use by the webrick server, (otherwise the port is left blank and the system setting used, usually 80). The samples are dumped in the present work directory which must be writable, (with screen instructions given that they be copied to the cgi-bin directory). -Fv (in addition to the above) provides some information on setting up hyperestraier for sisu
-!_ -H [filename/wildcard] <br>
-produces html without link suffixes (.html .pdf etc.) ("Hide"). Requires an appropriately configured web server. [behaviour switched after 0.35 see -h].
-
!_ -h [filename/wildcard] <br>
-produces html (with hardlinks i.e. with name suffixes in links/local urls). html, with internal document links that include the document suffix, i.e. whether it is .html or .pdf (required for browsing directly off a file system, and works with most web servers). [behaviour switched after 0.35 see -H].
+produces html output, segmented text with table of contents (toc.html and index.html) and the document in a single file (scroll.html)
!_ -I [filename/wildcard] <br>
produces texinfo and info file, (view with pinfo).
@@ -161,7 +158,7 @@ even more verbose than the -v flag. (also see -M)
on its own, provides SiSU version information
!_ -v [filename/wildcard] <br>
-provides verbose output of what is being built, where it is being built (and error messages if any), as with -u flag provides a url mapping of files created for each of the processing flag requests. See also -V
+provides verbose output of what is being generated, where output is placed (and error messages if any), as with -u flag provides a url mapping of files created for each of the processing flag requests. See also -V
!_ -W <br>
starts ruby's webrick webserver points at sisu output directories, the default port is set to 8081 and can be changed in the resource configuration files. [tip: the webrick server requires link suffixes, so html output should be created using the -h option rather than -H ; also, note -F webrick ].