aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v3
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/sisu/CHANGELOG_v3')
-rw-r--r--data/doc/sisu/CHANGELOG_v394
1 files changed, 88 insertions, 6 deletions
diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3
index f36f16b1..261c1042 100644
--- a/data/doc/sisu/CHANGELOG_v3
+++ b/data/doc/sisu/CHANGELOG_v3
@@ -8,18 +8,100 @@
* data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_download.ssi
* CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/
-Reverse Chronological:
+ Version 3 introduced output directory structures nad filenames more
+ compatible with mobile devices and other non-web use and more
+ internationalisation possibilities.
-%% Development branch UNSTABLE
-v3 branch once stable will supersede & replace current stable v2 branch
+ 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
+
+ (see notes at bottom of file, near EOF)
+
+%% Reverse Chronological:
+
+%% 3.3.3.orig.tar.xz (2012-10-03:40/3)
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.3
+http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.3.orig.tar.xz
+ sisu_3.3.3.orig.tar.xz
+ sisu_3.3.3-1.dsc
+ sisu_3.3.3-1.debian.tar.gz
+
+* v3: cosmetic, code
+ * true ? x : y
+ * if, else, remove some semicolons (;) replace with newlines
+ * if true ; x, remove semicolons replace with "then"
+ * .is_a?(X) replaces .class==X (& for some defined? and nil? tests)
+ * remove javascript holders js_ (not used)
+
+* v3: some fixes, cleaning, removing
+
+* v3: sisu -v, provide version information, fix
+
+* v3: options, opt_act, limit calls
+ ruby profiler indicates much time spent here, reduce
+
+* v3: constants, year static (current): YEAR=2012
+
+* v3: bin/sisu, hub, reorganize call
+
+* v3: dbi, pgsql, report need for instructions when none given, rather than
+ fail silently
+
+* v3: some pre-unicode meddling sorted
+ (covers bug reported as middle dot changed to asterisk by chals)
+
+* v3: sisupod source, paths fix
+
+* v3: odf, internal links/bookmarks, toc, book index
+
+* v3: pdflatex, fixes
+ * landscape cover page was botched, came out as portrait
+
+* v3: pdf, fix
+ * group text, bullet
+ * group text, hardspaces at start of line (indent)
+ * group text, pass through special characters safe
+ * poem, bold etc.
+
+* v3: html, epub, fix
+ * group text, bullet
+
+* v3: header @classify: :topic_register: provide greater classification "depth"
+ * param, manifest
+ * harvest_topics
+
+* v3: dal, sysenv
+ * markup file processing, change to sourcefile readlines & split of sourcefile array
+ * removal of RUBY_VERSION references to older versions of ruby
+
+* v3: dal_syntax, new syntax: =\\= page new & -\\- page break
+ alias for <:pn> and <:pb> respectively
+
+* v3: db
+ * introduce book_idx
+ * minor re-arranging
+
+* v3: cgi search script, minor
+
+* v3: vim syntax sisu.vim, =\\= page new & -\\- page break
+
+* v3: markup samples, and help, minor updates
+
+* v3: vim ftplugin sisu.vim
+ * linenumbering: on; relative; off, <leader>nn
+ * cursor line & column: on; off, <leader>cu (existing cu+ & cu-)
%% 3.3.2.orig.tar.xz (2012-06-30:26/6)
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.3.2
http://git.sisudoc.org/?p=code/sisu.git;a=log;h=refs/tags/debian/sisu_3.3.2-1
http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.2.orig.tar.xz
- sisu_3.3.2.orig.tar.xz
- sisu_3.3.2-1.dsc
- sisu_3.3.2-1.debian.tar.gz
+ 13c0a50bd8f0c305d5ea46d9168029c45c26533805b04d6d7fa719e37d9d9111 1690808 sisu_3.3.2.orig.tar.xz
+ 921119f0a9da087883e2ecd978ecba03cdd6be66d66885af24c0c63c7d13053e 1382 sisu_3.3.2-1.dsc
+ 0a33ee349bf73a67c1df01909c5836cc0e392168e4803b74f3a6f078dca1f34f 297792 sisu_3.3.2-1.debian.tar.gz
* v3: texpdf, xetex screen reporting of warnings off unless sisu -pV used