From 746a74a4a258b9d319e93d43f60e0fd6deb4e785 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 20 Dec 2009 19:00:03 -0500 Subject: data/doc/sisu some files moved to v1 dir --- data/doc/sisu/on_markup.txt | 337 ------------------------------ data/doc/sisu/on_standards.txt | 17 -- data/doc/sisu/sisu_output_overview.sst | 61 ------ data/doc/sisu/v1/on_markup.txt | 337 ++++++++++++++++++++++++++++++ data/doc/sisu/v1/on_standards.txt | 17 ++ data/doc/sisu/v1/sisu_output_overview.sst | 61 ++++++ 6 files changed, 415 insertions(+), 415 deletions(-) delete mode 100644 data/doc/sisu/on_markup.txt delete mode 100644 data/doc/sisu/on_standards.txt delete mode 100644 data/doc/sisu/sisu_output_overview.sst create mode 100644 data/doc/sisu/v1/on_markup.txt create mode 100644 data/doc/sisu/v1/on_standards.txt create mode 100644 data/doc/sisu/v1/sisu_output_overview.sst (limited to 'data/doc') diff --git a/data/doc/sisu/on_markup.txt b/data/doc/sisu/on_markup.txt deleted file mode 100644 index c86df967..00000000 --- a/data/doc/sisu/on_markup.txt +++ /dev/null @@ -1,337 +0,0 @@ -SiSU Markup Standard -* Copyright Ralph Amissah -* version 0.38.0 -* homepage: http://www.jus.uio.no/sisu -* manpages 'man sisu' -* markup examples - * data/sisu-examples/sample/document_samples_sisu_markup - * /usr/share/sisu-examples/sample/document_samples_sisu_markup - * http://www.jus.uio.no/sisu/sample/markup - * http://www.jus.uio.no/sisu/sample/syntax -* book samples - * http://www.jus.uio.no/sisu/sisu_examples/1#books - * http://www.jus.uio.no/sisu/SiSU/2#books - -The man pages 'man sisu' are likely to be more up to date than this document, -please consult them. - -Examples of marked up documents are also provided, under the directory branch -sisu-examples/sample/document_samples_sisu_markup -or online at - -SiSU Markup syntax - -sisu - Data text markup (alternative to available html subset) - -:A~ heading/title [levels :A~ to :C~ available] - -1~filename heading [segmentation level, levels 1~ to 3~ available ] - - !{emphasis}! - - *{bold text}* - - _{underscore}_ - - /{italics}/ - - "{citation}" - - ^{superscript}^ - - ,{subscript}, - - +{inserted text}+ - - -{strikethrough}- - - ------------------------------------------ - Indentation and bullets - -_1 indent paragraph one level - -_2 indent paragraph two steps - - ... - -_9 indent paragraph nine steps - -_* bullet text - -_1* bullet text, first indent - - ------------------------------------------ - Numbered List (not to be confused with headings/titles, (document structure)) - -# numbered list numbered list 1., 2., 3, etc. - -_# numbered list numbered list indented a., b., c., d., etc. - - ------------------------------------------ - Endnotes - - ~{ endnote }~ endnote~{ self contained endnote marker & endnote in one }~ - - --- - alternative endnote pair notation - - ~^ endnote marker -^~ endnote text following the paragraph in which the marker occurs - - ------------------------------------------ - Links - - A url within text is automatically hyperlinked to itself, ie raw urls within text are automatically marked up. - - http://url.org would be hyperlinked to itself - - { [text to link] }http://url.org - - { image.png }http://url.org - - { image.png }image { tux.png 64x80 }image width x height - - Linked image - - { SiSU Geek Writer }http://www.jus.uio.no/sisu/ url example - - { tux.png 64x80 "a better way" }http://www.jus.uio.no/sisu/ image example with all options - - shortcut - hyper-linked text with endnote providing the url information - - {~^ [text to link] }http://url.org maps to { [text to link] }http://url.org ~{ http://url.org }~ - which produces hyper-linked text within a document/paragraph, with an endnote providing the url for the text location used in the hyperlink - - manual location marker/tagging at present only in html to produce (use sparingly) - - *~[name] - - note at a heading level the same is automatically achieved by providing names to headings 5 and 6 i.e. 5~[name] and 6~[name] or in the case of auto-heading numbering, without further intervention. - - ------------------------------------------ - - ~# unnumbered paragraph (place marker at end of paragraph) - - -# unnumbered paragraph, delete when not required (place marker at end of paragraph) [used in dummy headings, eg. for segmented html] - - ------------------------------------------ - % add a comment to text, that will be removed prior to processing (place marker at beginning of line) - - ------------------------------------------ - - There are some things to be aware of
may be used, but urls occuring before or after a break must have a space. The vim syntax highlighter catches most of the rules... - - ------------------------------------------ - - More HELP on Markup markup help is available on: - - document wide instructions: headers (document structure) - - general text markup: headings; endnotes; tables - - configuration and customisation - - document or site wide customisation: customise; skin - -TABLES - - -table{ [number of columns] [column width %];[column width %] - -[table content, line breaks are important see example below] - -}table ----- -This is a sample table: ------------------------ - -table{ c3; 40; 30; 30; - -This is a table -this would become column two of row one -column three of row one is here - -And here begins another row -column two of row two -column three of row two, and so on - -}table - -PREFORMATTED TEXT - -poem{ - - [Text here] - -}poem ----- - -group{ - - [Text here] - -}group ----- - -code{ - - [Text here] - -}code - -HEADERS - -Header tags appear at the beginning of a document and provide meta information on the document (such as the Dublin Core), or information as to how the document as a whole is to be processed. -All header instructions take the form @tagname: All Dublin Core meta tags are available -@indentifier: information -where the "identifier" is a tag recognised by the program, and the "information" or "instructions" belong to the tag/indentifier specified -The { form was introduced to take advantage of vim folds, and its use is reserved primarily for document structural instructions: namely header and heading tags (also a footnote/endnote option). -This is a sample header (Dublin Core in fuschia, other information headers in cyan, markup instructions in red): - -@title: My Title - This is now the Title of the Document and used as such - -@subtitle: The Subtitle if any - -@creator: [or ~author] Ralph Amissah - -@subject: Document production and management (or whatever your subject) - -@description: - -@publisher: - -@contributor: - -@date: 2000-08-27 - [ also @date:.created @date:.issued @date:.available @date:.valid @date:.modified ] - -@type: article - -@format: - -@identifier: - -@source: - -@language: (en|us|fr|de|es|se|dk|fi|no) - -@relation: - -@coverage: - -@rights: copyright, all rights reserved, public domain, copyleft, creative commons variant, etc. - -@owner: - -@keywords: text document generation processing management latex pdf structured xml citation [your keywords here, used for example by rss feeds, and in sql searches] - -@abstract: [paper abstract, placed after table of contents] - -@comment: [...] - -@prefix_a: [prefix is placed just before table of contents - not implemented] - -@prefix_b: or @prefix: [prefix is placed just after table of contents] - -@cvs: $Id$ [used by cvs to embed versioning (revision control) information into document, cvs can usefully provide a history of updates to a document (though I no longer use it for programming, preferring darcs and arch/tla cvs performs this function for documents quite well) ] - -@toc: PART; CHAPTER; SECTION; ARTICLE; none; none; -optional, where document structure can be defined by a match words or regular expression (the regular expression is assumed to start at the beginning of a line of text) -default markers 1~ to 6~ can be used within text instead, without this header tag, and may be used to suppliment the instructions provided in this header tag if provided - -@level: newpage=3; breakpage=4 [paragraph level, used by latex to breakpages, the page is optional eg. in newpage] - -@markup: num_top=4 [various markup instructions, eg: num_top=4 headings tobe numbered, starting at heading level 4... the default is to provide 3 levels, as in 1 level 4, 1.1 level 5, 1.1.1 level 6, markup to be merged within level] - -@vocabulary: name of taxonomy/vocabulary/wordlist to use against document - -@skin: skin_doc_[name_of_desired_document_skin] - -@links: http://google.com; Google; - -1~ Top level heading [this is usually the same as the title @title: ] - -2~ Second level heading [this is a heading level divider] - -3~ Third level heading [this is a heading level divider] - -4~ Top level heading preceeding substantive text of document or sub-heading 5, the heading level that would normally be marked 1. or 2. or 3. etc. in a document - -5~ Second level heading preceeding substantive text of document or sub-heading 6, the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc in a document - -6~ Third level heading preceeding substantive text of document, that would normally be marked 1.1.1 or 1.1.2 or 1.2.1 or 2.1.1 etc. in a document - -SAMPLE DOCUMENT - -For sample marked up documents see the directory - markup_samples - -@title: Working Sample Document - -@subtitle: Demonstrating markup - -@creator: Ralph Amissah - -@date: - -@markup: num_top=4 - -@links: - -1~ A Sample Document - -2~ just for fun - -4~ This is Chapter One or Article One - -Ordinary Text follows here. The Title would be a Chapter or Article depending on the type of document you were working to produce. - -4~ This would be Chapter Two or Article Two - -And so on. - -Assuming sisu is configured properly so it has been instructed where to put the work files and ouput files, you would generate this text once saved, with the suffix .s3 if saved as example.s3, by typing sisu -mhwxp example.s3 while in the directory in which the file is saved. - -_1 -m initial processing, -h html (css based), -w wordmap for html, -x xml, -p pdf output, generated via latex, there are of course additional options - -_1 for a listing type: sisu ~ commands - -_1 for an outline of sisu markup type: sisu ~ markup - -The example ends here. - -------------------- - -Composite Documents - -It is possible to build a document by requiring other documents. The documents required may complete documents that could be gener ated independently, or they could be markup snippets, prepared so as to be easily available to be placed within another text. If the calling document is a master document (built mainly from other doc uments), by convention it should be named with the suffix .r1 , .r2 , or .r3 .s1 , .s2 , or .s3 , and if markup snippets .si. A tempo rary file of the composite document is built prior to processing with the same prefix and the suffix .t1 , .t2 , or .t3 - -basic markup for importing a document into another, -[note placement is at start of the line, no spaces despite presentation below] - - r{ filename } - - { filename.si }require - - << { filename.si } #for vim folds - -importing a document with textlink syntax - - |filename.si|@|^|require - - << |filename.si|@|^| #for vim folds - - -importing a document with thlnk syntax - - require - - << #for vim folds - - -remote documents may be called with the thlnk syntax (or regular -sisu syntax), e.g. - - << - diff --git a/data/doc/sisu/on_standards.txt b/data/doc/sisu/on_standards.txt deleted file mode 100644 index fc34468b..00000000 --- a/data/doc/sisu/on_standards.txt +++ /dev/null @@ -1,17 +0,0 @@ -* Name: SiSU information Structuring Universe -* Author: Ralph@Amissah.com -* Description: Information on SiSU Standards -* homepage: http://www.jus.uio.no/sisu - -SiSU uses: -* Standard SiSU markup syntax, -* Standard SiSU meta-markup syntax, and the -* Standard SiSU object citation numbering and system - -Information on these may be obtained from: - http://www.jus.uio.no/sisu/SiSU - -More information to be provided later. - -? Ralph Amissah 1997, current 2005 -All Rights Reserved diff --git a/data/doc/sisu/sisu_output_overview.sst b/data/doc/sisu/sisu_output_overview.sst deleted file mode 100644 index 7a522582..00000000 --- a/data/doc/sisu/sisu_output_overview.sst +++ /dev/null @@ -1,61 +0,0 @@ -0~title SiSU overview of status of features available in various outputs - -0~date.created 2005-10-31 - -0~date.available 2006-10-31 - -0~date.modified 2006-01-23 - -0~date 2006-01-23 - -1~? SiSU overview of status of features available in various outputs - -4~ A Checklist of Output Features - -This table gives an indication of the features that are available -for various forms of output of SiSU.~{ updated for sisu-0.36.6 on 2006-01-23 }~ - -{t~h} -feature |txt|ltx/pdf|HTML|XHTML|XML/s|XML/d|ODF|SQLite|pgSQL -headings | * | * | * | * | * | * | * | * | * -footnotes | * | * | * | * | * | * | * | * | * -bold, underscore, italics | . | * | * | * | * | * | * | * | * -strikethrough | . | * | * | * | * | * | * | | -superscript, subscript | . | * | * | * | * | * | * | | -extended ascii set (utf-8)| * | * | * | * | * | * | * | | * -indents | * | * | * | * | * | * | * | | -bullets | . | * | * | * | * | * | . | | -groups | | | | | | | | | -* tables | | * | * | . | . | . | . | . | . -* poem | * | * | * | . | . | . | * | . | . -* code | * | * | * | . | . | . | * | . | . -url | * | * | * | * | * | * | * | . | . -links | * | * | * | * | * | * | * | . | . -images | - | * | * | T | T | T | * | T | T -image caption | - | * | * | | | | | | -table of contents | | * | * | * | * | * | . | | -page header/footer? | - | * | * | * | * | * | t | | -line break | * | * | * | * | * | * | * | | -page break | | * | | | | | * | | -segments | | | * | | | | | | -skins | * | * | * | * | * | * | | | -ocn | . | * | * | * | * | * | -?| * | * -auto-heading numbers | * | * | * | * | * | * | * | * | * -minor list numbering | * | * | * | * | * | * | * | * | * -special characters | . | . | . | | | | | | - -group{ - - Done - * yes/done - . partial - - - not available/appropriate - - Not Done - T task todo - t lesser task/todo - not done - -}group - diff --git a/data/doc/sisu/v1/on_markup.txt b/data/doc/sisu/v1/on_markup.txt new file mode 100644 index 00000000..c86df967 --- /dev/null +++ b/data/doc/sisu/v1/on_markup.txt @@ -0,0 +1,337 @@ +SiSU Markup Standard +* Copyright Ralph Amissah +* version 0.38.0 +* homepage: http://www.jus.uio.no/sisu +* manpages 'man sisu' +* markup examples + * data/sisu-examples/sample/document_samples_sisu_markup + * /usr/share/sisu-examples/sample/document_samples_sisu_markup + * http://www.jus.uio.no/sisu/sample/markup + * http://www.jus.uio.no/sisu/sample/syntax +* book samples + * http://www.jus.uio.no/sisu/sisu_examples/1#books + * http://www.jus.uio.no/sisu/SiSU/2#books + +The man pages 'man sisu' are likely to be more up to date than this document, +please consult them. + +Examples of marked up documents are also provided, under the directory branch +sisu-examples/sample/document_samples_sisu_markup +or online at + +SiSU Markup syntax + +sisu + Data text markup (alternative to available html subset) + +:A~ heading/title [levels :A~ to :C~ available] + +1~filename heading [segmentation level, levels 1~ to 3~ available ] + + !{emphasis}! + + *{bold text}* + + _{underscore}_ + + /{italics}/ + + "{citation}" + + ^{superscript}^ + + ,{subscript}, + + +{inserted text}+ + + -{strikethrough}- + + ------------------------------------------ + Indentation and bullets + +_1 indent paragraph one level + +_2 indent paragraph two steps + + ... + +_9 indent paragraph nine steps + +_* bullet text + +_1* bullet text, first indent + + ------------------------------------------ + Numbered List (not to be confused with headings/titles, (document structure)) + +# numbered list numbered list 1., 2., 3, etc. + +_# numbered list numbered list indented a., b., c., d., etc. + + ------------------------------------------ + Endnotes + + ~{ endnote }~ endnote~{ self contained endnote marker & endnote in one }~ + + --- + alternative endnote pair notation + + ~^ endnote marker +^~ endnote text following the paragraph in which the marker occurs + + ------------------------------------------ + Links + + A url within text is automatically hyperlinked to itself, ie raw urls within text are automatically marked up. + + http://url.org would be hyperlinked to itself + + { [text to link] }http://url.org + + { image.png }http://url.org + + { image.png }image { tux.png 64x80 }image width x height + + Linked image + + { SiSU Geek Writer }http://www.jus.uio.no/sisu/ url example + + { tux.png 64x80 "a better way" }http://www.jus.uio.no/sisu/ image example with all options + + shortcut - hyper-linked text with endnote providing the url information + + {~^ [text to link] }http://url.org maps to { [text to link] }http://url.org ~{ http://url.org }~ + which produces hyper-linked text within a document/paragraph, with an endnote providing the url for the text location used in the hyperlink + + manual location marker/tagging at present only in html to produce
(use sparingly) + + *~[name] + + note at a heading level the same is automatically achieved by providing names to headings 5 and 6 i.e. 5~[name] and 6~[name] or in the case of auto-heading numbering, without further intervention. + + ------------------------------------------ + + ~# unnumbered paragraph (place marker at end of paragraph) + + -# unnumbered paragraph, delete when not required (place marker at end of paragraph) [used in dummy headings, eg. for segmented html] + + ------------------------------------------ + % add a comment to text, that will be removed prior to processing (place marker at beginning of line) + + ------------------------------------------ + + There are some things to be aware of
may be used, but urls occuring before or after a break must have a space. The vim syntax highlighter catches most of the rules... + + ------------------------------------------ + + More HELP on Markup markup help is available on: + + document wide instructions: headers (document structure) + + general text markup: headings; endnotes; tables + + configuration and customisation + + document or site wide customisation: customise; skin + +TABLES + + +table{ [number of columns] [column width %];[column width %] + +[table content, line breaks are important see example below] + +}table +---- +This is a sample table: +----------------------- + +table{ c3; 40; 30; 30; + +This is a table +this would become column two of row one +column three of row one is here + +And here begins another row +column two of row two +column three of row two, and so on + +}table + +PREFORMATTED TEXT + +poem{ + + [Text here] + +}poem +---- + +group{ + + [Text here] + +}group +---- + +code{ + + [Text here] + +}code + +HEADERS + +Header tags appear at the beginning of a document and provide meta information on the document (such as the Dublin Core), or information as to how the document as a whole is to be processed. +All header instructions take the form @tagname: All Dublin Core meta tags are available +@indentifier: information +where the "identifier" is a tag recognised by the program, and the "information" or "instructions" belong to the tag/indentifier specified +The { form was introduced to take advantage of vim folds, and its use is reserved primarily for document structural instructions: namely header and heading tags (also a footnote/endnote option). +This is a sample header (Dublin Core in fuschia, other information headers in cyan, markup instructions in red): + +@title: My Title - This is now the Title of the Document and used as such + +@subtitle: The Subtitle if any + +@creator: [or ~author] Ralph Amissah + +@subject: Document production and management (or whatever your subject) + +@description: + +@publisher: + +@contributor: + +@date: 2000-08-27 + [ also @date:.created @date:.issued @date:.available @date:.valid @date:.modified ] + +@type: article + +@format: + +@identifier: + +@source: + +@language: (en|us|fr|de|es|se|dk|fi|no) + +@relation: + +@coverage: + +@rights: copyright, all rights reserved, public domain, copyleft, creative commons variant, etc. + +@owner: + +@keywords: text document generation processing management latex pdf structured xml citation [your keywords here, used for example by rss feeds, and in sql searches] + +@abstract: [paper abstract, placed after table of contents] + +@comment: [...] + +@prefix_a: [prefix is placed just before table of contents - not implemented] + +@prefix_b: or @prefix: [prefix is placed just after table of contents] + +@cvs: $Id$ [used by cvs to embed versioning (revision control) information into document, cvs can usefully provide a history of updates to a document (though I no longer use it for programming, preferring darcs and arch/tla cvs performs this function for documents quite well) ] + +@toc: PART; CHAPTER; SECTION; ARTICLE; none; none; +optional, where document structure can be defined by a match words or regular expression (the regular expression is assumed to start at the beginning of a line of text) +default markers 1~ to 6~ can be used within text instead, without this header tag, and may be used to suppliment the instructions provided in this header tag if provided + +@level: newpage=3; breakpage=4 [paragraph level, used by latex to breakpages, the page is optional eg. in newpage] + +@markup: num_top=4 [various markup instructions, eg: num_top=4 headings tobe numbered, starting at heading level 4... the default is to provide 3 levels, as in 1 level 4, 1.1 level 5, 1.1.1 level 6, markup to be merged within level] + +@vocabulary: name of taxonomy/vocabulary/wordlist to use against document + +@skin: skin_doc_[name_of_desired_document_skin] + +@links: http://google.com; Google; + +1~ Top level heading [this is usually the same as the title @title: ] + +2~ Second level heading [this is a heading level divider] + +3~ Third level heading [this is a heading level divider] + +4~ Top level heading preceeding substantive text of document or sub-heading 5, the heading level that would normally be marked 1. or 2. or 3. etc. in a document + +5~ Second level heading preceeding substantive text of document or sub-heading 6, the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc in a document + +6~ Third level heading preceeding substantive text of document, that would normally be marked 1.1.1 or 1.1.2 or 1.2.1 or 2.1.1 etc. in a document + +SAMPLE DOCUMENT + +For sample marked up documents see the directory + markup_samples + +@title: Working Sample Document + +@subtitle: Demonstrating markup + +@creator: Ralph Amissah + +@date: + +@markup: num_top=4 + +@links: + +1~ A Sample Document + +2~ just for fun + +4~ This is Chapter One or Article One + +Ordinary Text follows here. The Title would be a Chapter or Article depending on the type of document you were working to produce. + +4~ This would be Chapter Two or Article Two + +And so on. + +Assuming sisu is configured properly so it has been instructed where to put the work files and ouput files, you would generate this text once saved, with the suffix .s3 if saved as example.s3, by typing sisu -mhwxp example.s3 while in the directory in which the file is saved. + +_1 -m initial processing, -h html (css based), -w wordmap for html, -x xml, -p pdf output, generated via latex, there are of course additional options + +_1 for a listing type: sisu ~ commands + +_1 for an outline of sisu markup type: sisu ~ markup + +The example ends here. + +------------------- + +Composite Documents + +It is possible to build a document by requiring other documents. The documents required may complete documents that could be gener ated independently, or they could be markup snippets, prepared so as to be easily available to be placed within another text. If the calling document is a master document (built mainly from other doc uments), by convention it should be named with the suffix .r1 , .r2 , or .r3 .s1 , .s2 , or .s3 , and if markup snippets .si. A tempo rary file of the composite document is built prior to processing with the same prefix and the suffix .t1 , .t2 , or .t3 + +basic markup for importing a document into another, +[note placement is at start of the line, no spaces despite presentation below] + + r{ filename } + + { filename.si }require + + << { filename.si } #for vim folds + +importing a document with textlink syntax + + |filename.si|@|^|require + + << |filename.si|@|^| #for vim folds + + +importing a document with thlnk syntax + + require + + << #for vim folds + + +remote documents may be called with the thlnk syntax (or regular +sisu syntax), e.g. + + << + diff --git a/data/doc/sisu/v1/on_standards.txt b/data/doc/sisu/v1/on_standards.txt new file mode 100644 index 00000000..fc34468b --- /dev/null +++ b/data/doc/sisu/v1/on_standards.txt @@ -0,0 +1,17 @@ +* Name: SiSU information Structuring Universe +* Author: Ralph@Amissah.com +* Description: Information on SiSU Standards +* homepage: http://www.jus.uio.no/sisu + +SiSU uses: +* Standard SiSU markup syntax, +* Standard SiSU meta-markup syntax, and the +* Standard SiSU object citation numbering and system + +Information on these may be obtained from: + http://www.jus.uio.no/sisu/SiSU + +More information to be provided later. + +? Ralph Amissah 1997, current 2005 +All Rights Reserved diff --git a/data/doc/sisu/v1/sisu_output_overview.sst b/data/doc/sisu/v1/sisu_output_overview.sst new file mode 100644 index 00000000..7a522582 --- /dev/null +++ b/data/doc/sisu/v1/sisu_output_overview.sst @@ -0,0 +1,61 @@ +0~title SiSU overview of status of features available in various outputs + +0~date.created 2005-10-31 + +0~date.available 2006-10-31 + +0~date.modified 2006-01-23 + +0~date 2006-01-23 + +1~? SiSU overview of status of features available in various outputs + +4~ A Checklist of Output Features + +This table gives an indication of the features that are available +for various forms of output of SiSU.~{ updated for sisu-0.36.6 on 2006-01-23 }~ + +{t~h} +feature |txt|ltx/pdf|HTML|XHTML|XML/s|XML/d|ODF|SQLite|pgSQL +headings | * | * | * | * | * | * | * | * | * +footnotes | * | * | * | * | * | * | * | * | * +bold, underscore, italics | . | * | * | * | * | * | * | * | * +strikethrough | . | * | * | * | * | * | * | | +superscript, subscript | . | * | * | * | * | * | * | | +extended ascii set (utf-8)| * | * | * | * | * | * | * | | * +indents | * | * | * | * | * | * | * | | +bullets | . | * | * | * | * | * | . | | +groups | | | | | | | | | +* tables | | * | * | . | . | . | . | . | . +* poem | * | * | * | . | . | . | * | . | . +* code | * | * | * | . | . | . | * | . | . +url | * | * | * | * | * | * | * | . | . +links | * | * | * | * | * | * | * | . | . +images | - | * | * | T | T | T | * | T | T +image caption | - | * | * | | | | | | +table of contents | | * | * | * | * | * | . | | +page header/footer? | - | * | * | * | * | * | t | | +line break | * | * | * | * | * | * | * | | +page break | | * | | | | | * | | +segments | | | * | | | | | | +skins | * | * | * | * | * | * | | | +ocn | . | * | * | * | * | * | -?| * | * +auto-heading numbers | * | * | * | * | * | * | * | * | * +minor list numbering | * | * | * | * | * | * | * | * | * +special characters | . | . | . | | | | | | + +group{ + + Done + * yes/done + . partial + + - not available/appropriate + + Not Done + T task todo + t lesser task/todo + not done + +}group + -- cgit v1.2.3