aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/html/sisu_commands.1.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/html/sisu_commands.1.html')
-rw-r--r--data/doc/sisu/html/sisu_commands.1.html553
1 files changed, 0 insertions, 553 deletions
diff --git a/data/doc/sisu/html/sisu_commands.1.html b/data/doc/sisu/html/sisu_commands.1.html
deleted file mode 100644
index e519713e..00000000
--- a/data/doc/sisu/html/sisu_commands.1.html
+++ /dev/null
@@ -1,553 +0,0 @@
-<!-- manual page source format generated by PolyglotMan v3.2, -->
-<!-- available at http://polyglotman.sourceforge.net/ -->
-
-<html>
-<head>
-<title>"sisu_commands"("1") manual page</title>
-</head>
-<body bgcolor='white'>
-<a href='#toc'>Table of Contents</a><p>
-SISU - COMMANDS, RALPH AMISSAH
-<p> SISU COMMANDS
-<p> 1. COMMANDS SUMMARY
-<p> 1.1
-
-<p>SYNOPSIS
-<p> <b>SiSU</b> - Structured information, Serialized Units - a document publishing
-
-<p>system
-<p> sisu &nbsp;[ &nbsp;-abcDdFHhIiMmNnopqRrSsTtUuVvwXxYyZz0-9 &nbsp;] &nbsp;[ &nbsp;filename/
-<p> sisu
-&nbsp;[ &nbsp;-Ddcv &nbsp;] &nbsp;[ &nbsp;instruction &nbsp;]
-<p> sisu &nbsp;[ &nbsp;-CcFLSVvW &nbsp;]
-<p> Note: commands should be
-issued from within the directory that contains the marked up files, cd
-to markup directory.
-<p> 1.2 DESCRIPTION
-<p> <b>SiSU</b> <b>SiSU</b> is a document publishing
-system, that from a simple single marked-up document, produces multiple
-of output formats including: plaintext, html, LaTeX, pdf, xhtml, XML, info,
-and SQL (PostgreSQL and SQLite), which share numbered text objects ( structure
-information. For more see: &lt;<a href='http://www.jus.uio.no/sisu'>http://www.jus.uio.no/sisu</a>
-&gt;
-<p> 1.3 DOCUMENT PROCESSING
-
-<p>COMMAND FLAGS
-<p>
-<dl>
-
-<dt><b>&nbsp;-a &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces plaintext with Unix linefeeds
-and without markup, (object numbers are omitted), has footnotes at end
-of each paragraph that contains them &nbsp;[ -A &nbsp;for &nbsp;equivalent &nbsp;dos &nbsp;(linefeed)
-&nbsp;output &nbsp;file] &nbsp;[see &nbsp;-e &nbsp;for endnotes]. (Options include: --endnotes for endnotes
---footnotes for footnotes at the end of each paragraph --unix for unix linefeed
-(default) --msdos for msdos linefeed)
-<p> </dd>
-
-<dt><b>&nbsp;-b &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces xhtml/XML
-output for browser viewing (sax parsing).
-<p> </dd>
-
-<dt><b>&nbsp;-C &nbsp;&nbsp;[--init-site]</b> </dt>
-<dd>configure/initialise
-shared output directory files initialize shared output directory (config
-files such as css and dtd files are not updated if they already exist unless
-modifier is used). -C --init-site configure/initialise site more extensive than
--C on its own, shared output directory files/force update, existing shared
-output config files such as css and dtd files are updated if this modifier
-is used.
-<p> </dd>
-
-<dt><b>&nbsp;-CC</b> </dt>
-<dd>&nbsp;configure/initialise &nbsp;shared &nbsp;output &nbsp;directory &nbsp;files &nbsp;initialize
-shared &nbsp;output &nbsp;directory &nbsp;(config &nbsp;files &nbsp;such &nbsp;as &nbsp;css &nbsp;and &nbsp;dtd is &nbsp;used). &nbsp;The
-&nbsp;equivalent &nbsp;of: &nbsp;-C &nbsp;--init-site configure/initialise &nbsp;site, &nbsp;more &nbsp;extensive &nbsp;than
-&nbsp;-C &nbsp;on &nbsp;its &nbsp;own, &nbsp;shared &nbsp;output &nbsp;directory &nbsp;files/force &nbsp;update, &nbsp;existing &nbsp;shared
-output &nbsp;config &nbsp;files &nbsp;such &nbsp;as &nbsp;css &nbsp;and &nbsp;dtd &nbsp;files &nbsp;are &nbsp;updated if &nbsp;-CC &nbsp;is &nbsp;used.
-such &nbsp;as &nbsp;css &nbsp;and &nbsp;dtd &nbsp;files &nbsp;are &nbsp;updated
-<p> </dd>
-
-<dt><b>&nbsp;-c &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>screen toggle
-ansi screen colour on or off depending on default set (unless -c flag is
-used: if sisurc colour default is set to &rsquo;true&rsquo;, output to screen will be
-with colour, if sisurc colour default is set to &rsquo;false&rsquo; or is undefined screen
-output will be without colour).
-<p> </dd>
-
-<dt><b>&nbsp;-D &nbsp;&nbsp;[instruction] &nbsp;[filename]</b> </dt>
-<dd>database postgresql
-( --pgsql may be used instead) possible instructions, include: --createdb;
---create; --dropall; --import &nbsp;[filename]; --update &nbsp;[filename]; --remove &nbsp;[filename];
-see database section below.
-<p> </dd>
-
-<dt><b>&nbsp;-d &nbsp;&nbsp;[--db-[database &nbsp;type &nbsp;(sqlite|pg)]] --[instruction]
-</dt>
-<dd>[filename] database type default set to sqlite, (for which --sqlite may be
-used instead) or to specify another database --db-[pgsql, &nbsp;sqlite] (however
-see -D) possible instructions include: --createdb; --create; --dropall; --import
-&nbsp;[filename]; --update &nbsp;[filename]; --remove &nbsp;[filename]; see database section
-below.
-<p> </dd>
-
-<dt><b>&nbsp;-F &nbsp;&nbsp;[--webserv=webrick]</b> </dt>
-<dd>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
-
-<p>on setting up hyperestraier for sisu
-<p> </dd>
-
-<dt><b>&nbsp;-H &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces html
-without link suffixes (.html .pdf etc.) ( an appropriately configured web
-server. &nbsp;[behaviour &nbsp;switched &nbsp;after &nbsp;0.35 &nbsp;see &nbsp;-h].
-<p> </dd>
-
-<dt><b>&nbsp;-h &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>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). &nbsp;[behaviour &nbsp;switched &nbsp;after
-<p> </dd>
-
-<dt><b>&nbsp;-I &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces texinfo and info file, (view with pinfo).
-<p> </dd>
-
-<dt><b>&nbsp;-L</b> </dt>
-<dd>&nbsp;prints &nbsp;license &nbsp;information.
-
-<p> </dd>
-
-<dt><b>&nbsp;-M &nbsp;&nbsp;[filename/wildcard/url]</b> </dt>
-<dd>maintenance mode files created for processing
-preserved and their locations indicated. (also see -V)
-<p> </dd>
-
-<dt><b>&nbsp;-m &nbsp;&nbsp;[filename/wildcard/url]</b>
-</dt>
-<dd>assumed for most other flags, creates new meta-markup file, (the metaverse
-) that is used in all subsequent processing of other output. This step is
-assumed for most processing flags. To skip it see -n
-<p> </dd>
-
-<dt><b>&nbsp;-N &nbsp;&nbsp;[filename/wildcard/url]</b>
-</dt>
-<dd>document digest or document content certificate ( DCC ) as md5 digest tree
-of the document: the digest for the document, and digests for each object
-contained within the document (together with information on software versions
-that produced it) (digest.txt). -NV for verbose digest output to screen.
-<p> </dd>
-
-<dt><b>&nbsp;-n
-&nbsp;&nbsp;[filename/wildcard/url]</b> </dt>
-<dd>skip meta-markup (building of -m which is otherwise
-assumed by most processing flags.
-<p> </dd>
-
-<dt><b>&nbsp;-o &nbsp;&nbsp;[filename/wildcard/url]</b> </dt>
-<dd>output basic
-document in opendocument file format (opendocument.odt).
-<p> </dd>
-
-<dt><b>&nbsp;-p &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces LaTeX pdf (portrait.pdf &amp; landscape.pdf). Default paper size is set
-in config file, or document header, or provided with additional command
-line parameter, e.g. --papersize-a4 preset sizes include: &rsquo;A4&rsquo;, U.S. &rsquo;letter&rsquo; and
-&rsquo;legal&rsquo; and book sizes &rsquo;A5&rsquo; and &rsquo;B5&rsquo; (system defaults to A4).
-<p> </dd>
-
-<dt><b>&nbsp;-q &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>quiet less output to screen.
-<p> </dd>
-
-<dt><b>&nbsp;-R &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>copies sisu output files
-to remote host using rsync. This requires that sisurc.yml has been provided
-with information on hostname and username, and that you have your different
-if -R is used with other flags from if used alone. Alone the rsync --delete
-parameter is sent, useful for cleaning the remote directory (when -R is
-used together with other flags, it is not). Also see -r
-<p> </dd>
-
-<dt><b>&nbsp;-r &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>copies sisu output files to remote host using scp. This requires that sisurc.yml
-has been provided with information on hostname and username, and that you
-
-<p>have your
-<p> </dd>
-
-<dt><b>&nbsp;-S</b> </dt>
-<dd>&nbsp;produces &nbsp;a &nbsp;sisupod &nbsp;a &nbsp;zipped &nbsp;sisu &nbsp;directory &nbsp;of &nbsp;markup local
-&nbsp;configuration &nbsp;file, &nbsp;images &nbsp;and &nbsp;skins. &nbsp;Note: &nbsp;this &nbsp;only includes &nbsp;the &nbsp;configuration
-&nbsp;files &nbsp;or &nbsp;skins &nbsp;contained &nbsp;in &nbsp;./_sisu &nbsp;not &nbsp;those &nbsp;in &nbsp;~/.sisu &nbsp;-S &nbsp;&nbsp;[filename/wildcard]
-option. Note: (this option is tested only with zsh).
-<p> </dd>
-
-<dt><b>&nbsp;-S &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces a zipped file of the prepared document specified along with associated
-images, by default named sisupod.zip they may alternatively be named with
-the filename extension .ssp This provides a quick way of gathering the relevant
-parts of a sisu document which can then for example be emailed. A sisupod
-includes sisu markup source file, (along with associated documents if a
-master file, or available in multilingual versions), together with related
-images and skin. <b>SiSU</b> commands can be run directly against a sisupod contained
-in a local directory, or provided as a url on a remote site. As there is
-a security issue with skins provided by other users, they are not applied
-unless the flag --trust or --trusted is added to the command instruction, it
-is recommended that file that are not your own are treated as untrusted.
-The directory structure of the unzipped file is understood by sisu, and
-sisu commands can be run within it. Note: if you wish to send multiple files,
-it quickly becomes more space efficient to zip the sisu markup directory,
-rather than the individual files for sending). See the -S option without
-
-<p> </dd>
-
-<dt><b>&nbsp;-s &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>copies sisu markup file to output directory.
-<p> </dd>
-
-<dt><b>&nbsp;-t &nbsp;&nbsp;[filename/wildcard
-&nbsp;(*.termsheet.rb)]</b> </dt>
-<dd>standard form document builder, preprocessing feature
-<p>
-</dd>
-
-<dt><b>&nbsp;-U &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>prints url output list/map for the available processing
-flags options and resulting files that could be requested, (can be used
-to get a list of processing options in relation to a file, together with
-information on the output that would be produced), -u provides url output
-mapping for those flags requested for processing. The default assumes sisu_webrick
-is running and provides webrick url mappings where appropriate, but these
-
-<p>can be switched to file system paths in sisurc.yml
-<p> </dd>
-
-<dt><b>&nbsp;-u &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>provides url mapping of output files for the flags requested for processing,
-
-<p>also see -U
-<p> </dd>
-
-<dt><b>&nbsp;-V</b> </dt>
-<dd>&nbsp;on &nbsp;its &nbsp;own, &nbsp;provides <b>&nbsp;SiSU</b> &nbsp;version &nbsp;and &nbsp;environment &nbsp;information
-&nbsp;(sisu &nbsp;--help &nbsp;env)
-<p> </dd>
-
-<dt><b>&nbsp;-V &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>even more verbose than the -v flag.
-(also see -M)
-<p> </dd>
-
-<dt><b>&nbsp;-v</b> </dt>
-<dd>&nbsp;on &nbsp;its &nbsp;own, &nbsp;provides <b>&nbsp;SiSU</b> &nbsp;version &nbsp;information
-<p> </dd>
-
-<dt><b>&nbsp;-v &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>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
-<p> </dd>
-
-<dt><b>&nbsp;-W</b> </dt>
-<dd>&nbsp;starts &nbsp;ruby&rsquo;s
-&nbsp;webrick &nbsp;webserver &nbsp;points &nbsp;at &nbsp;sisu &nbsp;output &nbsp;the &nbsp;default &nbsp;port &nbsp;is &nbsp;set &nbsp;to &nbsp;8081
-&nbsp;and &nbsp;can &nbsp;be &nbsp;&nbsp;[tip: &nbsp;the &nbsp;so &nbsp;html &nbsp;output &nbsp;should be &nbsp;created &nbsp;using &nbsp;the &nbsp;-h &nbsp;option
-&nbsp;rather &nbsp;than &nbsp;-H; &nbsp;also, &nbsp;note &nbsp;-F &nbsp;webrick &nbsp;].
-<p> </dd>
-
-<dt><b>&nbsp;-w &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces concordance
-(wordmap) a rudimentary index of all the words in a document. (Concordance
-files are not generated for documents of over 260,000 words unless this
-limit is increased in the file sisurc.yml)
-<p> </dd>
-
-<dt><b>&nbsp;-X &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces
-XML output with deep document structure, in the nature of dom.
-<p> </dd>
-
-<dt><b>&nbsp;-x &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces XML output shallow structure (sax parsing).
-<p> </dd>
-
-<dt><b>&nbsp;-Y &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces a short sitemap entry for the document, based on html output and
-the sisu_manifest. --sitemaps generates/updates the sitemap index of existing
-sitemaps. (Experimental, &nbsp;[g,y,m &nbsp;announcement &nbsp;this &nbsp;week])
-<p> </dd>
-
-<dt><b>&nbsp;-y &nbsp;&nbsp;[filename/wildcard]</b>
-</dt>
-<dd>produces an html summary of output generated (hyperlinked to content) and
-document specific metadata (sisu_manifest.html). This step is assumed for
-most processing flags.
-<p> </dd>
-
-<dt><b>&nbsp;-Z &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>Zap, if used with other processing
-flags deletes output files of the type about to be processed, prior to
-processing. If -Z is used as the lone processing related flag (or in conjunction
-with a combination of -[mMvVq]), will remove the related document output
-directory.
-<p> </dd>
-
-<dt><b>&nbsp;-z &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>produces php (zend) &nbsp;[this &nbsp;feature &nbsp;is &nbsp;disabled
-&nbsp;for &nbsp;the &nbsp;time being]
-<p> </dd>
-</dl>
-2. COMMAND LINE MODIFIERS
-<p>
-<dl>
-
-<dt><b>&nbsp;--no-ocn</b> </dt>
-<dd>&nbsp;&nbsp;[with &nbsp;-h &nbsp;-H &nbsp;or &nbsp;-p] switches
-off object citation numbering. Produce output without identifying numbers
-in margins of html or LaTeX/pdf output.
-<p> </dd>
-
-<dt><b>&nbsp;--no-annotate</b> </dt>
-<dd>&nbsp;strips &nbsp;output &nbsp;text &nbsp;of
-&nbsp;editor &nbsp;endnotes[^*1] denoted by asterisk or dagger/plus sign
-<p> </dd>
-
-<dt><b>&nbsp;--no-asterisk</b>
-</dt>
-<dd>&nbsp;strips &nbsp;output &nbsp;text &nbsp;of &nbsp;editor &nbsp;endnotes[^*2] denoted by asterisk sign
-<p> </dd>
-
-<dt><b>&nbsp;--no-dagger</b>
-</dt>
-<dd>&nbsp;strips &nbsp;output &nbsp;text &nbsp;of &nbsp;editor &nbsp;endnotes[^+1] denoted by dagger/plus sign
-<p>
-</dd>
-</dl>
-3. DATABASE COMMANDS
-<p> dbi - database interface
-<p> -D or --pgsql set for postgresql
--d or --sqlite default set for sqlite -d is modifiable with --db=[database &nbsp;type
-&nbsp;(pgsql &nbsp;or &nbsp;sqlite)]
-<p>
-<dl>
-
-<dt><b>&nbsp;-Dv &nbsp;--createall</b> </dt>
-<dd>&nbsp;initial &nbsp;step, &nbsp;creates &nbsp;required &nbsp;relations
-&nbsp;(tables, &nbsp;indexes) &nbsp;in &nbsp;existing &nbsp;postgresql &nbsp;database &nbsp;(a &nbsp;database &nbsp;should &nbsp;be
-&nbsp;created manually &nbsp;and &nbsp;given &nbsp;the &nbsp;same &nbsp;name &nbsp;as &nbsp;working &nbsp;directory, &nbsp;as requested)
-&nbsp;(rb.dbi) &nbsp;&nbsp;[ &nbsp;-dv &nbsp;--createall &nbsp;sqlite &nbsp;equivalent] it may be necessary to run sisu
--Dv --createdb initially NOTE: at the present time for postgresql it may be
-necessary to manually create the database. The command would be &rsquo;createdb
-&nbsp;[database &nbsp;name]&rsquo; where database name would be SiSU_[present &nbsp;working &nbsp;directory
-&nbsp;name &nbsp;(without &nbsp;path)]. Please use only alphanumerics and underscores.
-<p> </dd>
-
-<dt><b>&nbsp;-Dv
-&nbsp;--import</b> </dt>
-<dd>&nbsp;&nbsp;[filename/wildcard] imports data specified to postgresql db (rb.dbi)
-&nbsp;[ &nbsp;-dv &nbsp;--import &nbsp;sqlite &nbsp;equivalent]
-<p> </dd>
-
-<dt><b>&nbsp;-Dv &nbsp;--update</b> </dt>
-<dd>&nbsp;&nbsp;[filename/wildcard] updates/imports
-specified data to postgresql db (rb.dbi) &nbsp;[ &nbsp;-dv &nbsp;--update &nbsp;sqlite &nbsp;equivalent]
-
-<p> </dd>
-
-<dt><b>&nbsp;-D &nbsp;--remove</b> </dt>
-<dd>&nbsp;&nbsp;[filename/wildcard] removes specified data to postgresql db (rb.dbi)
-&nbsp;[ &nbsp;-d &nbsp;--remove &nbsp;sqlite &nbsp;equivalent]
-<p> </dd>
-
-<dt><b>&nbsp;-D &nbsp;--dropall</b> </dt>
-<dd>&nbsp;kills &nbsp;data &amp; &nbsp;indexes &nbsp;&nbsp;[ &nbsp;-d &nbsp;--dropall
-&nbsp;sqlite &nbsp;equivalent]
-<p> The v in e.g. -Dv is for verbose output.
-<p> </dd>
-</dl>
-4. SHORTCUTS,
-SHORTHAND FOR MULTIPLE FLAGS
-<p>
-<dl>
-
-<dt><b>&nbsp;--update &nbsp;&nbsp;[filename/wildcard]</b> </dt>
-<dd>Checks existing
-file output and runs the flags required to update this output. This means
-that if only html and pdf output was requested on previous runs, only the
--hp files will be applied, and only these will be generated this time, together
-with the summary. This can be very convenient, if you offer different outputs
-of different files, and just want to do the same again.
-<p> </dd>
-
-<dt><b>&nbsp;-0 &nbsp;to &nbsp;-5 &nbsp;&nbsp;[filename
-&nbsp;or &nbsp;wildcard]</b> </dt>
-<dd>Default shorthand mappings (note that the defaults can be
-changed/configured in the sisurc.yml file):
-<p> </dd>
-
-<dt><b>&nbsp;-0</b> </dt>
-<dd>&nbsp;-mNhwpAobxXyYv &nbsp;&nbsp;[this &nbsp;is &nbsp;the
-&nbsp;default &nbsp;action &nbsp;run &nbsp;when &nbsp;no &nbsp;i.e. &nbsp;on &nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> </dd>
-
-<dt><b>&nbsp;-1</b> </dt>
-<dd>&nbsp;-mNHwpy &nbsp;give, &nbsp;i.e. &nbsp;on
-&nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> </dd>
-
-<dt><b>&nbsp;-2</b> </dt>
-<dd>&nbsp;-mNHwpaoy give, &nbsp;i.e. &nbsp;on &nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> </dd>
-
-<dt><b>&nbsp;-3</b> </dt>
-<dd>&nbsp;-mNhwpAobxXyY
-&nbsp;i.e. &nbsp;on &nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> </dd>
-
-<dt><b>&nbsp;-4</b> </dt>
-<dd>&nbsp;-mNhwpAobxXDyY &nbsp;--import &nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> </dd>
-
-<dt><b>&nbsp;-5</b> </dt>
-<dd>&nbsp;-mNhwpAobxXDyY
-&nbsp;--update &nbsp;&rsquo;sisu &nbsp;&nbsp;[filename]&rsquo;]
-<p> add -v for verbose mode and -c for color, e.g. sisu
--2vc &nbsp;[filename &nbsp;or wildcard]
-<p> consider -u for appended url info or -v for
-
-<p>verbose output
-<p> </dd>
-</dl>
-4.0.1 COMMAND LINE WITH FLAGS - BATCH PROCESSING
-<p> In the
-data directory run sisu -mh filename or wildcard eg. cisg.sst documents.
-<p>
-Running sisu (alone without any flags, filenames or wildcards) brings up
-the interactive help, as does any sisu command that is not recognised. Enter
-to escape.
-<p> DOCUMENT INFORMATION (METADATA)
-<p> METADATA
-<p> Document Manifest
-@ &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_commands/sisu_manifest.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_commands/sisu_manifest.html</a>
-&gt;
-<p>
- <b>Dublin Core</b> (DC)
-<p> <i>DC</i> tags included with this document are provided here.
-
-<p> DC Title: <i>SiSU</i> - Commands
-<p> DC Creator: <i>Ralph</i> Amissah
-<p> DC Rights: <i>Copyright</i>
-(C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
-<p> DC
-Type: <i>information</i>
-<p> DC Date created: <i>2002-08-28</i>
-<p> DC Date issued: <i>2002-08-28</i>
-
-<p> DC Date available: <i>2002-08-28</i>
-<p> DC Date modified: <i>2007-09-16</i>
-<p> DC Date: <i>2007-09-16</i>
-
-<p> <b>Version Information</b>
-<p> Sourcefile: <i>sisu_commands.sst</i>
-<p> Filetype: <i>SiSU</i> text
-
-<p>0.58
-<p> Sourcefile Digest, MD5(sisu_commands.sst)= <i>68a4087f984baffbea779da25e1b6141</i>
-
-<p> Skin_Digest: MD5(/home/ralph/grotto/theatre/dbld/sisu-dev/sisu/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb)=
-
-<p><i>20fc43cf3eb6590bc3399a1aef65c5a9</i>
-<p> <b>Generated</b>
-<p> Document (metaverse) last
-generated: <i>Mon</i> Sep 24 15:36:13 +0100 2007
-<p> Generated by: <i>SiSU</i> <i>0.59.0</i> of
-2007w38/0 (2007-09-23)
-<p> Ruby version: <i>ruby</i> 1.8.6 (2007-06-07 patchlevel 36)
-&nbsp;[i486-linux]
-<p>
-<dl>
-
-<dt><b>*1.</b> </dt>
-<dd>square brackets </dd>
-
-<dt><b>*2.</b> </dt>
-<dd>square brackets </dd>
-
-<dt><b>+1.</b> </dt>
-<dd>square brackets
-<p>
-</dd>
-
-<dt>Other versions of this document: </dt>
-<dd></dd>
-
-<dt>manifest: &lt;<a href='http://www.jus.uio.no/sisu/sisu_commands/sisu_manifest.html'><a href='http://www.jus.uio.no/sisu/sisu_commands/sisu_manifest.html'>http://www.jus.uio.no/sisu/sisu_commands/sisu_manifest.html</a>
-</a>
-&gt;
-</dt>
-<dd></dd>
-
-<dt>html: &lt;<a href='http://www.jus.uio.no/sisu/sisu_commands/toc.html'><a href='http://www.jus.uio.no/sisu/sisu_commands/toc.html'>http://www.jus.uio.no/sisu/sisu_commands/toc.html</a>
-</a>
-&gt; </dt>
-<dd></dd>
-
-<dt>pdf: &lt;<a href='http://www.jus.uio.no/sisu/sisu_commands/portrait.pdf'><a href='http://www.jus.uio.no/sisu/sisu_commands/portrait.pdf'>http://www.jus.uio.no/sisu/sisu_commands/portrait.pdf</a>
-</a>
-&gt;
-</dt>
-<dd></dd>
-
-<dt>pdf: &lt;<a href='http://www.jus.uio.no/sisu/sisu_commands/landscape.pdf'><a href='http://www.jus.uio.no/sisu/sisu_commands/landscape.pdf'>http://www.jus.uio.no/sisu/sisu_commands/landscape.pdf</a>
-</a>
-&gt; </dt>
-<dd> </dd>
-
-<dt>at: &lt;<a href='http://www.jus.uio.no/sisu'><a href='http://www.jus.uio.no/sisu'>http://www.jus.uio.no/sisu</a>
-</a>
-&gt;
-</dt>
-<dd></dd>
-
-<dt>* Generated by: SiSU 0.59.0 of 2007w38/0 (2007-09-23) </dt>
-<dd></dd>
-
-<dt>* Ruby version: ruby
-1.8.6 (2007-06-07 patchlevel 36) [i486-linux] </dt>
-<dd></dd>
-
-<dt>* Last Generated on: Mon Sep 24
-15:36:30 +0100 2007 </dt>
-<dd></dd>
-
-<dt>* SiSU <a href='http://www.jus.uio.no/sisu'>http://www.jus.uio.no/sisu</a>
- </dt>
-<dd></dd>
-</dl>
-<p>
-</body>
-</html>