aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-10-12 20:30:52 +0100
committerRalph Amissah <ralph@amissah.com>2007-10-12 20:30:52 +0100
commit2e7814c4f9be7867499d4e96b9866714e0710fb2 (patch)
treecb8bd24495e9357f00e3741d5f83d4767da396ac
parentMerge branch 'upstream' into debian/sid (diff)
parentspecial character exceptions, some fixes, primarily underscore (diff)
Merge branch 'upstream' into debian/sid
-rw-r--r--CHANGELOG42
-rw-r--r--conf/sisu/skin/doc/skin_sisu.rb17
-rw-r--r--data/doc/sisu/html/sisu.1.html375
-rw-r--r--data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb3
-rw-r--r--data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst2
-rw-r--r--data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi4
-rw-r--r--data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_help.sst9
-rw-r--r--lib/sisu/v0/dal.rb2
-rw-r--r--lib/sisu/v0/html_format.rb6
-rw-r--r--lib/sisu/v0/html_tune.rb2
-rw-r--r--lib/sisu/v0/manpage.rb4
-rw-r--r--lib/sisu/v0/odf.rb7
-rw-r--r--lib/sisu/v0/plaintext.rb4
-rw-r--r--lib/sisu/v0/shared_html_lite.rb2
-rw-r--r--lib/sisu/v0/shared_xml.rb4
-rw-r--r--lib/sisu/v0/texpdf.rb16
-rw-r--r--lib/sisu/v0/texpdf_format.rb1
-rw-r--r--lib/sisu/v0/xml.rb1
-rw-r--r--lib/sisu/v0/xml_dom.rb2
-rw-r--r--man/man1/sisu.1283
20 files changed, 247 insertions, 539 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9285442c..4dd3eccb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,35 +1,47 @@
-* See homepage at: http://www.jus.uio.no/sisu * & http://www.jus.uio.no/sisu/SiSU/download * & http://www.jus.uio.no/sisu/SiSU/changelog
+* homepage at: <http://www.jus.uio.no/sisu >
+* <http://www.jus.uio.no/sisu/SiSU/download>
+* <http://www.jus.uio.no/sisu/SiSU/changelog>
+* <http://sisudoc.org/sisu/sisu_manual>
+* |data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm|@|^|
+* |data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi|@|^|
+
Reverse Chronological:
%% STABLE MANIFEST
-%% sisu_0.61.0.orig.tar.gz (2007-10-12:41/4)
+%% sisu_0.61.0.orig.tar.gz (2007-10-12:41/5)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.61.0.orig.tar.gz
sisu_0.61.0.orig.tar.gz
sisu_0.61.0-1.dsc
sisu_0.61.0-1.diff.gz
- * dal, shortcut for available outputs, present as grouped text object, as
- this makes more sense for search results - matches all versions of a
- document [affects document objects and numbering where used, hence version
- number bump]
+ * dal, markup shortcut for available outputs, present as grouped text object,
+ (as opposed to each available output being a separate object) this makes
+ more sense for search results - where matched returns all versions of a
+ document, (rather than just e.g. the document title) [affects document
+ objects and numbering where used, hence version number bump]
- * html, pdf, text object switch off @markup: no_ocn (or command line flag
- --no-ocn), in html objects are still named, (i.e. will still work with
- searches though the meaning of the numbers returned is obscured)
+ * html, pdf, switch text object numbering off, may be set in: (a) document
+ header, @markup: no_ocn; (b) skin (for documents sharing that skin) "def
+ ocn_display_off" and set to true; or (c) as a processing flag "sisu -hpv
+ --no-ocn [filename]". NOTE, now in html objects are still named, (i.e. will
+ still work with searches though the relevance of the numbers returned is
+ obscured)
- * shared markup source, composite documents, look to processing directory
- * text: share source
- * binary: sisupod (make)
- [fixes shared markup source bug, present in 0.60]
+ * shared markup source, composite documents, look to processing directory for
+ both text (share source) and binary (sisupod (make))
+ [fixes 0.60 shared markup source bug, introduced by falling out of step
+ with processing changes introduced in 0.60]
* processing flag shortcuts,
* sisurc.yml reduced -1 outputs [to -hwpoyv] (minimum output used in
dynamic building of some documents)
* sysenv (default) replaced (obsoleted) -A with -a
- * sisu manual, download info, change links to source to archive, rather than
- transient repo
+ * sisu manual, manpage, download info, change links to source to archive,
+ rather than transient repo
+
+ * special character exceptions, some fixes
%% sisu_0.60.1.orig.tar.gz (2007-10-07:40/7)
http://www.jus.uio.no/sisu/pkg/src/sisu_0.60.1.orig.tar.gz
diff --git a/conf/sisu/skin/doc/skin_sisu.rb b/conf/sisu/skin/doc/skin_sisu.rb
index ad1d42a6..ca82f4dc 100644
--- a/conf/sisu/skin/doc/skin_sisu.rb
+++ b/conf/sisu/skin/doc/skin_sisu.rb
@@ -11,65 +11,54 @@
module SiSU_Viz
require SiSU_lib + '/defaults'
class Skin
- #% widget
def widget_search
true
end
def widget_promo
-#put s "#{__LINE__} #{__FILE__}"
#['sisu','ruby','sisu_search_libre','ruby','open_society']
end
- #% path
+ #def ocn_display_off
+ # false
+ #end
def path_root
-#puts "#{__LINE__} #{__FILE__}"
'./sisu/' # the only parameter that cannot be changed here
end
def path_rel
-#puts "#{__LINE__} #{__FILE__}"
'../'
end
- #% url
def url_home
-#puts "#{__LINE__} #{__FILE__}"
'http://www.jus.uio.no/sisu/'
end
def url_site # used in pdf header
-#puts "#{__LINE__} #{__FILE__}"
'http://www.jus.uio.no/sisu'
end
def url_txt # text to go with url usually stripped url
-#puts "#{__LINE__} #{__FILE__}"
'www.jus.uio.no/sisu/'
end
def url_home_url
-#puts "#{__LINE__} #{__FILE__}"
'../index.html'
end
#def url_root_http
#root server path info, used in document information
#end
- #% color
def color_band1
'"#ffffff"'
end
def color_band2
'"#ffffff"'
end
- #% text
def text_hp
'&nbsp;SiSU'
end
def text_home
'SiSU'
end
- #% icon
def icon_home_button
'sisu.png'
end
def icon_home_banner
icon_home_button
end
- #% banner
def banner_home_button
%{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
end
diff --git a/data/doc/sisu/html/sisu.1.html b/data/doc/sisu/html/sisu.1.html
index b34bac56..bea9e725 100644
--- a/data/doc/sisu/html/sisu.1.html
+++ b/data/doc/sisu/html/sisu.1.html
@@ -560,26 +560,28 @@ changed/configured in the sisurc.yml file):
<p>verbose output
<p> </dd>
</dl>
-5.0.1 COMMAND LINE WITH FLAGS - BATCH PROCESSING
-<p> In the
-data directory run sisu -mh filename or wildcard eg. cisg.sst documents.
-<p>
-Running sisu (alone without any flags, filenames or wildcards) brings up
-the interactive help, as does any sisu command that is not recognised. Enter
-to escape.
-<p> 6. HELP
+5.1 COMMAND LINE WITH FLAGS - BATCH PROCESSING
+<p> In the data
+directory run sisu -mh filename or wildcard eg. cisg.sst documents.
+<p> Running
+sisu (alone without any flags, filenames or wildcards) brings up the interactive
+help, as does any sisu command that is not recognised. Enter to escape.
+<p>
+6. HELP
<p> 6.1 SISU MANUAL
-<p> The most up to date information on
-sisu should be contained in the sisu_manual, available at:
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/'>http://www.jus.uio.no/sisu/sisu_manual/</a>
+<p> The most up to date information on sisu should
+be contained in the sisu_manual, available at:
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_manual/'>http://sisudoc.org/sisu/sisu_manual/</a>
&gt;<br>
-<p> and (from <b>SiSU</b> 0.59 onwards) installed locally at:
-<p> /usr/share/doc/sisu/sisu_manual/<br>
+<p> The manual can be generated from source, found respectively, either
+within the <b>SiSU</b> tarball or installed locally at:
+<p> ./data/doc/sisu/sisu_markup_samples/sisu_manual/<br>
-<p> or equivalent directory
-<p> Within the <b>SiSU</b> tarball at:
-<p> ./data/doc/sisu/sisu_manual/<br>
+<p> /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/<br>
+
+<p> move to the respective directory and type e.g.:
+<p> sisu sisu_manual.ssm<br>
<p> 6.2 SISU MAN PAGES
<p> If <b>SiSU</b> is installed on your system usual man commands
@@ -647,10 +649,7 @@ see:
<p> <b>sisu generated html</b>
<p> /usr/share/doc/sisu/html/sisu_help_sources/index.html<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_help_sources/index.html'>http://sisudoc.org/sisu_manual/sisu_help_sources/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_help_sources/index.html'>http://sisudoc.org/sisu/sisu_help_sources/index.html</a>
&gt;<br>
<p> 7. INTRODUCTION TO SISU MARKUP[^9]
@@ -690,7 +689,7 @@ as code<br>
<p> 7.2.1 ONLINE
<p> Online markup
examples are available together with the respective outputs produced from
-&lt;<a href='http://www.jus.uio.no/sisu/SiSU/2.html'>http://www.jus.uio.no/sisu/SiSU/2.html</a>
+&lt;<a href='http://www.jus.uio.no/sisu/SiSU/examples.html'>http://www.jus.uio.no/sisu/SiSU/examples.html</a>
&gt; or from &lt;<a href='http://www.jus.uio.no/sisu/sisu_examples/'>http://www.jus.uio.no/sisu/sisu_examples/</a>
&gt;
@@ -756,7 +755,7 @@ documents that request them, all documents in a directory, or be site-wide.
(A document is affected by a single skin)
@bold: /Gnu|Debian|Ruby|SiSU/
@links: { SiSU Manual }http://www.jus.uio.no/sisu/sisu_manual/
- { Book Samples and Markup Examples }http://www.jus.uio.no/sisu/SiSU/2.html
+ { Book Samples and Markup Examples }http://www.jus.uio.no/sisu/SiSU/examples.html
{ SiSU @ Wikipedia }http://en.wikipedia.org/wiki/SiSU
{ SiSU @ Freshmeat }http://freshmeat.net/projects/sisu/
{ SiSU @ Ruby Application Archive }http://raa.ruby-lang.org/project/sisu/
@@ -845,41 +844,35 @@ pg=[Project &nbsp;Gutenberg &nbsp;text &nbsp;number]
<p> <b>@prefix_b:</b>
<p> <b>@rcs:</b> $Id:
sisu_markup.sst,v 1.2 2007/09/08 17:12:47 ralph Exp $ &nbsp;[used &nbsp;by &nbsp;rcs &nbsp;or &nbsp;cvs
-&nbsp;to &nbsp;embed &nbsp;version &nbsp;(revision &nbsp;control) &nbsp;information &nbsp;into under ./_sisu/skin
-~/.sisu/skin or /etc/sisu/skin. A skin may affect single documents that request
-them, all documents in a directory, or be site-wide. (A document is affected
-by a single skin) document, &nbsp;rcs &nbsp;or &nbsp;cvs &nbsp;can &nbsp;usefully &nbsp;provide &nbsp;a &nbsp;history &nbsp;of
-under ./_sisu/skin ~/.sisu/skin or /etc/sisu/skin. A skin may affect single
-documents that request them, all documents in a directory, or be site-wide.
-(A document is affected by a single skin) updates &nbsp;to &nbsp;a &nbsp;document &nbsp;]
-<p> <b>@structure:</b>
-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:)
-<p> <b>@level:</b> newpage=3;
-breakpage=4 &nbsp;[paragraph &nbsp;level, &nbsp;used &nbsp;by &nbsp;latex &nbsp;to &nbsp;breakpages, &nbsp;the &nbsp;page &nbsp;in
-&nbsp;newpage]
-<p> <b>@markup:</b> information on the markup used, e.g. new=1,2,3; break=4;
-num_top=4 &nbsp;[or newpage=1,2,3; &nbsp;breakpage=4; &nbsp;num_top=4] newpage and breakpage,
-heading level, used by LaTeX to breakpages. breakpage: starts on a new page
-in single column text and on a new column in double column text; newpage:
-starts on a new page for both single and double column texts. num_top=4
-&nbsp;[auto-number &nbsp;document, &nbsp;starting &nbsp;at &nbsp;level &nbsp;4. &nbsp;the new default &nbsp;is &nbsp;to &nbsp;provide
-&nbsp;3 &nbsp;levels, &nbsp;as &nbsp;in &nbsp;1 &nbsp;level &nbsp;4, &nbsp;1.1 &nbsp;1.1.1 &nbsp;level &nbsp;6, &nbsp;markup &nbsp;to &nbsp;be &nbsp;merged &nbsp;within &nbsp;level]
-num_extract &nbsp;[take &nbsp;numbering &nbsp;of &nbsp;headings &nbsp;provided &nbsp;(manually &nbsp;in &nbsp;and &nbsp;use
-&nbsp;for &nbsp;numbering &nbsp;of &nbsp;Available &nbsp;where &nbsp;a &nbsp;clear &nbsp;numbering &nbsp;structure &nbsp;is &nbsp;without
-&nbsp;the &nbsp;repetition &nbsp;of &nbsp;a &nbsp;number in &nbsp;a &nbsp;header.] &nbsp;[In &nbsp;0.38 &nbsp;notation, &nbsp;you &nbsp;would &nbsp;map
-&nbsp;to &nbsp;the equivalent &nbsp;levels, &nbsp;the &nbsp;examples &nbsp;provided &nbsp;would &nbsp;map &nbsp;to &nbsp;the following
-&nbsp;new=A,B,C; &nbsp;break=1; &nbsp;num_top=1 &nbsp;&nbsp;[or &nbsp;newpage=A,B,C; breakpage=1; &nbsp;num_top=1]
-see headings]
-<p> <b>@bold:</b> &nbsp;[regular &nbsp;expression &nbsp;of &nbsp;words/phrases &nbsp;to &nbsp;be &nbsp;made
-&nbsp;bold]
-<p> <b>@italics:</b> &nbsp;[regular &nbsp;expression &nbsp;of &nbsp;words/phrases &nbsp;to &nbsp;italicise]
-<p>
-<b>@vocabulary:</b> name of taxonomy/vocabulary/wordlist to use against document
+&nbsp;to &nbsp;embed &nbsp;version &nbsp;(revision &nbsp;control) &nbsp;information &nbsp;into &nbsp;rcs &nbsp;or &nbsp;cvs &nbsp;can &nbsp;usefully
+&nbsp;provide &nbsp;a &nbsp;history &nbsp;of
+<p> <b>@structure:</b> 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:)
+<p> <b>@level:</b> newpage=3; breakpage=4 &nbsp;[paragraph &nbsp;level,
+&nbsp;used &nbsp;by &nbsp;latex &nbsp;to &nbsp;breakpages, &nbsp;the &nbsp;page &nbsp;in &nbsp;newpage]
+<p> <b>@markup:</b> information
+on the markup used, e.g. new=1,2,3; break=4; num_top=4 &nbsp;[or newpage=1,2,3;
+&nbsp;breakpage=4; &nbsp;num_top=4] newpage and breakpage, heading level, used by LaTeX
+to breakpages. breakpage: starts on a new page in single column text and
+on a new column in double column text; newpage: starts on a new page for
+both single and double column texts. num_top=4 &nbsp;[auto-number &nbsp;document, &nbsp;starting
+&nbsp;at &nbsp;level &nbsp;4. &nbsp;the new default &nbsp;is &nbsp;to &nbsp;provide &nbsp;3 &nbsp;levels, &nbsp;as &nbsp;in &nbsp;1 &nbsp;level &nbsp;4, &nbsp;1.1
+&nbsp;1.1.1 &nbsp;level &nbsp;6, &nbsp;markup &nbsp;to &nbsp;be &nbsp;merged &nbsp;within &nbsp;level] num_extract &nbsp;[take &nbsp;numbering
+&nbsp;of &nbsp;headings &nbsp;provided &nbsp;(manually &nbsp;in &nbsp;and &nbsp;use &nbsp;for &nbsp;numbering &nbsp;of &nbsp;Available &nbsp;where
+&nbsp;a &nbsp;clear &nbsp;numbering &nbsp;structure &nbsp;is &nbsp;without &nbsp;the &nbsp;repetition &nbsp;of &nbsp;a &nbsp;number in &nbsp;a
+&nbsp;header.] &nbsp;[In &nbsp;0.38 &nbsp;notation, &nbsp;you &nbsp;would &nbsp;map &nbsp;to &nbsp;the equivalent &nbsp;levels, &nbsp;the &nbsp;examples
+&nbsp;provided &nbsp;would &nbsp;map &nbsp;to &nbsp;the following &nbsp;new=A,B,C; &nbsp;break=1; &nbsp;num_top=1 &nbsp;&nbsp;[or &nbsp;newpage=A,B,C;
+breakpage=1; &nbsp;num_top=1] see headings]
+<p> <b>@bold:</b> &nbsp;[regular &nbsp;expression &nbsp;of &nbsp;words/phrases
+&nbsp;to &nbsp;be &nbsp;made &nbsp;bold]
+<p> <b>@italics:</b> &nbsp;[regular &nbsp;expression &nbsp;of &nbsp;words/phrases &nbsp;to &nbsp;italicise]
+
+<p> <b>@vocabulary:</b> name of taxonomy/vocabulary/wordlist to use against document
<p> <b>@skin:</b> skin_doc_[name_of_desired_document_skin] skins change default
settings related to the appearance of documents generated, such as the
@@ -2082,7 +2075,7 @@ index.html
<p> 19. MARKUP AND OUTPUT EXAMPLES
<p> 19.1 MARKUP EXAMPLES
<p> Current markup examples
-and document output samples are provided at &lt;<a href='http://www.jus.uio.no/sisu/SiSU/2.html'>http://www.jus.uio.no/sisu/SiSU/2.html</a>
+and document output samples are provided at &lt;<a href='http://www.jus.uio.no/sisu/SiSU/examples.html'>http://www.jus.uio.no/sisu/SiSU/examples.html</a>
&gt;
<p> Some markup with syntax highlighting may be found under &lt;<a href='http://www.jus.uio.no/sisu/sample/syntax'>http://www.jus.uio.no/sisu/sample/syntax</a>
@@ -2553,39 +2546,39 @@ parts (such as images) will be downloaded and generated locally.
<pre> sisu -3 http://[provide &nbsp;url &nbsp;to &nbsp;valid &nbsp;.sst &nbsp;or &nbsp;.ssm &nbsp;file]
</pre>
<p> Any of the source documents in the sisu examples page can be used in
-this way, see &lt;<a href='http://www.jus.uio.no/sisu/SiSU/2.html'>http://www.jus.uio.no/sisu/SiSU/2.html</a>
-&gt; and use the url for the
-desired document.
-<p> NOTE: to set up a remote machine to serve <b>SiSU</b> documents
-in this way, images should be in the directory relative to the document
+this way, see &lt;<a href='http://www.jus.uio.no/sisu/SiSU/examples.html'>http://www.jus.uio.no/sisu/SiSU/examples.html</a>
+&gt; and use the url
+for the desired document.
+<p> NOTE: to set up a remote machine to serve <b>SiSU</b>
+documents in this way, images should be in the directory relative to the
-<p>source ../_sisu/image
+<p>document source ../_sisu/image
<p> <b>sisupod - zipped sisu files</b>
-<p> A sisupod is the zipped
-content of a sisu marked up text or texts and any other associated parts
-to the document such as images.
-<p> <b>SiSU</b> can be run against a sisupod on a
-(local or) remote machine, provide the processing instruction and the url,
-the sisupod will be downloaded and the documents it contains generated
+<p> A sisupod is
+the zipped content of a sisu marked up text or texts and any other associated
+parts to the document such as images.
+<p> <b>SiSU</b> can be run against a sisupod
+on a (local or) remote machine, provide the processing instruction and
+the url, the sisupod will be downloaded and the documents it contains generated
locally.
<p>
<p> <br>
<pre> sisu -3 http://[provide &nbsp;url &nbsp;to &nbsp;valid &nbsp;sisupod.zip &nbsp;or &nbsp;.ssp &nbsp;file]
</pre>
<p> Any of the source documents in the sisu examples page can be used in
-this way, see &lt;<a href='http://www.jus.uio.no/sisu/SiSU/2.html'>http://www.jus.uio.no/sisu/SiSU/2.html</a>
-&gt; and use the url for the
-desired document.
+this way, see &lt;<a href='http://www.jus.uio.no/sisu/SiSU/examples.html'>http://www.jus.uio.no/sisu/SiSU/examples.html</a>
+&gt; and use the url
+for the desired document.
<p> REMOTE DOCUMENT OUTPUT
<p> 28. REMOTE OUTPUT
-<p> Once properly
-configured <b>SiSU</b> output can be automatically posted once generated to a
-designated remote machine using either rsync, or scp.
-<p> In order to do this
-some ssh authentication agent and keychain or similar tool will need to
-be configured. Once that is done the placement on a remote host can be done
-seamlessly with the -r (for scp) or -R (for rsync) flag, which may be used
-in conjunction with other processing flags, e.g.
+<p>
+Once properly configured <b>SiSU</b> output can be automatically posted once generated
+to a designated remote machine using either rsync, or scp.
+<p> In order to
+do this some ssh authentication agent and keychain or similar tool will
+need to be configured. Once that is done the placement on a remote host
+can be done seamlessly with the -r (for scp) or -R (for rsync) flag, which
+may be used in conjunction with other processing flags, e.g.
<p>
<p> <br>
<pre> sisu -3R sisu_remote.sst
@@ -2833,7 +2826,7 @@ to date as within the package itself:
<p> 30.4 MARKUP SAMPLES
<p> A number of markup samples (along with output) are available off:
-<p> &lt;<a href='http://www.jus.uio.no/sisu/SiSU/2.html'>http://www.jus.uio.no/sisu/SiSU/2.html</a>
+<p> &lt;<a href='http://www.jus.uio.no/sisu/SiSU/examples.html'>http://www.jus.uio.no/sisu/SiSU/examples.html</a>
&gt;
<p> Additional markup samples are packaged separately in the file:
@@ -3105,18 +3098,11 @@ following:
<p> man sisu_help<br>
<p> <b>man2html</b>
-<p> &lt;file:///usr/share/doc/sisu/html/sisu_help.1.html&gt;<br>
-
<p> &lt;<a href='http://www.jus.uio.no/sisu/man/sisu_help.1.html'>http://www.jus.uio.no/sisu/man/sisu_help.1.html</a>
&gt;<br>
<p> <b>sisu generated output - links to html</b>
-<p> &lt;file:///usr/share/doc/sisu/sisu_manual/sisu_help/index.html&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_help/index.html'>http://sisudoc.org/sisu_manual/sisu_help/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_help/index.html'>http://sisudoc.org/sisu/sisu_help/index.html</a>
&gt;<br>
<p> <b>help sources lists</b>
@@ -3124,14 +3110,7 @@ following:
listed here:
<p> man sisu_help_sources<br>
-<p> &lt;file:///usr/share/doc/sisu/sisu_manual/sisu_help_sources/index.html&gt;<br>
-
-<p> &lt;file:///usr/share/doc/sisu/html/sisu_help_sources/index.html&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_help_sources/index.html'>http://sisudoc.org/sisu_manual/sisu_help_sources/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_help_sources/index.html'>http://sisudoc.org/sisu/sisu_help_sources/index.html</a>
&gt;<br>
<p> 34.1 MAN PAGES
@@ -3155,182 +3134,83 @@ listed here:
prepared in <b>SiSU</b> and output is available in multiple formats including
amongst others html, pdf, and odf which may be also be accessed via the
html pages[^28]
-<p> 34.2.1 LOCALLY INSTALLED
-<p> &lt;file:///usr/share/doc/sisu/sisu_manual/sisu_manual/index.html&gt;
-
-<p> &lt;file:///usr/share/doc/sisu/sisu_manual/sisu_help/index.html&gt;
-<p> &lt;file:///usr/share/doc/sisu/sisu_manual/sisu_help_sources/index.html&gt;
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_complete/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_pdf/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_postgresql/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_sqlite/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_termsheet/index.html<br>
-
-<p> /usr/share/doc/sisu/sisu_manual/sisu_webrick/index.html<br>
-
-<p> 34.2.2 WWW.SISUDOC.ORG
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_manual/index.html'>http://sisudoc.org/sisu_manual/sisu_manual/index.html</a>
+<p> 34.2.1 WWW.SISUDOC.ORG
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_manual/index.html'>http://sisudoc.org/sisu/sisu_manual/index.html</a>
&gt;
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu/index.html'>http://sisudoc.org/sisu_manual/sisu/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_commands/index.html'>http://sisudoc.org/sisu_manual/sisu_commands/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_complete/index.html'>http://sisudoc.org/sisu_manual/sisu_complete/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_configuration/index.html'>http://sisudoc.org/sisu_manual/sisu_configuration/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_description/index.html'>http://sisudoc.org/sisu_manual/sisu_description/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_examples/index.html'>http://sisudoc.org/sisu_manual/sisu_examples/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_faq/index.html'>http://sisudoc.org/sisu_manual/sisu_faq/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_filetypes/index.html'>http://sisudoc.org/sisu_manual/sisu_filetypes/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_help/index.html'>http://sisudoc.org/sisu_manual/sisu_help/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_help_sources/index.html'>http://sisudoc.org/sisu_manual/sisu_help_sources/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_howto/index.html'>http://sisudoc.org/sisu_manual/sisu_howto/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_manual/index.html'>http://sisudoc.org/sisu/sisu_manual/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_introduction/index.html'>http://sisudoc.org/sisu_manual/sisu_introduction/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_commands/index.html'>http://sisudoc.org/sisu/sisu_commands/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_manual/index.html'>http://sisudoc.org/sisu_manual/sisu_manual/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_complete/index.html'>http://sisudoc.org/sisu/sisu_complete/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_markup/index.html'>http://sisudoc.org/sisu_manual/sisu_markup/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_configuration/index.html'>http://sisudoc.org/sisu/sisu_configuration/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_output_overview/index.html'>http://sisudoc.org/sisu_manual/sisu_output_overview/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_description/index.html'>http://sisudoc.org/sisu/sisu_description/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_pdf/index.html'>http://sisudoc.org/sisu_manual/sisu_pdf/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_examples/index.html'>http://sisudoc.org/sisu/sisu_examples/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_postgresql/index.html'>http://sisudoc.org/sisu_manual/sisu_postgresql/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_faq/index.html'>http://sisudoc.org/sisu/sisu_faq/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_quickstart/index.html'>http://sisudoc.org/sisu_manual/sisu_quickstart/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_filetypes/index.html'>http://sisudoc.org/sisu/sisu_filetypes/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_remote/index.html'>http://sisudoc.org/sisu_manual/sisu_remote/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_help/index.html'>http://sisudoc.org/sisu/sisu_help/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_search/index.html'>http://sisudoc.org/sisu_manual/sisu_search/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_help_sources/index.html'>http://sisudoc.org/sisu/sisu_help_sources/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_skin/index.html'>http://sisudoc.org/sisu_manual/sisu_skin/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_howto/index.html'>http://sisudoc.org/sisu/sisu_howto/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_sqlite/index.html'>http://sisudoc.org/sisu_manual/sisu_sqlite/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_introduction/index.html'>http://sisudoc.org/sisu/sisu_introduction/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_syntax_highlighting/index.html'>http://sisudoc.org/sisu_manual/sisu_syntax_highlighting/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_manual/index.html'>http://sisudoc.org/sisu/sisu_manual/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_vim/index.html'>http://sisudoc.org/sisu_manual/sisu_vim/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_markup/index.html'>http://sisudoc.org/sisu/sisu_markup/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://sisudoc.org/sisu_manual/sisu_webrick/index.html'>http://sisudoc.org/sisu_manual/sisu_webrick/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_output_overview/index.html'>http://sisudoc.org/sisu/sisu_output_overview/index.html</a>
&gt;<br>
-<p> 34.2.3 WWW.JUS.UIO.NO/SISU
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html</a>
-&gt;
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_pdf/index.html'>http://sisudoc.org/sisu/sisu_pdf/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_commands/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_commands/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_postgresql/index.html'>http://sisudoc.org/sisu/sisu_postgresql/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_complete/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_complete/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_quickstart/index.html'>http://sisudoc.org/sisu/sisu_quickstart/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_configuration/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_configuration/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_remote/index.html'>http://sisudoc.org/sisu/sisu_remote/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_description/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_description/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_search/index.html'>http://sisudoc.org/sisu/sisu_search/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_examples/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_examples/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_skin/index.html'>http://sisudoc.org/sisu/sisu_skin/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_faq/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_faq/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_sqlite/index.html'>http://sisudoc.org/sisu/sisu_sqlite/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_filetypes/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_filetypes/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_syntax_highlighting/index.html'>http://sisudoc.org/sisu/sisu_syntax_highlighting/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_vim/index.html'>http://sisudoc.org/sisu/sisu_vim/index.html</a>
&gt;<br>
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_howto/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_howto/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_introduction/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_introduction/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_markup/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_markup/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_output_overview/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_output_overview/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_pdf/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_pdf/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_postgresql/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_postgresql/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_quickstart/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_quickstart/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_remote/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_remote/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_search/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_search/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_skin/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_skin/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_sqlite/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_sqlite/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_syntax_highlighting/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_syntax_highlighting/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_vim/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_vim/index.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/sisu_manual/sisu_webrick/index.html'>http://www.jus.uio.no/sisu/sisu_manual/sisu_webrick/index.html</a>
+<p> &lt;<a href='http://sisudoc.org/sisu/sisu_webrick/index.html'>http://sisudoc.org/sisu/sisu_webrick/index.html</a>
&gt;<br>
<p> 34.3 MAN2HTML
@@ -3350,40 +3230,9 @@ html pages[^28]
<p> /usr/share/doc/sisu/html/sisu_webrick.1.html<br>
-<p> 34.3.2 WWW.SISUDOC.ORG
-<p> &lt;<a href='http:///sisudoc.org/man/sisu_manual.1.html'>http:///sisudoc.org/man/sisu_manual.1.html</a>
-&gt;
-<p> &lt;<a href='http:///sisudoc.org/man/sisu_help.1.html'>http:///sisudoc.org/man/sisu_help.1.html</a>
-&gt;
-
-<p> &lt;<a href='http:///sisudoc.org/man/sisu_help_sources.1.html'>http:///sisudoc.org/man/sisu_help_sources.1.html</a>
-&gt;
-<p> &lt;<a href='http://sisudoc.org/man/sisu.1.html'>http://sisudoc.org/man/sisu.1.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/man/sisu_complete.7.html'>http://sisudoc.org/man/sisu_complete.7.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/man/sisu_pdf.7.html'>http://sisudoc.org/man/sisu_pdf.7.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/man/sisu_postgresql.7.html'>http://sisudoc.org/man/sisu_postgresql.7.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/man/sisu_sqlite.7.html'>http://sisudoc.org/man/sisu_sqlite.7.html</a>
-&gt;<br>
-
-<p> &lt;<a href='http://sisudoc.org/man/sisu_webrick.1.html'>http://sisudoc.org/man/sisu_webrick.1.html</a>
-&gt;<br>
-
-<p> 34.3.3 WWW.JUS.UIO.NO/SISU
+<p> 34.3.2 WWW.JUS.UIO.NO/SISU
<p> &lt;<a href='http://www.jus.uio.no/sisu/man/sisu.1.html'>http://www.jus.uio.no/sisu/man/sisu.1.html</a>
&gt;
-<p> &lt;<a href='http://www.jus.uio.no/sisu/man/sisu_help.1.html'>http://www.jus.uio.no/sisu/man/sisu_help.1.html</a>
-&gt;
-
-<p> &lt;<a href='http://www.jus.uio.no/sisu/man/sisu_help_sources.1.html'>http://www.jus.uio.no/sisu/man/sisu_help_sources.1.html</a>
-&gt;
<p> &lt;<a href='http://www.jus.uio.no/sisu/man/sisu.1.html'>http://www.jus.uio.no/sisu/man/sisu.1.html</a>
&gt;<br>
@@ -3428,15 +3277,15 @@ Type: <i>information</i>
<p> Filetype: <i>SiSU</i> text insert
<p>0.58
-<p> Sourcefile Digest, MD5(sisu._sst)= <i>7d1c79519108da1773a33367e1eba6b5</i>
+<p> Sourcefile Digest, MD5(sisu._sst)= <i>8aad6597f7572baae4f0ef75999e5b4f</i>
-<p> Skin_Digest: MD5(skin_sisu_manual.rb)= <i>20fc43cf3eb6590bc3399a1aef65c5a9</i>
+<p> Skin_Digest: MD5(skin_sisu_manual.rb)= <i>072b2584bedea82ea8a416587b9fa244</i>
<p> <b>Generated</b>
-<p> Document (metaverse) last generated: <i>Sat</i> Sep 29 17:05:37
+<p> Document (metaverse) last generated: <i>Fri</i> Oct 12 20:14:00
<p>+0100 2007
-<p> Generated by: <i>SiSU</i> <i>0.59.1</i> of 2007w39/2 (2007-09-25)
+<p> Generated by: <i>SiSU</i> <i>0.61.0</i> of 2007w41/1 (2007-10-08)
<p> Ruby version:
<i>ruby</i> 1.8.6 (2007-06-07 patchlevel 36) &nbsp;[i486-linux]
<p>
@@ -3554,15 +3403,15 @@ distributable are not freely changeable. </li><b>.</b><li>named index.html or mo
</dt>
<dd></dd>
-<dt>* Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25) </dt>
+<dt>* Generated by: SiSU 0.61.0 of 2007w41/1 (2007-10-08) </dt>
<dd></dd>
<dt>* Ruby version: ruby
1.8.6 (2007-06-07 patchlevel 36) [i486-linux] </dt>
<dd></dd>
-<dt>* Last Generated on: Sat Sep 29
-17:05:38 +0100 2007 </dt>
+<dt>* Last Generated on: Fri Oct 12
+20:14:00 +0100 2007 </dt>
<dd></dd>
<dt>* SiSU <a href='http://www.jus.uio.no/sisu'>http://www.jus.uio.no/sisu</a>
diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb b/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb
index 4a2b0011..92ee2b34 100644
--- a/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb
+++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb
@@ -21,6 +21,9 @@ module SiSU_Viz
#['sisu_manual_search','sisu_manual']
#['sisu','ruby','sisu_search_libre','ruby','open_society']
end
+ #def ocn_display_off
+ # false
+ #end
#% path
def path_root
'./sisu/' # the only parameter that cannot be changed here
diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst
index 8b339c4d..d8cd48cb 100644
--- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst
+++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_commands.sst
@@ -257,7 +257,7 @@ add -v for verbose mode and -c for color, e.g. sisu -2vc [filename or wildcard]
consider -u for appended url info or -v for verbose output
-3~ Command Line with Flags - Batch Processing
+2~ Command Line with Flags - Batch Processing
In the data directory run sisu -mh filename or wildcard eg. "sisu -h cisg.sst" or "sisu -h *.{sst,ssm}" to produce html version of all documents.
diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi
index 1b3ffd77..69f753cc 100644
--- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi
+++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi
@@ -55,7 +55,7 @@
Download the latest version of SiSU (and SiSU markup samples):~{ Breakage and Fixes Report<br> http://www.jus.uio.no/sisu/SiSU/breakage_and_fixes.html }~
-_* {~^ sisu_0.61.0.orig.tar.gz (of 2007-10-08:41/1) }http://www.jus.uio.no/sisu/pkg/src/sisu_0.61.0.orig.tar.gz
+_* {~^ sisu_0.61.0.orig.tar.gz (of 2007-10-12:41/5) }http://www.jus.uio.no/sisu/pkg/src/sisu_0.61.0.orig.tar.gz
_1 cgi generated sample search form
@@ -150,7 +150,7 @@ _1 http://www.jus.uio.no/sisu/sisu_markup_samples_changelog/changelog_markup_sam
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.
-_* {~^ sisu-0.61.0-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-0.61.0-2.noarch.rpm ~{ <br>2e7ef817d1b6a1aa7c1c2782810cacf5<br>untested, created using: alien -r sisu_0.61.0-1_all.deb }~
+_* {~^ sisu-0.61.0-2.noarch.rpm }http://www.jus.uio.no/sisu/pkg/rpm/sisu-0.61.0-2.noarch.rpm ~{ untested, created using: alien -r sisu_0.61.0-1_all.deb }~
_* {~^ 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 ~{ <br> untested, created using alien }~
diff --git a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_help.sst b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_help.sst
index c3fb7830..6001d6ea 100644
--- a/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_help.sst
+++ b/data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_help.sst
@@ -51,10 +51,17 @@ The most up to date information on sisu should be contained in the sisu_manual,
_1 http://sisudoc.org/sisu/sisu_manual/
-The manual source can be found within the SiSU tarball at:
+The manual can be generated from source, found respectively, either within the SiSU tarball
+or installed locally at:
_1 ./data/doc/sisu/sisu_markup_samples/sisu_manual/
+_1 /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/
+
+move to the respective directory and type e.g.:
+
+_1 sisu sisu_manual.ssm
+
% The manual pages provided with SiSU are also available online, and there is an interactive help, which is being superseded by the man page, and possibly some document which contains this component.
2~ SiSU man pages *~man
diff --git a/lib/sisu/v0/dal.rb b/lib/sisu/v0/dal.rb
index 8e514725..132da336 100644
--- a/lib/sisu/v0/dal.rb
+++ b/lib/sisu/v0/dal.rb
@@ -385,7 +385,7 @@ module SiSU_DAL
when /doc.html/; ' html, scroll, document in one'
when /landscape.pdf/; ' pdf, landscape'
when /portrait.pdf/; ' pdf, portrait'
- when /opendocument.odt/; ' open document'
+ when /opendocument.odt/; ' odf:odt, open document text'
when /scroll.xhtml/; ' xhtml scroll'
when /sax.xml/; ' xml, sax'
when /dom.xml/; ' xml, dom'
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb
index e1109a6a..090c779a 100644
--- a/lib/sisu/v0/html_format.rb
+++ b/lib/sisu/v0/html_format.rb
@@ -63,9 +63,13 @@ module SiSU_HTML_Format
@md=md
@paranum=paranum[/(\d+)/m,1]
@paranum ||=''
+ vz=SiSU_Env::Get_init.instance.skin
+ @skin_no_ocn=if defined? vz.ocn_display_off and vz.ocn_display_off == true; true
+ else false
+ end
end
def ocn_display
- if @md.markup.inspect =~/no_ocn/ or @md.mod.inspect =~/--no-ocn/
+ if @md.markup.inspect =~/no_ocn/ or @md.mod.inspect =~/--no-ocn/ or @skin_no_ocn
ocn_class='ocn_off'
@paranum.gsub(/^(\d+|)$/,
%{ <p class="#{ocn_class}">
diff --git a/lib/sisu/v0/html_tune.rb b/lib/sisu/v0/html_tune.rb
index b98f19d8..82183a02 100644
--- a/lib/sisu/v0/html_tune.rb
+++ b/lib/sisu/v0/html_tune.rb
@@ -333,7 +333,7 @@ module SiSU_Tune
end
para.gsub!(/<a href="\.\.\//,%{<a href="#{@vz.url_site}/})
end
- else para.gsub!(/_</m,'&lt;'); para.gsub!(/_>/m,'&gt;') #code-block: angle brackets special characters
+ else para.gsub!(/(?=^|[^}])_</m,'&lt;'); para.gsub!(/(?=^|[^}])_>/m,'&gt;') #code-block: angle brackets special characters
end
@tuned_file << para
end
diff --git a/lib/sisu/v0/manpage.rb b/lib/sisu/v0/manpage.rb
index 304bcda1..10480b90 100644
--- a/lib/sisu/v0/manpage.rb
+++ b/lib/sisu/v0/manpage.rb
@@ -338,8 +338,8 @@ WOK
para.gsub!(/-/,'\-') #manpages use this
para.gsub!(/&#126;/,'~') if para #manpages use this
if para =~/<:(?:group|verse|alt|code)(?:-end)?>(?:\s+<~(\d+);(?:\w|[0-6]:)\d+;\w\d+><#@dp:#@dp>)?/
- if para =~/<:code>/
- para.gsub!(/_</,'<'); para.gsub!(/_>/m,'>') #code-block: angle brackets special characters
+ if para =~/<:code>/ #code-block: angle brackets special characters
+ para.gsub!(/(?=^|[^}])_</m,'<'); para.gsub!(/(?=^|[^}])_>/m,'>')
end
para.gsub!(/<br(?: \/)?>/,"\n\n.P\n\n") # watch
para.gsub!(/<:(?:group|verse|alt)(?:\\-end)?>(?:\s+<~(\d+);(?:\w|[0-6]:)\d+;\w\d+><#@dp:#@dp>)?/,'')
diff --git a/lib/sisu/v0/odf.rb b/lib/sisu/v0/odf.rb
index 610a51aa..171372a9 100644
--- a/lib/sisu/v0/odf.rb
+++ b/lib/sisu/v0/odf.rb
@@ -473,8 +473,11 @@ module SiSU_ODF
para=para_array.join(' ')
para=para.strip
end
- para.gsub!(/_</m,'&lt;'); para.gsub!(/_>/m,'&gt;') #code-block: angle brackets special characters
- #para.gsub!(/</,'&lt;'); para.gsub!(/>/,'&gt;')
+ if para =~/<:code>/ #code-block: angle brackets special characters
+ para.gsub!(/(?=^|[^}])_</m,'&lt;'); para.gsub!(/(?=^|[^}])_>/m,'&gt;')
+ end
+ ##para.gsub!(/_</m,'&lt;'); para.gsub!(/([^_])_>/m,'\1&gt;') #code-block: angle brackets special characters
+ #para.gsub!(/_</m,'&lt;'); para.gsub!(/_>/m,'&gt;') #code-block: angle brackets special characters
para.gsub!(/^(<:i[1-9]>\s+)?_\*\s+/,'\1<draw:frame draw:style-name="gr1" text:anchor-type="as-char" svg:width="0.22cm" svg:height="0.22cm" draw:z-index="2"><draw:image xlink:href="Pictures/bullet_09.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/></draw:frame> ') # bullet_09.png
#para.gsub!(/^(<:i[1-9]>\s+)?_\*\s+/,'\1<text:span text:style-name="T6">●</text:span> ') #bullet
#para.gsub!(/^(<:i[1-9]>\s+)?_\*\s+/,'\1● ') # bullet utf8, make smaller if used
diff --git a/lib/sisu/v0/plaintext.rb b/lib/sisu/v0/plaintext.rb
index c308dfb2..361624e1 100644
--- a/lib/sisu/v0/plaintext.rb
+++ b/lib/sisu/v0/plaintext.rb
@@ -335,8 +335,8 @@ WOK
para.gsub!(/&#169;/,'©')
end
if para =~/<:(?:group|verse|alt|code)(?:-end)?>(?:\s+<~(\d+);(?:\w|[0-6]:)\d+;\w\d+><#@dp:#@dp>)?/
- if para =~/<:code>/
- para.gsub!(/_</,'<'); para.gsub!(/_>/m,'>') #code-block: angle brackets special characters
+ if para =~/<:code>/ #code-block: angle brackets special characters
+ para.gsub!(/(?=^|[^}])_</m,'<'); para.gsub!(/(?=^|[^}])_>/m,'>')
end
para.gsub!(/<br(?: \/)?>/,"\n") # watch
para.gsub!(/<:(?:group|verse|alt|code)(?:-end)?>(?:\s+<~(\d+);(?:\w|[0-6]:)\d+;\w\d+><#@dp:#@dp>)?/,'')
diff --git a/lib/sisu/v0/shared_html_lite.rb b/lib/sisu/v0/shared_html_lite.rb
index 85368a28..d63f4cef 100644
--- a/lib/sisu/v0/shared_html_lite.rb
+++ b/lib/sisu/v0/shared_html_lite.rb
@@ -133,7 +133,7 @@ module SiSU_Format_Shared
para.gsub!(/\b[_\\]((?:https?|file|ftp):\/\/\S+?\.[^'"><\s]+?)([;.,]?(?:\s|$))/,'<a href="\1" target="_top">\1</a>\2') #http ftp matches escaped, no decoration
para.gsub!(/((?:^|\s)[}])((?:https?|file|ftp):\/\/\S+?\.[^'"><\s]+?)([;.,]?(?:\s|$))/,'\1<a href="\2" target="_top">\2</a>\3') #special case \{ e.g. \}http://url
para.gsub!(/(^|\s)((?:https?|file|ftp):\/\/\S+?\.[^'"><\s]+?)([;.,]?(?=\s|$))/,%{\\1#{@url_brace.xml_open}<a href="\\2" target="_top">\\2</a>#{@url_brace.xml_close}\\3}) #http ftp matches with decoration
- else para.gsub!(/_</m,'&lt;'); para.gsub!(/_>/m,'&gt;') #code-block: angle brackets special characters
+ else para.gsub!(/(?=^|[^}])_</m,'&lt;'); para.gsub!(/(?=^|[^}])_>/m,'&gt;') #code-block: angle brackets special characters
end
para
end
diff --git a/lib/sisu/v0/shared_xml.rb b/lib/sisu/v0/shared_xml.rb
index da1891e5..62e8b5ca 100644
--- a/lib/sisu/v0/shared_xml.rb
+++ b/lib/sisu/v0/shared_xml.rb
@@ -365,7 +365,7 @@ module SiSU_XML_munge
para.gsub!(/&nbsp;/,'&#160;')
#para.gsub!(/&nbsp;/,' ') #clean
else
- para.gsub!(/_</m,'&lt;'); para.gsub!(/_>/m,'&gt;') #code-block: angle brackets special characters
+ para.gsub!(/(?=^|[^}])_</m,'&lt;'); para.gsub!(/(?=^|[^}])_>/m,'&gt;') #code-block: angle brackets special characters
para.gsub!(/&nbsp;/,'&#160;')
end
para
@@ -391,7 +391,7 @@ module SiSU_XML_munge
def markup_group(para='')
para.gsub!(/</,'&lt;'); para.gsub!(/>/,'&gt;')
para.gsub!(/&lt;:?br(?:\s+\/)?&gt;/,'<br />')
- para.gsub!(/&lt;(link xmlns:xlink=".+?)"&gt;/,'<"\1">')
+ para.gsub!(/&lt;(link xmlns:xlink=".+?")&gt;/,'<\1>')
para.gsub!(/&lt;(\/link)&gt;/,'<\1>')
para.gsub!(/&lt;(\/?en)&gt;/,'<\1>')
para
diff --git a/lib/sisu/v0/texpdf.rb b/lib/sisu/v0/texpdf.rb
index be8c973e..4b4613b0 100644
--- a/lib/sisu/v0/texpdf.rb
+++ b/lib/sisu/v0/texpdf.rb
@@ -240,6 +240,10 @@ module SiSU_TeX
@tex=SiSU_TeX_Pdf::Use_TeX.new(@md,@orientation)
@vz=SiSU_Env::Get_init.instance.skin
@dp=@@dp ||=SiSU_Env::Info_env.new.digest.pattern
+ vz=SiSU_Env::Get_init.instance.skin
+ @skin_no_ocn=if defined? vz.ocn_display_off and vz.ocn_display_off == true; true
+ else false
+ end
end
def songsheet
begin
@@ -268,7 +272,11 @@ module SiSU_TeX
if @md.flag_tables
data=tables(data)
end
- data=number_paras(data) if @md.markup.inspect !~/no_ocn/ and @md.mod.inspect !~/--no-ocn/ #check
+ ocn=if @md.markup.inspect =~/no_ocn/ or @md.mod.inspect =~/--no-ocn/ or @skin_no_ocn
+ false
+ else true
+ end
+ data=number_paras(data,ocn)
data=markup(data)
output(data)
rescue; SiSU_Errors::Info_error.new($!,$@,@md.fns,@md.cmd).error
@@ -554,13 +562,15 @@ WOK
end
@tex_file << "\n\\end{document}"
end
- def number_paras(data)
+ def number_paras(data,ocn)
@tex_file=[]
data.each do |para|
if para =~/<\\~(\d+);(?:[oh]|[0-6]:)\d+;\w\d+><#@dp:#@dp>$/ and para !~/\\end\{longtable\}|<EOF>/ #catch <!TZ!>
m=/(.+?)<\\~(\d+);(?:[oh]|[0-6]:)\d+;\w\d+><#@dp:#@dp>$/m
parablock=para[m,1]
- paranum=para[m,2]
+ paranum=if ocn; para[m,2]
+ else ''
+ end
do_duo=SiSU_TeX_Pdf::Format_text_object.new(@md,parablock,paranum)
para=do_duo.para_num if parablock
elsif para =~/^<~\d+;(?:[oh]|[0-6]:)\d+;\w\d+><#@dp:#@dp>$/ #2005 this is added for tables, rationalise
diff --git a/lib/sisu/v0/texpdf_format.rb b/lib/sisu/v0/texpdf_format.rb
index bf93ce9c..7798e886 100644
--- a/lib/sisu/v0/texpdf_format.rb
+++ b/lib/sisu/v0/texpdf_format.rb
@@ -519,6 +519,7 @@ WOK
@string.gsub!(/<i>(.+?)<\/i>/,'\emph{\1}')
@string.gsub!(/<italic>(.+?)<\/italic>/,'\emph{\1}')
@string.gsub!(/<u>(.+?)<\/u>/,'\uline{\1}') # ulem
+ @string.gsub!(/<cite>(.+?)<\/cite>/,"``\\1''") # quote
@string.gsub!(/<ins>(.+?)<\/ins>/,'\uline{\1}') # ulem
@string.gsub!(/<del>(.+?)<\/del>/,'\sout{\1}') # ulem
@string.gsub!(/<sub>(.+?)<\/sub>/,"\$_{\\textrm{\\1}}\$")
diff --git a/lib/sisu/v0/xml.rb b/lib/sisu/v0/xml.rb
index d6db3ca7..e739bf59 100644
--- a/lib/sisu/v0/xml.rb
+++ b/lib/sisu/v0/xml.rb
@@ -256,6 +256,7 @@ WOK
def poem_structure(para='',ocn='')
para.gsub!(/<:verse(?:-end)?>/,'')
para=@trans.markup_group(para)
+ #para.gsub!(/\s\s/,'&#160;&#160;')
para.strip!
@@xml[:body] << %{#{@tab*0}<object id="#{ocn}">} << "\n"
@@xml[:body] << %{#{@tab*1}<ocn>#{ocn}</ocn>} << "\n"
diff --git a/lib/sisu/v0/xml_dom.rb b/lib/sisu/v0/xml_dom.rb
index 83b15dc8..14cc162f 100644
--- a/lib/sisu/v0/xml_dom.rb
+++ b/lib/sisu/v0/xml_dom.rb
@@ -287,6 +287,8 @@ WOK
def group_structure(para='',ocn='')
para.gsub!(/<:group(?:-end)?>/,'')
para=@trans.markup_group(para)
+ para.gsub!(/~\{(\d+)\s+(.+?)\s*&lt;#@dp&gt;\}~/m,
+ '<endnote><number>\1</number><note>\2</note></endnote> ')
para.strip!
@@xml[:body] << %{#{@tab*6}<object id="#{ocn}">} << "\n"
@@xml[:body] << %{#{@tab*7}<ocn>#{ocn}</ocn>} << "\n"
diff --git a/man/man1/sisu.1 b/man/man1/sisu.1
index e07eb22a..d3a3ba14 100644
--- a/man/man1/sisu.1
+++ b/man/man1/sisu.1
@@ -1,4 +1,4 @@
-.TH "sisu" "1" "2007-09-29" "0.59.1" "SiSU"
+.TH "sisu" "1" "2007-09-29" "0.61.0" "SiSU"
.SH NAME
sisu \- documents: markup, structuring, publishing in multiple standard formats, and search
.SH SYNOPSIS
@@ -598,7 +598,7 @@ wildcard]
consider \-u for appended url info or \-v for verbose output
.SH
-5.0.1 COMMAND LINE WITH FLAGS \- BATCH PROCESSING
+5.1 COMMAND LINE WITH FLAGS \- BATCH PROCESSING
.BR
In the data directory run sisu \-mh filename or wildcard eg. \"sisu \-h
@@ -622,26 +622,24 @@ The most up to date information on sisu should be contained in the sisu_manual,
available at:
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/>
+ <http://sisudoc.org/sisu/sisu_manual/>
.BR
-and (from
+The manual can be generated from source, found respectively, either within the
.B SiSU
-0.59 onwards) installed locally at:
+tarball or installed locally at:
.BR
- /usr/share/doc/sisu/sisu_manual/
+ \./data/doc/sisu/sisu_markup_samples/sisu_manual/
.BR
-or equivalent directory
+ /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/
.BR
-Within the
-.B SiSU
-tarball at:
+move to the respective directory and type e.g.:
.BR
- \./data/doc/sisu/sisu_manual/
+ sisu sisu_manual.ssm
.SH
6.2 SISU MAN PAGES
@@ -760,10 +758,7 @@ For lists of alternative help sources, see:
/usr/share/doc/sisu/html/sisu_help_sources/index.html
.BR
- <http://sisudoc.org/sisu_manual/sisu_help_sources/index.html>
-
-.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html>
+ <http://sisudoc.org/sisu/sisu_help_sources/index.html>
.SH
7. INTRODUCTION TO SISU MARKUP[^9]
@@ -823,7 +818,7 @@ markup or sisu \-\-help markup
.BR
Online markup examples are available together with the respective outputs
-produced from <http://www.jus.uio.no/sisu/SiSU/2.html> or from
+produced from <http://www.jus.uio.no/sisu/SiSU/examples.html> or from
<http://www.jus.uio.no/sisu/sisu_examples/>
.BR
@@ -896,7 +891,7 @@ This current document has a header similar to this one (without the comments):
% skins modify the appearance of a document and are placed in a sub\-directory under \./_sisu/skin ~/.sisu/skin or /etc/sisu/skin. A skin may affect single documents that request them, all documents in a directory, or be site\-wide. (A document is affected by a single skin)
@bold: /Gnu|Debian|Ruby|SiSU/
@links: { SiSU Manual }http://www.jus.uio.no/sisu/sisu_manual/
- { Book Samples and Markup Examples }http://www.jus.uio.no/sisu/SiSU/2.html
+ { Book Samples and Markup Examples }http://www.jus.uio.no/sisu/SiSU/examples.html
{ SiSU @ Wikipedia }http://en.wikipedia.org/wiki/SiSU
{ SiSU @ Freshmeat }http://freshmeat.net/projects/sisu/
{ SiSU @ Ruby Application Archive }http://raa.ruby\-lang.org/project/sisu/
@@ -2852,7 +2847,7 @@ skin_poems.rb
.BR
Current markup examples and document output samples are provided at
-<http://www.jus.uio.no/sisu/SiSU/2.html>
+<http://www.jus.uio.no/sisu/SiSU/examples.html>
.BR
Some markup with syntax highlighting may be found under
@@ -3471,8 +3466,8 @@ processing instruction and the url. The source file and any associated parts
.BR
Any of the source documents in the sisu examples page can be used in this way,
-see <http://www.jus.uio.no/sisu/SiSU/2.html> and use the url for the desired
-document.
+see <http://www.jus.uio.no/sisu/SiSU/examples.html> and use the url for the
+desired document.
.BR
NOTE: to set up a remote machine to serve
@@ -3500,8 +3495,8 @@ documents it contains generated locally.
.BR
Any of the source documents in the sisu examples page can be used in this way,
-see <http://www.jus.uio.no/sisu/SiSU/2.html> and use the url for the desired
-document.
+see <http://www.jus.uio.no/sisu/SiSU/examples.html> and use the url for the
+desired document.
.SH
REMOTE DOCUMENT OUTPUT
@@ -3919,7 +3914,7 @@ sisu \-\-help \-\-markup
A number of markup samples (along with output) are available off:
.BR
-<http://www.jus.uio.no/sisu/SiSU/2.html>
+<http://www.jus.uio.no/sisu/SiSU/examples.html>
.BR
Additional markup samples are packaged separately in the file:
@@ -4317,22 +4312,13 @@ try one of the following:
.B man2html
.BR
- <file:///usr/share/doc/sisu/html/sisu_help.1.html>
-
-.BR
<http://www.jus.uio.no/sisu/man/sisu_help.1.html>
.BR
.B sisu generated output \- links to html
.BR
- <file:///usr/share/doc/sisu/sisu_manual/sisu_help/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_help/index.html>
-
-.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html>
+ <http://sisudoc.org/sisu/sisu_help/index.html>
.BR
.B help sources lists
@@ -4344,16 +4330,7 @@ Alternative sources for this help sources page listed here:
man sisu_help_sources
.BR
- <file:///usr/share/doc/sisu/sisu_manual/sisu_help_sources/index.html>
-
-.BR
- <file:///usr/share/doc/sisu/html/sisu_help_sources/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_help_sources/index.html>
-
-.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html>
+ <http://sisudoc.org/sisu/sisu_help_sources/index.html>
.SH
34.1 MAN PAGES
@@ -4394,199 +4371,85 @@ and output is available in multiple formats including amongst others html,
pdf, and odf which may be also be accessed via the html pages[^28]
.SH
-34.2.1 LOCALLY INSTALLED
-
-.BR
-<file:///usr/share/doc/sisu/sisu_manual/sisu_manual/index.html>
-
-.BR
-<file:///usr/share/doc/sisu/sisu_manual/sisu_help/index.html>
-
-.BR
-<file:///usr/share/doc/sisu/sisu_manual/sisu_help_sources/index.html>
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_complete/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_pdf/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_postgresql/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_sqlite/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_termsheet/index.html
-
-.BR
- /usr/share/doc/sisu/sisu_manual/sisu_webrick/index.html
-
-.SH
-34.2.2 WWW.SISUDOC.ORG
-
-.BR
-<http://sisudoc.org/sisu_manual/sisu_manual/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_commands/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_complete/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_configuration/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_description/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_examples/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_faq/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_filetypes/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_help/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_help_sources/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_howto/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_introduction/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_manual/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_markup/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_output_overview/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_pdf/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_postgresql/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_quickstart/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_remote/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_search/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_skin/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_sqlite/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_syntax_highlighting/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_vim/index.html>
-
-.BR
- <http://sisudoc.org/sisu_manual/sisu_webrick/index.html>
-
-.SH
-34.2.3 WWW.JUS.UIO.NO/SISU
+34.2.1 WWW.SISUDOC.ORG
.BR
-<http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html>
+<http://sisudoc.org/sisu/sisu_manual/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu/index.html>
+ <http://sisudoc.org/sisu/sisu_manual/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_commands/index.html>
+ <http://sisudoc.org/sisu/sisu_commands/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_complete/index.html>
+ <http://sisudoc.org/sisu/sisu_complete/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_configuration/index.html>
+ <http://sisudoc.org/sisu/sisu_configuration/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_description/index.html>
+ <http://sisudoc.org/sisu/sisu_description/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_examples/index.html>
+ <http://sisudoc.org/sisu/sisu_examples/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_faq/index.html>
+ <http://sisudoc.org/sisu/sisu_faq/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_filetypes/index.html>
+ <http://sisudoc.org/sisu/sisu_filetypes/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_help/index.html>
+ <http://sisudoc.org/sisu/sisu_help/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_help_sources/index.html>
+ <http://sisudoc.org/sisu/sisu_help_sources/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_howto/index.html>
+ <http://sisudoc.org/sisu/sisu_howto/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_introduction/index.html>
+ <http://sisudoc.org/sisu/sisu_introduction/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_manual/index.html>
+ <http://sisudoc.org/sisu/sisu_manual/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_markup/index.html>
+ <http://sisudoc.org/sisu/sisu_markup/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_output_overview/index.html>
+ <http://sisudoc.org/sisu/sisu_output_overview/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_pdf/index.html>
+ <http://sisudoc.org/sisu/sisu_pdf/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_postgresql/index.html>
+ <http://sisudoc.org/sisu/sisu_postgresql/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_quickstart/index.html>
+ <http://sisudoc.org/sisu/sisu_quickstart/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_remote/index.html>
+ <http://sisudoc.org/sisu/sisu_remote/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_search/index.html>
+ <http://sisudoc.org/sisu/sisu_search/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_skin/index.html>
+ <http://sisudoc.org/sisu/sisu_skin/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_sqlite/index.html>
+ <http://sisudoc.org/sisu/sisu_sqlite/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_syntax_highlighting/index.html>
+ <http://sisudoc.org/sisu/sisu_syntax_highlighting/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_vim/index.html>
+ <http://sisudoc.org/sisu/sisu_vim/index.html>
.BR
- <http://www.jus.uio.no/sisu/sisu_manual/sisu_webrick/index.html>
+ <http://sisudoc.org/sisu/sisu_webrick/index.html>
.SH
34.3 MAN2HTML
@@ -4619,48 +4482,12 @@ pdf, and odf which may be also be accessed via the html pages[^28]
/usr/share/doc/sisu/html/sisu_webrick.1.html
.SH
-34.3.2 WWW.SISUDOC.ORG
-
-.BR
-<http:///sisudoc.org/man/sisu_manual.1.html>
-
-.BR
-<http:///sisudoc.org/man/sisu_help.1.html>
-
-.BR
-<http:///sisudoc.org/man/sisu_help_sources.1.html>
-
-.BR
- <http://sisudoc.org/man/sisu.1.html>
-
-.BR
- <http://sisudoc.org/man/sisu_complete.7.html>
-
-.BR
- <http://sisudoc.org/man/sisu_pdf.7.html>
-
-.BR
- <http://sisudoc.org/man/sisu_postgresql.7.html>
-
-.BR
- <http://sisudoc.org/man/sisu_sqlite.7.html>
-
-.BR
- <http://sisudoc.org/man/sisu_webrick.1.html>
-
-.SH
-34.3.3 WWW.JUS.UIO.NO/SISU
+34.3.2 WWW.JUS.UIO.NO/SISU
.BR
<http://www.jus.uio.no/sisu/man/sisu.1.html>
.BR
-<http://www.jus.uio.no/sisu/man/sisu_help.1.html>
-
-.BR
-<http://www.jus.uio.no/sisu/man/sisu_help_sources.1.html>
-
-.BR
<http://www.jus.uio.no/sisu/man/sisu.1.html>
.BR
@@ -4746,24 +4573,24 @@ Filetype:
.BR
Sourcefile Digest, MD5(sisu._sst)=
-.I 7d1c79519108da1773a33367e1eba6b5
+.I 8aad6597f7572baae4f0ef75999e5b4f
.BR
Skin_Digest: MD5(skin_sisu_manual.rb)=
-.I 20fc43cf3eb6590bc3399a1aef65c5a9
+.I 072b2584bedea82ea8a416587b9fa244
.BR
.B Generated
.BR
Document (metaverse) last generated:
-.I Sat Sep 29 17:05:37 +0100 2007
+.I Fri Oct 12 20:14:00 +0100 2007
.BR
Generated by:
.I SiSU
-.I 0.59.1
-of 2007w39/2 (2007\-09\-25)
+.I 0.61.0
+of 2007w41/1 (2007\-10\-08)
.BR
Ruby version:
@@ -4920,10 +4747,10 @@ pdf: <http://www.jus.uio.no/sisu/sisu/landscape.pdf>
at: <http://www.jus.uio.no/sisu>
.TP
.TP
-* Generated by: SiSU 0.59.1 of 2007w39/2 (2007-09-25)
+* Generated by: SiSU 0.61.0 of 2007w41/1 (2007-10-08)
.TP
* Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
.TP
-* Last Generated on: Sat Sep 29 17:05:38 +0100 2007
+* Last Generated on: Fri Oct 12 20:14:00 +0100 2007
.TP
* SiSU http://www.jus.uio.no/sisu