aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst')
-rw-r--r--data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst43
1 files changed, 21 insertions, 22 deletions
diff --git a/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst
index 991244dc..597dfbc3 100644
--- a/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst
+++ b/data/doc/sisu/v2/sisu_markup_samples/sisu_manual/sisu_howto.sst
@@ -139,7 +139,7 @@ aptitude install sisu-sqlite
ideally copy the sisu-examples directory to your home directory (because the directory in which you run this example should be writable)
-cp -rv /usr/share/sisu-examples/sample/document_samples_sisu_markup ~/.
+cp -rv /usr/share/doc/sisu-markup-samples/v2/samples /.
!_ (3) use sisu to create an sqlite database
@@ -180,7 +180,7 @@ sisu -F webrick
the string should be provided as output from the previous command
-sudo cp -vi /usr/share/sisu-examples/sample/document_samples_sisu_markup/sisu_sqlite.cgi /usr/lib/cgi-bin
+sudo cp -vi /usr/share/doc/sisu-markup-samples/v2/samples/sisu_sqlite.cgi /usr/lib/cgi-bin
sudo chmod -v 755 /usr/lib/cgi-bin/sisu_sqlite.cgi
@@ -301,7 +301,7 @@ _1 data/sisu-examples/sample/document_samples_sisu_markup/
or the same once source is installed (or sisu-examples) under:
-_1 /usr/share/sisu-examples/sample/document_samples_sisu_markup/
+_1 /usr/share/doc/sisu-markup-samples/v2/samples
Some notes are contained within the man page, *{man sisu}* and within sisu help via the commands *{sisu help markup}* and *{sisu help headers}*
@@ -572,7 +572,7 @@ and on installation under:
_1 /etc/sisu/skin/doc/
-_1 /usr/share/sisu-examples/sample/document_samples_sisu_markup/_sisu/skin/doc
+_1 /usr/share/doc/sisu-markup-samples/v2/samples/_sisu/skin/doc
The following paths are searched:
@@ -630,7 +630,7 @@ Homepage: http://www.jus.uio.no/sisu
SiSU is lightweight markup based document creation and publishing framework that is controlled from the command line. Prepare documents for SiSU using your text editor of choice, then use SiSU to generate various output document formats.
-With minimal preparation of a plain-text (UTF-8) file using its native markup-syntax, SiSU produces: plain-text, HTML, XHTML, XML, ODF:ODT (Opendocument), LaTeX, PDF, and populates an SQL database (PostgreSQL or SQLite) in paragraph sized chunks so that document searches are done at this "atomic" level of granularity.
+With minimal preparation of a plain-text (UTF-8) file using its native markup-syntax, SiSU produces: plain-text, HTML, XHTML, EPUB, XML, ODF:ODT (Opendocument), LaTeX, PDF, and populates an SQL database (PostgreSQL or SQLite) in paragraph sized chunks so that document searches are done at this "atomic" level of granularity.
Outputs share a common citation numbering system, and any semantic meta-data provided about the document.
@@ -874,17 +874,16 @@ Description: documents - structuring, publishing in multiple formats and search
structuring, publishing and search framework for document collections.
.
With minimal preparation of a plain-text, (UTF-8) file, using its native
- markup syntax in your text editor of choice, SiSU can generate various
- document formats (most of which share a common object numbering system for
- locating content), including plain text, HTML, XHTML, XML, OpenDocument text
- (ODF:ODT), LaTeX, PDF files, and populate an SQL database with objects
- (roughly paragraph-sized chunks) so searches may be performed and matches
- returned with that degree of granularity: your search criteria is met by these
- documents and at these locations within each document. Object numbering is
- particularly suitable for "published" works (finalized texts as opposed to
- works that are frequently changed or updated) for which it provides a fixed
- means of reference of content. Document outputs also share semantic meta-data
- provided.
+markup syntax in your text editor of choice, SiSU can generate various document
+formats (most of which share a common object numbering system for locating
+content), including plain text, HTML, XHTML, EPUB, XML, OpenDocument text
+(ODF:ODT), LaTeX, PDF files, and populate an SQL database with objects (roughly
+paragraph-sized chunks) so searches may be performed and matches returned with
+that degree of granularity: your search criteria is met by these documents and
+at these locations within each document. Object numbering is particularly
+suitable for "published" works (finalized texts as opposed to works that are
+frequently changed or updated) for which it provides a fixed means of reference
+of content. Document outputs also share semantic meta-data provided.
.
SiSU also provides concordance files, document content certificates and
manifests of generated output.
@@ -1014,7 +1013,7 @@ the first document).
After installation of sisu-complete, move to the document samples directory
-_1 cd /usr/share/doc/sisu/sisu_markup_samples/dfsg
+_1 cd /usr/share/doc/sisu/v2/sisu_markup_samples/samples
and run
@@ -1169,7 +1168,7 @@ _1 ./data/doc/sisu/sisu_markup_samples/dfsg
These are installed on the system usually at:
-_1 /usr/share/doc/sisu/sisu_markup_samples/dfsg
+_1 /usr/share/doc/sisu/v2/sisu_markup_samples/samples
More markup samples are available in the package sisu-markup-samples
@@ -1187,7 +1186,7 @@ _1 ./data/sisu/conf/syntax
usually installed to:
-_1 /usr/share/sisu/conf/syntax
+_1 /usr/share/sisu/v2/conf/syntax
2~ License
@@ -1231,7 +1230,7 @@ _1 http://www.jus.uio.no/sisu/SiSU/changelog_markup_samples.html
After installation of sisu-complete, move to the document samples directory,
-_1 cd /usr/share/doc/sisu/sisu_markup_samples/dfsg
+_1 cd /usr/share/doc/sisu/v2/sisu_markup_samples/samples
[this is not where you would normally work but provides sample documents for
testing, you may prefer instead to copy the contents of that directory to a local
@@ -1303,7 +1302,7 @@ _1 mkdir ~/sisu_test
_1 cd ~/sisu_test
-_1 cp -a /usr/share/doc/sisu/sisu_markup_samples/dfsg/* ~/sisu_test/.
+_1 cp -a /usr/share/doc/sisu/v2/sisu_markup_samples/samples/* ~/sisu_test/.
!_ Tip:
the markup syntax examples may be of interest
@@ -1349,7 +1348,7 @@ Package: sisu
SiSU is a lightweight markup based, command line oriented, document structuring, publishing and search framework for document collections.
-With minimal preparation of a plain-text, (UTF-8) file, using its native markup syntax in your text editor of choice, SiSU can generate various document formats (most of which share a common object numbering system for locating content), including plain text, HTML, XHTML, XML, OpenDocument text (ODF:ODT), LaTeX, PDF files, and populate an SQL database with objects (roughly paragraph-sized chunks) so searches may be performed and matches returned with that degree of granularity: your search criteria is met by these documents and at these locations within each document. Object numbering is particularly suitable for "published" works (finalized texts as opposed to works that are frequently changed or updated) for which it provides a fixed means of reference of content. Document outputs also share semantic meta-data provided.
+With minimal preparation of a plain-text, (UTF-8) file, using its native markup syntax in your text editor of choice, SiSU can generate various document formats (most of which share a common object numbering system for locating content), including plain text, HTML, XHTML, XML, OpenDocument text (ODF:ODT), EPUB, LaTeX, PDF files, and populate an SQL database with objects (roughly paragraph-sized chunks) so searches may be performed and matches returned with that degree of granularity: your search criteria is met by these documents and at these locations within each document. Object numbering is particularly suitable for "published" works (finalized texts as opposed to works that are frequently changed or updated) for which it provides a fixed means of reference of content. Document outputs also share semantic meta-data provided.
SiSU also provides concordance files, document content certificates and manifests of generated output.