aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/sisu/CHANGELOG_v2
blob: e012f7da7b2f4c6e65b404c815ced653135fbeb1 (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
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
SiSU CHANGELOG    -*- mode: org; -*-
#+OPTIONS: ^:nil _:nil

* SiSU version 2
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary>
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=data/doc/sisu/CHANGELOG_v2;hb=HEAD>
  <http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob_plain;f=debian/changelog;hb=refs/heads/debian/sid>

v2 branch is legacy: v3 branch supersedes & replaces it
v2 branch supersedes & replaces v1 branch
v2 introduces new processing middle layer (document abstraction);
   markup same except for minor changes to document headers;
   epub output introduced
v2 branch removed from sisu 4.0; it is available in sisu =< 3.3.2

  * homepages: <http://sisudoc.org> <http://www.jus.uio.no/sisu>
  * data/doc/sisu/sisu_markup_samples/sisu_manual/sisu_manual.ssm
  * CHANGELOG CHANGELOG_v2 CHANGELOG_v3 README data/doc/sisu/

* Legacy Branch, Reference

  * 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

Reverse Chronological:

--- HEAD --- [closed]

* sisu_2.9.12 (2012-02-14:07/2) [see 3.1.14.orig.tar.xz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.14

  * v2, vim syntax highlighting, patch from Thilo Six <T.Six@gmx.de> applied
  Re: <http://thread.gmane.org/gmane.editors.vim.devel/32151> &
  <http://vimdoc.sourceforge.net/htmldoc/options.html#cpo-l>

* sisu_2.9.11 (2012-01-10:02/2) [see 3.1.11.orig.tar.xz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.11

  * modify sisu markup version script

* sisu_2.9.10 (2011-10-15:41/6) [see 3.1.1.orig.tar.xz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.1

  * odf:odt v1.0
    * make odt header changes easier to track
    * get rid of (binary changeset) blob

* sisu_2.9.9 (2011-10-03:40/1) [see 3.1.0.orig.tar.xz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.1.0

  * bin/sisu, default sisu version 3

  * documentation, small update, see v3 changelog
    * sisu source

* sisu_2.9.8 (2011-09-24:38/6) [see 3.0.19.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu-3.0.19

  * param, matching of date, years 1400 - 21\d\d

  * remote, image source url fix

* sisu_2.9.7 (2011-06-26:25/7) [see 3.0.13.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.13

  * dal_syntax, linebreak within regular objects is \\ (<br> depreciated)
    [test, affects downstream outputs, there is the potential for breakage]

  * vim
    * sisu syntax highlighting, linebreak \\ added (<br> kept)
    * colors, added cursor line & column

  * texpdf
    * define \hardspace to simplify placing a hardspace (within a code block)
    * provide backslash character in code block

  * sisurc.yml, config settings

* sisu_2.9.6 (2011-06-07:23/2) [see 3.0.12.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.12

  * help, s/Bul garian/Bulgarian/ (Closes: #619068)

* sisu_2.9.5 (2011-05-17:20/2) [see 3.0.10.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.10

  * copyright (minor) touch, dates for setup.rb

* sisu_2.9.4 (2011-05-15:19/7) [see 3.0.9.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.9

  * bin/sisu2 introduced (to complement bin/sisu3), currently same as bin/sisu
    (later switch bin/sisu to bin/sisu3; consider using update-alternatives)

  * vim, cterm colorschemes, touch search color

  * copyright file, softlink, make more visible in tarball and update
    * sisu-mode.el assigned to FSF (GNU EMACS)

* sisu_2.9.3 (2011-04-27:17/3) [see 3.0.8.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.8

  * bin/sisu3 bin/sisu /bin/sisu_webrick bin/sisu_termsheet
    * improved ruby version check

  * vim
    * sisu syntax change of a couple of color groups (Delimiter instead of
      Include)
    * 8 color cterm colorschemes
      * sparse series uses dark grey on black, usually looks better, but only
        works with a fixed color cursor, preferred in terms where you can get
        away with using it
      * frugal series avoids dark grey
      * slate for cterm now incorporates frugal-cterm-sisu
      * *-cterm-ruby & *-cterm-sisu colors adjusted where other color groupings are
        preferred for programming / sisu markup

  * sysenv, lowriter (instead of oowriter)

  * manpage, reinstate escape of hyphens (clearly preferred, else lintian
    reports hyphen-used-as-minus-sign)

  * NOTE: generated cgi sample search form caught by Ruby/DBI libdbi-ruby1.9.1
    reported as libdbd-pg-ruby1.9.1 bug #596103, where "select_all fails". The
    cgi sample search scripts for postgresql and sqlite3 are almost identical,
    both work in ruby 1.8.7, both have the same error in ruby 1.9.2... a very
    similar bug is reported about the mysql library. Should #596103 and the
    upstream report be reported against Ruby/DBI (libdbi-ruby1.9.1) rather than
    libdbd-pg-ruby1.9.1?
    * <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596103>
    * <http://rubyforge.org/tracker/index.php?func=detail&aid=28624&group_id=234&atid=967>
    * <http://rubyforge.org/forum/forum.php?set=custom&forum_id=958&style=nested&max_rows=25&submit=Change+View>
    fix/workaround options include:
    * await bugfix, (bug has existed at least since 2010-09)
    * rewrite for ruby-dbi using other constructs
      e.g. s.fetch {|row| ...}
    * revert to ruby 1.8.7 for the cgi script (they work independently of the
      rest of the program anyway)
    * rewrite for individual database dbi re: psql  and sqlite3
    * await rdbi (ruby-dbi replacement), also needs to be packaged for Debian
      <rdbi https://github.com/RDBI/rdbi>
      <http://rdbi.hollensbe.org/>
      <http://rdbi.hollensbe.org/files/README_rdoc.html>
      and develop for that
    or some meaningful combination of any of the above.

  * vim colors colorscheme sparse-* frugal-* Slate minor changes

* sisu_2.9.2 (2011-04-20:16/3) [see 3.0.7.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.7

  * options, maintenance -M (--maintenance, new alias --keep-processing-files)
    * new alias --keep-processing-files (see Bug#622902)
    * minor rearrangement of regex

  * cgi, sample-search-form
    * results still not right, (ruby1.9.2 libraries? double check script)
    * not yet done variable directory path fixing for result links

  * vim colors colorscheme Slate reviewed, cterm 8 colors, & frugal added
    * Slate, review conflicting group colors
    * 8, cterm colors to work with
    * frugal, cterm colors ... my term oddly has 8 colors plus 242 for
      dark grey possibly more but odd numbers to set

  * sisu-mode.el header notes copyright assignment to FSF 2011-04-08
    (GNU EMACS)
    * url to sisu git repo source (when possible also track GNU EMACS location)

* sisu_2.9.1 (2011-03-30:13/3) [see 3.0.6.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.6

  * (ruby 1.9.2 (transition related) fixes)
    * dal_doc_str
      * empty line not paragraph object
      * table structure issue, double spaced empty line creates spurious newline
    * dal_images, image path setting
    * param, nested regex match backport from v3
    * cgi sample-search-form, string output (also cleaned unused help text)

  * sysenv, remove repeated method

  * vim colorscheme Slate, review console colors
    * change warning and diff colors, so as not to conflict
    * review cterm colors
    * for console use color names instead of numbers
    * rearrange

* sisu_2.9.0 (2011-03-24:12/4) [see 3.0.5.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.5

  * move to ruby >=1.9.2p180: simplify development of v3 and maintenance of v2
    * bin/sisu demand ruby >=1.9.2p180 (version checks)
    * debian/control, dependencies
    [enforcing use of ruby >= 1.9.2 reason for version bump, note should at
     least be v1.9.2p180, when issues in earlier versions of ruby-1.9.2 were
     first observed to be gone]

  * texpdf bugfix, where map_nametags not found, drop nametag (rather than
    crash)
    [Debian-live, live-manual (Ben Armstrong, chals?, reported new bug in a
    number of translations (that crashed the pdf generator). It turns out where
    map_nametags is not found the document crashes.]

  * vim syntax highlighting, fix typo

* sisu_2.8.2 (2011-03-11:10/5) [see 3.0.3.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.3

  * dal_syntax and affected downstream output modules, revised pattern match
    for mail, (removes occasional interference with urls having embedded email
    addresses)

  * dal_syntax: (internal document) link matching, a fix

    [Debian-live, live-manual (Jose Luis Zabalza, Ben Armstrong, reported bug in
    Spanish translation markup (that crashed the pdf generator). Bug in markup
    subsequently identified as "versátil,#{iso-hybrid}#, se" which the interpreter
    identified as an internal document link to a comma (instead of as being
    monospace markup), markup should have been "versátil, #{iso-hybrid}#, se" this
    fix prevents that incorrect match, (but the markup remains faulty and the
    monospace markup is not identified as such without the corrected spacing).
    Unfortunate "grave" results for what is a pretty insignificant data entry
    typo (there are no doubt other such situations).]

  * dal_substitutions_and_insertions: regex for sisu header matching (in sisu
    markup code blocks), a fix

  * dal_doc_str: fix, looks like typo in regex

  * manpage output presentation (lowercase .br, correct newlines before .nf and
    after .fi; no escape of hyphens)

  * texpdf: url (regex) pattern match fix (/https?/)

  * help (markup): correct path to markup-samples

  * documentation more link fixes

  * syntax highlighting
    * emacs sisu headers updated (subheaders omitted for now) sisu-mode.el
    * vim cleaning sisu.vim

* sisu_2.8.1 (2011-03-05:09/6) [see 3.0.2.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.2

  * make sisu: v2 require >=ruby1.8.7; v3 require >=ruby1.9.2

  * manpage, adjust output, fewer backslashes

  * defaults, clean homepage

  * consolidate manual & markup samples
    sisu markup source, manpages, man2html
    * clean up headers
    * update and correct links
    * tidy
    * small fixes

* sisu_2.8.0 (2011-02-01:05/2) [see 3.0.0.orig.tar.gz]
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_3.0.0

  [post Debian Squeeze]

  * opening of version 3 branch, see v3 changelog

  * closing of version 1 branch

  * dal_syntax, (sisu syntax)
    * enforce use of curly braces in markup, remove single word markup without
      curly braces;
      (requested fix, Ben Armstrong (live-manual), problematic for technical
      writing)
    * removed some undocumented alternative markup attributes

  * object separator introduced
    (requested Cory Doctorow, implementation not discussed)
    * dal_syntax, object separator syntax (<:---> or <:ols>)
    * constants, object separator
    * vim syntax highlighting, match object separator

  * document objects: page break; object separator
    (introduced & used)
    * dal, page break and object separator objects
    * represent page break and object separator: plaintext, html, epub, odf,
      texpdf (adjust later)

* sisu_2.7.9.orig.tar.gz (2010-12-09:49/4)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.9

  [debian freeze, fix]

  * dal, fix missing multi-line regex matches for line-wrap text
    (live-manual, to work better with po4a)
    * dal_doc_str, bulleted text (and headings), multi-line match, to permit
      line-wrapped paragraphs
      (requested fix, Ben Armstrong (live-manual))
    * dal_syntax, multi-line match for fontface markup (emphasis, bold,
      italics, underscore etc.)

  * texpdf, use of monospace in headings causes table of contents breakage, fix
    (requested fix, Ben Armstrong (live-manual))

  * texpdf, toc now contains level 3~ to be consistent with other output
    formats
    (requested fix, Ben Armstrong (live-manual) "all TOC for different formats
    include headings for 1~ 2~ and 3~ *except* PDF which only has 1~ and 2~. i
    consider this a bug. how do i fix it?")
    (the fix is a workaround manually indenting level 3 further than
    level 2 as both levels make use of LaTeX "subsubsection")

  * html & css, ocn (object numbers) now link to themselves, clicking on one
    places that object at the top of the browser and provides its url
    (requested, Ben Armstrong (live-manual))

  * epub, ocn (object numbers) now link to themselves, clicking on one
    places that object at the top of the viewer

  * document manifest links
    * html, link to "document manifest" remains (links to individual output
      types removed)
    * plaintext, link to "document manifest" fix(links to individual output
      types removed)
    * odf, manifest link fix

  * html search form, configuration check

* sisu_2.7.8.orig.tar.gz (2010-10-25:43/1)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.8

  [debian freeze, fix]

  * i18n, introduce header @make: :language: internationalization using codes
    from http://www.debian.org/international/l10n/po/ at this time for texpdf,
    (able to satify needs of polyglossia for the likes of Brazilian Portugues)
    and in future for po files, where iso:639 for this purpose appears to have
    use limitations http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
    * param, extract @make: :language: information if provided, default
      "english"
    * i18n, add code list and associated language (as listed by polyglossia)
    * texpdf_format, use param (@make: :language: (default english)), to set
      tex document language header (previously used file naming convention)
    * sisu.vim recognize @make: :language:
      (also elsewhere shortened :lang_code: from :language_code:)

  * internal links
    * dal, exclude parentheses and square brackets from matching
      (requested fix, Ben Armstrong (live-manual))
    * html, remove space between link & following punctuation, parentheses &/or
      square brackets
      (requested fix, Ben Armstrong (live-manual))
    * epub, remove space between link & following punctuation, parentheses &/or
      square brackets

  * html
    * remove "copy @" mark
      (requested, Daniel Baumann (live-manual))
    * segments, title banner (including "copy @" mark) configurable, boolean,
      true/false (default false)
      (requested off option, Daniel Baumann (live-manual))
    * quick ref links_guide configurable, boolean, true/false (default false)
      (requested off option, Daniel Baumann (live-manual))

  * config.yml
    * html, seg title banner, boolean true/false setting (commented out,
      default false)
    * html, quick_ref, boolean true/false setting (commented out, default
      false)

* sisu_2.7.7.orig.tar.gz (2010-10-17:41/7)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.7

  [debian freeze, fix]

  * numbered codeblocks, fix, where codeblock opens with code{#
    (requested fix needed by debian-live:live-manual, Ben Armstrong, Mark
     Schneider & Daniel Baumann (live-manual))
    * dal changes as required, flag markup request and number
    * constants, provide vertical line symbol, use to separate numbered
      codeblock from code
    * texpdf substitute \vline for numbered codeblock line separator

  * texpdf, first space following a bullet should be fixed width, fix
    (used \enspace (0.5em))
    (requested fix and suggested latex solution, Ben Armstrong (live-manual))

  * texpdf, bullet text, hanging indent, fix works for regular text (not
    grouped text)
    (requested fix, Ben Armstrong (live-manual))

  * texpdf, codeblocks do not permit empty lines, fix

  * documentation related minor updates and fixes

* sisu_2.7.6.orig.tar.gz (2010-10-11:41/1)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.6

  [debian freeze, fix]

  * texpdf, codeblocks, code-line continuation backslash dropped, fix
    (requested fix, Ben Armstrong (live-manual))

  * shared_metadata, odf, url characters to not match

  * sisu_convert, basic conversion script (seldom used/tested) start to get it
    working again

  * CHANGELOG v2 recount where some requests came from

* sisu_2.7.5.orig.tar.gz (2010-10-09:40/6)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.5

  [debian freeze, fix]

  * odf:odt
    * odf, fix odt cornercase document breakage when matching and representing
      "&nbsp" and "&" (prior to this fix, odt for viral_spiral is broken in
      sisu-markup-samples)
    * shared_metadata, fix cornercase odt document breakage when matching and
      representing "&nbsp", "&" and urls in metadata

  * param, metadata rights, keep colon separator from interfering with urls

* sisu_2.7.4.orig.tar.gz (2010-10-08:40/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.4

  [debian freeze, fix]

  * image scaling, requested fixes
    (behaviour testing & request by Mark Schneider (live-manual))
    * texpdf, scaling of images (below the set maximum size), fix
    * odf:odt, incorporation and scaling of images, fix
    * html (html_tune) scaling of images, fix
    * epub (epub_tune) scaling of images, fix

* sisu_2.7.3.orig.tar.gz (2010-10-06:40/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.3

  [debian freeze, fix]

  * hub, fix sisu breakage when -y (manifest) is run without the explicit or
    implicit calling of -m (creation of document abstraction for processing),
    (e.g. when --source or --sisupod is called on its own).

  * dal_images, where image dimensions are set in an object, use those, (rather
    than those determined by imagemagick or graphicsmagick). [note: all must be
    set in an object, or none]
    (requested fix)

  * options, a few aliases added (long options)

  * urls, cleaning

  * sisu_markup.sst, document a fix (v1 & 2)

* sisu_2.7.2.orig.tar.gz (2010-10-01:39/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.2

  [debian freeze, fix]

  * hub, test whether user name set, fix
    (requested fix, provided by Ben Armstrong (live-manual))

  * epub, fix breakage where angle brackets used in used metadata header

  * texpdf_format, remove a few commented out lines

* sisu_2.7.1.orig.tar.gz (2010-10-01:39/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.1

  [debian freeze, fix]

  * texinfo
    * texinfo_format, texinfo output broken, fix (Closes: #598063)
    * ocn decoration use a hash (instead of angle braces)
    * urls cleaned and with angle bracket decoration

  * texpdf
    * provide line-break-points for long directory names
      (requested fix, Ben Armstrong (live-manual))
    * a5, increase headheight (11pt from 8pt)

  * shared_metadata
    * odt, fix breakage where angle brackets used in metadata headers
      (requested fix, Daniel Baumann (live-manual))
    * a typo fix

  * param, a few fixes (checks, aliases, typo)

  * manifest, typo fix

  * share_src, hub cleaning

* sisu_2.7.0.orig.tar.gz (2010-09-21:38/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.7.0

  Debian Squeeze equivalent (2.6.3-6 ported upstream)

    [2.6.3-2 (2010-07-29:29/4)]
    [debian dependency fixes (pre-freeze)]

  * debian/control, sisu-pdf, Depends on texlive-xetex added (Closes: #590766),
    replacing Recommends

  * debian/control, sisu-pdf, Depends on lmodern added (Closes: #590767)

    [2.6.3-3 (2010-08-22:33/7)]
    [debian in freeze for squeeze, the only changes are documentation related]

  * minor cleaning of headers (& a fix in book index) in document markup sample
    free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst

  * update of some links
    free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst
    list.yml promo.yml

  * debian document markup samples, add copyright and license information

    [2.6.3-4 (2010-08-31:35/2)]
    [debian freeze, code and documentation fixes]

  * html_format, xml_format, reduce visibility of sisu in output

  * yml metadata, add subheading for a title

  * html headers do not include the "title" field, fix (Closes: #594949)
    (param, variable not set (presumably since change from v1 to v2))

    [2.6.3-5 (2010-09-13:37/1)]
    [debian freeze, code fixes]

  * epub, fix xhtml line-break in rights metadata, results in unreadable epub
    (Closes: #596736) epub output not readable by all epub-reader software (else
    epub output can be viewed in calibre, but not in fbreader or okular)

  * options, add expressive options --[name] as alternative to flags -[x]

    [2.6.3-6 (2010-09-20:38/1)]
    [debian freeze, documentation, minor fixes]

  * html, v2 update (including --long-options) (manpage sync adds files)

  * manpage, v2 update (including --long-options)

  * sisu_commands.sst v2 update (including --long-options)

  * help, minor update, revisit (includes minor fixes)

  * identify markup, update ... revisit

  * urls, sysenv, set manpage viewer to "man"

  * options, bullet proof matches for --long-options  (effects minor fix)
    fixes issue noted with --sample-search-form (-F) (in the selection of
    webrick (--webserv-webrick))

* sisu_2.6.3.orig.tar.gz (2010-07-28:30/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.6.3

  * odf, footnotes, asterisk series (**) fix

  * html_format, epub_format: subtoc, footnote content bug (fix)

  * odf: lt (<), gt (>) fix for codeblocks; &amp fix, messy
    (requested fix, Daniel Baumann (live-manual))

  * epub_format, removed some title & author info, check

  * epub_tune, <br /> (from <br>)

  * epub_format, within head, title & author

  * epub, toc copyat link removed

  * manifest, defaults, minimal sisu footer

  * hub, add metaverse run for git (composite files)

  * git, param, refine filename regex for composite files

  * git sisu directory structure, lang dir beneath txt

  * html, links to output formats, remove icons

  * minitoc sisurc configurable (true/false)

  * debian/control, Standards-Version 3.9.1

  * debian/control, Maintainers, Uploaders and Homepage fields updated

  258ab5ea9214d22d52bcabd96a28ca0519932cbd9f24679a67409604138eb044 1196 sisu_2.6.3-2.dsc
  4540147fa22b4b5150c2d3c0ad1e929ec61125cb64ba764849a13eb6e47e0f84 281913 sisu_2.6.3-2.diff.gz

  * debian/control, sisu-pdf, Depends on texlive-xetex added (Closes: #590766),
    replacing Recommends

  * debian/control, sisu-pdf, Depends on lmodern added (Closes: #590767)

  (2010-08-22:33/7)
  3462c656cdd98f32543f6bd25a1ad4558d3479d7b775a75cc6b9959a64710418 1196 sisu_2.6.3-3.dsc
  25566c3d4b94a8407e3e14341721e3bdd76d9918ef39cace32cccca398c524ed 290815 sisu_2.6.3-3.diff.gz

  [debian in freeze for squeeze, the only changes are documentation related]

  * minor cleaning of headers (& a fix in book index) in document markup sample
    free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst

  * update of some links
    free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst
    list.yml promo.yml

  * debian document markup samples, add copyright and license information

  (2010-08-31:35/2)
  5a0d9af3b74761a72e9e2f9da3b8392ad7a1108e32063b041c6ab57a9b9f42e7 1196 sisu_2.6.3-4.dsc
  e04d68474513468f4968956f9720d42e8338d6c8403b44b7e874eebe482d6c92 292039 sisu_2.6.3-4.diff.gz
  [debian freeze, code and documentation fixes]

  * html_format, xml_format, reduce visibility of sisu in output

  * yml metadata, add subheading for a title

  * html headers do not include the "title" field, fix (Closes: #594949)
    (param, variable not set (presumably since change from v1 to v2))

  (2010-09-13:37/1)
  5234619806dca68c367ea517fa6090a23a88b09905030147d6dc58cb0d5bff51 1196 sisu_2.6.3-5.dsc
  31ffe39ee0fa6f652cb0ec3dad63bae43ad21c10db5c290781e51ceebf56f8b0 293234 sisu_2.6.3-5.diff.gz
  [debian freeze, code fixes]

  * epub, fix xhtml line-break in rights metadata, results in unreadable epub
    (Closes: #596736) epub output not readable by all epub-reader software (else
    epub output can be viewed in calibre, but not in fbreader or okular)

  * options, add expressive options --[name] as alternative to flags -[x]

(2010-09-20:38/1)
  a431d5a3b5285023fe09e4d7f885cabdb4eb540d9d6403f744bd65b0b91c09b5 1196 sisu_2.6.3-6.dsc
  3d9daf8718c9ffbd42a9492dc23d8c333e121687b84f9ac16333f6a813f60279 321360 sisu_2.6.3-6.diff.gz
  [debian freeze, documentation, minor fixes]

  * html, v2 update (including --long-options) (manpage sync adds files)

  * manpage, v2 update (including --long-options)

  * sisu_commands.sst v2 update (including --long-options)

  * help, minor update, revisit (includes minor fixes)

  * identify markup, update ... revisit

  * urls, sysenv, set manpage viewer to "man"

  * options, bullet proof matches for --long-options  (effects minor fix)
    fixes issue noted with --sample-search-form (-F) (in the selection of
    webrick (--webserv-webrick))

* sisu_2.6.2.orig.tar.gz (2010-07-15:28/4)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.6.2

  * param, header reading more robust (re: commented out parts)

  * vim syntax, in bulleted and indented text recognize bold

  * param, rights (all) add line breaks between copyright, license and other
    rights

  * texpdf, if no "copy @" info remove; rename left footer; asterisk issue

  * sisu-harvest, alias for sisu --harvest (with man page)

  * texpdf, codeblocks, left margin flush

  * html_segments, line space between end of text and section bottom navigation
    bar

  00cd22abaf3c6d55058680b3d757b75dbe8fca890598822cb347a86246f4d9d3 1151 sisu_2.6.2-2.dsc
  609047bc45e99154f96ccb6fb2c4cd0a7b7d8ca0f8ad0b14e2779c7b0e095aed 281186 sisu_2.6.2-2.diff.gz

  * debian/control update ruby1.9 related depends to ruby1.9.1 (libfcgi-ruby1.9.1)

* sisu_2.6.1.orig.tar.gz (2010-07-09:27/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.6.1

  * markup samples moved to data/doc/sisu/v2/markup-samples

  * dal, manifest & metadata headings, non-substantive, ocn removed

  * dal_syntax, monospace (avoid url match false positive)

  * texpdf, monospace fix

  * html_scroll, index & endnotes

  * sysenv, default output path, fix

* sisu_2.6.0.orig.tar.gz (2010-07-07:27/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.6.0

  * sysenv, version.yml moved to /usr/share/sisu/v2/v (from /etc/sisu)

  * provide alternative sisu command names for producing single output types
    sisu-pdf, sisu-html, sisu-odf, sisu-epub, sisu-txt, sisu-pg, sisu-sqlite

  * monospace
    (requested feature Daniel Baumann (live-manual))
    * dal_syntax, constants, introduce #{ monospace }# tag
    * monospace font for codeblocks and #{ monospace }# tag
    * vim syntax, recognize #{ monospace }# tag

  * hub, make -t produce plaintext output

  * sysenv, make output directory if needed (if possible)

  * texpdf_format, output special characters, special circumstance fix

  * outputs, some cleaning of default outputs ... ongoing

  * manpages, some additional manpages and some updates

* sisu_2.5.1.orig.tar.gz (2010-06-12:23/6)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.5.1

  * texpdf, ensure programs default font is set (Liberation Sans) if none
    configured, (was intended, required fix)

* sisu_2.5.0.orig.tar.gz (2010-06-11:23/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.5.0

  * texpdf, font selection permitted in sisurc.yml (default: texpdf_font:) or
    document header (@make: :texpdf_font:)

  NOTE: this is a small addition, but texpdf requires that Liberation fonts be
  installed as 'Liberation Sans' is now the default, and thus can cause
  breakage unless this is installed, hence the version bump. This is taken care
  of in the debian package by depending on ttf-liberation

  * vim syntax (sisu.vim) updated to match @make: :texpdf_font:

  * param, fix breakage on malformed sisu identifier (top header line)

  * tables: blank lines (use tilde to indicate); allow line breaks

  * css for html, make right pane when used darker to distinguish from selected
    content

* sisu_2.4.3.orig.tar.gz (2010-06-05:22/6)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.4.3

  * vim/ftplugin/sisu.vim make less intrusive (both for sisu v2 & v1), includes
    the following:
    * <leader>ls  dir files placed in vertically split window (also <leader>dir)
    * <leader>rd  search and replace down (in file)
    * <leader>rg  search and replace globally (in file)
    * <leader>rr  search and replace using ruby gsub (global search and replace)
    Note: <leader>rf not used, ambiguous (replace forward or replace in file?)
    * remove language and spelling american english, can't have a fixed default
    * remove <CTRL>G (search and replace) binding
    * remove <CTRL>F for fold file removed, use still available :F instead
    as before includes:
    * statusline
    * change to the directory the file in your current buffer is in
    * wrap at textwrap width
    * cursor jumps a line at a time within wrapped text
    * ^J paragraph formatting break line on 'textwidth'
    * :F folds on fold patterns for sisu markup (and foldsearch which opens
      result of search all else closed)

* sisu_2.4.2.orig.tar.gz (2010-06-01:22/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.4.2

  * texpdf, polyglossia (xelatex) (start using, instead of babel)

  * documentation, text, much todo

  * remote file processing (url instead of local file), minor fix
    (related to reporting "http" file not found)

* sisu_2.4.1.orig.tar.gz (2010-05-26:21/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.4.1

  * regex match, a number of http: matches needed to be extended to include
    https:
    * epub & odf, regex matching of http: should also match https:
    * texpdf, https: url match with tilde, fix
    * general extension of regex matches for http: to include https:
    * dal_syntax fix, no auto-bold or italics on relative or internal links

* sisu_2.4.0.orig.tar.gz (2010-05-26:21/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.4.0

  * sisu markup syntax added to, related to internal document links and
    relative links, see note on additions to vim syntax highlighting (version
    bump)

  * dal, added internal document link to tagged point, affecting downstream
    processing

  * output formats internal document (and relative) linking as possible

  * vim syntax highlighting, added tag for internal document link to tagged
    point  { Linked text }#tagname also relative link
   { linked }:document_name/file.html#23
   which is the preferred equivalent of
   { linked }../document_name/file.html#23

  * sisu markup, documentation on_sisu_markup/sisu_markup.txt added much todo

* sisu_2.3.5.orig.tar.gz (2010-05-18:20/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.5

  * dal_syntax, url match fix

  * dal_doc_str, name tags fix

  * html, epub, latex/pdf add name tag points

  * vim templates for .sst .ssm & .ssi

* sisu_2.3.4.orig.tar.gz (2010-05-12:19/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.4

  * dal_syntax, italics match fix

  * urls, screen output control

  * sysenv, switch default hash digest fingerprints to sha256 (rather than md5)

* sisu_2.3.3.orig.tar.gz (2010-05-05:18/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.3

  * texpdf, special word and number optional break points, (also, reduce text
    display size of digests, reduce image size, add some url braces)

  * sysenv, sisurc.yml, default shortform command flags, removal of verbose
    flag from default, add -v when needed, e.g. sisu -3v filename.sst

  * screen output (ansi), control

* sisu_2.3.2.orig.tar.gz (2010-05-03:18/1)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.2

  * dal, markup, In cases where the line is interpreted as level 1~ (either by
    explicit 1~ tag or @make: :heading:) a hash (#) [octothorpe] will be
    auto-incremented, markup e.g. "1~ Chapter #: My Way".

  * markup for *{emphasis}* configurable as being displayed as bold, italics or
    underscore, the default is that emphasis output is in bold so there is no
    change unless configured, either in sisurc.yml (default: emphasis: 'bold'),
    or the markup source document header @make: :emphasis: 'bold'
    (requested modification, Cory Doctorow (prefers asterisk to be italics))

  * plaintext, wrap width configurable between 20 to 200 characters, the
    default width being 78, configuration either in sisurc.yml (default: text_wrap:
    78), or the markup source document header (@make: :plaintext_wrap: 78)

  * param_identify_markup, identify version 2 markup

  * manifest, info, expand on description of book indexes when available

  * screen output, reduce verbosity unless -v or other such option used

  * dal_numbering, number headings, a fix

* sisu_2.3.1.orig.tar.gz (2010-04-28:17/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.1

  * param, for topic_register, an additional check required, bug fix, repost

* sisu_2.3.0.orig.tar.gz (2010-04-27:17/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.3.0

  * db (sql)  add oclc (Online Computer Library Center) number, affects table
    structure, (hence breakage & version bump)
    * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_"

  * metadata, classify add oclc (Online Computer Library Center) number

  * small fixes

    * constants for pgsql VARCHAR reduce max size to 2500 (from 3000), to be
      within default limit set for postgresql (debian)

    * default sisu home, correct link to document examples and description

    * sisu_download.ssi link to breakage info not of current interest

    * defaults, on default home, for search form always point to latest db

    * html metadata, show topic_register again

    * plaintext, bulleted grouped text, clean up output (still not line-wrapped
      though)

  * git, start to experiment with file structure to replace sisupod -g and will
    be in configure options, to track changes to document, enable creation of
    "pods" (zipped content) and allow for remote versioned (or unversioned)
    placement of content source; ideally would end up with two co-existing,
    distinct parsable structures whether local or remote, the existing directory
    structure with multiple documents and document images etc. and git
    directories with all content associated with a single document (including
    other language versions of it); cannot guarantee at this stage that the file
    structure will be retained, which may mean recreating any directory started
    and defeat the purpose of using it, though it is in a version control repo,
    so perhaps not ... best left alone for now ... nothing here yet really, move
    along

  * switch markup for emphasis and bold, now: *{emphasis}* and !{bold}! which
    is consistent with !_ declaring a line to be bold, the default is that
    emphasis output is in bold so there is no change at present, at some time in
    the future it is intended that it be possible to configure emphasis output
    alternatively to be in italics [requested]

* sisu_2.2.0.orig.tar.gz (2010-04-20:16/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.2.0

  * db (sql) table structure, further review and changes (hence breakage & version bump)
    * new db name prefix "sisu_v2b_"; new pgsql db name prefix "SiSUv2b_"
    * increase use of VARCHAR
    * new indexes

  * multiple fixes

    * db_sqltxt, sql issue at times with missing author field, fix

    * db_select, check for whether db exists, note this does not check whether
      tables have been created though

    * db_import sqlite, prevent multiple import of file with same
      filename(.sst) (cgi form should work correctly, without multiple entries)

    * db_indexes, db_drop fixes

    * cgi_sql_common, better presentation for next page where more matches than
      limit per page

    * shared_metadata, fixed wrong reference to md.gutenberg instead of md.pg,
      prevents building of latex/pdf in affected cases

    * param, extensive db column size checks for metadata

    * param, where rights.copyright missing, nag profusely but do not break,
      fix

    * shared_html_lite, markup heading objects

    [2.1.1 fix release was not built, changes appear under 2.2.0]

* sisu_2.1.0.orig.tar.gz (2010-04-16:15/5)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.1.0

  * db table structure, further review, minor, but disruptive

  * db (sql) database table name and column structure changes, new pgsql db
    name prefix "sisu_v2a_" (hence breakage & version bump), continue to review
    (db_columns, db_create, db_import, db_sqltxt)

  * db remove and update fix, match filename for removal with = (not LIKE or ~)

  * db sqlite, issue with --recreate, bugfix
    (db_drop)

  * db, shared_html_lite, link back to footnote/endnote reference

  * db, sysenv, sisurc.yml determine whether to share sisu markup source in db

  * param, check set db column sizes against metadata, drop entries that are
    too long with warning

  * param, classify "populated" a fix

  * cgi sample search form (cgi_sql_common)
    * update to work with database structure changes
    * add radio buttons to set increased match limit

  * vim syntax highlighting, minor

* sisu_2.0.5.orig.tar.gz (2010-03-31:13/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.5

  * bug fixes
    * harvest, fixes bug in harvest_topics (v2)
    * manifest, search form for db fixed
    * sql, postgresql search form, next page, previous page
    * db_create, comments causing issues for sqlite

  * sql, search form, clearer information when results exceed match limit set

  * harvest, add search form for directory, if configured in sisurc.yml

* sisu_2.0.4.orig.tar.gz (2010-03-23:12/2)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.4

  * bug fixes
    * correct method call for md.title.full a number of places [in db_import,
      results in failure of  doc import when called]

  * free_as_in_freedom, additional links to available material

* sisu_2.0.3.orig.tar.gz (2010-03-22:12/1)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.3

  * bug fixes
    * odf, xml, texpdf, bulleted group, clean
    * odf, metadata line break - prevent from breaking document [potential odf
      breakage]
    * xml_dom, behaviours fixes

* sisu_2.0.2.orig.tar.gz (2010-03-21:11/7)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.2

  * bug fixes
    param, recommended links (reinstated)
    db_import, special character escape special endnote content [doc import
    fails on occurrence]

  * vim syntax highlighter, sisu v2 & v1 version and date headers
    updated/corrected

* sisu_2.0.1.orig.tar.gz (2010-03-17:11/3)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.1

  * 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

* sisu_2.0.0.orig.tar.gz (2010-03-06:09/6)
  http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_2.0.0

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