From 5b0efc5b454309bab2c6efe3507c54b4191152bc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 7 Feb 2011 13:56:28 -0500 Subject: update changelogs & version date --- CHANGELOG | 45 +++++++++++++-------------------------------- CHANGELOG_v2 | 6 ++++-- CHANGELOG_v3 | 24 +++++++++++++++++++----- data/doc/sisu/v2/CHANGELOG | 6 ++++-- data/doc/sisu/v3/CHANGELOG | 24 +++++++++++++++++++----- data/sisu/v2/v/version.yml | 4 ++-- data/sisu/v3/v/version.yml | 6 +++--- 7 files changed, 64 insertions(+), 51 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d5764704..c13296bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,45 +1,26 @@ -%% SiSU versions 1 & 2, 2010 +%% SiSU versions 2 & 3, 2011 Homepage: -* README CHANGELOG CHANGELOG_v1 CHANGELOG_v2 +* README CHANGELOG CHANGELOG_v1 CHANGELOG_v2 CHANGELOG_v3 -Herein (this package) reside SiSU versions 1 and 2. +Herein (this package) reside SiSU versions 2 and 3. -README CHANGELOG_v1 CHANGELOG_v2 +README CHANGELOG_1 CHANGELOG_v2 CHANGELOG_v3 -This tarball contains two versions of SiSU, the stable version 1 and the -under-development version 2. The input for the two versions, a SiSU marked-up -document is almost the same (document headers have been changed in v2), and -output is substantively the same with a similar range of output formats, and -the addition of epub in v2. +This tarball contains two versions of SiSU, the stable version 2 and the +under-development version 3. For version 1 look to sisu 2.7 and earlier. + +The input for v2 & v3, a SiSU marked-up document is the same. As version 2 is the current implementation the source tarball is named after -it, and the command sisu by default runs version 2. To run version one add the -flag --v1, i.e. sisu --v1 [filename] +it, and the command sisu by default runs version 2. To run version 3 add the +flag --v3, i.e. sisu --v3 [filename], or run sisu3 Compatibility Notes -Versions 1 and 2 are not quite compatible, version 1 and version 2 will run -against each other's documents but document metadata, and processing -instructions may be lost. - -On the input side, version 1 and 2 headers are different, version 2 headers -have been tidied, see document markup samples provided - -On the output side, the sql databases produced if search is to be implemented -are not the same and a database must be generated for each version, most other -differences should be relatively cosmetic. - -Changes +Versions 3 is experimental and attempts to introduce output more compatible +with mobile devices and other non-web use and more internationalisation +possibilities. Please see CHANGELOG_v3 -From a developer's perspective the substantive change between the two versions -is to the middle layer, (the document abstraction, the intermediate document -representation used in processing). Version 1 uses strings and relies on -regular expressions to identify document objects, while Version 2 uses ruby -objects. The version 1 approach whilst programming language neutral offers less -control, and leads to complicated code; version 2 approach takes advantage of -features within the ruby language suited to what the application does. -Development is curently on version 2, version 1 is likely to remain for some -time as a reference implementation. * homepage at: * diff --git a/CHANGELOG_v2 b/CHANGELOG_v2 index 98f12957..e7c49a11 100644 --- a/CHANGELOG_v2 +++ b/CHANGELOG_v2 @@ -6,7 +6,7 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi -* CHANGELOG CHANGELOG_v1 CHANGELOG_v2 README data/doc/sisu/ +* CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/ Reverse Chronological: @@ -18,7 +18,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.8.0.orig.tar.gz sisu_2.8.0-1.dsc sisu_2.8.0-1.diff.gz - * note opening of version 3 branch, see v3 changelog + * opening of version 3 branch, see v3 changelog + + * closing of version 1 branch [post Debian Squeeze] diff --git a/CHANGELOG_v3 b/CHANGELOG_v3 index f51ac307..be7fe541 100644 --- a/CHANGELOG_v3 +++ b/CHANGELOG_v3 @@ -6,25 +6,39 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi - gi* CHANGELOG CHANGELOG_v1 CHANGELOG_v2 README data/doc/sisu/ +* CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/ Reverse Chronological: %% Development branch UNSTABLE v3 branch once stable will supersede & replace current stable v2 branch -%% 3.0.0.orig.tar.gz (2011-01-12:02/3) +%% 3.0.0.orig.tar.gz (2011-02-07:06/1) http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.0.orig.tar.gz sisu_3.0.0.orig.tar.gz sisu_3.0.0-1.dsc sisu_3.0.0-1.diff.gz - NOTE: big patch, changes interim/incomplete (with possibility of breakage) - primarily for: ebook-readers and other downloading viewers (alternative - directory structures and use of title based filenames); use of git; + NOTE: Processing defaults to v2, for v3 use 'sisu3' or 'sisu --v3' + + Versions 3 is experimental and attempts to introduce output more compatible + with mobile devices and other non-web use and more internationalisation + possibilities. + + NOTE: v3 branch opened, big patch, changes interim/incomplete (with + possibility of breakage) primarily for: ebook-readers and other downloading + viewers (alternative directory structures and use of title based filenames); internationalisation (use with po4a, export pot & po, alternative directory structures, use of git to ensure changes not lost). + In v3 SiSU markup files may be organised in language directories that are + given their language code. There are alternative output directory structures + depending on whether you want: the v2 layout (mostly in a directory of the + given filename/a generic filetype name); a monolingual version 3 layout, + which organises files by filetype/given file name; multilingual v3 layout, + which organises files by language code/filetype/given which is illustrated + below + * alternative output directory structures, configurable ├── en │   ├── epub diff --git a/data/doc/sisu/v2/CHANGELOG b/data/doc/sisu/v2/CHANGELOG index 98f12957..a679e6c0 100644 --- a/data/doc/sisu/v2/CHANGELOG +++ b/data/doc/sisu/v2/CHANGELOG @@ -6,7 +6,7 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi -* CHANGELOG CHANGELOG_v1 CHANGELOG_v2 README data/doc/sisu/ +* ../CHANGELOG ../v2/CHANGELOG ../v3/CHANGELOG ../README ../ Reverse Chronological: @@ -18,7 +18,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_2.8.0.orig.tar.gz sisu_2.8.0-1.dsc sisu_2.8.0-1.diff.gz - * note opening of version 3 branch, see v3 changelog + * opening of version 3 branch, see v3 changelog + + * closing of version 1 branch [post Debian Squeeze] diff --git a/data/doc/sisu/v3/CHANGELOG b/data/doc/sisu/v3/CHANGELOG index 750fb749..8209e433 100644 --- a/data/doc/sisu/v3/CHANGELOG +++ b/data/doc/sisu/v3/CHANGELOG @@ -6,25 +6,39 @@ * * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi -* ../CHANGELOG ../v1/CHANGELOG ../v2/CHANGELOG ../README ../ +* ../CHANGELOG ../v2/CHANGELOG ../v3/CHANGELOG ../README ../ Reverse Chronological: %% Development branch UNSTABLE v3 branch once stable will supersede & replace current stable v2 branch -%% 3.0.0.orig.tar.gz (2011-01-12:02/3) +%% 3.0.0.orig.tar.gz (2011-02-07:06/1) http://www.jus.uio.no/sisu/pkg/src/sisu_3.0.0.orig.tar.gz sisu_3.0.0.orig.tar.gz sisu_3.0.0-1.dsc sisu_3.0.0-1.diff.gz - NOTE: big patch, changes interim/incomplete (with possibility of breakage) - primarily for: ebook-readers and other downloading viewers (alternative - directory structures and use of title based filenames); use of git; + NOTE: Processing defaults to v2, for v3 use 'sisu3' or 'sisu --v3' + + Versions 3 is experimental and attempts to introduce output more compatible + with mobile devices and other non-web use and more internationalisation + possibilities. + + NOTE: v3 branch opened, big patch, changes interim/incomplete (with + possibility of breakage) primarily for: ebook-readers and other downloading + viewers (alternative directory structures and use of title based filenames); internationalisation (use with po4a, export pot & po, alternative directory structures, use of git to ensure changes not lost). + In v3 SiSU markup files may be organised in language directories that are + given their language code. There are alternative output directory structures + depending on whether you want: the v2 layout (mostly in a directory of the + given filename/a generic filetype name); a monolingual version 3 layout, + which organises files by filetype/given file name; multilingual v3 layout, + which organises files by language code/filetype/given which is illustrated + below + * alternative output directory structures, configurable ├── en │   ├── epub diff --git a/data/sisu/v2/v/version.yml b/data/sisu/v2/v/version.yml index 2a8d7941..131e0b6e 100644 --- a/data/sisu/v2/v/version.yml +++ b/data/sisu/v2/v/version.yml @@ -1,5 +1,5 @@ --- :version: 2.8.0 -:date_stamp: 2011w05/2 -:date: "2011-02-01" +:date_stamp: 2011w06/1 +:date: "2011-02-07" :project: SiSU diff --git a/data/sisu/v3/v/version.yml b/data/sisu/v3/v/version.yml index 506e5d64..4fd83868 100644 --- a/data/sisu/v3/v/version.yml +++ b/data/sisu/v3/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 3.0.0-beta-0 -:date_stamp: 2011w05/2 -:date: "2011-02-01" +:version: 3.0.0-beta +:date_stamp: 2011w06/1 +:date: "2011-02-07" :project: SiSU -- cgit v1.2.3