From 147eba5821983e6decdfc670006e42fd9e1b709a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 21:56:07 -0500 Subject: v4 v5: version & changelog (& rakefile) --- data/doc/sisu/CHANGELOG_v4 | 7 +++++++ data/doc/sisu/CHANGELOG_v5 | 7 +++++++ data/sisu/v4/v/version.yml | 6 +++--- data/sisu/v5/v/version.yml | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 49519d02..9ddc2f7c 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -23,6 +23,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: +%% 4.2.17.orig.tar.xz (2014-01-06:01/1) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.17 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.17-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.17.orig.tar.xz + sisu_4.2.17.orig.tar.xz + sisu_4.2.17-1.dsc + %% 4.2.16.orig.tar.xz (2013-12-15:49/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.16 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.16-1 diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 119d9194..94ce5334 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -23,6 +23,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: +%% 5.1.4.orig.tar.xz (2014-01-06:01/1) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.1.4 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.1.4-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz + sisu_5.1.4.orig.tar.xz + sisu_5.1.4-1.dsc + %% 5.1.3.orig.tar.xz (2013-12-15:49/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.1.3 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.1.3-1 diff --git a/data/sisu/v4/v/version.yml b/data/sisu/v4/v/version.yml index 86ef1a8e..bd834a2c 100644 --- a/data/sisu/v4/v/version.yml +++ b/data/sisu/v4/v/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 4.2.16 -:date_stamp: 2013w49/7 -:date: "2013-12-15" +:version: 4.2.17 +:date_stamp: 2014w01/1 +:date: "2014-01-06" diff --git a/data/sisu/v5/v/version.yml b/data/sisu/v5/v/version.yml index be3c9651..c1f84d4b 100644 --- a/data/sisu/v5/v/version.yml +++ b/data/sisu/v5/v/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 5.1.3 -:date_stamp: 2013w49/7 -:date: "2013-12-15" +:version: 5.1.4 +:date_stamp: 2014w01/1 +:date: "2014-01-06" -- cgit v1.2.3 From 17f1f887c2542e3e92139cd9ccb1eed9bd2420e3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 21:59:03 -0500 Subject: v5: date 2014: headers bin/sisu & lib/; code constants.rb --- data/doc/sisu/CHANGELOG_v5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 94ce5334..4fa32605 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -30,6 +30,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz sisu_5.1.4.orig.tar.xz sisu_5.1.4-1.dsc +* year updated, code headers + %% 5.1.3.orig.tar.xz (2013-12-15:49/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.1.3 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.1.3-1 -- cgit v1.2.3 From 42aae8da2b103b4038cfb2fc24591b9004972d4a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:03:06 -0500 Subject: bin/sisu, version dir (fix) & version info * (ensure SiSU_version_dir) fix * sisu version info, yml info also when installed via ruby gem * downstream libs --- data/doc/sisu/CHANGELOG_v4 | 5 +++++ data/doc/sisu/CHANGELOG_v5 | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 9ddc2f7c..fd2f4c60 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -30,6 +30,11 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.17.orig.tar.xz sisu_4.2.17.orig.tar.xz sisu_4.2.17-1.dsc +* bin/sisu + * (ensure SiSU_version_dir) fix + * sisu version info, yml info also when installed via ruby gem + * downstream libs + %% 4.2.16.orig.tar.xz (2013-12-15:49/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.16 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.16-1 diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 4fa32605..d5d2310a 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -30,6 +30,11 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz sisu_5.1.4.orig.tar.xz sisu_5.1.4-1.dsc +* bin/sisu + * (ensure SiSU_version_dir) fix + * sisu version info, yml info also when installed via ruby gem + * downstream libs + * year updated, code headers %% 5.1.3.orig.tar.xz (2013-12-15:49/7) -- cgit v1.2.3 From a90463bbbc266938a39ef9110db3e0edf56b5f94 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:31:25 -0500 Subject: v4 v5: fixes * ao_doc_str, nodes, possible parents, correction * epub, url closure decoration * sysenv, qrcode report absent program, minor * html scroll toc, clean links where none, exclude metadata --- data/doc/sisu/CHANGELOG_v4 | 6 ++++++ data/doc/sisu/CHANGELOG_v5 | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index fd2f4c60..e8f3ed9b 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -35,6 +35,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.17.orig.tar.xz * sisu version info, yml info also when installed via ruby gem * downstream libs +* fixes + * ao_doc_str, nodes, possible parents, correction + * epub, url closure decoration + * sysenv, qrcode report absent program, minor + * html scroll toc, clean links where none, exclude metadata + %% 4.2.16.orig.tar.xz (2013-12-15:49/7) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.16 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.16-1 diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index d5d2310a..83b6c505 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -35,6 +35,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz * sisu version info, yml info also when installed via ruby gem * downstream libs +* fixes + * ao_doc_str, nodes, possible parents, correction + * epub, url closure decoration + * sysenv, qrcode report absent program, minor + * html scroll toc, clean links where none, exclude metadata + * year updated, code headers %% 5.1.3.orig.tar.xz (2013-12-15:49/7) -- cgit v1.2.3 From f23234859e7774c715c2f9a08cdbd5b5526aa78d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:34:27 -0500 Subject: v5: asciidoc, rename AsciiDoc module, & recalibrate headings --- data/doc/sisu/CHANGELOG_v5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 83b6c505..b8e6a3cb 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -41,6 +41,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz * sysenv, qrcode report absent program, minor * html scroll toc, clean links where none, exclude metadata +* asciidoc, rename AsciiDoc module, & recalibrate headings + * year updated, code headers %% 5.1.3.orig.tar.xz (2013-12-15:49/7) -- cgit v1.2.3 From 557d7378ac7ab1e4a5a9b50a0289ef2195d38a81 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:36:13 -0500 Subject: v5: docbook, fictionbook, some tidying --- data/doc/sisu/CHANGELOG_v5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index b8e6a3cb..3708b83f 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -43,6 +43,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz * asciidoc, rename AsciiDoc module, & recalibrate headings +* docbook, fictionbook, some tidying + * year updated, code headers %% 5.1.3.orig.tar.xz (2013-12-15:49/7) -- cgit v1.2.3 From 0e42ce6f34c3cfdf370f439f58c4e3de8b05ea92 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:42:31 -0500 Subject: v5: cosmetic code, case statement --- data/doc/sisu/CHANGELOG_v5 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 3708b83f..9cc283db 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -45,6 +45,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz * docbook, fictionbook, some tidying +* cosmetic, code case statement + * year updated, code headers %% 5.1.3.orig.tar.xz (2013-12-15:49/7) -- cgit v1.2.3 From ae676753b3a921918ca42e9bf49d834de5be2912 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:48:14 -0500 Subject: v5: version (5.2 version bump) & changelog (& rakefile) * markup rule change; document structure rule be introduced: * single document root == document title == heading level A~ * adds possible level D~ * (earlier v5, development branch insulated from v4) --- data/doc/sisu/CHANGELOG_v5 | 22 +++++++++++++++------- data/sisu/v5/v/version.yml | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 9cc283db..e359ad89 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -3,7 +3,10 @@ * debian/changelog -v5 development branch, opened to insulate stable v4 +v5 markup rule change, document structure rule introduced: + * single document root == document title == heading level A~ + * adds possible level D~ + (from 5.2 on (earlier v5 development branch insulated from v4)) v4 stable branch supersedes & replaces v3 branch initial goals: * remove/retire "skins"; replace some functionality with headers and/or yml @@ -23,12 +26,17 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: -%% 5.1.4.orig.tar.xz (2014-01-06:01/1) -http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.1.4 -http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.1.4-1 -http://www.jus.uio.no/sisu/pkg/src/sisu_5.1.4.orig.tar.xz - sisu_5.1.4.orig.tar.xz - sisu_5.1.4-1.dsc +%% 5.2.0.orig.tar.xz (2014-01-06:01/1) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_5.2.0 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_5.2.0-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_5.2.0.orig.tar.xz + sisu_5.2.0.orig.tar.xz + sisu_5.2.0-1.dsc + +* recalibrate heading levels A~ root 0, introduce possible D~ + * downstream code consequences + * markup change of possibilities with possible (occasional) consequences + * v5 now diverges "un-merge-ably" from v4 * bin/sisu * (ensure SiSU_version_dir) fix diff --git a/data/sisu/v5/v/version.yml b/data/sisu/v5/v/version.yml index c1f84d4b..76381139 100644 --- a/data/sisu/v5/v/version.yml +++ b/data/sisu/v5/v/version.yml @@ -1,5 +1,5 @@ --- :project: SiSU -:version: 5.1.4 +:version: 5.2.0 :date_stamp: 2014w01/1 :date: "2014-01-06" -- cgit v1.2.3 From 1832a937713d33517066dc4cf8222871045b2b58 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:56:02 -0500 Subject: v5: single document root A~ (recalibrate headings); level D~ possible * :A~ document title, single document root (ln==0) * introduce additional possible heading level, D~ * markup rule change: single document root * breaks much downstream code, recalibrate (fix, test, fix & test again) * v4 & v5 bifurcate (diverge "un-merge-ably") --- data/doc/sisu/CHANGELOG_v5 | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index e359ad89..9e7547dd 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -33,10 +33,29 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.2.0.orig.tar.xz sisu_5.2.0.orig.tar.xz sisu_5.2.0-1.dsc -* recalibrate heading levels A~ root 0, introduce possible D~ - * downstream code consequences - * markup change of possibilities with possible (occasional) consequences - * v5 now diverges "un-merge-ably" from v4 +* single document root A~ (recalibrate headings); level D~ possible + * :A~ document title, single document root (ln==0) + * introduce additional possible heading level, D~ + * markup rule change: single document root + * breaks much downstream code, recalibrate (fix, test, fix & test again) + * v4 & v5 bifurcate (diverge "un-merge-ably") + + Notes, rule imposed: heading level A~ becomes, document title & sole document + root. Significant as an expressed rule/principle, it simplifies making certain + document formats in particular some xml outputs, however, this has been pretty + much the case in practice (most documents have this implicit structure) and + will affect the markup of very few documents (for example all markup examples + so far provided are this way). This being the case, it is a subtle change, + because it will not be noticed (by the user) in a majority of cases. The most + significant changes are to internal sisu code: it is not yet enforced by the + software (software checks); it has implications for the way document output is + created; it has implications for document structure regex matches, that now + are attached to levels starting below level A~ (from B~ down) rather than + level A. One document affected by single root/title level A~ markup rule and + that provides a short test (for a document prepared using document structure + regex matches), is the U.N. Convention on Contracts for the International Sale + of Goods (CISG) that requires levels A-D & 1, and in previous versions of sisu + exceptionally required multiple level A's (using levels A-C & 1) * bin/sisu * (ensure SiSU_version_dir) fix -- cgit v1.2.3 From 3e671eaab4ec82bc64fdd8563e1cf25e532efece Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 22:59:26 -0500 Subject: v5: vim syntax, v5.2 match heading level D~ --- data/doc/sisu/CHANGELOG_v5 | 2 ++ data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 9e7547dd..4ec2e5dd 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -57,6 +57,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.2.0.orig.tar.xz of Goods (CISG) that requires levels A-D & 1, and in previous versions of sisu exceptionally required multiple level A's (using levels A-C & 1) +* vim syntax, updated to allow for possible level D~ + * bin/sisu * (ensure SiSU_version_dir) fix * sisu version info, yml info also when installed via ruby gem diff --git a/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim b/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim index a0f17272..bee822db 100644 --- a/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim +++ b/data/sisu/conf/editor-syntax-etc/vim/syntax/sisu.vim @@ -1,7 +1,7 @@ " SiSU Vim syntax file " SiSU Maintainer: Ralph Amissah -" SiSU Markup: SiSU (sisu-4.2.2) -" Last Change: 2013-09-02 +" SiSU Markup: SiSU (sisu-5.2.0) +" Last Change: 2014-01-06 " URL: "(originally looked at Ruby Vim by Mirko Nasato) @@ -96,7 +96,7 @@ syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_ syn region sisu_header_content contains=sisu_error,sisu_comment,sisu_break,sisu_link,sisu_sub_header_make matchgroup=sisu_header start="^[@]make:[+-]\?\(\s\|\n\)"rs=e-1 end="\n$" "% "Headings: -syn region sisu_heading contains=sisu_mark_endnote,sisu_content_endnote,sisu_marktail,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_ocn,sisu_error,sisu_error_wspace matchgroup=sisu_structure start="^\([1-8]\|:\?[A-C]\)\~\(\S\+\|[^-]\)" end="$" +syn region sisu_heading contains=sisu_mark_endnote,sisu_content_endnote,sisu_marktail,sisu_strikeout,sisu_number,sisu_bold,sisu_control,sisu_identifier,sisu_ocn,sisu_error,sisu_error_wspace matchgroup=sisu_structure start="^\([1-8]\|:\?[A-D]\)\~\(\S\+\|[^-]\)" end="$" "% "Block Group Text: " table -- cgit v1.2.3 From 5fb49b575a548313b827fd66fd7ecce514fe0e45 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Jan 2014 23:02:50 -0500 Subject: v5: heading recalibration, code (downstream) changes * here no doubt remains breakage (test, fix & test again) --- data/doc/sisu/CHANGELOG_v5 | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 4ec2e5dd..1db35908 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -38,6 +38,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.2.0.orig.tar.xz * introduce additional possible heading level, D~ * markup rule change: single document root * breaks much downstream code, recalibrate (fix, test, fix & test again) + * heading recalibration, code (downstream) changes * v4 & v5 bifurcate (diverge "un-merge-ably") Notes, rule imposed: heading level A~ becomes, document title & sole document -- cgit v1.2.3