From 8498a120574aded437324d2f1c67371bd8a52955 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 7 Jul 2010 22:23:44 -0400 Subject: manpages, (also html) --- CHANGELOG_v2 | 4 +- data/doc/sisu/v2/CHANGELOG | 4 +- data/doc/sisu/v2/html/sisu-epub.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-html.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-odf.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-pdf.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-pg.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-sqlite.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu-txt.1.html | 63 +++++++++++ data/doc/sisu/v2/html/sisu.1.html | 160 ++++++---------------------- data/doc/sisu/v2/html/sisu_termsheet.1.html | 13 ++- data/doc/sisu/v2/html/sisu_webrick.1.html | 95 ++--------------- man/man1/sisu.1 | 113 +++++--------------- man/man1/sisu_termsheet.1 | 6 ++ man/man1/sisu_webrick.1 | 116 +------------------- 15 files changed, 537 insertions(+), 415 deletions(-) create mode 100644 data/doc/sisu/v2/html/sisu-epub.1.html create mode 100644 data/doc/sisu/v2/html/sisu-html.1.html create mode 100644 data/doc/sisu/v2/html/sisu-odf.1.html create mode 100644 data/doc/sisu/v2/html/sisu-pdf.1.html create mode 100644 data/doc/sisu/v2/html/sisu-pg.1.html create mode 100644 data/doc/sisu/v2/html/sisu-sqlite.1.html create mode 100644 data/doc/sisu/v2/html/sisu-txt.1.html diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index e8d868a8..09eaaaee 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -21,7 +21,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.0.orig.tar.gz * sysenv, version.yml moved to /usr/share/sisu/v2/v (from /etc/sisu) * provide alternative sisu command names for producing single output types - sisu-pdf, sisu-html, sisu-odf, sisu-epub, sisu-txt sisu-pg sisu-sqlite + sisu-pdf, sisu-html, sisu-odf, sisu-epub, sisu-txt, sisu-pg, sisu-sqlite * monospace * dal_syntax, constants, introduce #{ monospace }# tag @@ -36,6 +36,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.0.orig.tar.gz * outputs, some cleaning of default outputs ... ongoing + * manpages, some additional manpages and some updates + %% 2.5.1.orig.tar.gz (2010-06-12:23/6) http://www.jus.uio.no/sisu/pkg/src/sisu_2.5.1.orig.tar.gz c87a04a3071de4e8388b214fb6bb1a602657c5859a817bd0f001c92a4ce1f98d 2768984 sisu_2.5.1.orig.tar.gz diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index 4f0506cf..c87c6968 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -21,7 +21,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.0.orig.tar.gz * sysenv, version.yml moved to /usr/share/sisu/v2/v (from /etc/sisu) * provide alternative sisu command names for producing single output types - sisu-pdf, sisu-html, sisu-odf, sisu-epub, sisu-txt sisu-pg sisu-sqlite + sisu-pdf, sisu-html, sisu-odf, sisu-epub, sisu-txt, sisu-pg, sisu-sqlite * monospace * dal_syntax, constants, introduce #{ monospace }# tag @@ -36,6 +36,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.0.orig.tar.gz * outputs, some cleaning of default outputs ... ongoing + * manpages, some additional manpages and some updates + %% 2.5.1.orig.tar.gz (2010-06-12:23/6) http://www.jus.uio.no/sisu/pkg/src/sisu_2.5.1.orig.tar.gz c87a04a3071de4e8388b214fb6bb1a602657c5859a817bd0f001c92a4ce1f98d 2768984 sisu_2.5.1.orig.tar.gz diff --git a/data/doc/sisu/v2/html/sisu-epub.1.html b/data/doc/sisu/v2/html/sisu-epub.1.html new file mode 100644 index 00000000..065aa4cf --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-epub.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-EPUB(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-epub sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-epub command is an alias for +sisu -e which produces EPUB output of a SiSU markup file. +

+

See Also

