1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
%% SiSU version 2
* homepage at: <http://www.jus.uio.no/sisu>
* <http://www.jus.uio.no/sisu/SiSU/download>
* <http://www.jus.uio.no/sisu/SiSU/changelog>
* <http://sisudoc.org/sisu/sisu_manual>
* 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/
Reverse Chronological:
%% Development branch UNSTABLE
%% 2.0.2.orig.tar.gz (2010-03-21:11/7)
http://www.jus.uio.no/sisu/pkg/src/sisu_2.0.2.orig.tar.gz
c80b503f0226cf578e0196321f26a1dce05ba7fd6aa33690c5ca756c08d30ba3 2736496 sisu_2.0.2.orig.tar.gz
721ff54e991ede11da9c584530e4ec4b37f2e6f60e50d04a6c87a974c3e10a62 1145 sisu_2.0.2-1.dsc
50c945b87ceda35105737150c000a97563dcd5e51d6c7543d6d44b0941d50d42 275350 sisu_2.0.2-1.diff.gz
* bug fixes
param, recommended links (reinstated)
db_import, special character escape special endnote content
* vim syntax highlighter, sisu v2 & v1 version and date headers
updated/corrected
%% 2.0.1.orig.tar.gz (2010-03-17:11/3)
http://www.jus.uio.no/sisu/pkg/src/sisu_2.0.1.orig.tar.gz
364b65b99376303c8bb90e0b8e6709d5b11277280c8fc57d69a71b459f279d06 2736627 sisu_2.0.1.orig.tar.gz
7b6eb6a962b3120f0e0820fecae7ef0ceadd4ef510719727b63e70f7ae2a323c 1145 sisu_2.0.1-1.dsc
b89c5cb02f3c027590e24976f1d5f8254c1f64b9f7e021ccc6042a1ba3cbe8f2 275341 sisu_2.0.1-1.diff.gz
* bug fixes
* html, tables fix
* sysenv, html_promo, db name prefix from constants (now SiSUv2_)
* texpdf_format, where image missing, escape image markup loop
* epub, html: make robust where missing param values
* vim syntax minor update in v2
* docs, add epub, more to be done
%% 2.0.0.orig.tar.gz (2010-03-06:09/6)
http://www.jus.uio.no/sisu/pkg/src/sisu_2.0.0.orig.tar.gz
4fc214d40542e0d2ba7447e9ff06de3612d857d9015e8233877f9b4f93a9875f 2733550 sisu_2.0.0.orig.tar.gz
6a157cbfc838f8141b352ab1513ac67bb43802db22f62902275df48ba41c5a0f 1145 sisu_2.0.0-1.dsc
799b5b0b47df7356d774ac6c26529dcc57d7195a86401981cb2e89028cd795ea 275302 sisu_2.0.0-1.diff.gz
* sisu v2
* default command 'sisu' runs version 2; to run version 1 use version flag
'sisu --v1 [filename]'
* new middle layer (document abstraction) that uses ruby objects to
represent data (instead of strings)
* downstream libraries updated to use v2 middle layer
* sisu markup, changes to headers (metadata), input otherwise unchanged
* output much the same as for version 1 with some tweaks
* search, sql table structure changed for version 2, incompatible
* internal linking of documents is once again supported
* LaTeX/pdf book indexes link within the pdf text rather than to HTML
version of document
* EPUB output introduced using -e flag
* sisu v1
* this tarball also includes v1 see CHANGELOG_v1, if installed directly
from tarball version 1 should be available as sisu1
* version 1 should be available as sisu --v1 [filename]
|