aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v4
blob: cebc237f503cebcdfbe40c099724a61c7b2aed46 (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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
%% SiSU version 4
  <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
  <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=data/doc/sisu/CHANGELOG_v4;hb=HEAD>
* debian/changelog
  <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=blob_plain;f=debian/changelog;hb=refs/heads/debian/sid>
v5 development branch
v4 stable branch supersedes & replaces v3 branch
   [v4 branch closure imminent, v5 to become stable, posted with 4.2.20,
   2014-01-20]
   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
v3 branch is removed; it is available in sisu < 4.1.0
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.2.21.orig.tar.xz (2014-01-26:03/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.21
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.21-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.21.orig.tar.xz
  sisu_4.2.21.orig.tar.xz
  sisu_4.2.21-1.dsc

[closing]

* bin/sisu changes to simplify switching to new stable and development branches

%% 4.2.20.orig.tar.xz (2014-01-20:03/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.20
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.20-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.20.orig.tar.xz
  sisu_4.2.20.orig.tar.xz
  sisu_4.2.20-1.dsc

[good time to consider rollover: closing v4 branch, replacing it with v5 &
introducing v6 for development, proposed for this release + 1]

* bin/sisu & some related lib changes

* sysenv for texpdf, fix for when tex to pdf generator is absent

%% 4.2.19.orig.tar.xz (2014-01-17:02/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.19
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.19-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.19.orig.tar.xz
  sisu_4.2.19.orig.tar.xz
  sisu_4.2.19-1.dsc

* bin/sisu experimentation
  * start preparing for ruby changes
  * work on fix for bug related to gem path & system installed sisu

%% 4.2.18.orig.tar.xz (2014-01-12:01/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.18
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.18-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.18.orig.tar.xz
  sisu_4.2.18.orig.tar.xz
  sisu_4.2.18-1.dsc

* texinfo, fixes

* texpdf, report on pdf output, provide a working link to a generated file-size
  (multiple document file-sizes may be produced)

%% 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

* bin/sisu
  * (ensure SiSU_version_dir) fix
  * 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
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.16.orig.tar.xz
  sisu_4.2.16.orig.tar.xz
  sisu_4.2.16-1.dsc

* Rakefile, (installer), reduce actions

%% 4.2.15.orig.tar.xz (2013-12-09:49/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.15
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.15-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.15.orig.tar.xz
  sisu_4.2.15.orig.tar.xz
  sisu_4.2.15-1.dsc

* Rakefile, (installer) improve, re-arrange

[NOTE disk crash (2013-11-28), fairly good but incomplete backup affecting work]

%% 4.2.14.orig.tar.xz (2013-12-03:48/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.14
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.14-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.14.orig.tar.xz
  sisu_4.2.14.orig.tar.xz
  sisu_4.2.14-1.dsc

* rake create build & install sisu gemspec; (.gitignore), work on
  * gemspec adjusted to install only libraries related to a version (v4 or v5)
  * select sisu version to create, build & install

* bin/sisu, simplify in relation to sisu gem

%% 4.2.13.orig.tar.xz (2013-12-02:48/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.13
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.13-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.13.orig.tar.xz
  sisu_4.2.13.orig.tar.xz
  sisu_4.2.13-1.dsc

* rake create build & install sisu gemspec; bin/sisugem (add .gitignore)
  * rake gemcbi #(create build install sisu gem)
  * rake gemspecscreate && \
    rake gembuild && \
    sudo rake geminstall
  * rake gemspecscreate && \
    gem build sisu5.gemspec && \
    sudo gem install --no-rdoc --no-ri \
    sisu-5.1.0.gem
  * bin/sisu updated (modified to take account of gems)
  * bin/sisugem added
  * .gitignore sisu-*.gem sisu*.gemspec
    consider inclusion (& tracking) of rake created sisu4.gemspec sisu5.gemspec
    (as this makes their availability more obvious)
  * once gem is installed: "sisu _5.1.0_ -vM" (to see version, commands
    otherwise as usual) if paths are such that sisu is not available
    "sisugem _5.1.0_ -vM" should work (as it is installed by gemspec, but not
    other sisu installers)

* hub, sisu4 -M (maintenance mode) provide info as to path to hub.rb (i.e. where
  library is being drawn)

%% 4.2.12.orig.tar.xz (2013-11-08:44/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.12
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.12-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.12.orig.tar.xz
  sisu_4.2.12.orig.tar.xz
  sisu_4.2.12-1.dsc

* rake (& rant) sisu installer
  * do less by default
  * removed rant generated sisu-install

* vim, ftplugin sisu.vim, fix missing <leader>

* sisu_manual, minor info addition

* bin/sisu-*
  * use option flag full names
  * add sisu-html-scroll, sisu-html-seg, sisu-pdf-portrait, sisu-pdf-landscape

%% 4.2.11.orig.tar.xz (2013-11-05:44/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.11
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.11-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.11.orig.tar.xz
  sisu_4.2.11.orig.tar.xz
  sisu_4.2.11-1.dsc

[5.0.24 changes only]

%% 4.2.10.orig.tar.xz (2013-11-02:43/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.10
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.10-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.10.orig.tar.xz
  sisu_4.2.10.orig.tar.xz
  sisu_4.2.10-1.dsc

* constants, ocn output delimiter (where used) changed to 「...」
  (from square brackets [...])

%% 4.2.9.orig.tar.xz (2013-10-27:42/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.9
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.9-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.9.orig.tar.xz
  sisu_4.2.9.orig.tar.xz
  sisu_4.2.9-1.dsc

* dal, document_structure_check_info

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

* dal, parent & node info, fix
  (used e.g. for mind map type output (last for kdissert output, no longer
  supported))

* dal, collapsed levels implemented
  convenience, collapse sisu's dual level document structure for output of
  markup with straight linear structure

%% 4.2.7.orig.tar.xz (2013-10-17:41/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.7
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.7-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.7.orig.tar.xz
  sisu_4.2.7.orig.tar.xz
  sisu_4.2.7-1.dsc

* constants, change a couple of internal processing delimiter characters, that
  might be used in ordinary marked up text (to characters even less likely to be
  of use in ordinary (marked up) text)

%% 4.2.6.orig.tar.xz (2013-10-16:41/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.6
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.6-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.6.orig.tar.xz
  sisu_4.2.6.orig.tar.xz
  sisu_4.2.6-1.dsc

* constants, change a couple of internal processing delimiter characters, that
  might be used in ordinary marked up text

* vim, minor updates, not syntax related

* markup sample, update book index markup, appearance, minor

%% 4.2.5.orig.tar.xz (2013-09-22:37/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.5
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.5-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.5.orig.tar.xz
  sisu_4.2.5.orig.tar.xz
  sisu_4.2.5-1.dsc

* bin/sisu update language list ja ko zh, fix

%% 4.2.4.orig.tar.xz (2013-09-21:37/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.4
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.4-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.4.orig.tar.xz
  sisu_4.2.4.orig.tar.xz
  sisu_4.2.4-1.dsc

* i18n CJK: zh ja ko, add languages Chinese, Japanese, Korean
  * texpdf, has large texlive xetex dependencies (Korean untested)
  * [concordance, untouched does nothing cjk, decide whether to disable]

* sisu_manual, (in markup-samples) move to en/ sub-dir (permitting translations)
  * use of language sub-dir for source sisu markup suited to permitting
    translation management by po4a
  * sisurc.yml minor
  * Rakefile to help place sisu markup in a source language directory under po4a
    management

* Rakefile to assist in placing sisu markup under po4a management (sisu_manual)
  * Provided as an example with sisu_manual
  * fairly generic, but potentially dangerous, can be used to place sisu markup
    source translations under po4a management, but user needs to know what this
    is, (and how to set it up, hence sisu_manual as an example (despite the lack
    of translations)) as can clobber/destroy files that are not managed by po4a.

* dal, objects, store book index as hash (simplify downstream processing), and
  associated downstream processing change from v5
  * db, book index, convert hash back to string

* minor cleaning

%% 4.2.3.orig.tar.xz (2013-09-07:35/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.3
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.3-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.3.orig.tar.xz
  sisu_4.2.3.orig.tar.xz
  sisu_4.2.3-1.dsc

[5.0.16 changes only]

%% 4.2.2.orig.tar.xz (2013-09-05:35/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.2-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.2.orig.tar.xz
  sisu_4.2.2.orig.tar.xz
  sisu_4.2.2-1.dsc

* dal, grouped text with fontface spanning newlines, partial solution, merge
  from 5.0.14

* dal, book index markup, allow spaces on both sides of delimiters, or a space
  before and newline following a delimiter \s+[:|;](\s+|\n)
  [else parses as before no spaces]

* vim syntax, book index markup, hilight delimeters

%% 4.2.1.orig.tar.xz (2013-08-28:34/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.1
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.1-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.1.orig.tar.xz
  sisu_4.2.1.orig.tar.xz
  sisu_4.2.1-1.dsc

* config files (by filetype & filename) touched

* manifest, output organised by, info, minor touch

* vim syntax, sisu.vim, fix typo
  * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#"

* pdf (latex) tables, bugfix

* odf:odt, footnotes, fix

* dal, text blocks, tuning

%% 4.2.0.orig.tar.xz (2013-08-25:33/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.2.0
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.2.0-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.0.orig.tar.xz
  sisu_4.2.0.orig.tar.xz
  sisu_4.2.0-1.dsc

* merge v5
  * syntax add
    * switch ocn off and on for a block of content, line containing only
      off: "--~#" (omit headings where possible) "---#" on: "--+#"
    * alternative open and close for blocks using line starting with "```", e.g.
      open code block:  "``` code"; close code block: "```"
      start poem:       "``` poem"; end poem:         "```"
    * remove need for an empty line between opening & closing of a text block
  [note use of "~~" considered but more problematic, (tics not used elsewhere)]

* vim syntax, improve grouped text match, open, close of blocks using tics "```"
  * ocn (object numbering) on, off, text block using "--~#" "---#" "--+#"
  * grouped text, open, close of blocks using tics "```"

* css, html, epub, adjust paragraph spacing, (increase, whitespace aesthetic,
  review further)

%% 4.1.12.orig.tar.xz (2013-08-21:33/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.12
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.12-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.12.orig.tar.xz
  sisu_4.1.12.orig.tar.xz
  sisu_4.1.12-1.dsc

* messages to terminal
  * code marker
  * rescued error messages
  * fuchsia (sp.)

%% 4.1.11.orig.tar.xz (2013-08-08:31/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.11
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.11-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.11.orig.tar.xz
  sisu_4.1.11.orig.tar.xz
  sisu_4.1.11-1.dsc

* dal_expand_insertions, refinement for monolingual output

%% 4.1.10.orig.tar.xz (2013-08-08:31/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.10
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.10-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.10.orig.tar.xz
  sisu_4.1.10.orig.tar.xz
  sisu_4.1.10-1.dsc

[merge 5.0.10 lib]
* output structure by, add monolingual alternative for :filetype or :filename
  * filename without language code, if document is in default language
  * set a default language, 'en' or as specified
  * set in rc file or from command line instruction
    * command line e.g.
      sisu -hv --monolingual --by-filename sisu_markup.sst
      sisu -3v --monolingual --by-filetype sisu_manual.ssm
    * sisurc.yml lingual: 'mono' | 'multi'
      lingual: 'mono'
  * note: output by :filetype is roughly equivalent to what monolingual output
    by :language would be
  * allow command line setting of default language using language code
    --default-language='en' --default-lang-en if used together with
    --monolingual and --by-filetype or --by-filename the selected default
    language document will not have a language code in the output filename
  * documentation

* cgi helper script, sample search form
  * single cgi form, (with different internal variables set for output types)
  * monolingual output search form option

%% 4.1.9.orig.tar.xz (2013-08-01:30/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.9
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.9-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.9.orig.tar.xz
  sisu_4.1.9.orig.tar.xz
  sisu_4.1.9-1.dsc

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

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

* "general code cleaning" fix

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

* general code cleaning, sync with v5

%% 4.1.5.orig.tar.xz (2013-06-22:23/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.5
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.5-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.5.orig.tar.xz
  sisu_4.1.5.orig.tar.xz
  sisu_4.1.5-1.dsc

* vim
  * colorscheme def, mark current line
  * ftplugin sisu.vim, c-\ hard wrap lines to line width (moved from c-j)

%% 4.1.4.orig.tar.xz (2013-06-06:22/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.4
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.4-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.4.orig.tar.xz
  sisu_4.1.4.orig.tar.xz
  sisu_4.1.4-1.dsc

* db, population of database (--update), import of master files (.ssm), fix
  (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns,
  affects construction of unique identifier)

* cgi helper script, sample search form generator
  * file name matching, check
  * cosmetic, drop use of images in sample form

* sysenv, requested load warning removed, less screen clutter, consider

%% 4.1.3.orig.tar.xz (2013-05-30:21/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.3
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.3-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.3.orig.tar.xz
  sisu_4.1.3.orig.tar.xz
  sisu_4.1.3-1.dsc

* sysenv, pgsql db connect fix

* cgi_pgsql, cgi helper script, sample search form generator, detail

%% 4.1.2.orig.tar.xz (2013-05-29:21/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.2
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.2-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.2.orig.tar.xz
  sisu_4.1.2.orig.tar.xz
  sisu_4.1.2-1.dsc

* help update, concentrate on man pages
  * documentation, manpage update
  * interactive help, out of date, removed

* document version check, disable
  * automatic check disabled
  * check and correction of pre 0.38 markup removed

* sysenv, version info moved here from help

* cgi helper script sample search form generator, adjust/improve, adds settings:
    db type                         --db-pq or db-sqlite
    webserver for cgi script & db   --webserv-search=''
    webserver for sisu ouptut files --webserv-output=''
    cgi search form link name       --cgi-search-form-name=''
    db user (pg)                    --db-user=''

%% 4.1.1.orig.tar.xz (2013-05-19:19/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.1
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.1-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.1.orig.tar.xz
  sisu_4.1.1.orig.tar.xz
  sisu_4.1.1-1.dsc

* vim, ftplugin, sisu.vim, statusline

* cgi script for sample search form generator, sqlite, minor fixes (affects
  'sisu -F')

%% 4.1.0.orig.tar.xz (2013-05-08:18/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.1.0
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.1.0-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.1.0.orig.tar.xz
  sisu_4.1.0.orig.tar.xz
  sisu_4.1.0-1.dsc

* v4:
  * v5 opened
  * v3 closed

* defaults, sysenv, simplify default home page (by default is not used)

* cgi script for sample search form, minor fixes

%% 4.0.21.orig.tar.xz (2013-05-06:18/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.21
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.21-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.21.orig.tar.xz
  sisu_4.0.21.orig.tar.xz
  sisu_4.0.21-1.dsc

* minor sysenv, cgi_sql_common

%% 4.0.20.orig.tar.xz (2013-04-11:14/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.20
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.20-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.20.orig.tar.xz
  sisu_4.0.20.orig.tar.xz
  sisu_4.0.20-1.dsc

* sisurc.yml, reorganize configuration files

* cgi sample search form, minor

%% 4.0.19.orig.tar.xz (2013-04-08:14/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.19
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.19-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.19.orig.tar.xz
  sisu_4.0.19.orig.tar.xz
  sisu_4.0.19-1.dsc

* sysenv, yamlrc, minor

* options, exclude manifest links if no manifest (--no-manifest) selected

* zap, delete output files, based on given (existing) source file name

%% 4.0.18.orig.tar.xz (2013-03-29:12/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.18
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.18-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.18.orig.tar.xz
  sisu_4.0.18.orig.tar.xz
  sisu_4.0.18-1.dsc

* dal, screen_text_color, distinguish doc abstraction as start of processing

* dal, reading/processing composite markup files (.ssm)
  * dbi, import composite files correctly
  * manifest, mini-table of contents, for multi-lingual composite files

* cgi, auto-generated sample search form
  * for various sisu output directory structures
  * fixes

%% 4.0.17.orig.tar.xz (2013-03-25:12/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.17
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.17-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.17.orig.tar.xz
  sisu_4.0.17.orig.tar.xz
  sisu_4.0.17-1.dsc

* manifest & harvest, links to default site home page index.html

* sysenv, copy or create homepages, one of the actions taken on --config
  * provide info as to where manually created homepages may be stored
  * do not make default sisu homepage (previously did)

* param, guard against situation where no document creator/author given

* hub, non-verbose terminal info reduced, minor

%% 4.0.16.orig.tar.xz (2013-03-18:11/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.16
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.16-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.16.orig.tar.xz
  sisu_4.0.16.orig.tar.xz
  sisu_4.0.16-1.dsc

* hub, processing flow, sequence, fix
  * re-run manifests at end of general processing run:
    * where document source shared and more than one markup file processed;
    * where translations of same document exist (determined by filename)

* sysenv, epub images where processing multilingual doc in lang code sub-dir

%% 4.0.15.orig.tar.xz (2013-03-18:11/1)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.15
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.15-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.15.orig.tar.xz
  sisu_4.0.15.orig.tar.xz
  sisu_4.0.15-1.dsc

* share document source, markup text file &/or sisupod
  * processing flow, correct sequence
  * terminal reporting

%% 4.0.14.orig.tar.xz (2013-03-16:10/6)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.14
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.14-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.14.orig.tar.xz
  sisu_4.0.14.orig.tar.xz
  sisu_4.0.14-1.dsc

* harvest, authors, topics, terminal info

* harvest, links for output_by? filename

* manifest, links for output_by? alternatives, harvest & qrcode related

* sysenv, rsync remote placement, output_by? alternatives, tuning, including
  * site_harvest
  * pdf fix
  * backround rsync only for processing of single sisu markup files

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

* html_format, manifest red arrow, next (segment), (broken) link fix, to toc

* terminal reporting, cosmetic

* manifest, link to harvest authors & topics if available, else cosmeitc

* hub, sysenv, remote, work on rsync of document/site build

* hub, sql db, fix for actions not requiring files, create, drop, etc.

%% 4.0.12.orig.tar.xz (2013-03-08:09/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.12
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.12-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.12.orig.tar.xz
  sisu_4.0.12.orig.tar.xz
  sisu_4.0.12-1.dsc

* share_src, sisu source, permissions, make world readable when shared

* manifest, sysenv, manifests sisupod relative link for output_by language

* bin/sisu, process remote sisu markup file or sisupod, where url provided

* hub, operations, report if no markup file provided, where required by
    requested action

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

* bin/sisu, expand given path for sisu executable
  (where system sisu not called directly)

* sysenv, base images path determined from given path for sisu executable
  (where system sisu not called directly)

* options, sisupod, name determination, fix
  * needed for creation of multiple sisupods

* html_format, html segment navigation to toc, fix

%% 4.0.10.orig.tar.xz (2013-03-05:09/2)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.10
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.10-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.10.orig.tar.xz
  sisu_4.0.10.orig.tar.xz
  sisu_4.0.10-1.dsc

* texpdf, report to STDERR when pdf not (successfully) generated, note:
  .tex file is almost certainly produced by sisu, this will be a sisu packaging,
  texlive dependency issue, preventing its conversion to pdf (Closes: #617359)

* sysenv, set default output (directory layout) type where none configured
  (also turned off reporting where imagemagick & graphicsmagick not installed)

* html, epub, minor "cleaning" of output

%% 4.0.9.orig.tar.xz (2013-02-22:07/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.9
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.9-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.9.orig.tar.xz
  sisu_4.0.9.orig.tar.xz
  sisu_4.0.9-1.dsc

* dal, line across page divider -..- introduced, an alternative to page
    break -\\- & =\\=, affects pdf and odf most significantly
  * output formats modified to include, (pdf, odf, epub, html, plaintext)
  * vim syntax, sisu.vim
  * emacs, sisu-mode.el
  * documentation, sisu_markup.sst, man page sisu.1, sisu.1.html

%% 4.0.8.orig.tar.xz (2013-02-20:07/3)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.8
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.8-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.8.orig.tar.xz
  sisu_4.0.8.orig.tar.xz
  sisu_4.0.8-1.dsc

* epub
  * tinkering with some headers
  * add markup of angle brackets '<' & '>' to early markup of ampersand '&'

* html, modification to markup of angle brackets '<' & '>' and ampersand '&'

* vim, ftplugin & colorschemes housekeeping, scheme "def*" added
  * general housekeeping
  * :colorscheme def256* defined from 256 colors (primarily 16 of them) terminal
    & gui (identical) (terminal scheme based on frugal & extended to cover gui)
  * :colorscheme def* cterm defined primarily using 16 colors (a few from 256)
    (to be usable tweak .Xdefaults) gui provided along with Xdefault settings to
    make cterm match this gui or def256*

* emacs, sisu-mode.el
  * sisu headers update
  * cosmetic code reshuffle

* b_epub.png, epub icon (for manifest) updated to use official image

%% 4.0.7.orig.tar.xz (2013-02-10:05/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.7
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.7-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.7.orig.tar.xz
  sisu_4.0.7.orig.tar.xz
  sisu_4.0.7-1.dsc

* vim, minimal color schemes, minor edits

* dbi_discrete, discreet should have been discrete, renames accordingly

* lib, bin/sisu, misc, code headers provide url to online git file source
  * e.g. bin/sisu * Git
   <http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
   <http://sources.sisudoc.org/?p=code/sisu.git;a=blob;f=bin/sisu;hb=HEAD>

%% 4.0.6.orig.tar.xz (2013-02-07:05/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.6
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.6-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.6.orig.tar.xz
  sisu_4.0.6.orig.tar.xz
  sisu_4.0.6-1.dsc

* html, screen reporting for --html-scroll, correctly identify output file

* pdf
  * pdf (options, hub, urls), orientation, portrait & landscape optionally
    discrete, individually callable
    * --pdf-l (--pdf-landscape), --pdf-p (--pdf-portrait)
    * sisu latex output & xetex generation
  * pdf (options, param), papersize, command-line options to override sisurc
    settings, [a4,a5,b5,letter,legal] when --pdf* used:
    * --papersize-a4 --papersize-letter (also --a4 --letter)
    * --papersize=a4,letter
    * --pdf-a4 --pdf-letter (for portrait only --pdf-p-a4 --pdf-p-letter)
      [orientation & papersize options are set independently so calling
      --pdf-p-a4 & --pdf-l-letter would result in landscapes and portraits of
      both a4 & letter (rather than an individual request for a portrait A4 & a
      landscape letter size)]
  * texpdf, cosmetic code

* utils (debug renamed)
  * SiSU_Utils::CodeMarker (from Debug::Mark)
  * SiSU_Utils::Path.new.base_markup provides base markup directory that
    contains sisu markup files, any language sub-directories (with sisu markup
    files) and sisu resource configuration sub-directory, if any (./_sisu)
    (identifies when needed in runtime)

* sysenv, webserv dir (output dir), ensure it is determined from base markup
    dir where relative path provided (remove possibility of it being done from a
    language sub-directory), fix

* documentation
  * sisu_manual/sisu_commands
  * manpage & html

%% 4.0.5.orig.tar.xz (2013-02-03:04/7)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.5
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.5-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.5.orig.tar.xz
  sisu_4.0.5.orig.tar.xz
  sisu_4.0.5-1.dsc

* html (options, hub, urls), scroll & seg optionally discrete, individually
    callable
  * --html (both), --html-scroll, --html-seg
  * [possibly of interest where only one form of html of interest for use &/or
     to cut generation time (roughly to 63% for --html-scroll only)]

* sysenv, on --redirect, stop creation of redundant dir

* html, includes book index fix, rest cosmetic

* css (html & epub) line spacing reduced, paragraph spacing increased
  * may need to tune spacing further to distinguish lines from new paragraphs
    (especially where ocn is not used as the distinction may be less
    clear/obvious)

* documentation, include --html-scroll and --html-seg options
  * sisu_manual/sisu_commands
  * manpage & html

%% 4.0.4.orig.tar.xz (2013-01-31:04/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.4
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.4-1
http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.4.orig.tar.xz
  sisu_4.0.4.orig.tar.xz
  sisu_4.0.4-1.dsc

* param_make, :cover_image: regex, less finicky match of image & details
  * [bug reported by Mikael Böök]

* dal, on ocn excluded paragraphs (~# -#), hang/indent bullet, fix
  * [bug reported indirectly by Cory Doctorow (discovered in work with markup)]

* epub, constants, debug alternative for various readers ... work on

* dal (obj), html, br_page* behavior in html depending on origin of break
  (markup specified v auto)

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

* epub some fixing, more documents render in more readers/viewers
  * ncx fix, navpoint_close [bug reported by Mikael Böök, with sample fix toc]
  * check xml representation of characters (& < > in particular)

* remove markup-sample of the first edition of FaiF as redundant, the
  markup for the second edition being available (& partly in response to
  Bug#698664 which leads me to think about it), removed:
  free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst
  and associated images

%% 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

* epub
  * remove unnecessary conversion of some utf-8 characters to xhtml
    representation; fix as messed up table of contents, toc.ncx
    (e.g. in calibre)
    * [bug reported by Mikael Böök]
  * provide full depth epub table of contents [request Mikael Böök]
  * cosmetic arrangement of code <<-WOK
  * xhtml structure error, fix missing </div>
    * [bug reported by Mikael Böök] (fix of additional detail)

* html
  * remove unnecessary conversion of some utf-8 characters to html
    representation

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

* param, match possible sisu version, detail

* sysenv, debug tag, triggered where output type not set

%% 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

* 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]

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

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

* 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]

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

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

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

* 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

* 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

* 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

* 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]

* defaults, some cleaning

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

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

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

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

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

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

* document headers, metadata rearranged, wide-ranging effect

* vim syntax, sisu.vim, make new headers

* documentation; markup samples & help