aboutsummaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/doc/sisu/CHANGELOG_v414
-rw-r--r--data/doc/sisu/html/sisu.1.html18
-rw-r--r--data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst16
-rw-r--r--data/sisu/v4/conf/editor-syntax-etc/emacs/sisu-mode.el6
-rw-r--r--data/sisu/v4/conf/editor-syntax-etc/vim/syntax/sisu.vim6
-rw-r--r--data/sisu/v4/v/version.yml6
6 files changed, 50 insertions, 16 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4
index eedd132d..b8d88e1b 100644
--- a/data/doc/sisu/CHANGELOG_v4
+++ b/data/doc/sisu/CHANGELOG_v4
@@ -21,6 +21,20 @@ v2 branch is removed; it is available in sisu =< 3.3.2
%% Reverse Chronological:
+%% 4.0.9.orig.tar.xz (2013-02-22:07/5)
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.9
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.9-1
+http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.9.orig.tar.xz
+ sisu_4.0.9.orig.tar.xz
+ sisu_4.0.9-1.dsc
+
+* v4: dal, line across page divider -..- introduced, an alternative to page
+ break -\\- & =\\=, affects pdf and odf most significantly
+ * output formats modified to include, (pdf, odf, epub, html, plaintext)
+ * vim syntax, sisu.vim
+ * emacs, sisu-mode.el
+ * documentation, sisu_markup.sst, man page sisu.1, sisu.1.html
+
%% 4.0.8.orig.tar.xz (2013-02-20:07/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.8
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.8-1
diff --git a/data/doc/sisu/html/sisu.1.html b/data/doc/sisu/html/sisu.1.html
index 3d852a3e..56535d2e 100644
--- a/data/doc/sisu/html/sisu.1.html
+++ b/data/doc/sisu/html/sisu.1.html
@@ -372,8 +372,7 @@ invoked by --dump &amp; redirect). </dd>
<dd>see --dal (document abstraction level/layer) </dd>
<dt><b>--machine [filename/wildcard/url]</b> </dt>
-<dd>see --dal (document abstraction
-level/layer) </dd>
+<dd>see --dal (document abstraction level/layer) </dd>
<dt><b>--maintenance [filename/wildcard/url]</b> </dt>
<dd>maintenance mode, interim
@@ -381,8 +380,7 @@ processing files are preserved and their locations indicated. (also see
-V). Aliases -M and --keep-processing-files. </dd>
<dt><b>--manpage [filename/wildcard]</b> </dt>
-<dd>produces
-man page of file, not suitable for all outputs. Alias -i </dd>
+<dd>produces man page of file, not suitable for all outputs. Alias -i </dd>
<dt><b>-N [filename/wildcard/url]</b> </dt>
<dd>document digest or document content certificate ( DCC ) as md5 digest tree
@@ -1900,18 +1898,24 @@ or breaks the page, starts a new page.
<p> page break -\- or breaks a column,
starts a new column, if using columns, else breaks the page, starts a new
page.
-<p> <br>
+<p> page break line across page -..- draws a dividing line, dividing paragraphs
+
+<p> page break: <br>
<pre>-\\-
or
&lt;:pb&gt;
</pre>
-<p> or
-<p> <br>
+<p>
+<p> page (break) new: <br>
<pre>=\\=
or
&lt;:pn&gt;
</pre>
<p>
+<p> page (break) line across page (dividing paragraphs): <br>
+<pre>-..-
+</pre>
+<p>
<h2><a name='sect43' href='#toc43'>Book Index</a></h2>
<p> To make an index append to paragraph the book index term relates
diff --git a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
index 98377850..92b7f430 100644
--- a/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
+++ b/data/doc/sisu/markup-samples/v4/sisu_manual/sisu_markup.sst
@@ -1162,6 +1162,8 @@ may be used.
The html break br enclosed in angle brackets (though undocumented) is available in versions prior to 3.0.13 and 2.9.7 (it remains available for the time being, but is depreciated).
+To draw a dividing line dividing paragraphs, see the section on page breaks.
+
3~ page breaks
Page breaks are only relevant and honored in some output formats. A page break or a new page may be inserted manually using the following markup on a line on its own:
@@ -1170,6 +1172,10 @@ page new =\\= or <:pn> breaks the page, starts a new page.
page break -\\- or <:pb> breaks a column, starts a new column, if using columns, else breaks the page, starts a new page.
+page break line across page -..- draws a dividing line, dividing paragraphs
+
+page break:
+
code{
-\\-
@@ -1180,7 +1186,7 @@ or
}code
-or
+page (break) new:
code{
@@ -1192,6 +1198,14 @@ or
}code
+page (break) line across page (dividing paragraphs):
+
+code{
+
+-..-
+
+}code
+
2~ Book index
To make an index append to paragraph the book index term relates to it, using an equal sign and curly braces.
diff --git a/data/sisu/v4/conf/editor-syntax-etc/emacs/sisu-mode.el b/data/sisu/v4/conf/editor-syntax-etc/emacs/sisu-mode.el
index 1fb0feec..fc0589d8 100644
--- a/data/sisu/v4/conf/editor-syntax-etc/emacs/sisu-mode.el
+++ b/data/sisu/v4/conf/editor-syntax-etc/emacs/sisu-mode.el
@@ -3,7 +3,7 @@
;; @Keywords: text, syntax, processes, tools
;; @Version: 4.0.8 2013-02-17 (3.0.7 2011-04-20) (2008-12-14)
;; [3.0.7 2011-04-20 Ambrose Kofi Laing & Ralph Amissah]
-;; [4.0.8 2013-02-17 Ralph Amissah]
+;; [4.0.9 2013-02-22 Ralph Amissah]
;; @URL: <http://git.sisudoc.org/?p=code/sisu.git;a=blob;f=data/sisu/v3/conf/editor-syntax-etc/emacs/sisu-mode.el;hb=HEAD>
;; @Copyright: Assigned to FSF 2011-04-08 (GNU EMACS)
;; @License: GPLv3
@@ -257,8 +257,10 @@
(cons "\\(^\\|[ ]\\)http:[/][/][^ \t\n\r<]+" 'general-font-lock-blue2)
;; Comment Lines
(cons "^% .*" 'general-font-lock-blue1)
+ ;; page break
+ (cons "^\\(-\\\\\\\\-\\|=\\\\\\\\=\\|-\\.\\.-\\)" 'general-font-lock-red2)
;; line break
- (cons " \\\\\\\\ " 'general-font-lock-red1)
+ (cons " \\\\\\\\ " 'general-font-lock-red1)
;; line break (depreciated)
(cons "<br>" 'general-font-lock-red1)
;; Section titles
diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/syntax/sisu.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/syntax/sisu.vim
index 7edcf208..d21d04f3 100644
--- a/data/sisu/v4/conf/editor-syntax-etc/vim/syntax/sisu.vim
+++ b/data/sisu/v4/conf/editor-syntax-etc/vim/syntax/sisu.vim
@@ -1,7 +1,7 @@
" SiSU Vim syntax file
" SiSU Maintainer: Ralph Amissah <ralph@amissah.com>
-" SiSU Markup: SiSU (sisu-4.0.0)
-" Last Change: 2012-11-16
+" SiSU Markup: SiSU (sisu-4.0.9)
+" Last Change: 2013-02-22
" URL: <http://git.sisudoc.org/?p=code/sisu.git;a=blob;f=data/sisu/v3/conf/editor-syntax-etc/vim/syntax/sisu.vim;hb=HEAD>
"(originally looked at Ruby Vim by Mirko Nasato)
@@ -21,7 +21,7 @@ syn match sisu_error contains=sisu_link,sisu_error_wspace "<![^ei]\S\+!>"
if !exists("sisu_no_identifiers")
syn match sisu_mark_endnote "\~^"
syn match sisu_break contains=@NoSpell " \\\\\( \|$\)\|<br>\|<br />"
- syn match sisu_control contains=@NoSpell "^\(-\\\\-\|=\\\\=\|<:p[bn]>\)\s*$"
+ syn match sisu_control contains=@NoSpell "^\(-\\\\-\|=\\\\=\|-\.\.-\|<:p[bn]>\)\s*$"
syn match sisu_control contains=@NoSpell "^<:\(bo\|---\)>\s*$"
syn match sisu_marktail "[~-]#"
syn match sisu_control "\""
diff --git a/data/sisu/v4/v/version.yml b/data/sisu/v4/v/version.yml
index 4f2891e2..447a2e9e 100644
--- a/data/sisu/v4/v/version.yml
+++ b/data/sisu/v4/v/version.yml
@@ -1,5 +1,5 @@
---
-:version: 4.0.8
-:date_stamp: 2013w07/3
-:date: "2013-02-20"
+:version: 4.0.9
+:date_stamp: 2013w07/5
+:date: "2013-02-22"
:project: SiSU