SiSU -->
[ document manifest ]
TOC next >>
< ^ >

SiSU - Markup,
Ralph Amissah

SiSU Markup

1. Introduction to SiSU Markup  1 

1.1 Summary
1.2 Markup Examples
1.2.1 Online
1.2.2 Installed

2. Markup of Headers

2.1 Sample Header
2.2 Available Headers

3. Markup of Substantive Text

3.1 Heading Levels
3.2 Font Attributes
3.3 Indentation and bullets
3.4 Footnotes / Endnotes
3.5 Links
3.5.1 Naked URLs within text, dealing with urls
3.5.2 Linking Text
3.5.3 Linking Images
3.6 Grouped Text
3.6.1 Tables
3.6.2 Poem
3.6.3 Group
3.6.4 Code
3.7 Book index

4. Composite documents markup

Markup Syntax History

5. Notes related to Files-types and Markup Syntax

Endnotes

Endnotes

Metadata

SiSU Metadata, document information

Manifest

SiSU Manifest, alternative outputs etc.

SiSU - Markup,
Ralph Amissah

SiSU Markup

1. Introduction to SiSU Markup  1 

1.1 Summary
1.2 Markup Examples
1.2.1 Online
1.2.2 Installed
5

SiSU source documents are plaintext (UTF-8)  2  files

All paragraphs are separated by an empty line.

Markup is comprised of:

  • at the top of a document, the document header made up of semantic meta-data about the document and if desired additional processing instructions (such an instruction to automatically number headings from a particular level down)
  • followed by the prepared substantive text of which the most important single characteristic is the markup of different heading levels, which define the primary outline of the document structure. Markup of substantive text includes:
  • heading levels defines document structure
  • text basic attributes, italics, bold etc.
  • grouped text (objects), which are to be treated differently, such as code blocks or poems.
  • footnotes/endnotes
  • linked text and images
  • paragraph actions, such as indent, bulleted, numbered-lists, etc.
  • Some interactive help on markup is available, by typing sisu and selecting markup or sisu --help markup

    To check the markup in a file:

    sisu --identify [filename].sst

    For brief descriptive summary of markup history

    sisu --query-history

    or if for a particular version:

    sisu --query-0.38

    25

    Online markup examples are available together with the respective outputs produced from ‹http://www.jus.uio.no/sisu/SiSU/examples.html› or from ‹http://www.jus.uio.no/sisu/sisu_examples/

    There is of course this document, which provides a cursory overview of sisu markup and the respective output produced: ‹http://www.jus.uio.no/sisu/sisu_markup/

    an alternative presentation of markup syntax: /usr/share/doc/sisu/on_markup.txt.gz

    29

    With SiSU installed sample skins may be found in: /usr/share/doc/sisu/markup-samples (or equivalent directory) and if sisu-markup-samples is installed also under: /usr/share/doc/sisu/markup-samples-non-free




     1. From sometime after SiSU 0.58 it should be possible to describe SiSU markup using SiSU, which though not an original design goal is useful.

     2. files should be prepared using UTF-8 character encoding


    [ document manifest ]
    TOC next >>
    < ^ >



    SiSU