+sisu(1) +, +
+sisu-html(1) +,
+sisu-pdf(1) +,
+sisu-odf(1) +,
+sisu-pg(1) +,
+sisu-sqlite(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-html.1.html b/data/doc/sisu/v2/html/sisu-html.1.html new file mode 100644 index 00000000..5d8b2fa0 --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-html.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-HTML(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-html sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-html command is an alias for +sisu -h which produces HTML output of a SiSU markup file. +

+

See Also

+sisu(1) +, +
+sisu-epub(1) +,
+sisu-pdf(1) +,
+sisu-odf(1) +,
+sisu-pg(1) +,
+sisu-sqlite(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-odf.1.html b/data/doc/sisu/v2/html/sisu-odf.1.html new file mode 100644 index 00000000..20a8254c --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-odf.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-ODF(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-odf sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-odf command is an alias for +sisu -o which produces OpenDocument output of a SiSU markup file. +

+

See Also

+sisu(1) +, +
+sisu-epub(1) +,
+sisu-html(1) +,
+sisu-pdf(1) +,
+sisu-pg(1) +,
+sisu-sqlite(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-pdf.1.html b/data/doc/sisu/v2/html/sisu-pdf.1.html new file mode 100644 index 00000000..6e7058bf --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-pdf.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-PDF(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-pdf sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-pdf command is an alias for +sisu -p which produces PDF output of a SiSU markup file. +

+

See Also

+sisu(1) +, +
+sisu-epub(1) +,
+sisu-html(1) +,
+sisu-odf(1) +,
+sisu-pg(1) +,
+sisu-sqlite(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-pg.1.html b/data/doc/sisu/v2/html/sisu-pg.1.html new file mode 100644 index 00000000..3c94ea10 --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-pg.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-PG(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-pq sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-pq command is an alias for sisu +-D which populates a PostgreSQL database with SiSU content (for search) +from a SiSU markup file. +

+

See Also

+sisu(1) +,
+sisu-epub(1) +,
+sisu-html(1) +,
+sisu-pdf(1) +,
+sisu-odf(1) +,
+sisu-sqlite(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-sqlite.1.html b/data/doc/sisu/v2/html/sisu-sqlite.1.html new file mode 100644 index 00000000..8101d654 --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-sqlite.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-SQLITE(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-sqlite sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-sqlite command is an alias for +sisu -d which populates a SQLite database with SiSU content (for search) +from a SiSU markup file. +

+

See Also

+sisu(1) +,
+sisu-epub(1) +,
+sisu-html(1) +,
+sisu-pdf(1) +,
+sisu-odf(1) +,
+sisu-pg(1) +,
+sisu-txt(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu-txt.1.html b/data/doc/sisu/v2/html/sisu-txt.1.html new file mode 100644 index 00000000..2ddddbd4 --- /dev/null +++ b/data/doc/sisu/v2/html/sisu-txt.1.html @@ -0,0 +1,63 @@ + + + + + +SISU\-TXT(1) manual page + + +Table of Contents

+ +

+

Name

+SiSU - Structured information, Serialized Units - a document publishing + +

system +

+

Synopsis

+sisu-txt sisu_document.sst | sisu_document.ssm +

+

Description

+SiSU +is a lightweight markup based document structuring, publishing and search +framework for document collections.

+The sisu-txt command is an alias for +sisu -t which produces plain text output of a SiSU markup file. +

+

See Also

+sisu(1) +, +
+sisu-epub(1) +,
+sisu-html(1) +,
+sisu-pdf(1) +,
+sisu-odf(1) +,
+sisu-pg(1) +,
+sisu-sqlite(1) +. +

+

Homepage

+More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

+

Author

+SiSU was written by Ralph Amissah <ralph@amissah.com>.

+ +


+Table of Contents

+

+ + diff --git a/data/doc/sisu/v2/html/sisu.1.html b/data/doc/sisu/v2/html/sisu.1.html index 9d4b35d6..91991eea 100644 --- a/data/doc/sisu/v2/html/sisu.1.html +++ b/data/doc/sisu/v2/html/sisu.1.html @@ -3263,138 +3263,48 @@ that everything distributed within Debian can be changed - and the docume are authors’ works that while freely distributable are not freely changeable. .
  • named index.html or more extensively through sisu_manifest.html -

    -

    - -

    Title: -
    -
    SiSU - Manual -

    - -
    Creator:
    -
    Ralph Amissah -

    - -
    Rights:
    -
    Copyright (C) Ralph Amissah -2007, part of SiSU documentation, License GPL 3; -

    - -
    Publisher:
    -
    SiSU http://www.jus.uio.no/sisu -(this copy) -

    - -
    Date created:
    -
    2002-08-28 -

    - -
    Date issued:
    -
    2002-08-28 -

    +

  • + -
    Date available: -
    -
    -

    2002-08-28 -

    - -
    Date modified:
    -
    2010-03-03 -

    - -
    Date:
    -
    2008-05-22 -

    - -
    Sourcefile:
    -
    sisu.ssm.sst - -

    - -
    Filetype:
    -
    SiSU text insert 2.0 -

    - -
    Source digest:
    -
    SHA256(sisu.ssm.sst)= a704e4b934fba753bf594990673cdd43a974d405702b78a12788ba80b5021850 - -

    - -
    Generated by:
    -
    Generated by: SiSU 2.6.0 of 2010w27/3 (2010-07-07) -

    - -
    Ruby version: -
    -
    ruby 1.8.7 (2010-06-23 patchlevel 299) [i486-linux] -

    - -
    Document (dal) last generated: -
    -
    -

    Wed Jul 07 09:33:25 -0400 2010 -

    - -
    Other versions of this document:
    -
    - -
    manifest: -<http://www.jus.uio.no/sisu/sisu/sisu_manifest.html - ->
    -
    - -
    html: <http://www.jus.uio.no/sisu/sisu/toc.html - -> -
    -
    - -
    epub: <http://www.jus.uio.no/sisu/epub/sisu.epub - ->
    -
    - -
    pdf: <http://www.jus.uio.no/sisu/sisu/portrait.pdf - -> -
    -
    - -
    pdf: <http://www.jus.uio.no/sisu/sisu/landscape.pdf - ->
    -
    - -
    at: <http://www.jus.uio.no/sisu - -> -
    -
    - -
    * Generated by: SiSU 2.6.0 of 2010w27/3 (2010-07-07)
    -
    - -
    * Ruby version: ruby 1.8.7 -(2010-06-23 patchlevel 299) [i486-linux]
    -
    - -
    * Last Generated on: Wed Jul 07 09:33:28 --0400 2010
    -
    - -
    * SiSU http://www.jus.uio.no/sisu -
    -
    - -

    +

    See Also

    +sisu(1) +, +
    +sisu-epub(1) +,
    +sisu-html(1) +,
    +sisu-odf(1) +,
    +sisu-pdf(1) +,
    +sisu-pg(1) +,
    +sisu-sqlite(1) +,
    +sisu-txt(1) +.
    +sisu_vim(7) +
    +sisu(8) + +

    +

    Homepage

    +More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. + +

    +

    Author

    +SiSU was written by Ralph Amissah <ralph@amissah.com>.


    Table of Contents

    diff --git a/data/doc/sisu/v2/html/sisu_termsheet.1.html b/data/doc/sisu/v2/html/sisu_termsheet.1.html index 3c297836..e2d6416d 100644 --- a/data/doc/sisu/v2/html/sisu_termsheet.1.html +++ b/data/doc/sisu/v2/html/sisu_termsheet.1.html @@ -45,7 +45,16 @@ Ralph Amissah <ralph@amissah.com> or <ralph.amissah@gmail.com , sisu(8) , sisu_webrick(1) , sisu_vim(7) -

    + +

    +

    Homepage

    +More information +about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. +

    +

    Author

    +SiSU was written +by Ralph Amissah <ralph@amissah.com>.


    Table of Contents

    @@ -58,6 +67,8 @@ Ralph Amissah <ralph@amissah.com> or <ralph.amissah@gmail.com

  • Further Information
  • Author
  • See Also
  • +
  • Homepage
  • +
  • Author
  • diff --git a/data/doc/sisu/v2/html/sisu_webrick.1.html b/data/doc/sisu/v2/html/sisu_webrick.1.html index 7551955a..356d2518 100644 --- a/data/doc/sisu/v2/html/sisu_webrick.1.html +++ b/data/doc/sisu/v2/html/sisu_webrick.1.html @@ -67,103 +67,22 @@ on the port provided, or if no port is provided and the defaults have not

    sisu(8)
    -

    DOCUMENT INFORMATION (METADATA) -

    METADATA -

    Document Manifest @ <http://sisudoc.org/sisu_manual/sisu_webrick/sisu_manifest.html -> - -

    Dublin Core (DC) -

    DC tags included with this document are provided here. - -

    DC Title: SiSU - sisu_webrick -

    DC Creator: Ralph Amissah -

    DC Rights: -Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL - -

    3 -

    DC Type: information -

    DC Date created: 2002-08-28 -

    DC Date issued: - -

    2002-08-28 -

    DC Date available: 2007-08-28 -

    DC Date modified: 2007-09-16 -

    DC -Date: 2007-09-16 -

    Version Information -

    Sourcefile: sisu_webrick.sst -

    Filetype: - -

    SiSU text 0.58 -

    Sourcefile Digest, MD5(sisu_webrick.sst)= 11fb0494766a9b6d3ce091bf41241973 - -

    Skin_Digest: MD5(/etc/sisu/skin/doc/skin_sisu.rb)= c4b3c21ba1ed0d491bfe14cd0fcd075e - -

    Generated -

    Document (metaverse) last generated: Sat Sep 29 15:49:36 - -

    +0100 2007 -

    Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25) -

    Ruby version: -ruby 1.8.6 (2007-06-07 patchlevel 36)  [i486-linux]

    -

    -

    - -
    Other versions of this -document:
    -
    - -
    manifest: <http://www.jus.uio.no/sisu/sisu_webrick/sisu_manifest.html - -> -
    -
    - -
    html: <http://www.jus.uio.no/sisu/sisu_webrick/toc.html - ->
    -
    - -
    pdf: <http://www.jus.uio.no/sisu/sisu_webrick/portrait.pdf - -> -
    -
    - -
    pdf: <http://www.jus.uio.no/sisu/sisu_webrick/landscape.pdf - ->
    -
    - -
    at: <http://www.jus.uio.no/sisu - -> -
    -
    - -
    * Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25)
    -
    - -
    * Ruby version: ruby -1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
    -
    - -
    * Last Generated on: Sat Sep 29 -15:49:36 +0100 2007
    -
    +

    Homepage

    +More information about SiSU can be found at <http://www.jus.uio.no/sisu/ +>. -
    * SiSU http://www.jus.uio.no/sisu -
    -
    -

    +

    Author

    +SiSU was written by Ralph Amissah <ralph@amissah.com>.


    Table of Contents

    diff --git a/man/man1/sisu.1 b/man/man1/sisu.1 index 79d1f4ef..b391a449 100644 --- a/man/man1/sisu.1 +++ b/man/man1/sisu.1 @@ -4598,90 +4598,29 @@ distributable are not freely changeable. .BI 29. named index.html or more extensively through sisu_manifest.html -.BR - -.TP -Title: -.I SiSU - Manual - -.TP -Creator: -.I Ralph Amissah - -.TP -Rights: -.I Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3; - -.TP -Publisher: -.I SiSU http://www.jus.uio.no/sisu (this copy) - -.TP -Date created: -.I 2002-08-28 - -.TP -Date issued: -.I 2002-08-28 - -.TP -Date available: -.I 2002-08-28 - -.TP -Date modified: -.I 2010-03-03 - -.TP -Date: -.I 2008-05-22 - -.TP -Sourcefile: -.I sisu.ssm.sst - -.TP -Filetype: -.I SiSU text insert 2.0 - -.TP -Source digest: -.I SHA256(sisu.ssm.sst)= a704e4b934fba753bf594990673cdd43a974d405702b78a12788ba80b5021850 - -.TP -Generated by: -.I Generated by: SiSU 2.6.0 of 2010w27/3 (2010-07-07) - -.TP -Ruby version: -.I ruby 1.8.7 (2010-06-23 patchlevel 299) [i486-linux] - -.TP -Document (dal) last generated: -.I Wed Jul 07 09:33:25 -0400 2010 - -.TP -Other versions of this document: -.TP -manifest: -.TP -html: -.TP -epub: -.TP -pdf: -.TP -pdf: -." .TP -." manpage: http://www.jus.uio.no/sisu/sisu/sisu.1 -.TP -at: -.TP -.TP -* Generated by: SiSU 2.6.0 of 2010w27/3 (2010-07-07) -.TP -* Ruby version: ruby 1.8.7 (2010-06-23 patchlevel 299) [i486-linux] -.TP -* Last Generated on: Wed Jul 07 09:33:28 -0400 2010 -.TP -* SiSU http://www.jus.uio.no/sisu +.SH SEE ALSO +\fIsisu\fR(1), +.br +\fIsisu\-epub\fR(1), +.br +\fIsisu\-html\fR(1), +.br +\fIsisu\-odf\fR(1), +.br +\fIsisu\-pdf\fR(1), +.br +\fIsisu\-pg\fR(1), +.br +\fIsisu\-sqlite\fR(1), +.br +\fIsisu\-txt\fR(1). +.br +\fIsisu_vim\fR(7) +.br +\fIsisu\fR(8) + +.SH HOMEPAGE +More information about \fBSiSU\fR can be found at <\fIhttp://www.jus.uio.no/sisu/\fR>. + +.SH AUTHOR +\fBSiSU\fR was written by Ralph Amissah <\fIralph@amissah.com\fR>. diff --git a/man/man1/sisu_termsheet.1 b/man/man1/sisu_termsheet.1 index feb663f8..cc0e37ec 100644 --- a/man/man1/sisu_termsheet.1 +++ b/man/man1/sisu_termsheet.1 @@ -58,3 +58,9 @@ or .BR sisu(8), .BR sisu_webrick(1), .BR sisu_vim(7) + +.SH HOMEPAGE +More information about \fBSiSU\fR can be found at <\fIhttp://www.jus.uio.no/sisu/\fR>. + +.SH AUTHOR +\fBSiSU\fR was written by Ralph Amissah <\fIralph@amissah.com\fR>. diff --git a/man/man1/sisu_webrick.1 b/man/man1/sisu_webrick.1 index ff8fdc59..858cb623 100644 --- a/man/man1/sisu_webrick.1 +++ b/man/man1/sisu_webrick.1 @@ -104,116 +104,8 @@ Ralph Amissah ralph@amissah.com or ralph.amissah@gmail.com .BR sisu(8) -.SH -DOCUMENT INFORMATION (METADATA) -.BR - -.SH -METADATA -.BR - -.BR -Document Manifest @ - - -.BR -.B Dublin Core -(DC) - -.BR -.I DC tags included with this document are provided here. - -.BR -DC Title: -.I SiSU \- sisu_webrick - -.BR -DC Creator: -.I Ralph Amissah - -.BR -DC Rights: -.I Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL -3 - -.BR -DC Type: -.I information - -.BR -DC Date created: -.I 2002\-08\-28 - -.BR -DC Date issued: -.I 2002\-08\-28 - -.BR -DC Date available: -.I 2007\-08\-28 - -.BR -DC Date modified: -.I 2007\-09\-16 - -.BR -DC Date: -.I 2007\-09\-16 - -.BR -.B Version Information - -.BR -Sourcefile: -.I sisu_webrick.sst - -.BR -Filetype: -.I SiSU text 0.58 - -.BR -Sourcefile Digest, MD5(sisu_webrick.sst)= -.I 11fb0494766a9b6d3ce091bf41241973 - -.BR -Skin_Digest: MD5(/etc/sisu/skin/doc/skin_sisu.rb)= -.I c4b3c21ba1ed0d491bfe14cd0fcd075e - -.BR -.B Generated - -.BR -Document (metaverse) last generated: -.I Sat Sep 29 15:49:36 +0100 2007 - -.BR -Generated by: -.I SiSU -.I 0.59.1 -of 2007w39/2 (2007\-09\-25) - -.BR -Ruby version: -.I ruby 1.8.6 (2007\-06\-07 patchlevel 36) \ [i486\-linux] - +.SH HOMEPAGE +More information about \fBSiSU\fR can be found at <\fIhttp://www.jus.uio.no/sisu/\fR>. -.TP -Other versions of this document: -.TP -manifest: -.TP -html: -.TP -pdf: -.TP -pdf: -.TP -at: -.TP -* Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25) -.TP -* Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] -.TP -* Last Generated on: Sat Sep 29 15:49:36 +0100 2007 -.TP -* SiSU http://www.jus.uio.no/sisu +.SH AUTHOR +\fBSiSU\fR was written by Ralph Amissah <\fIralph@amissah.com\fR>. -- cgit v1.2.3