aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst')
-rw-r--r--data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst264
1 files changed, 264 insertions, 0 deletions
diff --git a/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst
new file mode 100644
index 00000000..d60a1cc8
--- /dev/null
+++ b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_commands.sst
@@ -0,0 +1,264 @@
+% SiSU 2.0
+
+@title: SiSU
+ :subtitle: Commands
+
+@creator: :author: Amissah, Ralph
+
+@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
+
+@classify:
+ :type: information
+ :topic_register: electronic documents:SiSU:document:commands;SiSU:manual:commands;electronic documents:SiSU:manual:commands;SiSU:document:commands;SiSU:document:commands
+ :subject: ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search
+
+% used_by: sisu_manual SiSU.ssm
+
+@date:
+ :created: 2002-08-28
+ :issued: 2002-08-28
+ :available: 2002-08-28
+ :published: 2007-09-16
+ :modified: 2009-12-16
+
+@make:
+ :num_top: 1
+ :breaks: new=C; break=1
+ :skin: skin_sisu_manual
+ :bold: /Gnu|Debian|Ruby|SiSU/
+
+@links:
+ { SiSU Manual }http://www.jus.uio.no/sisu/sisu_manual/
+ { Book Samples and Markup Examples }http://www.jus.uio.no/sisu/SiSU/examples.html
+ { SiSU @ Wikipedia }http://en.wikipedia.org/wiki/SiSU
+ { SiSU @ Freshmeat }http://freshmeat.net/projects/sisu/
+ { SiSU @ Ruby Application Archive }http://raa.ruby-lang.org/project/sisu/
+ { SiSU @ Debian }http://packages.qa.debian.org/s/sisu.html
+ { SiSU Download }http://www.jus.uio.no/sisu/SiSU/download.html
+ { SiSU Changelog }http://www.jus.uio.no/sisu/SiSU/changelog.html
+ { SiSU help }http://www.jus.uio.no/sisu/sisu_manual/sisu_help/
+ { SiSU help sources }http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/
+
+:A~? @title @creator
+
+:B~? SiSU Commands
+
+1~commands Commands Summary
+
+2~ Synopsis
+
+SiSU - Structured information, Serialized Units - a document publishing system
+
+sisu [ -abcDdeFhIiMmNnopqRrSsTtUuVvwXxYyZz0-9 ] [ filename/ wildcard ]
+
+sisu [ -Ddcv ] [ instruction ]
+
+sisu [ -CcFLSVvW ]
+
+Note: commands should be issued from within the directory that contains the marked up files, cd to markup directory.
+
+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, LaTeX, pdf, xhtml, XML, 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
+
+% 2~ Summary of man page
+
+% This man page covers a number of subjects in brief, including: document processing command flags; document markup (basic markup and headers); configuration files; directory structure; skins; document naming; interactive help and other information.
+
+2~ Document Processing Command Flags
+
+!_ -a [filename/wildcard] <br>
+produces plaintext with Unix linefeeds and without markup, (object numbers are omitted), has footnotes at end of each paragraph that contains them [ -A for equivalent dos (linefeed) output file] [see -e 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)
+
+!_ -b [filename/wildcard] <br>
+produces xhtml/XML output for browser viewing (sax parsing).
+
+!_ -C [--init-site] <br>
+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.
+
+!_ -CC <br>
+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). The equivalent of: -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 -CC is used.
+
+!_ -c [filename/wildcard] <br>
+screen toggle ansi screen colour on or off depending on default set (unless -c flag is used: if sisurc colour default is set to 'true', output to screen will be with colour, if sisurc colour default is set to 'false' or is undefined screen output will be without colour).
+
+!_ -D [instruction] [filename] <br>
+database postgresql ( --pgsql may be used instead) possible instructions, include: --createdb; --create; --dropall; --import [filename]; --update [filename]; --remove [filename]; see database section below.
+
+!_ -d [--db-[database type (sqlite|pg)]] --[instruction] [filename] <br>
+database type default set to sqlite, (for which --sqlite may be used instead) or to specify another database --db-[pgsql, sqlite] (however see -D) possible instructions include: --createdb; --create; --dropall; --import [filename]; --update [filename]; --remove [filename]; see database section below.
+
+!_ -e [filename/wildcard] <br>
+produces an epub document, [sisu version 2 only] (filename.epub)
+
+!_ -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 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).
+
+!_ -i [filename/wildcard] <br>
+produces man page of file, not suitable for all outputs.
+
+!_ -L <br>
+prints license information.
+
+!_ -M [filename/wildcard/url] <br>
+maintenance mode files created for processing preserved and their locations indicated. (also see -V)
+
+!_ -m [filename/wildcard/url] <br>
+assumed for most other flags, creates new intermediate files for processing (document abstraction) that is used in all subsequent processing of other output. This step is assumed for most processing flags. To skip it see -n
+
+!_ -N [filename/wildcard/url] <br>
+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.
+
+!_ -n [filename/wildcard/url] <br>
+skip the creation of intermediate processing files (document abstraction) if they already exist, this skips the equivalent of -m which is otherwise assumed by most processing flags.
+
+!_ -o [filename/wildcard/url] <br>
+output basic document in opendocument file format (opendocument.odt).
+
+!_ -p [filename/wildcard] <br>
+produces LaTeX pdf (portrait.pdf & 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: 'A4', U.S. 'letter' and 'legal' and book sizes 'A5' and 'B5' (system defaults to A4).
+
+!_ -q [filename/wildcard] <br>
+quiet less output to screen.
+
+!_ -R [filename/wildcard] <br>
+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 "keys" and ssh agent in place. Note the behavior of rsync 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
+
+!_ -r [filename/wildcard] <br>
+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 have your "keys" and ssh agent in place. Also see -R
+
+!_ -S <br>
+produces a sisupod a zipped sisu directory of markup files including sisu markup source files and the directories local configuration file, images and skins. Note: this only includes the configuration files or skins contained in ./_sisu not those in ~/.sisu -S [filename/wildcard] option. Note: (this option is tested only with zsh).
+
+!_ -S [filename/wildcard] <br>
+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. SiSU 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 [filename/wildcard].
+
+!_ -s [filename/wildcard] <br>
+copies sisu markup file to output directory.
+
+!_ -t [filename/wildcard (*.termsheet.rb)] <br>
+standard form document builder, preprocessing feature
+
+!_ -U [filename/wildcard] <br>
+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 can be switched to file system paths in sisurc.yml
+
+!_ -u [filename/wildcard] <br>
+provides url mapping of output files for the flags requested for processing, also see -U
+
+!_ -V <br>
+on its own, provides SiSU version and environment information (sisu --help env)
+
+!_ -V [filename/wildcard] <br>
+even more verbose than the -v flag. (also see -M)
+
+!_ -v <br>
+on its own, provides SiSU version information
+
+!_ -v [filename/wildcard] <br>
+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 ].
+
+!_ -w [filename/wildcard] <br>
+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)
+
+!_ -X [filename/wildcard] <br>
+produces XML output with deep document structure, in the nature of dom.
+
+!_ -x [filename/wildcard] <br>
+produces XML output shallow structure (sax parsing).
+
+!_ -Y [filename/wildcard] <br>
+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, [g,y,m announcement this week])
+
+!_ -y [filename/wildcard] <br>
+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.
+
+!_ -Z [filename/wildcard] <br>
+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.
+
+!_ -z [filename/wildcard] <br>
+produces php (zend) [this feature is disabled for the time being]
+
+!_ --harvest *.ss[tm] <br>
+makes two lists of sisu output based on the sisu markup documents in a directory: list of author and authors works (year and titles), and; list by topic with titles and author. Makes use of header metadata fields (author, title, date, topic_register). Can be used with maintenance (-M) and remote placement (-R) flags.
+
+1~command_modifiers command line modifiers
+
+!_ --no-ocn <br>
+[with -h -H or -p] switches off object citation numbering. Produce output without identifying numbers in margins of html or LaTeX/pdf output.
+
+!_ --no-annotate <br>
+strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk or dagger/plus sign
+
+!_ --no-asterisk <br>
+strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk sign
+
+!_ --no-dagger <br>
+strips output text of editor endnotes~[+ square brackets ]~ denoted by dagger/plus sign
+
+1~commands_database database commands
+
+dbi - database interface
+
+-D or --pgsql set for postgresql -d or --sqlite default set for sqlite -d is modifiable with --db=[database type (pgsql or sqlite)]
+
+!_ -Dv --createall <br>
+initial step, creates required relations (tables, indexes) in existing postgresql database (a database should be created manually and given the same name as working directory, as requested) (rb.dbi) [ -dv --createall sqlite 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 'createdb [database name]' where database name would be SiSU_[present working directory name (without path)]. Please use only alphanumerics and underscores.
+
+!_ -Dv --import <br>
+[filename/wildcard] imports data specified to postgresql db (rb.dbi) [ -dv --import sqlite equivalent]
+
+!_ -Dv --update <br>
+[filename/wildcard] updates/imports specified data to postgresql db (rb.dbi) [ -dv --update sqlite equivalent]
+
+!_ -D --remove <br>
+[filename/wildcard] removes specified data to postgresql db (rb.dbi) [ -d --remove sqlite equivalent]
+
+!_ -D --dropall <br>
+kills data" and drops (postgresql or sqlite) db, tables & indexes [ -d --dropall sqlite equivalent]
+
+The v in e.g. -Dv is for verbose output.
+
+1~command_shorcuts Shortcuts, Shorthand for multiple flags
+
+!_ --update [filename/wildcard] <br>
+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.
+
+!_ -0 to -5 [filename or wildcard] <br>
+Default shorthand mappings (note that the defaults can be changed/configured in the sisurc.yml file):
+
+!_ -0 <br>
+-mNhwpAobxXyYv [this is the default action run when no options are give, i.e. on 'sisu [filename]']
+
+!_ -1 <br>
+-mhewpy
+
+!_ -2 <br>
+-mhewpaoy
+
+!_ -3 <br>
+-mhewpAobxXyY
+
+!_ -4 <br>
+-mhewpAobxXDyY --import
+
+!_ -5 <br>
+-mhewpAobxXDyY --update
+
+add -v for verbose mode and -c for color, e.g. sisu -2vc [filename or wildcard]
+
+consider -u for appended url info or -v for verbose output
+
+2~ Command Line with Flags - Batch Processing
+
+In the data directory run sisu -mh filename or wildcard eg. "sisu -h cisg.sst" or "sisu -h *.{sst,ssm}" to produce html version of all documents.
+
+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.