From 41fe06f74f05869d8fd193f1a5f39b9ecfbfedd8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 19 Dec 2009 16:18:41 -0500 Subject: document samples, v1 minor fixes --- .../v1/sisu_markup_samples/sisu_manual/sisu.ssm | 2 +- .../sisu_manual/sisu_commands.sst | 9 +-- .../sisu_manual/sisu_complete.sst | 2 +- .../sisu_manual/sisu_config.ssi | 2 +- .../sisu_manual/sisu_configuration.ssm | 2 +- .../sisu_manual/sisu_content_directories.ssi | 4 +- .../sisu_markup_samples/sisu_manual/sisu_css.ssi | 4 +- .../sisu_manual/sisu_description.sst | 8 +-- .../sisu_markup_samples/sisu_manual/sisu_doc.sst | 2 +- .../sisu_manual/sisu_download.ssi | 70 ++++++++++++++-------- .../sisu_manual/sisu_examples.ssi | 2 +- .../sisu_manual/sisu_examples.sst | 4 +- .../sisu_markup_samples/sisu_manual/sisu_faq.sst | 4 +- .../sisu_manual/sisu_filetypes.sst | 2 +- .../sisu_markup_samples/sisu_manual/sisu_help.sst | 2 +- .../sisu_manual/sisu_help_sources.sst | 4 +- .../sisu_manual/sisu_homepages.ssi | 4 +- .../sisu_markup_samples/sisu_manual/sisu_how.ssi | 2 +- .../sisu_markup_samples/sisu_manual/sisu_howto.sst | 60 +++++++++++++------ .../sisu_manual/sisu_hyperestraier.ssi | 2 +- .../sisu_manual/sisu_installation.ssi | 4 +- .../sisu_manual/sisu_interesting_to_whom.ssi | 2 +- .../sisu_manual/sisu_introduction.ssi | 2 +- .../sisu_manual/sisu_introduction.ssm | 2 +- .../sisu_manual/sisu_manual.ssm | 2 +- .../sisu_manual/sisu_markup.sst | 17 +----- .../sisu_manual/sisu_output_overview.sst | 2 +- .../sisu_markup_samples/sisu_manual/sisu_pdf.sst | 2 +- .../sisu_manual/sisu_postgresql.sst | 2 +- .../sisu_manual/sisu_quickstart.sst | 3 +- .../sisu_manual/sisu_remote.sst | 4 +- .../sisu_manual/sisu_search.ssm | 2 +- .../sisu_manual/sisu_search_cgi.ssi | 2 +- .../sisu_manual/sisu_search_examples.ssi | 2 +- .../sisu_manual/sisu_search_intro.ssi | 2 +- .../sisu_manual/sisu_short_feature_summary.ssi | 2 +- .../sisu_markup_samples/sisu_manual/sisu_skin.sst | 4 +- .../sisu_markup_samples/sisu_manual/sisu_sql.ssi | 2 +- .../sisu_manual/sisu_sqlite.sst | 2 +- .../sisu_manual/sisu_syntax_highlighting.sst | 4 +- .../sisu_markup_samples/sisu_manual/sisu_vim.sst | 4 +- .../sisu_manual/sisu_webrick.sst | 4 +- .../sisu_manual/sisu_work_needed_and_wishlist.ssi | 2 +- 43 files changed, 134 insertions(+), 131 deletions(-) diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu.ssm b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu.ssm index 1d2e34c6..154aebe5 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu.ssm +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu.ssm @@ -4,7 +4,7 @@ @subtitle: Manual -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2008, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst index 4c53ac74..c9b6e7c8 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_commands.sst @@ -4,7 +4,7 @@ @subtitle: Commands -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @prefix: - :A~? @title @creator :B~? SiSU Commands @@ -112,13 +110,13 @@ prints license information. maintenance mode files created for processing preserved and their locations indicated. (also see -V) !_ -m [filename/wildcard/url]
-assumed for most other flags, creates new meta-markup file, (the metaverse ) that is used in all subsequent processing of other output. This step is assumed for most processing flags. To skip it see -n +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]
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]
-skip meta-markup (building of "metaverse"), this skips the equivalent of -m which is otherwise assumed by most processing flags. +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]
output basic document in opendocument file format (opendocument.odt). @@ -206,7 +204,6 @@ strips output text of editor endnotes~[* square brackets ]~ denoted by asterisk !_ --no-dagger
strips output text of editor endnotes~[+ square brackets ]~ denoted by dagger/plus sign - 1~commands_database database commands dbi - database interface diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_complete.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_complete.sst index 0e601011..6637fd0e 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_complete.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_complete.sst @@ -4,7 +4,7 @@ @subtitle: Complete Package -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_config.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_config.ssi index 1512d6a4..57eed103 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_config.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_config.ssi @@ -4,7 +4,7 @@ @subtitle: Configuration -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_configuration.ssm b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_configuration.ssm index c1661002..6cadf688 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_configuration.ssm +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_configuration.ssm @@ -4,7 +4,7 @@ @subtitle: Configuration -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Ralph Amissah diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_content_directories.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_content_directories.ssi index 343af720..2d40863d 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_content_directories.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_content_directories.ssi @@ -4,7 +4,7 @@ @subtitle: Content Directories, Organising Content -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? Organisation of Content :B~? Content Directories diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_css.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_css.ssi index 46f01cda..6045aa6e 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_css.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_css.ssi @@ -4,7 +4,7 @@ @subtitle: CSS - Cascading Style Sheets -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? CSS 1~css CSS - Cascading Style Sheets (for html, XHTML and XML) diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_description.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_description.sst index 34bccfdf..18b6295d 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_description.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_description.sst @@ -4,7 +4,7 @@ @subtitle: Description -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs:+ $Id$ - :A~? @title @creator :B~? SiSU an attempt to describe @@ -122,7 +120,7 @@ creates organised directory/file structure for (file-system) output, easily mapp "Concordance file" wordmap, consisting of all the words in a document and their (text/ object) locations within the text, (and the possibility of adding vocabularies), !_ (ix) -document content certification and comparison considerations: (a) the document and each object within it stamped with an md5 hash making it possible to easily check or guarantee that the substantive content of a document is unchanged, (b)version control, documents integrated with time based source control system, default RCS or CVS with use of $Id: sisu_description.sst,v 1.25 2007/08/23 12:22:36 ralph Exp $ tag, which SiSU checks +document content certification and comparison considerations: the document and each object within it stamped with an md5 hash making it possible to easily check or guarantee that the substantive content of a document is unchanged. !_ (x) SiSU's minimalist markup makes for meaningful "diffing" of the substantive content of markup-files, @@ -509,8 +507,6 @@ you may alternatively display the text of each paragraph in which the match was Several options for output - select database to search, show results in index view (links to locations within text), show results with text, echo search in form, show what was searched, create and show a "canned url" for search, show available search fields. Also shows counters number of documents in which found and number of locations within documents where found. [could consider sorting by document with most occurrences of the search result]. -Earlier version of the search frontend - Simple search, results with files in which search found, and locations where found within files. - Simple search, results with files in which search found, and text object (paragraph or endnote) where found within files. 3~ Other forms diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_doc.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_doc.sst index b18f423f..e8a6e29e 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_doc.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_doc.sst @@ -4,7 +4,7 @@ @subtitle: sisu-doc -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_download.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_download.ssi index 864bd303..cf741dc4 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_download.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_download.ssi @@ -4,7 +4,7 @@ @subtitle: Download -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,13 +39,11 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? SiSU Downloads, Stable and Development Branches -:C~ Download +:C~ Download information 1~download Download SiSU - Linux/Unix @@ -55,9 +53,9 @@ Download the latest version of SiSU (and SiSU markup samples):~{ Breakage and Fixes Report
http://www.jus.uio.no/sisu/SiSU/breakage_and_fixes.html }~ -_* {~^ sisu_0.68.0.orig.tar.gz (of 2008-07-21:29/1) }http://www.jus.uio.no/sisu/pkg/src/sisu_0.68.0.orig.tar.gz +_* {~^ sisu_1.0.0.orig.tar.gz (of 2009-12-5:48/5) }http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0.orig.tar.gz -_* {~^ sisu-markup-samples_1.0.8.orig.tar.gz (of 2007-08-19:33/7 ) }http://www.jus.uio.no/sisu/pkg/src/sisu-markup-samples_1.0.8.orig.tar.gz *~sisu-markup-samples +_* {~^ sisu-markup-samples_1.0.10.orig.tar.gz (of 2008-10-09:40/4 ) }http://www.jus.uio.no/sisu/pkg/src/sisu-markup-samples_1.0.10.orig.tar.gz ~{
1e769b5c2c2d6135c3f5a14ede1d019f77588c7024168c756c7093510145c7dc 3442966 }~ *~sisu-markup-samples For installation notes see http://sisudoc.org/sisu/sisu_manual/installation.html @@ -69,9 +67,19 @@ For changelogs see http://www.jus.uio.no/sisu/SiSU/changelog.html Git repository currently at: -_* git clone git://sisudoc.org/git/sisu/ +_* git clone git://git.sisudoc.org/git/code/sisu.git + +_* git clone _http://git.sisudoc.org/git/code/sisu.git + +_* http://git.sisudoc.org/?p=code/sisu.git;a=summary + +On using git, see + +!_ Git documentation: +{~^ Git User's Manual }http://www.kernel.org/pub/software/scm/git/docs/user-manual.html, {~^ Everyday GIT With 20 Commands Or So }http://www.kernel.org/pub/software/scm/git/docs/everyday.html, {~^ A tutorial introduction to git }http://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/tutorial.html, {~^ A tutorial introduction to git: part two }http://www.kernel.org/pub/software/scm/git/docs/v1.4.4.4/tutorial-2.html -_* http://search.sisudoc.org/cgi-bin/gitweb.cgi?p=sisu;a=summary +!_ User contributed texts: +{~^ The Git Community Book }http://book.git-scm.com/index.html, {~^ Git Magic }http://www-cs-students.stanford.edu/~blynn/gitmagic/, {~^ Git From the Bottom Up (pdf) }http://www.newartisans.com/blog_assets/git.from.bottom.up.pdf 3~debian- Debian @@ -88,25 +96,33 @@ deb-src http://www.jus.uio.no/sisu/archive unstable main non-free }code -!_ Source +group{ + +*{Source}* + +{~^ sisu_1.0.0.orig.tar.gz }http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0.orig.tar.gz + +{~^ sisu_1.0.0-1.diff.gz }http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0-1.diff.gz + +{~^ sisu_1.0.0-1.dsc }http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0-1.dsc -_* {~^ sisu_0.68.0.orig.tar.gz }http://www.jus.uio.no/sisu/pkg/src/sisu_0.68.0.orig.tar.gz +}group -_* {~^ sisu_0.68.0-1.diff.gz }http://www.jus.uio.no/sisu/pkg/src/sisu_0.68.0-1.diff.gz +group{ -_* {~^ sisu_0.68.0-1.dsc }http://www.jus.uio.no/sisu/pkg/src/sisu_0.68.0-1.dsc +*{Debs}* -!_ Debs +{~^ sisu_1.0.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu_1.0.0-1_all.deb ~{
sisu, the base code, (the main package on which the others depend), without any dependencies other than ruby (and for convenience the ruby webrick web server), this generates a number of types of output on its own, other packages provide additional functionality, and have their dependencies
Depends: ruby (>=1.8.2), libwebrick-ruby
Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, sisu-examples, vim-sisu, librmagick-ruby, trang, tidy, libtidy, librexml-ruby, zip, unzip, openssl }~ -_* {~^ sisu_0.68.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu_0.68.0-1_all.deb ~{
sisu, the base code, (the main package on which the others depend), without any dependencies other than ruby (and for convenience the ruby webrick web server), this generates a number of types of output on its own, other packages provide additional functionality, and have their dependencies
Depends: ruby (>=1.8.2), libwebrick-ruby
Recommends: sisu-pdf, sisu-sqlite, sisu-postgresql, sisu-examples, vim-sisu, librmagick-ruby, trang, tidy, libtidy, librexml-ruby, zip, unzip, openssl }~ +{~^ sisu-complete_1.0.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-complete_1.0.0-1_all.deb ~{
a package that pulls in other packages to build the whole of sisu (excluding sisu-examples)
Depends: ruby (>=1.8.2), sisu, sisu-pdf, sisu-postgresql, sisu-remote, sisu-sqlite, vim-sisu
Recommends: sisu-examples }~ -_* {~^ sisu-complete_0.68.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-complete_0.68.0-1_all.deb ~{
a package that pulls in other packages to build the whole of sisu (excluding sisu-examples)
Depends: ruby (>=1.8.2), sisu, sisu-pdf, sisu-postgresql, sisu-remote, sisu-sqlite, vim-sisu
Recommends: sisu-examples }~ +{~^ sisu-pdf_1.0.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-pdf_1.0.0-1_all.deb ~{
dependencies used by sisu to produce pdf from LaTeX generated
Depends: sisu, tetex-bin, tetex-extra, latex-ucs
Suggests: evince, xpdf }~ -_* {~^ sisu-pdf_0.68.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-pdf_0.68.0-1_all.deb ~{
dependencies used by sisu to produce pdf from LaTeX generated
Depends: sisu, tetex-bin, tetex-extra, latex-ucs
Suggests: evince, xpdf }~ +{~^ sisu-postgresql_1.0.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-postgresql_1.0.0-1_all.deb ~{
dependencies used by sisu to populate postgresql database (further configuration is necessary)
Depends: sisu, postgresql-8.1, libdbi-ruby, libdbm-ruby, libdbd-pg-ruby
Suggests: pgaccess, libdbd-pgsql, postgresql-contrib-8.1 }~ -_* {~^ sisu-postgresql_0.68.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-postgresql_0.68.0-1_all.deb ~{
dependencies used by sisu to populate postgresql database (further configuration is necessary)
Depends: sisu, postgresql-8.1, libdbi-ruby, libdbm-ruby, libdbd-pg-ruby
Suggests: pgaccess, libdbd-pgsql, postgresql-contrib-8.1 }~ +{~^ sisu-sqlite_1.0.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-sqlite_1.0.0-1_all.deb ~{
dependencies used by sisu to populate sqlite database
Depends: sisu, sqlite, libdbi-ruby, libdbm-ruby, libdbd-sqlite-ruby
Suggests: libdbd-sqlite }~ -_* {~^ sisu-sqlite_0.68.0-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu-sqlite_0.68.0-1_all.deb ~{
dependencies used by sisu to populate sqlite database
Depends: sisu, sqlite, libdbi-ruby, libdbm-ruby, libdbd-sqlite-ruby
Suggests: libdbd-sqlite }~ +}group For changelogs see: @@ -118,9 +134,9 @@ _1 http://www.jus.uio.no/sisu/sisu_changelog/changelog.html Book markup samples have been moved to non-free as the substantive text of the documents are available under the author or original publisher's license, and usually do not comply with the Debian Free Software Guidelines. -_* {~^ sisu-markup-samples_1.0.8-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/non-free/s/sisu-markup-samples/sisu-markup-samples_1.0.8-1_all.deb ~{
marked up documents and other examples related to sisu, a larger package containing a number of texts
Depends: sisu }~ +_* {~^ sisu-markup-samples_1.0.10-1_all.deb }http://www.jus.uio.no/sisu/archive/pool/non-free/s/sisu-markup-samples/sisu-markup-samples_1.0.10-1_all.deb ~{
marked up documents and other examples related to sisu, a larger package containing a number of texts
Depends: sisu }~ -_* {~^ sisu-markup-samples_1.0.8-1.dsc }http://www.jus.uio.no/sisu/pkg/src/sisu-markup-samples_1.0.8-1.dsc +_* {~^ sisu-markup-samples_1.0.10-1.dsc }http://www.jus.uio.no/sisu/pkg/src/sisu-markup-samples_1.0.10-1.dsc ~{
sisu-markup-samples_1.0.10-1.dsc }~ For changelogs see: @@ -130,10 +146,16 @@ _1 http://www.jus.uio.no/sisu/sisu_markup_samples_changelog/changelog_markup_sam 3~rpm- RPM -The RPM is generated Alien~{ http://www.kitenet.net/programs/alien/ }~ from two deb packages (sisu and sisu-doc). Dependencies are not handled, not even that of the essential Ruby. +The RPM is generated from the source file using Alien.~{ http://www.kitenet.net/programs/alien/ }~ Dependencies are not handled, not even that of the essential Ruby. -_* {~^ sisu-0.68.0-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-0.68.0-2.noarch.rpm ~{ untested, created using: alien -r sisu_0.68.0-1_all.deb }~ +sudo rpm -i [package name] -_* {~^ sisu-markup-samples_1.0.8.orig-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-markup-samples_1.0.6.orig-2.noarch.rpm ~{
untested, created using alien }~ +_* {~^ sisu-1.0.0-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-1.0.0-2.noarch.rpm ~{
created using alien }~ -sudo rpm -i [package name] +_* {~^ sisu-markup-samples_1.0.10.orig-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-markup-samples_1.0.6.orig-2.noarch.rpm ~{
http://www.jus.uio.no/sisu/archive/pool/non-free/s/sisu-markup-samples/sisu-markup-samples_1.0.10-1_all.deb
created using: alien -r sisu_0.70.5-1_all.deb }~ + +For changelogs see: + +_1 http://www.jus.uio.no/sisu/SiSU/changelog_markup_samples.html + +_1 http://www.jus.uio.no/sisu/sisu_markup_samples_changelog/changelog_markup_samples.html diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.ssi index 06f1ec23..d70c5118 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.ssi @@ -4,7 +4,7 @@ @subtitle: Markup Samples, Output Examples -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.sst index 307b7107..2d580d1e 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_examples.sst @@ -4,7 +4,7 @@ @subtitle: Markup Samples, Output Examples -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -95,7 +95,7 @@ For some documents hardly any markup at all is required at all, other than a hea 3~war_and_peace- /{"War and Peace"}/, Leo Tolstoy, PG Etext 2600 *~wap *~gutenberg -{ "War and Peace", Leo Tolstoy [3sS]}war_and_peace.leo_tolstoy.sst ~{ http://www.jus.uio.no/sisu/war_and_peace.leo_tolstoy/toc.html
The ascii text was taken from Project Gutenberg. The markup transforms required are trivial. Of interest, in this instance I am saved by having alternative syntaxes/(structural modes) for marking up endnotes... as it was possible to do a simple search and replace to make the Project Gutenberg ascii presentation suitable for SiSU, using the older endnote markup style. This example instructs the program to use regular expressions, in this example the words: none; none; BOOK|FIRST|SECOND; CHAPTER; occurring at the beginning of a line, to identify what should be treated as different levels of heading in a document (and used to make the table of contents). Note that there was _{very little markup required}_ after the document headers and Project Gutenberg legal notices. As I presume the legal notices are similar in Project Gutenberg documents, (and I could not bear to think of preparing the same legal notices twice), I moved those to the "skin" for the Project, and these are now represented in the markup by \<:insert1\> and \<:insert2\> and the legal notices are available for similar insertion into the next Project Gutenberg text prepared for SiSU, should there be one.
I did a stylesheet/skin for the Gutenberg Project, ... I may have to remove. The markup transforms required are trivial. Of interest, in this instance I am saved by having alternative syntaxes/(structural modes) for marking up endnotes... as it is possible to do a simple search and replace to make Project Gutenberg ascii presentations suitable for SiSU using the older endnote markup style. There is _{very little markup required}_ after the document headers and Project Gutenberg legal notices. As I presume the legal notices are similar in Project Gutenberg documents, (and I could not bear to think of preparing the same legal notices twice), I moved those to the "skin" for the Project, and these are now represented in the markup by the \<:insert1\> and \<:insert2\> markers and the legal notices are available for similar insertion into the next Project Gutenberg text prepared for SiSU, should there be one. }~ +{ "War and Peace", Leo Tolstoy [3sS]}war_and_peace.leo_tolstoy.sst ~{ http://www.jus.uio.no/sisu/war_and_peace.leo_tolstoy/toc.html
The ascii text was taken from Project Gutenberg. The markup transforms required are trivial. Of interest, in this instance I am saved by having alternative syntaxes/(structural modes) for marking up endnotes... as it was possible to do a simple search and replace to make the Project Gutenberg ascii presentation suitable for SiSU, using the older endnote markup style. This example instructs the program to use regular expressions, in this example the words: none; none; BOOK|FIRST|SECOND; CHAPTER; occurring at the beginning of a line, to identify what should be treated as different levels of heading in a document (and used to make the table of contents). Note that there was _{very little markup required}_ after the document headers and Project Gutenberg legal notices. As I presume the legal notices are similar in Project Gutenberg documents, (and I could not bear to think of preparing the same legal notices twice), I moved those to the "skin" for the Project, and these are now represented in the markup by \<:insert1\> and \<:insert2\> and the legal notices are available for similar insertion into the next Project Gutenberg text prepared for SiSU, should there be one.
I did a stylesheet/skin for the Gutenberg Project, ... I may have to remove. }~ 3~quixote- /{"Don Quixote"}/, Miguel de Cervantes [Saavedra], translated by John Ormsby, PG Etext 996 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_faq.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_faq.sst index f7fead86..87274bc7 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_faq.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_faq.sst @@ -4,7 +4,7 @@ @subtitle: FAQ - Frequently Asked/Answered Questions -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2008, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs: $Id$ - :A~? @title @creator 1~faq FAQ - Frequently Asked/Answered Questions diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_filetypes.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_filetypes.sst index 3c5a46e2..9f1dc99c 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_filetypes.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_filetypes.sst @@ -4,7 +4,7 @@ @subtitle: Filetypes -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help.sst index 6001d6ea..77bab0ad 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help.sst @@ -4,7 +4,7 @@ @subtitle: Help -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help_sources.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help_sources.sst index e2a85890..99b8d492 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help_sources.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_help_sources.sst @@ -4,7 +4,7 @@ @subtitle: References -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? SiSU Help Sources diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_homepages.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_homepages.ssi index 3bc6782b..965282db 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_homepages.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_homepages.ssi @@ -4,7 +4,7 @@ @subtitle: Homepages -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? Setting up of homepages diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_how.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_how.ssi index 0620b178..eaa17656 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_how.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_how.ssi @@ -4,7 +4,7 @@ @subtitle: How Does SiSU Work? -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst index 550b59f6..c67208d6 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_howto.sst @@ -4,7 +4,7 @@ @subtitle: Technical, Howto -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs:+ $Id$ - :A~? @title @creator :B~? SiSU some technical information @@ -389,29 +387,53 @@ here\~^ { SiSU }http://sisudoc.org -\{ SiSU \}http://sisudoc.org +code{ + +{ SiSU }http://sisudoc.org + +}code + +{sisu.png }http://sisudoc.org + +code{ {sisu.png }http://sisudoc.org -\{sisu.png \}http://sisudoc.org +}code {tux.png 64x80 }image -\{ tux.png 64x80 \}image +code{ + +{ tux.png 64x80 }image + +}code + +{~^ SiSU }http://sisudoc.org + +code{ {~^ SiSU }http://sisudoc.org -\{~^ SiSU \}http://sisudoc.org +}code is equivalent to: -\{ SiSU \}http://sisudoc.org ~\{ http://sisudoc.org \}~ +code{ + +{ SiSU }http://sisudoc.org ~{ http://sisudoc.org }~ + +}code the same can be done with an image: {~^ sisu.png "SiSU" }http://sisudoc.org -\{~^ sisu.png "SiSU" \}http://sisudoc.org +code{ + +{~^ sisu.png "SiSU" }http://sisudoc.org + +}code 2~ Number Titles @@ -443,15 +465,15 @@ _* bullet paragraph \_# number paragraph level 2 (see headers for numbering document headings) -_# number paragraph level 2 (see headers for numbering document headings) +_# number paragraph level 2 (see headers for numbering document headings) 2~ Tables Table markup sample -poem{ +code{ -table\{~h c3; 26; 32; 32; +table{~h c3; 26; 32; 32; This is a table, column1 this would become row one of column two @@ -465,15 +487,15 @@ column one row three and so on here -\}table +}table -}poem +}code Alternative form of table markup code{ -{t\~h} +{t~h} |Mon|Tue|Wed|Thu|Fri|Sat|Sun 0 | * | * | * | * | * | * | * 1 | * | * | * | * | | | @@ -513,19 +535,19 @@ and made cider inside her inside. }poem -poem{ +code{ -poem\{ +poem{ There was a young lady from Clyde, who ate a green apple and died, but the apple fermented inside the lamented, and made cider inside her inside. -}\poem - }poem +}code + 2~ Composite Document To import another document, the master document or importing document should be named filename.r3 (r for require) diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_hyperestraier.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_hyperestraier.ssi index e84476a8..1b97904c 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_hyperestraier.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_hyperestraier.ssi @@ -4,7 +4,7 @@ @subtitle: Hyperestraier Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_installation.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_installation.ssi index b57cdef6..b58b5659 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_installation.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_installation.ssi @@ -4,7 +4,7 @@ @subtitle: Installation -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? SiSU Installation notes :C~ Installation diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_interesting_to_whom.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_interesting_to_whom.ssi index 93248d29..abdcf77e 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_interesting_to_whom.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_interesting_to_whom.ssi @@ -4,7 +4,7 @@ @subtitle: Who Might Be Interested? -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssi index 000a3fd5..106e2252 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssi @@ -4,7 +4,7 @@ @subtitle: Introduction -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssm b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssm index f199fc78..44f71f1d 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssm +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_introduction.ssm @@ -4,7 +4,7 @@ @subtitle: Commands -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_manual.ssm b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_manual.ssm index 41fd724b..5dcb56c5 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_manual.ssm +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_manual.ssm @@ -4,7 +4,7 @@ @subtitle: Manual -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_markup.sst index dd620872..053174eb 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_markup.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_markup.sst @@ -1,10 +1,10 @@ -% SiSU 0.67 +% SiSU 0.72 @title: SiSU @subtitle: Markup -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2008, part of SiSU documentation, License GPL 3 @@ -41,8 +41,6 @@ { 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/ -% @prefix: - :A~? @title @creator :B~? SiSU Markup @@ -129,8 +127,6 @@ code{ @creator: Amissah, Ralph -% note formatting rules on author / creator field, "Surname, Other names", if more than one author separate by semi-colon (if name is of an institution just write name or the name contains a comma enclose in quotation marks) - @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @type: information @@ -139,12 +135,8 @@ code{ @topic_register: text markup language; application:text processing;output:html|xml|latex|pdf|sql -% note formatting for topic_register topic levels are separated by a colon, a semi-colon separates main topics - @date: 2007-09-16 -% original publication date unless the substantive text is updated/modified, then date of update - @date.created: 2002-08-28 @date.issued: 2002-08-28 @@ -283,9 +275,6 @@ loc=[Library of Congress classification]; dewey=[Dewey classification]; isbn=[IS !_ @prefix_b: -!_ @rcs: -$Id: sisu_markup.sst,v 1.2 2007/09/08 17:12:47 ralph Exp $ [used by rcs or cvs to embed version (revision control) information into document, rcs or cvs can usefully provide a history of updates to a document ] - !_ @structure: PART; CHAPTER; SECTION; ARTICLE; none; none;
optional, document structure can be defined by words to match or regular expression (the regular expression is assumed to start at the beginning of a line of text i.e. ^) default markers :A~ to :C~ and 1~ to 6~ can be used within text instead, without this header tag, and may be used to supplement the instructions provided in this header tag if provided (@structure: is a synonym for @toc:) @@ -575,7 +564,7 @@ code{ normal text _http://www.jus.uio.no/sisu continues -deb _http://www.jus.uio.no/sisu/archive unstable main non-free +deb http://www.jus.uio.no/sisu/archive unstable main non-free }code diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_output_overview.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_output_overview.sst index 4a5cfad9..ab0a41db 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_output_overview.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_output_overview.sst @@ -4,7 +4,7 @@ @subtitle: SiSU overview of status of features available in various outputs -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_pdf.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_pdf.sst index 384734b7..b413b198 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_pdf.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_pdf.sst @@ -4,7 +4,7 @@ @subtitle: PDF -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_postgresql.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_postgresql.sst index 7a0e4281..fe8bd7d1 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_postgresql.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_postgresql.sst @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_quickstart.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_quickstart.sst index 35fd55ef..64a9d690 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_quickstart.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_quickstart.sst @@ -4,7 +4,7 @@ @subtitle: Quickstart, installation and use -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -68,7 +68,6 @@ code{ deb http://ftp.fi.debian.org/debian/ unstable main non-free contrib deb-src http://ftp.fi.debian.org/debian/ unstable main non-free contrib -d }code diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_remote.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_remote.sst index 793380c9..3067e3e3 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_remote.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_remote.sst @@ -4,7 +4,7 @@ @subtitle: Remote Operations -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @prefix: - :A~? @title @creator :B~? SiSU Remote Operations diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search.ssm b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search.ssm index 93549b7f..bc817b97 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search.ssm +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search.ssm @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_cgi.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_cgi.ssi index 4b3b9e86..d7919598 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_cgi.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_cgi.ssi @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_examples.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_examples.ssi index f2fbe243..15a6d2db 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_examples.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_examples.ssi @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_intro.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_intro.ssi index d8fef831..803330e7 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_intro.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_search_intro.ssi @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_short_feature_summary.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_short_feature_summary.ssi index e1c57ec7..7f6db5a8 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_short_feature_summary.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_short_feature_summary.ssi @@ -4,7 +4,7 @@ @subtitle: Summary of Features -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_skin.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_skin.sst index 8d19ba76..7c154c4b 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_skin.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_skin.sst @@ -4,7 +4,7 @@ @subtitle: Skins -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? Document Skins - configuration diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sql.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sql.ssi index 00399816..65304a69 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sql.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sql.ssi @@ -4,7 +4,7 @@ @subtitle: SQL and Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sqlite.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sqlite.sst index 1a2b90b0..a713a7b1 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sqlite.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_sqlite.sst @@ -4,7 +4,7 @@ @subtitle: Search -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst index 9d319abb..62a16573 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_syntax_highlighting.sst @@ -4,7 +4,7 @@ @subtitle: Syntax Highlighting -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -39,8 +39,6 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? SiSU Syntax Highlighting diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_vim.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_vim.sst index b8018fa8..16cbe6af 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_vim.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_vim.sst @@ -4,7 +4,7 @@ @subtitle: Vim -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2008, part of SiSU documentation, License GPL 3 @@ -41,8 +41,6 @@ { 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/ -% @rcs$ - :A~? @title @creator :B~? SiSU Vim diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_webrick.sst b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_webrick.sst index 5c588c68..c7b2fdcb 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_webrick.sst +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_webrick.sst @@ -4,7 +4,7 @@ @subtitle: sisu_webrick -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 @@ -42,8 +42,6 @@ synopsis=sisu -W { 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/ -% @prefix: - :A~? @title @creator :B~? SiSU Webrick diff --git a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_work_needed_and_wishlist.ssi b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_work_needed_and_wishlist.ssi index 52578a95..8ac075a7 100644 --- a/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_work_needed_and_wishlist.ssi +++ b/data/doc/sisu/v1/sisu_markup_samples/sisu_manual/sisu_work_needed_and_wishlist.ssi @@ -4,7 +4,7 @@ @subtitle: Work Needed and Wishlist -@creator: Ralph Amissah +@creator: Amissah, Ralph @rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 -- cgit v1.2.3