From a62893a7ebcefb5973dee88707a1ac4fe841179a Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Fri, 9 Jul 2010 11:01:35 -0400
Subject: sisu_manual, minor cleaning

---
 .../markup-samples/sisu_manual/sisu_commands.sst   |  6 +++--
 .../v2/markup-samples/sisu_manual/sisu_markup.sst  | 26 +++++++++++-----------
 2 files changed, 17 insertions(+), 15 deletions(-)

(limited to 'data')

diff --git a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst
index a406dc57..33c7ca46 100644
--- a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst
+++ b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_commands.sst
@@ -3,9 +3,11 @@
 @title: SiSU
  :subtitle: Commands
 
-@creator: :author: Amissah, Ralph
+@creator:
+ :author: Amissah, Ralph
 
-@rights: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
+@rights:
+ :copyright: Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
 
 @classify:
  :type: information
diff --git a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst
index 331e6af5..275d736e 100644
--- a/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst
+++ b/data/doc/sisu/v2/markup-samples/sisu_manual/sisu_markup.sst
@@ -308,10 +308,10 @@ Second level heading [this is a heading level divider]
 Third level heading [this is a heading level divider]
 
 !_ 1~ [heading text]
-Top level heading preceding substantive text of document or sub\-heading 2, the heading level that would normally be marked 1. or 2. or 3. etc. in a document, and the level on which sisu by default would break html output into named segments, names are provided automatically if none are given (a number), otherwise takes the form 1~my\_filename\_for\_this\_segment
+Top level heading preceding substantive text of document or sub-heading 2, the heading level that would normally be marked 1. or 2. or 3. etc. in a document, and the level on which sisu by default would break html output into named segments, names are provided automatically if none are given (a number), otherwise takes the form 1~my_filename_for_this_segment
 
 !_ 2~ [heading text]
-Second level heading preceding substantive text of document or sub\-heading 3 , the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc. in a document.
+Second level heading preceding substantive text of document or sub-heading 3 , the heading level that would normally be marked 1.1 or 1.2 or 1.3 or 2.1 etc. in a document.
 
 !_ 3~ [heading text]
 Third level heading preceding substantive text of document, that would normally be marked 1.1.1 or 1.1.2 or 1.2.1 or 2.1.1 etc. in a document
@@ -331,7 +331,7 @@ code{
 code{
 
 normal text,  *{emphasis}*, !{bold text}!, /{italics}/, _{underscore}_, "{citation}",
-^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}- #{monospace}#
+^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}-, #{monospace}#
 
 normal text
 
@@ -360,7 +360,7 @@ _{underscore}_
 !_ resulting output:
 
 normal text, *{emphasis}*, !{bold text}!, /{italics}/, _{underscore}_, "{citation}",
-^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}- #{monospace}#
+^{superscript}^, ,{subscript},, +{inserted text}+, -{strikethrough}-, #{monospace}#
 
 normal text
 
@@ -613,13 +613,13 @@ Shared document collection link
 
 code{
 
-about { SiSU book markup examples }../SiSU/examples.html
+about { SiSU book markup examples }:SiSU/examples.html
 
 }code
 
 !_ resulting output:
 
-about { SiSU book markup examples }../SiSU/examples.html
+about { SiSU book markup examples }:SiSU/examples.html
 
 3~ Linking Images
 
@@ -746,19 +746,19 @@ No. of articles, all languages  |       25|   19,000|  138,000|  490,000|  862,0
 
 
 % code{
-%
+
 % test
-%
+
 % ~#
-%
+
 % % unnumbered paragraph (place marker at end of paragraph)
-%
+
 % -#
-%
+
 % % unnumbered paragraph, delete when not required (place marker at end of paragraph) [used in dummy headings, eg. for segmented html]
-%
+
 % % add a comment to text, that will be removed prior to processing (place marker at beginning of line)
-%
+
 % }code
 
 3~ Poem
-- 
cgit v1.2.3


From 788e0a8bb4c7259a0a5b6d85df4cc3c4ef0280cd Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Fri, 9 Jul 2010 11:42:50 -0400
Subject: html_scroll, deals with index & endnotes

---
 data/sisu/v2/v/version.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'data')

diff --git a/data/sisu/v2/v/version.yml b/data/sisu/v2/v/version.yml
index e328bd68..6e8d23f7 100644
--- a/data/sisu/v2/v/version.yml
+++ b/data/sisu/v2/v/version.yml
@@ -1,5 +1,5 @@
 ---
-:version: 2.6.0
-:date_stamp: 2010w27/3
-:date: "2010-07-07"
+:version: 2.6.1
+:date_stamp: 2010w27/5
+:date: "2010-07-09"
 :project: SiSU
-- 
cgit v1.2.3


From b1c9cbe9d0dd57573ac313aa14f768b1d10ba2c5 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Fri, 9 Jul 2010 14:57:39 -0400
Subject: changelog update

---
 data/doc/sisu/v2/CHANGELOG | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'data')

diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG
index 382916a1..f2772393 100644
--- a/data/doc/sisu/v2/CHANGELOG
+++ b/data/doc/sisu/v2/CHANGELOG
@@ -20,6 +20,16 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.1.orig.tar.gz
 
   * markup samples moved to data/doc/sisu/v2/markup-samples
 
+  * dal, manifest & metadata headings, non-substantive, ocn removed
+
+  * dal_syntax, monospace (avoid url match false positive)
+
+  * texpdf, monospace fix
+
+  * html_scroll, index & endnotes
+
+  * sysenv, default output path, fix
+
 %% 2.6.0.orig.tar.gz (2010-07-07:27/3)
 http://www.jus.uio.no/sisu/pkg/src/sisu_2.6.0.orig.tar.gz
   2a02d475c12398e5cc66e961c96e65f79951c4c2863a5e88f986692563fda983 2770986 sisu_2.6.0.orig.tar.gz
-- 
cgit v1.2.3