aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst')
-rw-r--r--data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst151
1 files changed, 63 insertions, 88 deletions
diff --git a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst
index e53c96f8..d36acac0 100644
--- a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst
+++ b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_filetypes.sst
@@ -21,23 +21,6 @@
:topic_register: SiSU:manual:filetypes;electronic documents:SiSU:manual:filetypes
:subject: ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search
-@links:
- { SiSU Homepage }http://www.sisudoc.org/
- { SiSU Manual }http://www.sisudoc.org/sisu/sisu_manual/
- { Book Samples & Markup Examples }http://www.jus.uio.no/sisu/SiSU/examples.html
- { SiSU Download }http://www.jus.uio.no/sisu/SiSU/download.html
- { SiSU Changelog }http://www.jus.uio.no/sisu/SiSU/changelog.html
- { SiSU Git repo }http://git.sisudoc.org/?p=code/sisu.git;a=summary
- { SiSU List Archives }http://lists.sisudoc.org/pipermail/sisu/
- { SiSU @ Debian }http://packages.qa.debian.org/s/sisu.html
- { SiSU Project @ Debian }http://qa.debian.org/developer.php?login=sisu@lists.sisudoc.org
- { SiSU @ Wikipedia }http://en.wikipedia.org/wiki/SiSU
-
-@make:
- :num_top: 1
- :breaks: new=C; break=1
- :bold: /Gnu|Debian|Ruby|SiSU/
-
:A~? @title @creator
1~filetypes SiSU filetypes
@@ -58,10 +41,6 @@ _1 sisu -s [filename]
The most common form of document in SiSU, see the section on SiSU markup.
-http://www.sisudoc.org/sisu/sisu_markup
-
-http://www.sisudoc.org/sisu/sisu_manual
-
3~ sisu master files (.ssm)
Composite documents which incorporate other SiSU documents which may be either regular SiSU text .sst which may be generated independently, or inserts prepared solely for the purpose of being incorporated into one or more master documents.
@@ -72,10 +51,6 @@ Note: Master documents may be prepared in a similar way to regular documents, an
Note: a secondary file of the composite document is built prior to processing with the same prefix and the suffix ._sst ~{ .ssc (for composite) is under consideration but ._sst makes clear that this is not a regular file to be worked on, and thus less likely that people will have "accidents", working on a .ssc file that is overwritten by subsequent processing. It may be however that when the resulting file is shared .ssc is an appropriate suffix to use. }~
-http://www.sisudoc.org/sisu/sisu_markup
-
-http://www.sisudoc.org/sisu/sisu_manual
-
3~ sisu insert files (.ssi)
Inserts are documents prepared solely for the purpose of being incorporated into one or more master documents. They resemble regular SiSU text files except they are ignored by the SiSU processor. Making a file a .ssi file is a quick and convenient way of flagging that it is not intended that the file should be processed on its own.
@@ -102,67 +77,67 @@ http://www.sisudoc.org/sisu/sisu_commands
http://www.sisudoc.org/sisu/sisu_manual
-1~alt Experimental Alternative Input Representations
-
-2~ Alternative XML
-
-SiSU offers alternative XML input representations of documents as a proof of concept, experimental feature. They are however not strictly maintained, and incomplete and should be handled with care.
-
-!_ convert from sst to simple xml representations (sax, dom and node):
-
-_1 sisu --to-sax [filename/wildcard] or sisu --to-sxs [filename/wildcard]
-
-_1 sisu --to-dom [filename/wildcard] or sisu --to-sxd [filename/wildcard]
-
-_1 sisu --to-node [filename/wildcard] or sisu --to-sxn [filename/wildcard]
-
-!_ convert to sst from any sisu xml representation (sax, dom and node):
-
-_1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-or the same:
-
-_1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-3~ XML SAX representation
-
-To convert from sst to simple xml (sax) representation:
-
-_1 sisu --to-sax [filename/wildcard] or sisu --to-sxs [filename/wildcard]
-
-To convert from any sisu xml representation back to sst
-
-_1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-or the same:
-
-_1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-3~ XML DOM representation
-
-To convert from sst to simple xml (dom) representation:
-
-_1 sisu --to-dom [filename/wildcard] or sisu --to-sxd [filename/wildcard]
-
-To convert from any sisu xml representation back to sst
-
-_1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-or the same:
-
-_1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-3~ XML Node representation
-
-To convert from sst to simple xml (node) representation:
-
-_1 sisu --to-node [filename/wildcard] or sisu --to-sxn [filename/wildcard]
-
-To convert from any sisu xml representation back to sst
-
-_1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
-
-or the same:
-
-_1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+% 1~alt Experimental Alternative Input Representations
+%
+% 2~ Alternative XML
+%
+% SiSU offers alternative XML input representations of documents as a proof of concept, experimental feature. They are however not strictly maintained, and incomplete and should be handled with care.
+%
+% !_ convert from sst to simple xml representations (sax, dom and node):
+%
+% _1 sisu --to-sax [filename/wildcard] or sisu --to-sxs [filename/wildcard]
+%
+% _1 sisu --to-dom [filename/wildcard] or sisu --to-sxd [filename/wildcard]
+%
+% _1 sisu --to-node [filename/wildcard] or sisu --to-sxn [filename/wildcard]
+%
+% !_ convert to sst from any sisu xml representation (sax, dom and node):
+%
+% _1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% or the same:
+%
+% _1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% 3~ XML SAX representation
+%
+% To convert from sst to simple xml (sax) representation:
+%
+% _1 sisu --to-sax [filename/wildcard] or sisu --to-sxs [filename/wildcard]
+%
+% To convert from any sisu xml representation back to sst
+%
+% _1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% or the same:
+%
+% _1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% 3~ XML DOM representation
+%
+% To convert from sst to simple xml (dom) representation:
+%
+% _1 sisu --to-dom [filename/wildcard] or sisu --to-sxd [filename/wildcard]
+%
+% To convert from any sisu xml representation back to sst
+%
+% _1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% or the same:
+%
+% _1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% 3~ XML Node representation
+%
+% To convert from sst to simple xml (node) representation:
+%
+% _1 sisu --to-node [filename/wildcard] or sisu --to-sxn [filename/wildcard]
+%
+% To convert from any sisu xml representation back to sst
+%
+% _1 sisu --from-xml2sst [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]
+%
+% or the same:
+%
+% _1 sisu --from-sxml [filename/wildcard [.sxs.xml,.sxd.xml,sxn.xml]]