aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v4
blob: 455b7be4d06d3b53802d125ccccd4da9bff6b4d0 (plain)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
%% SiSU version 4
v4 stable branch supersedes & replaces v3 branch
   initial goals:
   * remove/retire "skins"; replace some functionality with headers and/or yml
     file (consider header like syntax for document and site appearance info)
   * bin/sisu $0 make possible to run sisu command on/within project dir tree
   * bin/sisu $*, hub, make possible to specify dir path for markup files
v2 branch is removed; it is available in sisu =< 3.3.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_v2 CHANGELOG_v3 README data/doc/sisu/

%% Reverse Chronological:

%% 4.0.2.orig.tar.xz (2013-01-23:03/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.2-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.2.orig.tar.xz
  sisu_4.0.2.orig.tar.xz
  sisu_4.0.2-1.dsc
  sisu_4.0.2-1.debian.tar.gz

* v4: texpdf_format
  * list of .sty files (and their texlive source within Debian)
    [not part of code]

%% 4.0.1.orig.tar.xz (2013-01-01:00/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.1
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.1-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.1.orig.tar.xz
  sisu_4.0.1.orig.tar.xz
  sisu_4.0.1-1.dsc
  sisu_4.0.1-1.debian.tar.gz

* v4: html_segments (by_filename by_filetype) internal document links do not
  work filenames need to include lang code, fixed
  [chals on irc, re live-manual, debian-live]

* v4: bin/sisu & sysenv, rc_path_options, provide fixed path to rc files, (used
  e.g. to load sisurc.yml)

* v4: options, sysenv, check (existing) inclusions & exclusions command line,
  document header, sisurc, fixes

* v4: plaintext, in code blocks retain a blank empty line, a fix
  [known old bug, affects sisu_manual, fix request from SynrG on irc, re
  live-manual]

* v4: manpage, attempt to improve output (line-spacing)

* v4: param, minor change any legacy <br> line break in metadata markup to \\

* v4: debug (internal code use), color markers for line number & file name
  (colored location markers to show when line passed within running code)

* v4: control color on/off to screen
  close #622171 sisu: --color flag, which toggles color on/off
  there are various ways to control color output to screen
  * --color-off or -k switches color off
  * --color or --color-on switches color on, which is usually the default
  * --color-toggle or -c toggles the default setting (in most cases)
  * sisurc.yml can set default color state which affects most screen output
  the fix here is specific to color on/off for reporting of sisu version
  sisu -v -k
  sisu --version --color-off

* v4: documentation minor updates and regenerated manpage

%% 4.0.0.orig.tar.xz (2012-12-12:50/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.0
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.0-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.0.orig.tar.xz
  sisu_4.0.0.orig.tar.xz
  sisu_4.0.0-1.dsc
  sisu_4.0.0-1.debian.tar.gz

* v4: bin/sisu $0 make possible to run sisu command on/within project dir tree
  (previously sisu needed to be correctly installed with system paths honored)
  NOTE: loading of skins turned off

* v4: bin/sisu $*, hub, make possible to specify dir path for markup files
  (previously sisu needed to be invoked and run on files within the selected
  markup file directory)
  run sisu on markup in given path (or relative path), e.g.:
    sisu ~/path1/filename.ssm ~/path2/*.ss[tm]

* v4: defaults, some cleaning

* v4: skins (remove)
  * remove skins
  * defaults, rename class Defaults (was InfoSkin)
  * sisupod, remove skin, fix path

* v4: db
  * no skin info to store, omitted from structure
  * change prefix name (structure changed)

* v4 (&v3): markup samples, for v4 remove skins, separate (v3 & v4) directories

* v4: param (header make)
  * epub, pdf, book cover images
  * html, home button
    * text button
    * image/icon button
  * pdf, footer

* v4: param_make, options, read common make instruction header for documents,
  _sisu/v4/sisu_document_make
  * @make:
  * @links:

* v4: sisupod, use common make instruction header for documents
  * sisupod make instruction header file, write & read

* v4: document headers, metadata rearranged, wide-ranging effect

* v4: vim syntax, sisu.vim, make new headers

* v4: documentation; markup samples & help