From 65477054fd798728bf186aa2938727ddddbe86a5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 22 May 2007 02:06:46 +0100 Subject: Imported upstream version 0.52.7 --- CHANGELOG | 6426 ++++++++++++++++++++ README | 422 ++ Rantfile | 518 ++ bin/sisu | 55 + bin/sisu_termsheet | 69 + bin/sisu_webrick | 56 + conf/sisu/sisurc.yml | 116 + conf/sisu/skin/dir/skin_sisu.rb | 105 + conf/sisu/skin/doc/skin_gnu.rb | 96 + conf/sisu/skin/doc/skin_gutenberg.rb | 219 + conf/sisu/skin/doc/skin_kdissert.rb | 93 + conf/sisu/skin/doc/skin_sisu.rb | 105 + conf/sisu/skin/site/skin_sisu.rb | 105 + conf/sisu/skin/yml/skin_countries.yml | 482 ++ conf/sisu/skin/yml/skin_country.yml | 735 +++ conf/sisu/version.yml | 5 + data/doc/sisu/CHANGELOG | 6426 ++++++++++++++++++++ data/doc/sisu/README | 422 ++ data/doc/sisu/copyright | 67 + data/doc/sisu/html/README | 1 + data/doc/sisu/html/homepage/index.html | 264 + data/doc/sisu/html/sisu.1.html | 1335 ++++ data/doc/sisu/html/sisu.8.html | 229 + data/doc/sisu/html/sisu_complete.7.html | 54 + data/doc/sisu/html/sisu_pdf.7.html | 48 + data/doc/sisu/html/sisu_postgresql.7.html | 95 + data/doc/sisu/html/sisu_sqlite.7.html | 91 + data/doc/sisu/html/sisu_termsheet.1.html | 63 + data/doc/sisu/html/sisu_vim.7.html | 60 + data/doc/sisu/html/sisu_webrick.1.html | 69 + data/doc/sisu/model/README | 14 + .../sisu/model/relaxng/sisu_object_model_dom.rnc | 148 + .../sisu/model/relaxng/sisu_object_model_input.rnc | 186 + .../model/relaxng/sisu_object_model_metaverse.rnc | 210 + .../sisu/model/relaxng/sisu_object_model_sax.rnc | 86 + .../sisu/model/relaxng/sisu_object_model_xhtml.rnc | 105 + data/doc/sisu/model/xml/input/rnc/dom.rnc | 69 + data/doc/sisu/model/xml/input/rnc/node.rnc | 67 + data/doc/sisu/model/xml/input/rnc/sax.rnc | 47 + data/doc/sisu/model/xml/input/rng/dom.rng | 166 + data/doc/sisu/model/xml/input/rng/node.rng | 177 + data/doc/sisu/model/xml/input/rng/sax.rng | 120 + data/doc/sisu/model/xml/input/xsd/dom.xsd | 181 + data/doc/sisu/model/xml/input/xsd/node.xsd | 159 + data/doc/sisu/model/xml/input/xsd/sax.xsd | 108 + data/doc/sisu/model/xml/output/rnc/dom.rnc | 144 + data/doc/sisu/model/xml/output/rnc/sax.rnc | 164 + data/doc/sisu/model/xml/output/rng/dom.rng | 438 ++ data/doc/sisu/model/xml/output/rng/sax.rng | 374 ++ data/doc/sisu/model/xml/output/xsd/dom.xsd | 327 + data/doc/sisu/model/xml/output/xsd/sax.xsd | 332 + data/doc/sisu/on_markup.txt | 343 ++ data/doc/sisu/on_standards.txt | 17 + data/doc/sisu/sisu_markup_samples/README.samples | 9 + data/doc/sisu/sisu_markup_samples/dfsg/README | 6 + .../image/Gnu_Debian_Linux_Ruby_Way_Better.png | Bin 0 -> 37629 bytes .../sisu_markup_samples/dfsg/_sisu/image/b_doc.png | Bin 0 -> 274 bytes .../dfsg/_sisu/image/c_Copyleft.png | Bin 0 -> 668 bytes .../dfsg/_sisu/image/c_Euro.png | Bin 0 -> 514 bytes .../dfsg/_sisu/image/debian_home.png | Bin 0 -> 7746 bytes .../dfsg/_sisu/image/free_as_in_freedom.png | Bin 0 -> 31223 bytes .../dfsg/_sisu/image/free_as_in_freedom_01_rms.png | Bin 0 -> 81111 bytes .../free_as_in_freedom_02_rms_snr_year_report.png | Bin 0 -> 65996 bytes .../free_as_in_freedom_03_rms_st_ignucius.png | Bin 0 -> 34409 bytes .../free_as_in_freedom_04_rms_pleasure_card.png | Bin 0 -> 17364 bytes .../dfsg/_sisu/image/kdissert.png | Bin 0 -> 4407 bytes .../dfsg/_sisu/image/levitating_gnu.png | Bin 0 -> 66279 bytes .../dfsg/_sisu/image/philosophical_gnu.png | Bin 0 -> 2695 bytes .../sisu_markup_samples/dfsg/_sisu/image/sisu.png | Bin 0 -> 3260 bytes .../dfsg/_sisu/skin/dir/skin_sisu.rb | 105 + .../dfsg/_sisu/skin/doc/skin_gnu.rb | 96 + .../dfsg/_sisu/skin/doc/skin_gutenberg.rb | 218 + .../dfsg/_sisu/skin/doc/skin_kdissert.rb | 93 + .../dfsg/_sisu/skin/doc/skin_rms.rb | 105 + .../dfsg/_sisu/skin/site/skin_sisu.rb | 105 + .../dfsg/_sisu/skin/yml/list.yml | 23 + .../dfsg/_sisu/skin/yml/promo.yml | 142 + .../dfsg/_sisu/skin/yml/skin_countries.yml | 482 ++ .../dfsg/_sisu/skin/yml/skin_country.yml | 735 +++ ...lman_crusade_for_free_software.sam_williams.sst | 2074 +++++++ .../doc/sisu/sisu_markup_samples/dfsg/gpl2.fsf.sst | 161 + .../sisu_markup_samples/dfsg/gpl3_draft3.fsf.sst | 293 + .../dfsg/sisu_output_overview.ssi | 61 + data/doc/sisu/sisu_output_overview.sst | 61 + data/sisu/README | 8 + data/sisu/conf/cgi-bin/sisu_search_pgsql.cgi | 923 +++ data/sisu/conf/cgi-bin/sisu_search_sqlite.cgi | 932 +++ data/sisu/conf/completion/README | 7 + data/sisu/conf/completion/_sisu | 64 + data/sisu/conf/convert/kdissert_to_sisu | 161 + data/sisu/conf/convert/modify.rb | 250 + data/sisu/conf/convert/sisu_convert | 392 ++ data/sisu/conf/convert/wvHtml.xml | 388 ++ data/sisu/conf/convert/wvSiSU.xml | 360 ++ data/sisu/conf/lighttpd/lighttpd.cfg.sisu | 115 + data/sisu/conf/lighttpd/lighttpd.cfg.sisu_www | 115 + data/sisu/conf/ruby/irbrc | 19 + data/sisu/conf/syntax/README | 92 + data/sisu/conf/syntax/diakonos.conf | 979 +++ data/sisu/conf/syntax/nanorc | 220 + data/sisu/conf/syntax/sisu-mode.el | 235 + data/sisu/conf/syntax/sisu.lang | 90 + data/sisu/conf/syntax/sisu.xml | 157 + data/sisu/conf/syntax/sisu_nedit.pats | 79 + data/sisu/conf/vim/addons/colors/slate.vim | 55 + data/sisu/conf/vim/addons/filetype.vim | 8 + data/sisu/conf/vim/addons/ftplugin/sisu.vim | 177 + data/sisu/conf/vim/addons/syntax/sisu.vim | 171 + data/sisu/image/DebTuxRubySiSU.png | Bin 0 -> 23032 bytes data/sisu/image/arrow_next_blue.png | Bin 0 -> 1302 bytes data/sisu/image/arrow_next_red.png | Bin 0 -> 1167 bytes data/sisu/image/arrow_prev_blue.png | Bin 0 -> 1348 bytes data/sisu/image/arrow_prev_red.png | Bin 0 -> 1182 bytes data/sisu/image/arrow_up_blue.png | Bin 0 -> 1320 bytes data/sisu/image/arrow_up_red.png | Bin 0 -> 1214 bytes data/sisu/image/b_bluebell.png | Bin 0 -> 419 bytes data/sisu/image/b_doc.png | Bin 0 -> 274 bytes data/sisu/image/b_home.png | Bin 0 -> 419 bytes data/sisu/image/b_odf.png | Bin 0 -> 907 bytes data/sisu/image/b_pdf.png | Bin 0 -> 325 bytes data/sisu/image/b_toc.png | Bin 0 -> 329 bytes data/sisu/image/bluebell.png | Bin 0 -> 410 bytes data/sisu/image/bullet_doc.png | Bin 0 -> 311 bytes data/sisu/image/bullet_red.png | Bin 0 -> 519 bytes data/sisu/image/c_Copyleft.png | Bin 0 -> 668 bytes data/sisu/image/c_Euro.png | Bin 0 -> 514 bytes data/sisu/image/dot_clear.png | Bin 0 -> 128 bytes data/sisu/image/dot_white.png | Bin 0 -> 128 bytes data/sisu/image/next.png | Bin 0 -> 722 bytes data/sisu/image/previous.png | Bin 0 -> 721 bytes data/sisu/image/rb7.ico | Bin 0 -> 3262 bytes data/sisu/image/sisu.png | Bin 0 -> 3260 bytes data/sisu/image/toctoc.png | Bin 0 -> 760 bytes data/sisu/odf/odt.zip | Bin 0 -> 5306 bytes install | 3088 ++++++++++ lib/sisu/0.52/cgi.rb | 76 + lib/sisu/0.52/cgi_pgsql.rb | 214 + lib/sisu/0.52/cgi_sql_common.rb | 809 +++ lib/sisu/0.52/cgi_sqlite.rb | 207 + lib/sisu/0.52/character_encoding.rb | 369 ++ lib/sisu/0.52/composite.rb | 215 + lib/sisu/0.52/concordance.rb | 311 + lib/sisu/0.52/conf.rb | 245 + lib/sisu/0.52/css.rb | 1939 ++++++ lib/sisu/0.52/dal.rb | 1089 ++++ lib/sisu/0.52/dal_doc_str.rb | 220 + lib/sisu/0.52/dal_doc_str_code.rb | 153 + lib/sisu/0.52/dal_doc_str_tables.rb | 180 + lib/sisu/0.52/dal_syntax.rb | 330 + lib/sisu/0.52/db_columns.rb | 209 + lib/sisu/0.52/db_create.rb | 530 ++ lib/sisu/0.52/db_drop.rb | 124 + lib/sisu/0.52/db_import.rb | 735 +++ lib/sisu/0.52/db_indexes.rb | 95 + lib/sisu/0.52/db_load_tuple.rb | 94 + lib/sisu/0.52/db_remove.rb | 86 + lib/sisu/0.52/db_select.rb | 158 + lib/sisu/0.52/db_tests.rb | 104 + lib/sisu/0.52/dbi.rb | 119 + lib/sisu/0.52/defaults.rb | 2045 +++++++ lib/sisu/0.52/digests.rb | 364 ++ lib/sisu/0.52/docbook.rb | 561 ++ lib/sisu/0.52/errors.rb | 72 + lib/sisu/0.52/help.rb | 1906 ++++++ lib/sisu/0.52/html.rb | 719 +++ lib/sisu/0.52/html_format.rb | 1056 ++++ lib/sisu/0.52/html_format_css.rb | 473 ++ lib/sisu/0.52/html_promo.rb | 382 ++ lib/sisu/0.52/html_scroll.rb | 231 + lib/sisu/0.52/html_segments.rb | 471 ++ lib/sisu/0.52/html_table.rb | 141 + lib/sisu/0.52/html_tune.rb | 376 ++ lib/sisu/0.52/hub.rb | 573 ++ lib/sisu/0.52/i18n.rb | 1528 +++++ lib/sisu/0.52/manifest.rb | 528 ++ lib/sisu/0.52/odf.rb | 725 +++ lib/sisu/0.52/odf_format.rb | 225 + lib/sisu/0.52/options.rb | 168 + lib/sisu/0.52/param.rb | 791 +++ lib/sisu/0.52/param_identify_markup.rb | 87 + lib/sisu/0.52/plaintext.rb | 473 ++ lib/sisu/0.52/plaintext_format.rb | 100 + lib/sisu/0.52/relaxng.rb | 1155 ++++ lib/sisu/0.52/remote_put.rb | 103 + lib/sisu/0.52/response.rb | 61 + lib/sisu/0.52/rexml.rb | 118 + lib/sisu/0.52/screen_text_color.rb | 404 ++ lib/sisu/0.52/semantics.rb | 388 ++ lib/sisu/0.52/share_src.rb | 88 + lib/sisu/0.52/share_src_kdissert.rb | 82 + lib/sisu/0.52/shared_db.rb | 78 + lib/sisu/0.52/shared_html.rb | 55 + lib/sisu/0.52/shared_html_lite.rb | 180 + lib/sisu/0.52/shared_txt.rb | 299 + lib/sisu/0.52/shared_xml.rb | 580 ++ lib/sisu/0.52/sisupod_make.rb | 316 + lib/sisu/0.52/sitemaps.rb | 213 + lib/sisu/0.52/spell.rb | 91 + lib/sisu/0.52/sst_convert_markup.rb | 298 + lib/sisu/0.52/sst_do_inline_footnotes.rb | 461 ++ lib/sisu/0.52/sst_from_kdissert.rb | 176 + lib/sisu/0.52/sst_from_xml.rb | 148 + lib/sisu/0.52/sst_identify_markup.rb | 322 + lib/sisu/0.52/sst_to_s_xml_dom.rb | 563 ++ lib/sisu/0.52/sst_to_s_xml_node.rb | 636 ++ lib/sisu/0.52/sst_to_s_xml_sax.rb | 434 ++ lib/sisu/0.52/sysenv.rb | 2517 ++++++++ lib/sisu/0.52/termsheet.rb | 158 + lib/sisu/0.52/texinfo.rb | 408 ++ lib/sisu/0.52/texinfo_format.rb | 507 ++ lib/sisu/0.52/texpdf.rb | 611 ++ lib/sisu/0.52/texpdf_format.rb | 1222 ++++ lib/sisu/0.52/update.rb | 123 + lib/sisu/0.52/urls.rb | 229 + lib/sisu/0.52/vocab.rb | 113 + lib/sisu/0.52/vocab_lex.rb | 144 + lib/sisu/0.52/webrick.rb | 163 + lib/sisu/0.52/wikispeak.rb | 391 ++ lib/sisu/0.52/xhtml.rb | 483 ++ lib/sisu/0.52/xml.rb | 505 ++ lib/sisu/0.52/xml_dom.rb | 537 ++ lib/sisu/0.52/xml_format.rb | 339 ++ lib/sisu/0.52/xml_tables.rb | 202 + lib/sisu/0.52/zap.rb | 73 + man/man1/sisu.1 | 1497 +++++ man/man1/sisu_termsheet.1 | 60 + man/man1/sisu_webrick.1 | 76 + man/man7/sisu_vim.7 | 59 + man/man8/sisu.8 | 276 + setup.rb | 1585 +++++ 230 files changed, 78800 insertions(+) create mode 100644 CHANGELOG create mode 100644 README create mode 100644 Rantfile create mode 100644 bin/sisu create mode 100644 bin/sisu_termsheet create mode 100644 bin/sisu_webrick create mode 100644 conf/sisu/sisurc.yml create mode 100644 conf/sisu/skin/dir/skin_sisu.rb create mode 100644 conf/sisu/skin/doc/skin_gnu.rb create mode 100644 conf/sisu/skin/doc/skin_gutenberg.rb create mode 100644 conf/sisu/skin/doc/skin_kdissert.rb create mode 100644 conf/sisu/skin/doc/skin_sisu.rb create mode 100644 conf/sisu/skin/site/skin_sisu.rb create mode 100644 conf/sisu/skin/yml/skin_countries.yml create mode 100644 conf/sisu/skin/yml/skin_country.yml create mode 100644 conf/sisu/version.yml create mode 100644 data/doc/sisu/CHANGELOG create mode 100644 data/doc/sisu/README create mode 100644 data/doc/sisu/copyright create mode 100644 data/doc/sisu/html/README create mode 100644 data/doc/sisu/html/homepage/index.html create mode 100644 data/doc/sisu/html/sisu.1.html create mode 100644 data/doc/sisu/html/sisu.8.html create mode 100644 data/doc/sisu/html/sisu_complete.7.html create mode 100644 data/doc/sisu/html/sisu_pdf.7.html create mode 100644 data/doc/sisu/html/sisu_postgresql.7.html create mode 100644 data/doc/sisu/html/sisu_sqlite.7.html create mode 100644 data/doc/sisu/html/sisu_termsheet.1.html create mode 100644 data/doc/sisu/html/sisu_vim.7.html create mode 100644 data/doc/sisu/html/sisu_webrick.1.html create mode 100644 data/doc/sisu/model/README create mode 100644 data/doc/sisu/model/relaxng/sisu_object_model_dom.rnc create mode 100644 data/doc/sisu/model/relaxng/sisu_object_model_input.rnc create mode 100644 data/doc/sisu/model/relaxng/sisu_object_model_metaverse.rnc create mode 100644 data/doc/sisu/model/relaxng/sisu_object_model_sax.rnc create mode 100644 data/doc/sisu/model/relaxng/sisu_object_model_xhtml.rnc create mode 100644 data/doc/sisu/model/xml/input/rnc/dom.rnc create mode 100644 data/doc/sisu/model/xml/input/rnc/node.rnc create mode 100644 data/doc/sisu/model/xml/input/rnc/sax.rnc create mode 100644 data/doc/sisu/model/xml/input/rng/dom.rng create mode 100644 data/doc/sisu/model/xml/input/rng/node.rng create mode 100644 data/doc/sisu/model/xml/input/rng/sax.rng create mode 100644 data/doc/sisu/model/xml/input/xsd/dom.xsd create mode 100644 data/doc/sisu/model/xml/input/xsd/node.xsd create mode 100644 data/doc/sisu/model/xml/input/xsd/sax.xsd create mode 100644 data/doc/sisu/model/xml/output/rnc/dom.rnc create mode 100644 data/doc/sisu/model/xml/output/rnc/sax.rnc create mode 100644 data/doc/sisu/model/xml/output/rng/dom.rng create mode 100644 data/doc/sisu/model/xml/output/rng/sax.rng create mode 100644 data/doc/sisu/model/xml/output/xsd/dom.xsd create mode 100644 data/doc/sisu/model/xml/output/xsd/sax.xsd create mode 100644 data/doc/sisu/on_markup.txt create mode 100644 data/doc/sisu/on_standards.txt create mode 100644 data/doc/sisu/sisu_markup_samples/README.samples create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/README create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/Gnu_Debian_Linux_Ruby_Way_Better.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/b_doc.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/c_Copyleft.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/c_Euro.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/debian_home.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/free_as_in_freedom.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/free_as_in_freedom_01_rms.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/free_as_in_freedom_02_rms_snr_year_report.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/free_as_in_freedom_03_rms_st_ignucius.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/free_as_in_freedom_04_rms_pleasure_card.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/kdissert.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/levitating_gnu.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/philosophical_gnu.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/image/sisu.png create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/dir/skin_sisu.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_gnu.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_gutenberg.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_kdissert.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/doc/skin_rms.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/site/skin_sisu.rb create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/yml/list.yml create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/yml/promo.yml create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/yml/skin_countries.yml create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/yml/skin_country.yml create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/gpl2.fsf.sst create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/gpl3_draft3.fsf.sst create mode 100644 data/doc/sisu/sisu_markup_samples/dfsg/sisu_output_overview.ssi create mode 100644 data/doc/sisu/sisu_output_overview.sst create mode 100644 data/sisu/README create mode 100644 data/sisu/conf/cgi-bin/sisu_search_pgsql.cgi create mode 100644 data/sisu/conf/cgi-bin/sisu_search_sqlite.cgi create mode 100644 data/sisu/conf/completion/README create mode 100644 data/sisu/conf/completion/_sisu create mode 100644 data/sisu/conf/convert/kdissert_to_sisu create mode 100644 data/sisu/conf/convert/modify.rb create mode 100644 data/sisu/conf/convert/sisu_convert create mode 100644 data/sisu/conf/convert/wvHtml.xml create mode 100644 data/sisu/conf/convert/wvSiSU.xml create mode 100644 data/sisu/conf/lighttpd/lighttpd.cfg.sisu create mode 100644 data/sisu/conf/lighttpd/lighttpd.cfg.sisu_www create mode 100644 data/sisu/conf/ruby/irbrc create mode 100644 data/sisu/conf/syntax/README create mode 100644 data/sisu/conf/syntax/diakonos.conf create mode 100644 data/sisu/conf/syntax/nanorc create mode 100644 data/sisu/conf/syntax/sisu-mode.el create mode 100644 data/sisu/conf/syntax/sisu.lang create mode 100644 data/sisu/conf/syntax/sisu.xml create mode 100644 data/sisu/conf/syntax/sisu_nedit.pats create mode 100644 data/sisu/conf/vim/addons/colors/slate.vim create mode 100644 data/sisu/conf/vim/addons/filetype.vim create mode 100644 data/sisu/conf/vim/addons/ftplugin/sisu.vim create mode 100644 data/sisu/conf/vim/addons/syntax/sisu.vim create mode 100644 data/sisu/image/DebTuxRubySiSU.png create mode 100644 data/sisu/image/arrow_next_blue.png create mode 100644 data/sisu/image/arrow_next_red.png create mode 100644 data/sisu/image/arrow_prev_blue.png create mode 100644 data/sisu/image/arrow_prev_red.png create mode 100644 data/sisu/image/arrow_up_blue.png create mode 100644 data/sisu/image/arrow_up_red.png create mode 100644 data/sisu/image/b_bluebell.png create mode 100644 data/sisu/image/b_doc.png create mode 100644 data/sisu/image/b_home.png create mode 100644 data/sisu/image/b_odf.png create mode 100644 data/sisu/image/b_pdf.png create mode 100644 data/sisu/image/b_toc.png create mode 100644 data/sisu/image/bluebell.png create mode 100644 data/sisu/image/bullet_doc.png create mode 100644 data/sisu/image/bullet_red.png create mode 100644 data/sisu/image/c_Copyleft.png create mode 100644 data/sisu/image/c_Euro.png create mode 100644 data/sisu/image/dot_clear.png create mode 100644 data/sisu/image/dot_white.png create mode 100644 data/sisu/image/next.png create mode 100644 data/sisu/image/previous.png create mode 100644 data/sisu/image/rb7.ico create mode 100644 data/sisu/image/sisu.png create mode 100644 data/sisu/image/toctoc.png create mode 100644 data/sisu/odf/odt.zip create mode 100644 install create mode 100644 lib/sisu/0.52/cgi.rb create mode 100644 lib/sisu/0.52/cgi_pgsql.rb create mode 100644 lib/sisu/0.52/cgi_sql_common.rb create mode 100644 lib/sisu/0.52/cgi_sqlite.rb create mode 100644 lib/sisu/0.52/character_encoding.rb create mode 100644 lib/sisu/0.52/composite.rb create mode 100644 lib/sisu/0.52/concordance.rb create mode 100644 lib/sisu/0.52/conf.rb create mode 100644 lib/sisu/0.52/css.rb create mode 100644 lib/sisu/0.52/dal.rb create mode 100644 lib/sisu/0.52/dal_doc_str.rb create mode 100644 lib/sisu/0.52/dal_doc_str_code.rb create mode 100644 lib/sisu/0.52/dal_doc_str_tables.rb create mode 100644 lib/sisu/0.52/dal_syntax.rb create mode 100644 lib/sisu/0.52/db_columns.rb create mode 100644 lib/sisu/0.52/db_create.rb create mode 100644 lib/sisu/0.52/db_drop.rb create mode 100644 lib/sisu/0.52/db_import.rb create mode 100644 lib/sisu/0.52/db_indexes.rb create mode 100644 lib/sisu/0.52/db_load_tuple.rb create mode 100644 lib/sisu/0.52/db_remove.rb create mode 100644 lib/sisu/0.52/db_select.rb create mode 100644 lib/sisu/0.52/db_tests.rb create mode 100644 lib/sisu/0.52/dbi.rb create mode 100644 lib/sisu/0.52/defaults.rb create mode 100644 lib/sisu/0.52/digests.rb create mode 100644 lib/sisu/0.52/docbook.rb create mode 100644 lib/sisu/0.52/errors.rb create mode 100644 lib/sisu/0.52/help.rb create mode 100644 lib/sisu/0.52/html.rb create mode 100644 lib/sisu/0.52/html_format.rb create mode 100644 lib/sisu/0.52/html_format_css.rb create mode 100644 lib/sisu/0.52/html_promo.rb create mode 100644 lib/sisu/0.52/html_scroll.rb create mode 100644 lib/sisu/0.52/html_segments.rb create mode 100644 lib/sisu/0.52/html_table.rb create mode 100644 lib/sisu/0.52/html_tune.rb create mode 100644 lib/sisu/0.52/hub.rb create mode 100644 lib/sisu/0.52/i18n.rb create mode 100644 lib/sisu/0.52/manifest.rb create mode 100644 lib/sisu/0.52/odf.rb create mode 100644 lib/sisu/0.52/odf_format.rb create mode 100644 lib/sisu/0.52/options.rb create mode 100644 lib/sisu/0.52/param.rb create mode 100644 lib/sisu/0.52/param_identify_markup.rb create mode 100644 lib/sisu/0.52/plaintext.rb create mode 100644 lib/sisu/0.52/plaintext_format.rb create mode 100644 lib/sisu/0.52/relaxng.rb create mode 100644 lib/sisu/0.52/remote_put.rb create mode 100644 lib/sisu/0.52/response.rb create mode 100644 lib/sisu/0.52/rexml.rb create mode 100644 lib/sisu/0.52/screen_text_color.rb create mode 100644 lib/sisu/0.52/semantics.rb create mode 100644 lib/sisu/0.52/share_src.rb create mode 100644 lib/sisu/0.52/share_src_kdissert.rb create mode 100644 lib/sisu/0.52/shared_db.rb create mode 100644 lib/sisu/0.52/shared_html.rb create mode 100644 lib/sisu/0.52/shared_html_lite.rb create mode 100644 lib/sisu/0.52/shared_txt.rb create mode 100644 lib/sisu/0.52/shared_xml.rb create mode 100644 lib/sisu/0.52/sisupod_make.rb create mode 100644 lib/sisu/0.52/sitemaps.rb create mode 100644 lib/sisu/0.52/spell.rb create mode 100644 lib/sisu/0.52/sst_convert_markup.rb create mode 100644 lib/sisu/0.52/sst_do_inline_footnotes.rb create mode 100644 lib/sisu/0.52/sst_from_kdissert.rb create mode 100644 lib/sisu/0.52/sst_from_xml.rb create mode 100644 lib/sisu/0.52/sst_identify_markup.rb create mode 100644 lib/sisu/0.52/sst_to_s_xml_dom.rb create mode 100644 lib/sisu/0.52/sst_to_s_xml_node.rb create mode 100644 lib/sisu/0.52/sst_to_s_xml_sax.rb create mode 100644 lib/sisu/0.52/sysenv.rb create mode 100644 lib/sisu/0.52/termsheet.rb create mode 100644 lib/sisu/0.52/texinfo.rb create mode 100644 lib/sisu/0.52/texinfo_format.rb create mode 100644 lib/sisu/0.52/texpdf.rb create mode 100644 lib/sisu/0.52/texpdf_format.rb create mode 100644 lib/sisu/0.52/update.rb create mode 100644 lib/sisu/0.52/urls.rb create mode 100644 lib/sisu/0.52/vocab.rb create mode 100644 lib/sisu/0.52/vocab_lex.rb create mode 100644 lib/sisu/0.52/webrick.rb create mode 100644 lib/sisu/0.52/wikispeak.rb create mode 100644 lib/sisu/0.52/xhtml.rb create mode 100644 lib/sisu/0.52/xml.rb create mode 100644 lib/sisu/0.52/xml_dom.rb create mode 100644 lib/sisu/0.52/xml_format.rb create mode 100644 lib/sisu/0.52/xml_tables.rb create mode 100644 lib/sisu/0.52/zap.rb create mode 100644 man/man1/sisu.1 create mode 100644 man/man1/sisu_termsheet.1 create mode 100644 man/man1/sisu_webrick.1 create mode 100644 man/man7/sisu_vim.7 create mode 100644 man/man8/sisu.8 create mode 100644 setup.rb diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..2c1bf32b --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6426 @@ +* See homepage at: http://www.jus.uio.no/sisu +* & http://www.jus.uio.no/sisu/SiSU/download +* & http://www.jus.uio.no/sisu/SiSU/changelog + +Reverse Chronological: + +%% STABLE MANIFEST + +%% sisu_0.52.7.orig.tar.gz (2007-05-17::20/4) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.7.orig.tar.gz + sisu_0.52.7.orig.tar.gz + sisu_0.52.7-1.dsc + sisu_0.52.7-1.diff.gz + + * texpdf, related to special characters + +%% sisu_0.52.6.orig.tar.gz (2007-05-14::20/1) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.6.orig.tar.gz + 3255ec945b0583a01af963dde3f76f1d 1283482 sisu_0.52.6.orig.tar.gz + f466b68b3093e2c95fed13e4ebf0d495 606 sisu_0.52.6-1.dsc + aafb3b715fe2566f88c2def746d73099 148689 sisu_0.52.6-1.diff.gz + + * texpdf, a url representation fix, escape of special characters + +%% sisu_0.52.5.orig.tar.gz (2007-05-10::19/4) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.5.orig.tar.gz + e01dd9390785e8b087140a7166cc6a5e 1283393 sisu_0.52.5.orig.tar.gz + 1bc960b5ce02d58153579d32bfbb2bd0 606 sisu_0.52.5-1.dsc + d6ab36fca512d494a4ce6fe0feec217a 148667 sisu_0.52.5-1.diff.gz + + * postgresql TCP/IP port setting changed, looks first at sisurc.yml else the + environment variable PGPORT, else fallback is to set + default to 5432 + + * debian/control postgresql dependencies updated, version agnostic (Closes: + #419294) [Martin Pitt thanks for report] + * on debian postgresql-8.2 now replaces postgresql-8.1, migrate database. + * you may need to set the TCP/IP port, and this can be done either by + setting PGPORT (e.g. "export PGPORT=5432") or setting the port in + sisurc.yml (check what the correct value should be [on my system the + default was set to 5433 for 8.2, "ls -la /var/run/postgresql/" may help]) + +%% sisu_0.52.4.orig.tar.gz (2007-05-05::18/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.4.orig.tar.gz + 8712a6162633f27dce36f57bc60599a5 1282392 sisu_0.52.4.orig.tar.gz + fd5618da795883fbeb1d53076783f80a 606 sisu_0.52.4-1.dsc + 7f6b377e5f0bdc0ea805a7af5f21f2bb 148482 sisu_0.52.4-1.diff.gz + + * param, markup version detection added + + * some code cleaning and anchoring of some regexs to start and end of string + + * [checked against ruby 1.9.0 (2006-06-08) [i486-linux] in Debian Sid] + + * debian debhelper (>= 5) + + * [very rough wiki text output/assist (-g), may remove, not documented] + +%% sisu_0.52.3.orig.tar.gz (2007-04-26::17/4) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.3.orig.tar.gz + d71332c68a8ed6b01f358f1e5ae45875 1279017 sisu_0.52.3.orig.tar.gz + 4dd90c7e7790ea75be3017577759a128 606 sisu_0.52.3-1.dsc + a82c2c62106475640b25fefb38e9a6a4 148442 sisu_0.52.3-1.diff.gz + + * texpdf, a fix, utf-8 markup/input file now required and assumed + [file magic identification of sisu markup files changes, utf-8 info is not + currently provided, (resulting in false assumption on encoding)] + + * debian/control, postgresql dependency reverted till ruby db driver + dependencies are updated, [reopened: #419294] [not caught in 0.52.2 because + both versions of postgresql were installed, 0.52.2 was not uploaded to the + debian repository] + +%% sisu_0.52.2.orig.tar.gz (2007-04-21::16/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.2.orig.tar.gz + 96a2d9628e14e997bd93edd817b04996 1278391 sisu_0.52.2.orig.tar.gz + b3ed14988e1deed59ba13e0cfaae0b35 606 sisu_0.52.2-1.dsc + fb9ec4798fd769320873dbbc7ff145f8 148322 sisu_0.52.2-1.diff.gz + + * html, links to other output make use of the default settings as well as + availability of software (e.g. to generate pdf from LaTeX) + + * debian/control, postgresql dependency update, [intended to close: #419294] + [thank you for report Martin Pitt] + +%% sisu_0.52.1.orig.tar.gz (2007-04-14::15/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.1.orig.tar.gz + 24faea8c8565af2a24fb02c4499cb287 1280993 sisu_0.52.1.orig.tar.gz + 46a488ef619227fd02426a7311e86927 606 sisu_0.52.1-1.dsc + b0286f72ebcbb9a8443ae99bb905407a 141510 sisu_0.52.1-1.diff.gz + + * initial revisit of XML output (and input) models, lots as yet to be done + + * cleanup of some unused code, re-introduce if needed + +%% sisu_0.52.0.orig.tar.gz (2007-04-07::14/6) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.52.0.orig.tar.gz + e8767ea85c9e4f0941a8019f184031f3 1273211 sisu_0.52.0.orig.tar.gz + 991acda3465d5a8a043da7f327d8d020 606 sisu_0.52.0-1.dsc + 731cb9af8e47d4ebcd4a93c98286ac15 1391220 sisu_0.52.0-1.diff.gz + + * 0.52 introduces: file-type identifier declaration, the _{first line of SiSU + a markup file}_ should be the sisu file-type identifier, indicated by the + word SiSU optionally (and preferably) followed by the version number of the + markup used: + e.g. current markup files would start with the line: + 'SiSU 0.52' + or + 'sisu-0.52' + [most markup is unchanged since sisu-0.38 though there have been some + additions since see e.g. sisu-0.42... (sisu-0.16 markup remains valid + though depreciated) to keep backward compatibility use:] + commented out equivalents: + '% SiSU 0.38' + or + '% sisu-0.38' + variants include: + 'SiSU text 0.52' [filename].sst (equivalent to the default 'SiSU 0.52') + 'SiSU insert 0.52' [filename].ssi + 'SiSU master 0.52' [filename].ssm + + sisupod (zip) files (currently) have inserted into the binary: + 'SiSU sisupod 0.52.0' + and sisupod (zip) of directory content: + 'SiSU sisupod 0.52.0 directory contents sisupod-sisu-2007-04-03.ssp' + + * command line options: + * default action for 'sisu [filename]' introduced: sisu -0 [filename] + [flag -0 introduced and can be configured in config as 'flag' 'default'] + * added long forms for -q (--verbose-0|--quiet) -v (--verbose-1|--verbose) + -V (--verbose-2|--Verbose) -M (--maintenance) and -VM (--verbose-3) + + * sst_identify_markup minor adjustments + + * sst_do_inline_footnotes minor adjustments + + * xml input representation variants (sax, dom, node), minor adjustments in + conversion to and from ordinary sisu markup (.sst) + + * shared_xml fix (occasionally affecting html) make sure content of + for pre, toc, and next, (there are other + equivalent navigation options) + + * sitemaps, very early days, stubs in place to make this work + (google, yahoo, ms announced their joint decision to use this week) + + * remote, placement of sitemaps directory to remote server, rsync + +%% sisu_0.48.6.orig.tar.gz (2006w45/6 | 2006-11-11) [Debian Release snapshot, uploaded by Daniel Baumann (Medium)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.6.orig.tar.gz + 82b8dd63a4626fcef222d039820827cc 1245728 sisu_0.48.6.orig.tar.gz + 25be6c97cfa020a1b2971e02bc32b715 606 sisu_0.48.6-1.dsc + 1c682265850177ec5eb32a3cfe1fc3cd 100704 sisu_0.48.6-1.diff.gz + + * html, doc (single text, scroll version) tables, fixed + + * texpdf, bugfix for (asterisk marker type) footnotes in headings, fixed + + * metaverse, in "visual" table representation {table} may be used instead of + {t} likewise {table~h} instead of {t~h}, + (resulting output cleaned, fix) + + * vim syntax highlighting updated for {table} match + +%% sisu_0.48.5.orig.tar.gz (2006w45/3 | 2006-11-08) [Debian Release snapshot, uploaded by Daniel Baumann (Medium)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.5.orig.tar.gz + 208f47dcc87802fcd14b64e9c1aa2a52 1245103 sisu_0.48.5.orig.tar.gz + 1664f21a14fa2311d7cb115e8d31fc88 606 sisu_0.48.5-1.dsc + 428fe256c0dd063d362baa751866ede8 100632 sisu_0.48.5-1.diff.gz + + * sisupod (directory zip) creation, file selection tuning + + * command line option papersize (texpdf), minor convention e.g. + --papersize-letter (in addition to --papersize=letter) available options: + European 'A4', book 'a5', 'b5' and U.S. 'letter', 'legal' (system defaults + to A4). However, these can be and are better set in the config file + (document headers being another though not recommended possibility), + + 'sisu --help env' should list the current (default/configuration) settings + including papersize + + * minor checks, minor editing, e.g. man pages + +%% sisu_0.48.4.orig.tar.gz (2006w45/1 | 2006-11-06) [Debian Release snapshot, uploaded by Daniel Baumann (Medium)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.4.orig.tar.gz + eee656e88462c4dc2f338dadb26fc97a 1244746 sisu_0.48.4.orig.tar.gz + 70bd0670b8b21130856e87d32644102c 606 sisu_0.48.4-1.dsc + f72edba97792bc72f07b5b66223761fc 100603 sisu_0.48.4-1.diff.gz + + * texpdf, default table behaviour changed to accommodate tables with a lot of + text, also some cleaning of tables (fixed) + + * plaintext, serious performance issue when dealing with a document with + tables, [especially annoying as tables are omitted from this output format] + addressed (fixed) + + * markup footnote conversion to paragraph inline footnotes, (fixed) + + * minor adjustment to sisupod directory name... + +%% sisu_0.48.3.orig.tar.gz (2006w44/2 | 2006-10-31) [Debian Release snapshot, uploaded by Daniel Baumann (High)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.3.orig.tar.gz + 8c3fffc9a7da73220e15d15cfba968bf 1243334 sisu_0.48.3.orig.tar.gz + 6a75a4a2d5817914f274388237ddcf4d 606 sisu_0.48.3-1.dsc + eea089e0690c3aa6c7a4baae8c4b5f54 100547 sisu_0.48.3-1.diff.gz + + * one file omitted in sisu 0.48.2 fix, see comments there. + +%% sisu_0.48.2.orig.tar.gz (2006w44/2 | 2006-10-31) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.2.orig.tar.gz + a9a876acb9cdf3501cd3d7bfe09db9d0 1243141 sisu_0.48.2.orig.tar.gz + ae29c18dfb96d898e608ff50b1d20512 606 sisu_0.48.2-1.dsc + e16685b9fe00f5e6096f72386d699ff7 100497 sisu_0.48.2-1.diff.gz + + * debian ruby build ruby-1.8.5-3 (uploaded yesterday) detects and breaks on + cyclic include errors which were found at a basic level of operation, + rendering program effectively broken. New ruby build affects all previous + versions of sisu. [Further code review is necessary to ascertain that this + does not occur anywhere else within sisu code base] + +%% sisu_0.48.1.orig.tar.gz (2006w43/7 | 2006-10-29) [Debian Release snapshot, uploaded by Daniel Baumann (Medium)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.1.orig.tar.gz + cda3082de5c359737bfdfd23474fee2b 1242845 sisu_0.48.1.orig.tar.gz + badc4a6d1e6bc77956ec603a5278bbea 606 sisu_0.48.1-2.dsc + a95c14570a0e5ebd46a588c7181151f5 101129 sisu_0.48.1-2.diff.gz + sisu_0.48.1-1.dsc + sisu_0.48.1-1.diff.gz + + * metaverse, indicate image missing if a requested image is not found + + * processing directories default location moved to be placed under home or /tmp + from pwd + + * (-1) debian/control, recommends hyperestraier removed as appears to cause + issues (also rename and pgaccess) + + * (-2) debian/control recommends hyperestraier (sisu and sisu-complete) put + back + +%% sisu_0.48.0.orig.tar.gz (2006w43/6 | 2006-10-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.48.0.orig.tar.gz + 5e7bc1752828347d0f43e7eb8403cfec 1241476 sisu_0.48.0.orig.tar.gz + 79cce16683c3da3f70e9cc205710feb1 606 sisu_0.48.0-1.dsc + 748830590639ab2e8097b8c0820b37a4 100197 sisu_0.48.0-1.diff.gz + + * sisupod, creation of (zipped sisu content files, primarily a way of + bundling sisu content assocated with a prepared sisu file or set of files, + that sisu commands can be run directly against) creation: + 'sisu -S [filename]' + places a file named sisupod.zip in the output directory + for directory + 'sisu -S' + creates a sisupod of the pwd named: + sisupod-[pwd.stub]_[date].ssp + e.g. sisupod-sisu_2006-10-26.ssp + (uses system call to unix commands find and egrep) + + * sisupod, sisu can be run directly against a sisupod without manual + unpacking, e.g.: + 'sisu -3 sisupod.zip' + [early implementation, a system call used], + run against the following filename/types: sisupod, sisupod.zip, + [filename].ssp + * security: + * sisu does not ever use a sisurc.yaml within a sisupod + * sisu will only use a skin within sisupod if --trust(ed) modifier is + added to the command line + * skins, note: copy dir skin to skin_sisupod.rb + [doc skin keeps name as called with name within document] + + * remote operations possible on sisupod, e.g. + 'sisu -3 http://www.jus.uio.no/sisu/free_culture.lawrence_lessig/sisupod.zip' + + * sysenv, sisu processing directory '_sisu_processing' default placement now + first within pwd (markup text directory) if that is not writable under home + ~ and if not available to /tmp (the preference of home over /tmp my be + reconsidered, thinking is to default towards keeping processing related + info within private space) + + * manifest, uses documents home button/icon, if available + (rather than sisu default) + + * sisupod alternative names sisupod, siuspod.zip [filename].ssp + + * urls, tune, removed link to html 'tune' output file, no longer generated + + * sysenv, url path reporting fix, (broken by renaming in 0.47.7) + + * processing directories default location moved to be placed under home or /tmp + from pwd, likewise sisupod creation directory moved + [processing directory]/sisupod from ./_sisu/sisu_doc + + * extra testing, numerous small fixes, (several related to method renaming in + sisu-0.47.7, also checks against both ruby 1.8.5 and current 1.9, $KCONV set + to UTF-8 rather than rely on environment and many more also as above) + +%% sisu_0.47.8.orig.tar.gz (2006w42/4 | 2006-10-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.8.orig.tar.gz + 53c131f5c569d96ff60ecfdeb1a1f3d5 1237476 sisu_0.47.8.orig.tar.gz + a39620a910612684a0dc31b3b5559eda 606 sisu_0.47.8-1.dsc + 8570a26f39ec44b3c8c539d0dcf63a99 100075 sisu_0.47.8-1.diff.gz + + * metaverse, minor fix related to link created for shared source file with + regard to new syntax shortcut markup for listing multiple available output + types produced by SiSU (introduced in 0.47.6) + +%% sisu_0.47.7.orig.tar.gz (2006w41/6 | 2006-10-14) [Debian Release snapshot, uploaded by Daniel Baumann] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.7.orig.tar.gz + 6bb28ad3f783184876c455c91cf9ef22 1236983 sisu_0.47.7.orig.tar.gz + c8bf85fb300d6260176ad459c2f6e3a0 606 sisu_0.47.7-2.dsc + 8eaeebb43b6de5ca727995d681d36b1c 102531 sisu_0.47.7-2.diff.gz + 62c779fa5ca023af71854d989b60bfe9 609 sisu_0.47.7-1.dsc + 07b12f4b1af9873eee44e610511ac525 99876 sisu_0.47.7-1.diff.gz + + * sysenv, minor code play, some method renaming, organisational + (however affects rest of code, much testing, (smallish possibility of + breakage remains)) + + * gif, reinstate support, however use not yet recommended + (gif no longer under patent, however, gif is not available for all pdf, + does not yet appear to be available in tetex) + [image support: png, jpg, (gif)] + + * [debian/control] sisu-pdf set to work with texlive (tetex|texlive depends) + (sisu works out of the box with texlive installed, currently an issue with + the default font in texlive) + http://lists.debian.org/debian-tex-maint/2006/10/msg00620.html + +%% sisu_0.47.6.orig.tar.gz (2006w40/6 | 2006-10-07) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.6.orig.tar.gz + 7e319ebd2f8265f6ca7e46a4c74bd211 1236547 sisu_0.47.6.orig.tar.gz + bf4602222c37f9e288284e1573ebd034 609 sisu_0.47.6-1.dsc + 9741957517f66d825d952e309d231152 99839 sisu_0.47.6-1.diff.gz + + * tex/pdf, fixed paragraph indent with hyperlink + (previously linking not parsed and dealt with) + + * tex/pdf, fixed closing double quote (was typo) + + * syntax, new shortcut markup for listing multiple available output + types produced by SiSU (existing syntax unaffected) + + * [package structure, vim directory moved to data/sisu/conf/vim from + data/vim] + +%% sisu_0.47.5.orig.tar.gz (2006w39/7 | 2006-10-01) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.5.orig.tar.gz + 40d50d1db5e6f1ca4750dec82fc7aad8 1234759 sisu_0.47.5.orig.tar.gz + e3555bb320920eb25e62c820961105e7 609 sisu_0.47.5-1.dsc + a030d4f4dd052009ce36ab14dec29ed3 99796 sisu_0.47.5-1.diff.gz + + * sisupod, fix creation of, change of library name caused break in 0.47.4 + +%% sisu_0.47.4.orig.tar.gz (2006w39/5 | 2006-09-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.4.orig.tar.gz + 71ae6429e675fdbfb6a8ab507c3e6989 1233691 sisu_0.47.4.orig.tar.gz + c0968784d14ac2ff6b7754dc5de6024a 609 sisu_0.47.4-1.dsc + a0ccb2abcee55dd60529b2cc88c73454 99693 sisu_0.47.4-1.diff.gz + + * syntax highlighting, kate, kwrite, nano minor updates, review + + * debian: browser and pdf reader icons removed, + (Closes: #389500) fixes debian policy violation + removed non dfsg compliant firefox icon + (also removed other browser related icons) + +%% sisu_0.47.3.orig.tar.gz (2006w38/6 | 2006-09-23) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.3.orig.tar.gz + 18ac94ea4ab58060873ba22d37d03bd0 1268844 sisu_0.47.3.orig.tar.gz + 3c2fac012a174f930e9030863e92f065 609 sisu_0.47.3-1.dsc + c075392d392665de4d5054f438352f2f 99612 sisu_0.47.3-1.diff.gz + + * minor code review + [takes care of RAM issue experienced with some forms of batch processing] + +%% sisu_0.47.2.orig.tar.gz (2006w38/5 | 2006-09-22) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.2.orig.tar.gz + 5afc268f78ab72b17c387469e2ae5caf 1268744 sisu_0.47.2.orig.tar.gz + 334056e0cdd87dc2887baf99a638e3d1 609 sisu_0.47.2-1.dsc + 8e468cc4052b0f28fb3b22ef5dfbf4c2 99580 sisu_0.47.2-1.diff.gz + + * metaverse, a line of code needed changing for ruby-1.8.5 + +%% sisu_0.47.1.orig.tar.gz (2006w38/1 | 2006-09-18) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.1.orig.tar.gz + 77d77e7888ee1f97a38012233d5d4d90 1268488 sisu_0.47.1.orig.tar.gz + c7e9cd3ee27bba16684651bda463124c 609 sisu_0.47.1-1.dsc + 596bb6380b8355d4b5420aa5ddb2008f 99556 sisu_0.47.1-1.diff.gz + + * fixed, document content certificate, issue with batch processing (and + cleaning of earlier document details) sorted + + * fixed, sharing document source for multilingual documents (-s), creates and + copies to the wrong directory + + * plaintext minor adjustments, and a batch processing information sync fix + +%% sisu_0.47.0.orig.tar.gz (2006w37/7 | 2006-09-17) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.47.0.orig.tar.gz + c8eb3908d4b6fb6e6bc199118a0ef897 1268127 sisu_0.47.0.orig.tar.gz + 42836c37c783d9c7aee87085127cd87c 609 sisu_0.47.0-1.dsc + e02895ae383af556ebc50d7832c7d20a 99541 sisu_0.47.0-1.diff.gz + + * sisupod, use zip compression and file extension .zip + (instead of tar gzip .tgz) interoperability, wider platform comprehension + + * sisupod, master documents (.ssm) bug in batch processing sorted (todo with + filenames) + + * html tune, unnecessary hard output removed (except in maintenance mode -M) + + * (document content certificate, issue with batch processing sorted) + + * reduce system calls + + * odf base file, odt.zip (instead of odt.tgz), easy way to maintain directory + structure (issue in version control, hg drops empty directories) + + * conversion, prefer --to- to --to=, keep both, man page and help updated to + use --to-[conversion] (also minor cleaning of screen output) + + * debian/control depends zip and unzip added, used for sisupod.zip and ODF output + +%% sisu_0.46.5.orig.tar.gz (2006w36/6 | 2006-09-09) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.5.orig.tar.gz + bea9a0eddb1ea8746de416a7bdd22e2e 1265848 sisu_0.46.5.orig.tar.gz + 87e99256d31497c23509811e122b6ea2 609 sisu_0.46.5-1.dsc + 5b4caafec6ac1ebc5314f7fa44e8f677 99342 sisu_0.46.5-1.diff.gz + + * documentation adjustments + +%% sisu_0.46.4.orig.tar.gz (2006w36/3 | 2006-09-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.4.orig.tar.gz + 506bc266f4618eea88c7c005f21c2bf4 1269441 sisu_0.46.4.orig.tar.gz + 6fbd0e2e7f2915725feb03e3ea0f977f 609 sisu_0.46.4-1.dsc + a7fcd22b852f90ab4af04c56143a8aa2 99242 sisu_0.46.4-1.diff.gz + + * defaults html text/ accompanying blurb removed some Ruby / Debian / Linux / + Unix text + +%% sisu_0.46.3.orig.tar.gz (2006w36/1 | 2006-09-04) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.3.orig.tar.gz + c41d41e0771e66c236b2832c8798a1d8 1269233 sisu_0.46.3.orig.tar.gz + 74458da231e6e4628996c48eb915344d 609 sisu_0.46.3-1.dsc + f7ab7c92526bfecd71331a69ef069d44 99223 sisu_0.46.3-1.diff.gz + + * Ruby version upped to 1.8.4, (probably will work with earlier versions but + not tested) + + * db option synonyms --pgsql for -D or --sqlite for -d + + * document structure, extended level, stubs in place + + * syntax highlighting, directory renamed and a quick look at kate and + diakonos updated + + * help/man pages, db related minor update + + * termsheet checked + + * minor code play + + * debian/control moved from extra to optional - does not conflict with + anything, though a bit specialised perhaps + + * debian/copyright, year 2006 added + + * [debian/control build does not permit changing ruby version to 1.8.4] + +%% sisu_0.46.2.orig.tar.gz (2006w34/5 | 2006-08-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.2.orig.tar.gz + 852d865e66fd37e1902d3940cd460e55 1265122 sisu_0.46.2.orig.tar.gz + 9931d0d05ea5e37134fb063c31caa66e 609 sisu_0.46.2-1.dsc + 6a52a52ede5cf3158cd4bd843f737295 99124 sisu_0.46.2-1.diff.gz + + * experimental conversion xml(sxs,sxn) to sst, (from xml that was converted + from sst) [sxd not yet in place, and several errors identified] + + * header metadata extraction and sharing changed (used by xml and other + document types) + + * conversion file libraries, some renaming + + * zsh completion (see 0.46.1), simplified/corrected in response to feedback, + still naive + + * help and man pages updated with conversion info between sst and xml and + back + + * Ruby: ruby version restrict use to ruby-1.8.2 or later, but only tested for + ruby-1.8.4 (and later) [may have to restrict to more recent versions of + Ruby] + + * Ruby: if|unless|elsif|where colon constructs are depreciated in Ruby 1.8.5. + (released today), so (the aesthetically more pleasing) colons switched with + semi-colons. + +%% sisu_0.46.1.orig.tar.gz (2006w33/3 | 2006-08-16) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.1.orig.tar.gz + 26bef582eb5da7fe39b578e9296ceb19 1263026 sisu_0.46.1.orig.tar.gz + 37ebebd9bf56e2e5fd57b0b1411771be 609 sisu_0.46.1-1.dsc + 3537949d88ec6749698fd04d21a30d96 99119 sisu_0.46.1-1.diff.gz + + * zsh, naive zsh completion file _sisu in data/sisu/conf/completion (on + debian installed to /usr/share/sisu/conf/completion) works if copied + somewhere within your $fpath (do it yourself on debian copy to ~/.zfunc or + /usr/local/share/zsh/site-functions and run compinit) + + * code, minor alterations, + * creation of Arrays and Hashes, not intended to be substantive + * in hub corrected calling of help for termsheet + * small adjustments to calling of conversion scripts + + * debian/control, reminded that sisu-vim existed prior to vim-sisu (renamed + due to vim policy) both now removed and replaced by default installation, + control file modified accordingly for sisu-vim + +%% sisu_0.46.0.orig.tar.gz (2006w32/6 | 2006-08-12) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.46.1.orig.tar.gz + 84d863f4f41ff2e328530930890f7160 1259520 sisu_0.46.0.orig.tar.gz + 9d04df245c99431649f40f58d5022c40 609 sisu_0.46.0-1.dsc + 6b027cbd9d063eae67010ee072a6fc28 99068 sisu_0.46.0-1.diff.gz + + * 0.44 branch reinstated (leapfrogging over 0.45 which was a reversion to + 0.43) + + * metaverse changes for consistency, affects all downstream code (with + attendant risk), numerous related changes; preliminary tests passed + + * see 0.44.0 + + [basic operation (sisu -mNhwpoabxXyv [filename]) also tested for ruby 1.9 + with rmagick switched off (db not tested)] + + * debian/rules compression mentioned twice, one removed + +%% sisu_0.45.0.orig.tar.gz (2006w31/7 | 2006-08-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.45.1.orig.tar.gz + dbdcdd947aa6357492ac50a5bb5b81af 1242290 sisu_0.45.0.orig.tar.gz + 9ac37f27c19ff8696631396627919806 609 sisu_0.45.0-1.dsc + 7426d8ba2f1e2aa709a0aeccd4596f4d 99025 sisu_0.45.0-1.diff.gz + + * an emergency reversion to 0.43 code, as 0.44 breaks many LaTeX/pdfs + [the other components of 0.44 are fine but the LaTeX part does not play + properly with the new code base] + for the present time, ignore (jump over) the version changes in 0.44, + and continue from 0.43 + + * only the odf icon (noted in 0.44) and a cosmetic change to manifest are + added to this release since 0.43 + + * the debian related changes in 0.44 are retained + + * NB. only emergency maintenance on this branch, development is on 0.44 + +%% sisu_0.44.0.orig.tar.gz (2006w31/7 | 2006-08-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.44.1.orig.tar.gz + 4ce1f4946ce12180bf257d46f5ab6ff0 1256908 sisu_0.44.0.orig.tar.gz + f976a5e8494184696c70c45b240933ee 609 sisu_0.44.0-1.dsc + a8fd211fff73a01beb17433707bb1e04 98941 sisu_0.44.0-1.diff.gz + + [some breakage, in particular LaTeX/pdf had issues, fixed in 0.46.0] + + * some juggling of code and renaming of some files + (db broken into smaller chunks) + + * metaverse, document level structure moved to external shared library and + determined therefrom + + * metaverse, ocn moved to an external shared library and together with + "node" numbering determined therefrom + [raises possibility of ocn (numbering) issues, preliminary tests passed] + + * db operations broken up into smaller code files + + * numerous other little things + + ** Note: shared sisu libraries, practice likely to become that these contain + pointers to libraries, rather than the libraries themselves, e.g. + shared_db + + * odf/odt added generic odf tiny icon + * html, added icon and link to opendocument text + (assumes output is always present, as do the pdf equivalents) + + * markup, experimenting with simple xml models, + three xml representations of sisu markup, sxs, sxd, sxn + export with + sisu --to=sxs [filename] + [experimental, these will change] + import, not done + + * --to made a synonym for --convert + + * debian/rules simplified + [utilising feedback from Daniel Baumann on "rant" package] + + * debian/control sisu-pdf Depends: changed to make TeX Live optional, + actually part of it is now required as tetex along with tetex-extra do not + contain all the LaTeX packages SiSU requires (in particular manyfoot.sty is + missing) [used feedback from Ralf Stubner on dependency options] + + * debian/lintian/sisu added lintian override for man page and non-executables + +%% sisu_0.43.0.orig.tar.gz (2006w29/6 | 2006-07-22) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.43.0.orig.tar.gz + 09127f189334eef57363875bb2fb2a4d 1241138 sisu_0.43.0.orig.tar.gz + 11692249f8ae03a4ead59fb1f0e00514 609 sisu_0.43.0-1.dsc + e3307627de717fca49c9fbec988c8cc2 99392 sisu_0.43.0-1.diff.gz + + * footnotes, introduction of new editor (square bracket) series, + using asterisk and plus signs + ~[ asterisk editor note ]~ or ~[* asterisk ed. note ]~ and + ~[+ dagger ed. note ]~ + outputs updated: plaintext, latex, html, xml, odf, dcc, database + the sample search form does not yet search the new (asterisk and plus) + endnote series + [easy to add additional symbols later, also consider it should be fairly + straightforward to add possibility to use of name of note maker with + numbered note sequences for each contributor; you may wish to think of + sorting into different types for some of these like plaintext, later] + + * database, breaks existing database model by introducing new tables, to + accommodate the new endnote series, (square bracket series). (there are + alternative ways to add the information, e.g. add column with information + on the endnote symbol involved; have in fact added a table for each of the + symbols used) + + * additional footnote annotations (asterisk, dagger) can be dropped from + output with command modifiers --no-asterisk, --no-dagger, --no-annotate + + * --convert=footnotes (convert to embedded footnote markup, do not make + changes if footnote mismatch) + --convert=footnotes-force (make changes even if there is a footnote + mismatch) provide warning about changes what todo, make backup? or create + new file, what filename to use? + + * --no-ocn switches off object citation numbering. Produce output without + identifying numbers in margins of html or LaTeX/pdf output. [with -h -H or + -p] + + * vim syntax highlighter recognises footnote/annotation additions + + * debian vim/addons/syntax/sisu.vim add the new syntax file + (submit changes to Bram) + + * man page and help.rb updated on editor footnotes, square bracket series + + * relaxng object models, look at, included in data/doc/sisu/models/relaxng + (some models quite old, and undeveloped, originally in sisu library + relaxng.rb) + + * metaverse, and elsewhere, utf-8 is assumed: started cleaning out legacy + code (character converting regex) sisu generates its first Chinese document + in html, plaintext and sql databases (postgresql and sqlite) only, at this + stage... [confirmation that first Chinese document presentation is fine, + from author of test (law related) text; the listed text representations + reasonably handle the utf-8 characters involved, and document structure is + ok] + +%% sisu_0.42.4.orig.tar.gz (2006w29/1 | 2006-07-17) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.4.orig.tar.gz + dccd6a56bcd2217d3bb0f1be5211ed57 1230468 sisu_0.42.4.orig.tar.gz + a6814ae0311a22d1f0ca89208629e2ac 609 sisu_0.42.4-1.dsc + bdebad3bdcda48423bdb4a021224c04b 99255 sisu_0.42.4-1.diff.gz + + * sisu_manifest, pdf description express portrait copy to be optimised/biased + towards print, and landscape to have screen view bias/optimisation + (orientation and colored links) + + * debian (mostly), meta-packages man pages moved to man(7) + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377209 + (Closes: #377209) [which was re-opened as not properly done previously, + myon] + + * debian, closed bug 377208 after informing submitter changes had been made + and requesting review ('fixed' in 0.42.2) + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377208 + (Closes: #377208) [submitted:myon] + + * debian/control added a Conflicts: vim-sisu, + sisu-remote, to the existing Replaces: these + two packages have been removed + + * ruby, also tested ok with ruby1.9 (Debian Version: 1.9.0+20060609-1) + sisu -3v [filename] + [database tests omitted, relevant ruby drivers not on system] + +%% sisu_0.42.3.orig.tar.gz (2006w28/2 | 2006-07-11) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.3.orig.tar.gz + d3ab92e9f20ef48de711512d10fd3fe7 1230428 sisu_0.42.3.orig.tar.gz + 33088e3d51a612cf73a64afe239eb8f5 609 sisu_0.42.3-1.dsc + 28a4652fdade40b19ddb88df4344242f 99164 sisu_0.42.3-1.diff.gz + + * html, segments, cosmetic, removal of footnote marker in headings + + * sysenv, fix for when sisu sql related packages are not + installed, should not then be loading rb dbi module + +%% sisu_0.42.2.orig.tar.gz (2006w27/6 | 2006-07-08) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.2.orig.tar.gz + cf5b6605089179140da52f5bde655ebd 1229996 sisu_0.42.2.orig.tar.gz + 081c37f65a4fbb5ed7d3a2ed1a02c423 609 sisu_0.42.2-1.dsc + 19f7878a951fa966acb5ab3c5d38f6c8 99115 sisu_0.42.2-1.diff.gz + + * html, xhtml, added utf-8 specification + + [(previously relied on correct browser setting] + + * debian/control, removed sisu-remote, added recommends rsync, + openssh-client|lsh-client, keychain, to main sisu package instead + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377206 + (Closes: #377206) [submitted:myon] + + * debian/control, removed vim-sisu, this used to contain syntax highligter + and color scheme now included in Vim 7, all that remains is ftplugin, now + installed by main sisu package + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377207 + (Closes: #377207) [submitted:myon] [* change to source package structure] + + * debian/control, sisu Replaces: vim-sisu + debian/sisu.install installs ftplugin originally in vim-sisu + + * debian/manpages, sisu (main package) now installs vim_sisu page in man(7) + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377209 + (Closes: #377209) [submitted:myon] + + * debian/control, package description related issues: + * modified sisu + * modified sisu-complete + * modified sisu-postgresql + * modified sisu-sqlite + * modified sisu-pdf + * removed sisu-remote, (as sisu-remote is no more) + * removed vim-sisu, (as vim-sisu is no more) + * removed sisu-remote, (as sisu-remote is no more) + [consider adding a note on remote placement of documents in sisu(8) + later] + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377208 + (verify that descriptions are satisfactory before closing: #377208) + [submitted:myon] + +%% sisu_0.42.1.orig.tar.gz (2006w27/4 | 2006-07-06) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.1.orig.tar.gz + 7d6bcb9a4be5ded17e71522b37a2af5a 1227649 sisu_0.42.1.orig.tar.gz + 734e48c69096c912cbd60f38b8961bd0 632 sisu_0.42.1-1.dsc + bb107345477000cc540fb08a73df4379 99097 sisu_0.42.1-1.diff.gz + + * dbi fix (--createdb) + + * [ruby1.9, forward testing, general check, (tests ok db operations apart, + drivers not installed)] + + * debian/control, removed recommends libtidy [non-existent, see current + libtidy-0.99-0, called in by tidy which is recommended and sets libtidy + dependency] + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377086 + (Closes: #377086) [submitted:luk] + +%% sisu_0.42.0.orig.tar.gz (2006w27/4 | 2006-07-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.42.0.orig.tar.gz + 297702e8c44b95f0ac16c656b798812d 1227287 sisu_0.42.0.orig.tar.gz + 065d70ba326d517401f2b62fe5c837c4 632 sisu_0.42.0-2.dsc + 0ad5a4471a31f4968a7b900a17c43ac7 99754 sisu_0.42.0-2.diff.gz + c3be264946486f71b021227a16197162 632 sisu_0.42.0-1.dsc + 83577a37dbbe6915a25814a541263e54 98970 sisu_0.42.0-1.diff.gz + + * texpdf fix, object citation numbering reinstated + + * asterisk (and plus sign) footnote/endnote marker/tags + [SubTech2006::LII:TB "request": required for U.S. law articles] + done: html, odf, xmls, plaintext, + latex pdf (some cosmetic changes to come) + digests(dcc) + sql (specific issue not addressed but works sortof) + + * syntax, asterisk (and plus sign) footnote/endnote marker/tags + introduced ~{* for an asterisk marked endnote }~ and plus sign equivalent + [reason for version number change, as previous + version won't parse] + + * texpdf portrait text now all black, including toc and endnote markers + landscape retains color for toc (red) & linked text (blue) [online viewing] + [introduce configuration options?] + + * help updated + + * kdissert conversion to sisu markup a refinement (with less-than & + greater-than) + + ** debian/control changed back to ruby >= 1.8.2 + * debian/control ruby >= 1.8.4 + (not done sufficient testing on 1.8.2, so not supported) + + * debian/control sisu-pdf added Depends: texlive-latex-extra + (needed for manyfoot.sty, used for asterisk footnotes) + + * debian vim-sisu, description + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374873 + (Closes: #374873) [submitted: Jens Seidel] + +%% sisu_0.41.8.orig.tar.gz (2006w25/6 | 2006-06-24) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.8.orig.tar.gz + ea76d18d8c58bb444f4be71c4e9a3185 1225229 sisu_0.41.8.orig.tar.gz + 283d46cf2196e667e5416327a19659c5 632 sisu_0.41.8-1.dsc + 1fe0b2f06aed3d3f8a272340dcabef9c 98810 sisu_0.41.8-1.diff.gz + + * kdissert, texpdf, accept sisu page break and new page marker, used for + LaTeX/pdf + +%% sisu_0.41.7.orig.tar.gz (2006w25/6 | 2006-06-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.7.orig.tar.gz + 792ed0b0e57e78cf88ec37102fd3de8a 1225007 sisu_0.41.7.orig.tar.gz + 77b90465be946edcdb57c31b8fc3cd10 632 sisu_0.41.7-1.dsc + 0f568b819dd5b18a5637d77c220beaf5 98795 sisu_0.41.7-1.diff.gz + + * document samples, created subdirectory dfsg for documents that comply + with the Debian Free Software Guidelines and moved the "GPL2" and + "Free as in Freedom" texts and associated images back into the source + tarball and main (from sisu-markup-samples) [FaiF is published under + the GNU Free Documentation License] + + * html segments, footnotes for segments, bugfix, [faulty regex matched more + than it was supposed to resulting in dropping of some footnote sections - + these remained available elsewhere in the endnote segment] + + * relaxng, sisu object models, first pass at XML object models for sisu input + structure, and sisu metaverse structure, alternative data representation + + * kdissert: + * sisu headers, added a hack to permit the inclusion of sisu headers, by + entering them in the top level node (for which sisu will now only process + properly if empty or if it contains comments or sisu headers) + * texpdf, tell when documents are prepared using kdissert + * html default skin for kdissert with icon + * [kept out for now: kdissert sisu sample file, and its converted sisu text + equivalent] + + * Debian control, 'Home page:' corrected to 'Homepage:' + closes Bug#374873: Improved package description + + * Debian rules, .ssm and .ssi files added to list of not compressed file + types (/usr/share/doc/sisu) + +%% sisu_0.41.6.orig.tar.gz (2006w25/2 | 2006-06-20) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.6.orig.tar.gz + ff6217bb156f2ab803bf87367fb327e4 671142 sisu_0.41.6.orig.tar.gz + 594e27b60ceb415bdd3504929a7adb0f 631 sisu_0.41.6-1.dsc + 3ba8aecfd904844b40ef2a26a6379aec 98359 sisu_0.41.6-1.diff.gz + + * sisu_manifest, added possibility of sharing of kdissert source, see sample: + http://www.jus.uio.no/sisu/kdissert.kdi/sisu_manifest + and note the kdissert source file on which sisu markup and outputs are based: + http://www.jus.uio.no/sisu/kdissert.kdi/kdissert.kdi + + * kdissert fixes to make the following true: + + * sisu --convert=kdi [kdissert filename] + will attempt to convert a simple file produced using kdissert to sisu + markup, basic and experimental + + * kdissert_to_sisu: some fixes, still very basic and experimental + [data/sisu/conf/convert or /usr/share/sisu/conf/convert] + + * debian control, added recommends kdissert + + * [issue spotted with rsync, new output directories, fix later] + +%% sisu_0.41.5.orig.tar.gz (2006w25/1 | 2006-06-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.5.orig.tar.gz + da50cd8f993761e8011386afcd8d2636 669069 sisu_0.41.5.orig.tar.gz + 33e2fc91260a5131e60588729cbf0c67 631 sisu_0.41.5-1.dsc + d63fd861450216b66acf0295100c754d 98313 sisu_0.41.5-1.diff.gz + + * sisu --convert=kdi [kdissert filename] + will attempt to convert a simple file produced using kdissert to sisu + markup, basic and experimental + + * kdissert_to_sisu: some fixes, still very basic and experimental + [data/sisu/conf/convert or /usr/share/sisu/conf/convert] + + * param, minor fix to "prefix" metadata regex + + * renamed a couple of libraries related to file conversion + +%% sisu_0.41.4.orig.tar.gz (2006w24/7 | 2006-06-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.4.orig.tar.gz + 4182ed0cd4d32beaa71e53028fdd17c5 667716 sisu_0.41.4.orig.tar.gz + 4d1c95b8e8734adfa72ed7ca3dca443d 631 sisu_0.41.4-1.dsc + 210daf7fd979a41b1a34db3918a68dbc 98286 sisu_0.41.4-1.diff.gz + + * kdissert_to_sisu: a very basic trial conversion script from kdissert .kdi + to sisu .sst markup provided [preliminary/proof of concept, provided in + data/sisu/conf/convert or /usr/share/sisu/conf/convert] (Kdissert, by + Thomas Nagy is a topic/mind mapping tool for the preparation of documents + http://freehackers.org/~tnagy/kdissert/ ) + +%% sisu_0.41.3.orig.tar.gz (2006w24/3 | 2006-06-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.3.orig.tar.gz + fc5f119deefab7cab8c226d8724d4f99 666605 sisu_0.41.3.orig.tar.gz + a64f86b41186e6edc039c960a41c2e1b 631 sisu_0.41.3-2.dsc [2006-06-15] + e3bab2d070567bed6e0c72762beb594b 98885 sisu_0.41.3-2.diff.gz + 55e612d16607e1a23dd2aa2d241a374f 631 sisu_0.41.3-1.dsc + 36a386fb433eb17e7cfe195b09216d8c 98249 sisu_0.41.3-1.diff.gz + + * options parsing changes, possibility of letter duplication + removed [-CC no longer will work use -C --init=site] + + * texpdf_format, old code rearranged + + * sysenv, fixes in File_map where @md (param) not available + + * info related to share source file and sisudoc, bug fix + +%% sisu_0.41.2.orig.tar.gz (2006w23/5 | 2006-06-09) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.2.orig.tar.gz + e98068cf061df4f428b40cfee984f593 666123 sisu_0.41.2.orig.tar.gz + 55896e6fd677475b3af56b19d20fc33a 631 sisu_0.41.2-1.dsc + d66cc73ca8fa3103a5de58903e99626c 98220 sisu_0.41.2-1.diff.gz + + * search form, options passing, sisu -F --webserv=webrick + + * html segments endnote fix for the deposit of endnotes occurring in levels + :A - :C + + * texpdf, a4 text height re-fixed + + * digest, document metadata, info re-fix + + * plaintext, small fix, document metadata + +%% sisu_0.41.1.orig.tar.gz (2006w23/3 | 2006-06-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.1.orig.tar.gz + e8c3381acb10e678e167755181380091 665743 sisu_0.41.1.orig.tar.gz + 116ee32633631a305307f59eef4f32e9 631 sisu_0.41.1-1.dsc + fef43880a4b0c0ce68ca269b19108216 98204 sisu_0.41.1-1.diff.gz + + * defaults, html_format, some html cleaning (including fix of html comment + marker that was problem for dillo in doc.html) + + * html segments endnotes, fix for first segment, (endnotes were deposited in + first segment multiple times (or rather this happened in some segments + following a level :A - :C heading )) + + * markup_convert, hub, changes, should now be possible to convert and + generate in a single changed rune, e.g. + + sisu --convert=to38 -h autonomy_markup0.sst gpl2.fsf.sst + +%% sisu_0.41.0.orig.tar.gz (2006w22/6 | 2006-06-03) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.41.0.orig.tar.gz + b35ae1c9380d3ec94db8f97950e32a82 665634 sisu_0.41.0.orig.tar.gz + bd2e6542cd3dba16d0489155d1b4e7d5 631 sisu_0.41.0-1.dsc + e1d2948368753d4880c8ba9efcb2a651 98182 sisu_0.41.0-1.diff.gz + + * options, (command line options) message passing (should become cleaner), + program piping changed, command line information added as 'opt', + (subsequently contained within param 'md'), creates considerable scope for + further tidying (cosmetic refactoring) [most code affected, preliminary + tests passed, (some possibility of bugs and breakage)] + + * hub, param, hooks in place to permit modification of default processing + instructions set in config files or within document headers by way of + command line processing instruction starting with -- (however, only + implemented for latex/pdf paper size). + + * hub command line now accepts individual command instructions, previously + was necessary to write, e.g. + sisu -mNhwpoabxXyv [filename/wildcard] + (sisu -3 [filename/wildcard] for short) now may alternatively write: + sisu -m -N -h -w -p -o -a -b -x -X -y -v [filename/wildcard] + + * dbi command line rune now requires "--" before instruction, + --import, --update, --recreate, etc. + removed short forms for --import and --update (-i and -u) + + * texp pdf, adjustments to document presentation dimensions + (A4, US_letter, book_b5, book_a5, US_legal) + + * texpdf, command line parameter may be used to change paper size output + sisu -p --papersize='book' [filename] + preset sizes include: 'A4', U.S. 'letter' and 'legal' and 'book' sizes 'A5' + and 'B5' (system defaults to A4). + + * texpdf, image resizing for different paper sizes + (useful when offering on the fly alternative document dimension processing) + (manually calibrated to suit default document layouts) [note however other + blocks such as tables are not (yet) handled similarly] + + * help (interactive help) now needs to be invoked with: + sisu --help [help query] + sisu on its own will still get you into an interactive help mode + + * [consider permitting multiple document size pdf outputs, (easily done, but + promises slower processing as each additional size selected is generated) + currently you select your size and get a portrait and landscape, the + selection of whatever size over-writes the other, as they are saved to the + same file-name] + +%% sisu_0.40.4.orig.tar.gz (2006w21/7 | 2006-05-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.40.4.orig.tar.gz + 4266b03409162c68322b054fda599134 664267 sisu_0.40.4.orig.tar.gz + 009e41731e25ddfde8e685998432d795 631 sisu_0.40.4-1.dsc + 4469b7acab1e00ac9b4fcdf5ae384edb 98011 sisu_0.40.4-1.diff.gz + + * tex pdf, minor adjustments, including page-breaks restored for 0.38 markup + + * package source directory renamed with underscore instead of hyphen + +%% sisu_0.40.3.orig.tar.gz (2006w21/3 | 2006-05-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.40.3.orig.tar.gz + f67f66e42617dd2c0cd8d28cfa95e217 663690 sisu_0.40.3.orig.tar.gz + 2280c18cbb60c671a06e0b2dced435af 631 sisu_0.40.3-1.dsc + 84cb50d042b87fc19e42b156a27480a4 97951 sisu_0.40.3-1.diff.gz + + * metaverse, fix reference to dc_publisher in param (not publisher) + + * rant installer checked, removed sisu-examples, and post install routine as + document samples are now packaged separately as sisu-markup-samples + +%% sisu_0.40.2.orig.tar.gz (2006w21/3 | 2006-05-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.40.2.orig.tar.gz + e792de16cb6acbe2cabe3c650eef47ce 665085 sisu_0.40.2.orig.tar.gz + 76c87061052e430d8d8ac0cfad4a2168 631 sisu_0.40.2-1.dsc + eee774779cb3a15cb164c032de5ae4cc 97904 sisu_0.40.2-1.diff.gz + + * babel, more use of translation module, used in metaverse (originally used + for manifest) [expand] + + * correction to apt sources.list information provided in this document for + 0.40.1, and updated in README + +%% sisu_0.40.1.orig.tar.gz (2006w21/1 | 2006-05-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.40.1.orig.tar.gz + 86b2c25a8bccb0ecb38f0e1fe11aa522 664295 sisu_0.40.1.orig.tar.gz + 3a2a198b18847ebf6ccf30278848e354 631 sisu_0.40.1-1.dsc + 85d6478dd001f19f7e3d126a47d85aea 97880 sisu_0.40.1-1.diff.gz + + * debian archive sources.list changed, started using reprepro to produce + apt archive, debian "upstream" /etc/apt/sources.list changes to: + + deb http://www.jus.uio.no/sisu/archive unstable main non-free + deb-src http://www.jus.uio.no/sisu/archive unstable main non-free + + [archive string corrected] + + [previous string (obsolete for future releases) was: + deb http://www.jus.uio.no/sisu/pkg_priv ./deb/ + deb-src http://www.jus.uio.no/sisu/pkg_priv ./src/ + ] + +%% sisu_0.40.0.orig.tar.gz (2006w20/7 | 2006-05-21) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.40.0.orig.tar.gz + cfaa83c0f7a55a143b50865d72338442 663916 sisu_0.40.0.orig.tar.gz + 5d0801b203e3d76f46b676676226d537 631 sisu_0.40.0-1.dsc + 68e6d68b871920b372a20ca8ba479b55 97850 sisu_0.40.0-1.diff.gz + + * translate, an internal framework for the translation of related text used + first for the document manifest. (it is suggested that i look at gettext) + some initial translation by daniel (german), nicholas (french), agi + (spanish), enrico (italian), hanna (finnish) + + * param, metaverse fix, 0.38 markup syntax to work with processing + instructions related to levels and their translation from :A,:B,:C,1,2,3 to + internal representation 1,2,3,4,5,6 + + * debian package sisu-examples removed, debian packaging policy requires + removal of un-modifiable documents from the main archive. accordingly the + books provided as markup samples have been moved from the main sisu package + to sisu-markup-samples (which should eventually make its way to the debian + non-free archive). Considerable changes in packaging required, and new + version number appropriate. + + * [mention of use of reprepro in this release was premature, see sisu-0.40.1] + +%% sisu_0.39.3.orig.tar.gz (2006w19/7 | 2006-05-14) [Debian Release snapshot, uploaded by Wookey (at Debconf 6, in Queue new till replaced)] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.39.3.orig.tar.gz + 6eadfbf37cbaf43fbae49dc2b71209d2 3406768 sisu_0.39.3.orig.tar.gz + cfca428562370b9b2672fc8f7f0b7840 647 sisu_0.39.3-1.dsc + 8338ef32ecb203bf0328f7f4eb71857a 95295 sisu_0.39.3-1.diff.gz + + * metaverse fix, changed rules on auto-naming of html segments resulted in + the introduction of some undesirable artifacts, (actually a change in + sequence, some risk of need for further modification) + +%% sisu_0.39.2.orig.tar.gz (2006w19/5 | 2006-05-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.39.2.orig.tar.gz + e80aae7a5733dbbee6545cb7ff0f9633 3406402 sisu_0.39.2.orig.tar.gz + adde80ce35b3258feb199a65ccb5be88 647 sisu_0.39.2-1.dsc + f8ffdfb51016cae9f150e95b7d92f177 95226 sisu_0.39.2-1.diff.gz + 23a45dde920e1c0cab53231eb90865c0 647 sisu_0.39.2-2.dsc + 18f49697c0634fc87edccdfd6f4ba9ce 95835 sisu_0.39.2-2.diff.gz + + * what to do when missing required: header title; heading top; + heading seg. carries risk, false positives not acceptable, testing + required, may need to scrap + + * debian policy standards version 3.7.2 + debian vim policy changes, rename sisu_vim vim_sisu + vim 7 in debian includes filetypes, syntax, and color, removed + vim-sisu includes ftplugin + +%% sisu_0.39.1.orig.tar.gz (2006w19/1 | 2006-05-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.39.1.orig.tar.gz + bb72b981ace449a4803aaad879398266 3405744 sisu_0.39.1.orig.tar.gz + acc111aae4ebf5485e3ae4740ebeab52 647 sisu_0.39.1-1.dsc + 9094b6e51890fbeb2789365add613143 95128 sisu_0.39.1-1.diff.gz + + * digest/dcc (document content certificate), fix: image digests reinstated + [note: during some simplification of code, removed the need to flag images + as local or remote, some regexes did not take into account this change, one + in metaverse also addressed, (issue likely from 0.38.8 till this fix)] + +%% sisu_0.39.0.orig.tar.gz (2006w19/1 | 2006-05-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.39.0.orig.tar.gz + 3c043d2f1356527686a72cd82858d7be 3405229 sisu_0.39.0.orig.tar.gz + e1d17b525cf81dceefbb0c81d27aca76 647 sisu_0.39.0-1.dsc + 3657f7538d1cbd23c8b40d3e32862afd 95097 sisu_0.39.0-1.diff.gz + + * metaverse, changes to auto-naming/numbering of headings, and segment names + [back to the more elegant auto-naming of segments solution, however, need + to determined to be reliable (naming used to be done in a similar way) + release passes initial checks though further testing is required; changes + involve reducing the use of extra characters where possible in the + auto-naming of html segments (the tilde and underscore were added to reduce + the chance of name collision, and have now been removed where possible), + additional checks that duplication does not occur have been added. This + does mean any existing indexes (sql or hyperestraier) will have to be + regenerated and url mappings/ links made within a sisu markup file to other + sisu output of html segments will need to be checked and updated. Long term + the currently implemented naming should provide a preferable solution + (primarily in its being easier on the eye.) + + * odf, odd regex related bug related to matching of + sign in link text and + corresponding urls fix not particularly satisfactory + + * debian policy standards-version back 3.7.0 ... (should be 3.7.2 but + lintian and linda not up to date this instant) + +%% sisu_0.38.10.orig.tar.gz (2006w18/5 | 2006-05-05) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.10.orig.tar.gz +3bc28f808280673e2f8b86dfe071a53a 3402660 sisu_0.38.10.orig.tar.gz +6c930e4ea4e3b41388bb61c9b6aad7ac 650 sisu_0.38.10-2.dsc +43717b69a0bf29cbd810a0c36066fb2e 95761 sisu_0.38.10-2.diff.gz + + * rebuilt using debian standards version 3.7.2 + (previous build used 3.7.0) + +%% sisu_0.38.10.orig.tar.gz (2006w18/4 | 2006-05-04) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.10.orig.tar.gz +3bc28f808280673e2f8b86dfe071a53a 3402660 sisu_0.38.10.orig.tar.gz +26c4ae2cca2e1b22e826834fcd4c135b 650 sisu_0.38.10-1.dsc +2e17298545f1afb64d6258fb7f732be8 94904 sisu_0.38.10-1.diff.gz + + * minor fixes, need resulting from default removal of ._sst temporary files + (master documents:processed composite documents:temporary files) + + process .ssm master file instead where possible, e.g. -R (and url info), + (implemented in hub) + + _ flag provided as hack to have ._sst files kept at the end of a run, (as + an alternative to use of the -M (maintenance) flag (which changes screen + output)) + + * vim ftplugin, minor irritation with vim folds sorted + +%% sisu_0.38.9.orig.tar.gz (2006w18/3 | 2006-05-03) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.9.orig.tar.gz +f513d112435ff923e5197a5f5875c58a 3402148 sisu_0.38.9.orig.tar.gz +317ff04be060a534cc9ddaf356ebbe79 647 sisu_0.38.9-1.dsc +1b389daf0e1f52c6c1cc88bb48aaba0c 94879 sisu_0.38.9-1.diff.gz + + * sisupod/ sisu_doc, .ssm, renamed sisupod.tgz. Master document pod now + contains the composite elements of the master, .ssm and .ssi files rather + than the "composited document" ._sst, examine for example: + http://www.jus.uio.no/sisu/alices_adventures_in_wonderland_and_through_the_looking_glass.lewis_carroll/sisupod.tgz + [consider giving the option as this may not always be preferred, is + necessary to find master within pod, but otherwise seems a more elegant + solution] + + * search, debian:sisu "recommends" added hyperestraier + [option in addition to sisu "atomic" search with postgresql and sqlite] + + some help on setting hyperestraier up (in very basic way) for sisu + provided: sisu help hyperestraier + + documentation for hyperestraier: http://hyperestraier.sourceforge.net/ + file:///usr/share/doc/hyperestraier/index.html man estcmd + + for help on sisu search generally follow suggestions in: sisu help search + + * vim filetypes fix, the temporary ._sst rather than ._ssi + + * temporary files ._sst are now removed after run, unless -M (maintenance) + flag is used + + * rexml fix necessary + + * help prompt fix + + * fix, 0.38 markup interpretation, evident particularly in XML Dom variant + -X of a few documents, more strict regex + + * removed reference to 0.38 markup as experimental in help and man page + (conversion script makes it easy to switch between markup versions) + + * debian 'Standards' version changed to 3.7.0 + +NOTE DISCARDED BUILD -{6d2149ba45d601347d9562edc2995fe7 3401901 +sisu_0.38.9.orig.tar.gz}- -{b96ce1d8b5801c1e2ffa12eddbb1850a 647 +sisu_0.38.9-1.dsc}- -{ee7182ffdca58bd94dec3d07d4ccb9f8 94874 +sisu_0.38.9-1.diff.gz}- + +%% sisu_0.38.8.orig.tar.gz (2006w17/6 | 2006-04-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.8.orig.tar.gz +9c1df6c4524fa3a047ca566b779f6600 3398443 sisu_0.38.8.orig.tar.gz +7514ebf71f95c0d3dd99d2355ad65fc0 647 sisu_0.38.8-1.dsc +63ae62d331f23a5f79819656e345ef8f 94794 sisu_0.38.8-1.diff.gz + + * images, in particular to do with remote sisu markup source + e.g. sisu -3 + http://www.jus.uio.no/sisu/free_culture.lawrence_lessig/free_culture.lawrence_lessig.sst + sisu -3 + http://www.jus.uio.no/sisu/sphinx_or_robot.leena_krohn.1996/sphinx_or_robot.leena_krohn.1996.sst + should once again pull down and generate documents with images (consider + using url base plus directory, to make unique image directories for + external documents images) + + * vim:sisu syntax, spell + [Re: use of Vim, have made the transition to Vim 7] + + * (html_tune, some renaming which could cause breaks) + +%% sisu_0.38.7.orig.tar.gz (2006w17/4 | 2006-04-27) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.7.orig.tar.gz +39bf0e31035f4a97259e2b077835b7bc 3397454 sisu_0.38.7.orig.tar.gz +b37cba6a7ef7436dc9b4f95648d12a0d 647 sisu_0.38.7-1.dsc +75aa4afefc0bf8867de5498c6b9642fe 94763 sisu_0.38.7-1.diff.gz + + * sisu, code rearrangement, relatively minor, /usr/bin contains require only + + * vim:sisu ftplugin, only activate :setlocal spell spelllang + if version >= 700 + + * html, link to concordance only if < build concordance word count limit + + * (html, sub_toc fix for pg texts) + +%% sisu_0.38.6.orig.tar.gz (2006w17/2 | 2006-04-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.6.orig.tar.gz +d01345fe0748ea24af2e206648be1df0 3397003 sisu_0.38.6.orig.tar.gz +a3819708b447aa1391c923847bc5f868 647 sisu_0.38.6-1.dsc +fa4f965f92835dccbdcadfbabc29528e 94717 sisu_0.38.6-1.diff.gz + + * a glance forward at ruby 1.9, some early tests passed + [ruby 1.9.0 (2006-04-21)] + + * vim:sisu + syntax: Spell on vim 7, not quite right colors: slate, vim colors, toned + down, endnotes (green changed to "darkkhaki") + + * concordance, wordmaps renamed + +%% sisu_0.38.5.orig.tar.gz (2006w16/7 | 2006-04-23) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.5.orig.tar.gz +b9eae129c6a86c89398a3af5170a22a8 3396296 sisu_0.38.5.orig.tar.gz +8a559bc917ef9bb082c46949cc77ac53 647 sisu_0.38.5-1.dsc +2f4ea49bd593d5557b9043b354335181 94686 sisu_0.38.5-1.diff.gz + + * primarily a new debian build as lintian 1.23.17 "published" + yesterday, complains about existing builds + + * vim ftplugin, folds, another minor modification + [without which would have been built as 0.38.4-2] + +%% sisu_0.38.4.orig.tar.gz (2006w16/5 | 2006-04-21) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.4.orig.tar.gz +84d5e911d17aaf6a360972acd5bb3a3f 3395161 sisu_0.38.4.orig.tar.gz +60aa30b124edcd87a622f2a895f3c1a5 647 sisu_0.38.4-1.dsc +7aeae2641bf9b3968a08bb8fb9eeb8e2 94665 sisu_0.38.4-1.diff.gz + + * param, fix, correction to a condition for setting markup type to 'rad' + (0.38) + + * param introduced header @clatalogue: (documented in man) + + * markup_convert and param, a refinement to matching :A type headings + + * vim ftplugin, folds, minor modification + +%% sisu_0.38.3.orig.tar.gz (2006w16/4 | 2006-04-20) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.3.orig.tar.gz +aacb2696144a0d91da658266bff34010 3394702 sisu_0.38.3.orig.tar.gz +85ad80241d8be30c15af31979d4ed69e 647 sisu_0.38.3-1.dsc +8e3044976461dce97d78601f0f073c0a 94622 sisu_0.38.3-1.diff.gz + + * convert, refinement in 0.37 to 0.38 and back, required. + + * sample documents, header 'markup' not very descriptive, 'level' preferred, + but not ideal either..., changed though accordingly + +%% sisu_0.38.2.orig.tar.gz (2006w16/3 | 2006-04-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.2.orig.tar.gz +b7183828d8debf7dfeb671c44fcf984d 3394425 sisu_0.38.2.orig.tar.gz +6e4c33da7880dede7de035f53003388e 647 sisu_0.38.2-1.dsc +1df895d8457cf0e2a90c70536c65a5c9 94598 sisu_0.38.2-1.diff.gz + + * --identify ; --convert ; --query ; minor adjustments + +%% sisu_0.38.1.orig.tar.gz (2006w16/1 | 2006-04-17) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.1.orig.tar.gz +6d6a57fb0671c0740abdd75389c8255e 3393572 sisu_0.38.1.orig.tar.gz +db731e962a0e6553602a978addc49933 647 sisu_0.38.1-1.dsc +7601b42bb90e739bdac0c65e4a46d753 94579 sisu_0.38.1-1.diff.gz + + * sisu --convert [filename/wildcard] converts between 0.38 and 0.37 markup + (which is substantially the same as 0.16 markup, only the file names + changed) + + * sisu --identify [filename/wildcard] attempts to recognises the markup + version + + * sisu --query [version number| or history] provides a bit of information + on changes to markup and file naming conventions used + + * urls, minor fix, + (screen output of generated output omitted -H, (-h was ok)) + + * generated cgi search form needs a writable present directory, + warning of failure posted if it is not (consider placing result elsewhere) + + * vim syntax minor touch + +%% sisu_0.38.0.orig.tar.gz (2006w15/7 | 2006-04-16) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.38.0.orig.tar.gz +ed0af7fd0c4b05301642422bd95647cc 3388111 sisu_0.38.0.orig.tar.gz +e8611c3610409c083c92d76da8c8ef6d 647 sisu_0.38.0-1.dsc +5b9872b1b278bf8697d76350038bc47b 94504 sisu_0.38.0-1.diff.gz + + Summary: there is some scope for breakage. preliminary tests passed new + markup introduced, as alternative, existing markup is not affected - new + document header markup, new document structure markup, experimental, [new + header for tagging categories or topics, stub] + + a script modify.rb is provided for easy conversion between 0.37 standard + and 0.38 experimental markup + + * alternative header notation, for consideration, an example + @title: is equivalent to 0~title + + * sisu structure, experimental alternative notation, + A,B,C,1,2,3 mapping to 1,2,3,4,5,6 switched on on encountering level A~ or + if document header should contains @markup: rad + * SiSU has in effect two sets of levels to be considered + 1-3 headings/levels, pre-ordinary paragraphs /pre-substantive text, and 4-6 + headings/levels, levels which are followed by ordinary text. This may be + conceptualised as levels A,B,C, 1,2,3, and using such letter number + notation, in effect: A must exist, optional B and C may follow in sequence + (not strict) 1 must exist, optional 2 and 3 may follow in sequence i.e. + there are two independent heading level sequences A,B,C and 1,2,3 or using + the standard notation 1,2,3 and 4,5,6 on the positive side: + * the A,B,C,1,2,3 alternative makes explicit an aspect of structuring + documents in SiSU that is not otherwise obvious to the newcomer (though + it appears more complicated, is more in your face and likely to be + understood fairly quickly) + * the substantive text follows levels 1,2,3 and it is 'nice' to do + most work in those levels a couple of issues to consider: + * 1,2,3 usually precede A,B,C (and do for generated output), + but in the form is better suited to this context, it takes some getting + used to though, and may be necessary to add a marker (an optional + exclamation mark (!) or colon (:) perhaps) to the A,B,C to indicate + that they are not subsidiary values, and are 'greater' than 1,2,3. + :A,:B,:C,1,2,3 colon selected as aesthetically more pleasing (to me) + (despite exclamation mark already being in use for bold lines/headings) + * there ends up being more in marking up to know, (which needs to be + balanced against any perceived convenience) unless ultimately only one + markup structure style is adopted + * ok within code may confuse a bit, as things simple are not always what + you would expect, present solution is to translate rad markup values to + standard ones, so A,B,C,1,2,3 and references to them become 1,2,3,4,5,6 + (where you expect to find 1 you may find a 4) + * a note on implementation of 0.38 experimental (rad), within the program + structural markup is converted back to the the standard notation, i.e. + levels A,B,C,1,2,3 are re-mapped to 1,2,3,4,5,6 which is used for + processing + + * param, header, 0~tag or to use newer notation @tag: introduced, + a stub for topic lists, categories, classification within documents. + Formal only in the sense that to make work you need to be aware of previous + categories, a degree of organisation is necessary. Raises technical + questions in relation to method and notation used for SiSU structuring. + Mapping may be fairly simple for an independent system, however, it is a + bit more complex to directly map to SiSU structure as SiSU has in effect + two sets of levels to be considered A technically simple but inconvenient + solution for making SiSU pages out of tags would be to have them between 4 + and 6 levels deep, four levels is however from a practical tagging + perspective (a bit arbitrary and) an inconvenient minimum depth to require + it also also could be inconvenient for other technical purposes + + * sysenv, utf-8 assumed if file encoding cannot be determined, 'fix' results + from an unexpected issue with the use of alternative document header markup + introduced in 0.38 (@title:) the program 'file' used to check document type + no longer parses the markup document and recognises it as utf-8 unless the + document starts with a sisu comment line %2 + + * an auto-converter, with canned conversion from 0.37/traditional to 0.38 + (rad) markup and back from 0.38 (rad) to 0.37/traditional is tossed in to + sisu-examples (permissions at 644) sisu-examples/config/convert/modify.rb + once enabled (permissions and path set), usage: modify.rb --convert + [filename/wildcard] for further options and generally a better place to + begin: modify.rb --help this is a fairly generic simple tool that can be + used to store other canned conversions + + * an auto-converter with canned conversion + from 0.37/traditional to 0.38 (rad) markup and back from 0.38 (rad) to + 0.37/traditional is tossed in to sisu-examples (permissions at 644) + sisu-examples/config/convert/modify.rb + + * refactor, minor, moved some dublin core checking, affects + plaintext, html, xhtml, xml, odf ... + + * db, create added as synonym for createall + + * sqlite, common_db, create command makes directory for output if it + does not already exist + + * header @structure: added as a synonym for @toc: it is used to build + the table of contents, but probably more usefully thought of and described + as the document structure header + + * sisu help, some additions and a fix + sisu help env, 'issues' reporting when machine offline + + * vim syntax highlighting file (sisu-0.38), + ftplugin more vimrc type defaults review, and colors minor + +0.37 introduces NEW FILE-NAME EXTENSIONS rename 's/\.s[123]$/\.sst/' *.s{1,2,3} +rename 's/\.r[123]$/\.ssm/' *.r{1,2,3} rename 's/\.si$/\.ssi/' *.si + +%% sisu_0.37.12.orig.tar.gz (2006w14/7 | 2006-04-09) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.12.orig.tar.gz +cf6d1cc419522f353e8b3e1f0c01afa6 3351564 sisu_0.37.12.orig.tar.gz +31f19920cceee8a8212c12ba5eb62ffe 650 sisu_0.37.12-1.dsc +73693cb634ddae10ebef21ddeffb0c26 93059 sisu_0.37.12-1.diff.gz + + * vim syntax highlighting file, further testing + +%% sisu_0.37.11.orig.tar.gz (2006w14/7 | 2006-04-09) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.11.orig.tar.gz +7004d8060065f8c4f6108a7d8ba3b825 3350939 sisu_0.37.11.orig.tar.gz +e8ff904f31207140cbc35802c710b3ee 650 sisu_0.37.11-1.dsc +73a9275c43abfbee672d15b60262eb1c 93046 sisu_0.37.11-1.diff.gz + + * vim related files, cleaning + (filetype.vim, syntax/sisu.vim ftplugin/sisu.vim & colors/slate.vim) + syntax/sisu.vim minor refinements; colors/slate.vim has become a bit of a + christmas tree, pretty far from what it started out as, will probably tone + it down again, (it works only on dark backgrounds) + + * help, 'environment' information, minor addition, + (and sysenv remote host rescue so works when machine is offline): 'sisu + help env' + +%% sisu_0.37.10.orig.tar.gz (2006w14/4 | 2006-04-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.10.orig.tar.gz +416094f2d0e04e1a5c38df6a321712e3 3350639 sisu_0.37.10.orig.tar.gz +d7f836eec596a99db9bcbd8a21ebb885 650 sisu_0.37.10-1.dsc +a70a47001d321c3429eee72b0e0e7ea6 93016 sisu_0.37.10-1.diff.gz + + * vim related files, cleaning + (filetype.vim, syntax/sisu.vim ftplugin/sisu.vim & colors/slate.vim) + +%% sisu_0.37.9.orig.tar.gz (2006w13/6 | 2006-04-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.9.orig.tar.gz +4d546c58a828821baf2463a8fa75d3d9 3350076 sisu_0.37.9.orig.tar.gz +886fd0492b54340111fead7edb20b250 649 sisu_0.37.9-1.dsc +d080e93446a7304e6fa699ffaec8cd80 92985 sisu_0.37.9-1.diff.gz + + * vim related files, cleaning + (filetype.vim, syntax/sisu.vim ftplugin/sisu.vim & colors/slate.vim) + + * db common, fix for table representation + +%% sisu_0.37.8.orig.tar.gz (2006w12/6 | 2006-03-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.8.orig.tar.gz +60a8f59bb38a43f6de2018a0ce150a60 3353064 sisu_0.37.8.orig.tar.gz +4782c9516557f93bf8aedea985068e14 649 sisu_0.37.8-1.dsc +b667a88206342970a051734073f7b791 92945 sisu_0.37.8-1.diff.gz + + * screen text ansi color turned off by default, (color does not suit all + terms/consoles) + * to turn color on by default, edit sisurc.yaml in (found in ./_sisu + * ~/.sisu + or /etc/sisu) set flag: color: true + * to toggle screen color (on/off) use the -c flag + + * processing path where markup directory is not writable [and no other + * default + has been set] is now /tmp/_sisu_processing/$USER (instead of + /tmp/_sisu_processing) [if document markup directory is writable, it + remains ./_sisu_processing, unless a different processing path is set in + active sisurc.yaml] e.g. of a non-writable document markup directory: + /usr/share/sisu-examples/sample/document_samples_sisu_markup + + * processing path when /tmp/_sisu_processing/$USER is used, clean of content + after use (as is in public area on a multi-user system) unless maintenance + flag (-M) is used + + * sisurc.yaml, removed processing directory entry, rely on sysenv default + (can still change default in sisurc.yaml) + + * help, added a bit of 'environment' information, [expand further as needed] + sisu --help env + +%% sisu_0.37.7.orig.tar.gz (2006w12/4 | 2006-03-23) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.7.orig.tar.gz +246a94c92f19e0640f6b5cf368ec6bd1 3351292 sisu_0.37.7.orig.tar.gz +eefac162286ca49563b20692536a6092 649 sisu_0.37.7-1.dsc +6794d8e1f5593fae1c920e301fd59fd7 92902 sisu_0.37.7-1.diff.gz + + * common_db, fix affecting pgsql for endnotes in heading levels 1-3 + [relational db catch-up with footnote fix in 0.36.24] + +%% sisu_0.37.6.orig.tar.gz (2006w12/4 | 2006-03-23) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.6.orig.tar.gz +f0623474f1635d87f0d5674e0d3ae927 3351023 sisu_0.37.6.orig.tar.gz +c546a82203c685fe59be60ab5492fa96 649 sisu_0.37.6-1.dsc +699b594457459248a22e2ed97e56c4f5 92886 sisu_0.37.6-1.diff.gz + + * sisu control, minor cleaning + + * gedit/gobby syntax highlighting, very basic start, in: + sisu-examples/config/syntax_hi + +%% sisu_0.37.5.orig.tar.gz (2006w12/3 | 2006-03-22) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.5.orig.tar.gz +9a03bbcea82c1625bad4a92d6498e408 3351422 sisu_0.37.5.orig.tar.gz +46dca71f33c206dbff9b798f75733484 649 sisu_0.37.5-1.dsc +d3c5ed96ca85254870e2500d2e3957a2 92863 sisu_0.37.5-1.diff.gz + + * metaverse, digest: sha256 offered as alternative to md5 + (configure in sisurc.yaml, md5 should be sufficient for most purposes and + remains default) + + * metaverse, auto bold markup fix + + * some code shuffling and method and variable renaming + (including in sisu control file) + + * wmap, sorting of matches (object citation numbers) + + * wmap, words capitalised unless several letters uppercase or is a phrase + (rather than a single word) + + * wmap, names/id associated to phrases, space replaced with underscore + + * html, heading tag names #h dropped if heading starts with alphabet so e.g.: + #h1.2 but #linux [consider #h_linux] + +%% sisu_0.37.4.orig.tar.gz (2006w10/4 | 2006-03-09) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.4.orig.tar.gz +22970c76bd545a4852076b958f288d0b 3350498 sisu_0.37.4.orig.tar.gz +4add721933eaf0b4418e28b61937c837 647 sisu_0.37.4-1.dsc +cd31e7f43b70bc8bbff7a53f8b96a540 92832 sisu_0.37.4-1.diff.gz + + * w3c compliance in html for: default homepage, document manifest, and + wordmap, (and check that renders properly in lynx, elinks, links2, w3m, + dillo as well as the rest) + +%% sisu_0.37.3.orig.tar.gz (2006w10/4 | 2006-03-09) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.3.orig.tar.gz +a2f28400c4e741991cbca6c1239003a1 3350055 sisu_0.37.3.orig.tar.gz +cce7e960ead1ff0fdc2fb4903cdefcd7 647 sisu_0.37.3-1.dsc +acbada001ba115b5ac1c2f476a5b6d97 92809 sisu_0.37.3-1.diff.gz + + * default home page, make sure that html is w3c compliant, (and renders in + lynx, elinks, links2, w3m, dillo as well as the rest) + + * editors (other than vim already done) filetypes match new filenames + +%% sisu_0.37.2.orig.tar.gz (2006w10/2 | 2006-03-07) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.2.orig.tar.gz +422703f270dd8a0df5ea6de38097708b 3356778 sisu_0.37.2.orig.tar.gz +3669c92aa335a335f0e51a4566747862 647 sisu_0.37.2-1.dsc +db86dcd03b1ca8c3b730331ba1df62b8 92772 sisu_0.37.2-1.diff.gz + + * filename extensions, reduce in number and rename processed + secondary/temporary files to make matching of editable files trivial *.ss? + (editable files .sst .ssm .ssi matched with *.ss? or more precisely + *.ss[tmi]) + + * .sst (sisu structured text). .ssf removed, reason this is processed as + being the same file as .sst and increases the possibility of confusion for + the user. .ssm (sisu structured master) .ssc removed for same reason as + removal of .ssf described above. .ssm files may include .sst and/or .ssi + files within them. + + * filename extensions, processed secondary/temporary files + ._sst was .sss and previously .t (substantive content of composite/master + file) .-sst was .ssu and previously .u (sisu markup .sst downloaded as + url for processing) reason for choice, identifies as .sst files and are + processed as such, while easily ignored/excluded on the command line for + editing and processing. These can be ignored by the user, but should be + processable by sisu as .sst files. + + * .ssd (sisu structured document) is retained, for use in sisudoc, + or sisupod, where a zipped file with image and other content necessary to + reproduce the original is made. + + * .ssi (sisu structured insert/information) unprocessed, sisu markup text, + for use in master documents, is likewise unchanged + + * filetypes.vim made to match (filename extensions) + +%% sisu_0.37.1.orig.tar.gz (2006w10/1 | 2006-03-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.1.orig.tar.gz +50064bf4ca448ca512f0867342bda977 3355756 sisu_0.37.1.orig.tar.gz +47cf73b44e96185a59eaf963ae832cf2 647 sisu_0.37.1-1.dsc +89a542fc1f5eb054ad6f701e368d2829 92500 sisu_0.37.1-1.diff.gz + + * cgi search forms in sisu-examples, updated to match filename extensions + [and to match 'sisu-F webrick' equivalent] + +%% sisu_0.37.0.orig.tar.gz (2006w09/7 | 2006-03-05) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.37.0.orig.tar.gz +24760db51b627f553d57e6b8126a37b5 3355565 sisu_0.37.0.orig.tar.gz +4cfb6fac0ac6179f1140389c38ef943b 647 sisu_0.37.0-1.dsc +8ca3ac75f71e776aeffa9727adb6e185 92371 sisu_0.37.0-1.diff.gz + + WARNING: FILE RENAMING NECESSARY as file name extensions have been changed, + (there is scope for program breakage as a result, though preliminary tests + have been passed). + + Also note that, SiSU markup syntax is unchanged. Repeat: there is NO CHANGE + to SiSU markup syntax. Renaming of file-extensions should be all that is + necessary for things to work as before. + + File extension name changes, note this does not affect SiSU markup in any + way... but the .s1 .s2 .s3 and like types are discontinued, files should be + renamed as explained below + + NEW FILE EXTENSIONS the obvious sd and sdf appear to be taken, and there is + some use of .st and .sm extensions, so will use .ss extensions, which from an + examination of vim filetype.vim and mime.types appear to be available. + + * sst (.ssf) ('sisu structured text') + .sst == .s3 (also .s1 and .s2) .ssf == .s3 (also .s1 and .s2) + + rename 's/\.s[123]$/\.sst/' *.s{1,2,3} + + * ssm & ssc + ('sisu structured master' and 'sisu structured composite') .ssm == .r3 + (also .r1 and .r2) .ssc == .r3 (also .r1 and .r2) [r was for require] + + rename 's/\.r[123]$/\.ssc/' *.r{1,2,3} + + suggested convention: use ssm where the master contains only requests for + parts; use ssc where the composite document contains its own text but + requests inserts. they are in fact (technically) interchangeable, not + being recognised as distinct by sisu. + + * ssi + ('sisu structured insert/information') (this is an unprocessed recognised + as being in sisu markup but only used as part of a composite document .ssm + or .ssc) + + ssi == si + + rename 's/\.si$/\.ssi/' *.si + + * ssd + ('sisu structured document') [filename].ssd should be mapped to sisudoc.tgz + + THE FOLLOWING OCCUR IN PROCESSING they should be taken care of automatically + on use of sisu + + * sss + secondary file .sss == .t3 [t was for tmp] + + * ssu + downloaded url .ssu == .u3 [u was for url] + + * sst_meta + human readable processing file (metaverse) + + .sst_meta == .s3.meta + + * sst_meta.rbm + ruby marshal processing file (metaverse) + + .sst_meta.rbm == .marshalMeta + + OTHER CHANGES + + * sample markup documents file type extensions changed to .sst from + .s3 + + * sisu, provide warning and advice on renaming when requests are made to + * process files with old filename extensions. + + * xml(s) and xhtml, escape greater than and less than in "code" mode. + + * cgi search form, postgresql, fix - create canned url etc., in line with + * what sqlite form does + +%% sisu_0.36.25.orig.tar.gz (2006w09/7 | 2006-03-05) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.25.orig.tar.gz +c614a0f838c46065853ce8a70660df55 3355275 sisu_0.36.25.orig.tar.gz +14bb8779affa6b1fe88bcdfeb81d2c35 650 sisu_0.36.25-1.dsc +3091300f2045e946aff51a04beec9b77 91154 sisu_0.36.25-1.diff.gz + + [A Fix is Necessary will revisit] + + * metaverse, don't number headings that are numbered (or rather, start with + numbers), [may need an escape] + + * manifest, don't assume a document will contain header (related/recommended) + links + + * vim syntax highlighting, sisu.vim, added check that url not preceded or + followed by > or < without an intervening space (or
which is a bit + redundant but a fairly common error that is highlighted as such in full), + needed for auto-markup match + +%% sisu_0.36.24.orig.tar.gz (2006w09/2 | 2006-02-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.24.orig.tar.gz +f2a727ef111585efbb84fad7d131fdb0 3354247 sisu_0.36.24.orig.tar.gz +109b804513271cc4b0da43d27dcef8ef 650 sisu_0.36.24-1.dsc +95838c0b653fc987b69d76c4713015cc 91128 sisu_0.36.24-1.diff.gz + + * html, segmented, footnote in heading levels 1, 2, or 3, (deposit in first + segment 4 that follows), and clean heading of the footnote reference marker + after the segment in which footnote (for the heading) occurs + + * html, multilingual documents, ensure html filetype suffix is used in html + i.e. use html file suffixes within html, even when -H (rather than -h) is + selected + [decision to hardcode protection is a bit arbitrary, suffixes required here + by existing server configuration. Consequences of overlooking this + requirement are a bit latent and fairly dire..., add configuration file + escape of protection] + +%% sisu_0.36.23.orig.tar.gz (2006w09/1 | 2006-02-27) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.23.orig.tar.gz + c0677a4ae79820261fa28dd9e21c01ee 3354053 sisu_0.36.23.orig.tar.gz + 65ff2fede20f8aeb10a9f6cd55089e21 650 sisu_0.36.23-1.dsc + 51233be83917282cc1d13647902bd0f6 90413 sisu_0.36.23-1.diff.gz + + * odf, use of brackets (also square) within linked text (and linked images + with text), fix + { text to link (use of brackets odf issue fix) }http://url + + * odf, issue with ? in url in linked text and images, fix + + * odf, single step indent with bullet, fix + + * html, rights passed through special character filter... + [do for other "fields"] + + * metaverse, a couple more characters sanitised + “” converted to " + — converted to - + 'irregular' whitespace converted to space + + * html, segmented, footnotes in subheadings (levels 5 & 6) a clumsy fix + revisit and address upstream, [also notes name tag remains unclosed] + + * regex, set for utf-8, [you may wish to reconsider fixed default] + + * [sisu-examples, free_culture, minor adjustments to text] + +%% sisu_0.36.22.orig.tar.gz (2006w08/4 | 2006-02-23) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.22.orig.tar.gz + 78d8d224b4db8985072b1806617b5ff0 3352595 sisu_0.36.22.orig.tar.gz + 6b8caa7cbf4893111deb30ccd05fc680 650 sisu_0.36.22-1.dsc + b54396f9443c7f77a9c4ef695128a0bc 90388 sisu_0.36.22-1.diff.gz + + * odf, footnote fix for url matches + +%% sisu_0.36.21.orig.tar.gz (2006w08/3 | 2006-02-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.21.orig.tar.gz + a8e7a6adf347c9b20965b3d19ad872a7 3352881 sisu_0.36.21.orig.tar.gz + b0ff57766149bf1dd63c002d4cba3a84 650 sisu_0.36.21-1.dsc + 089441cf1a4f72e63772f037036a18be 90358 sisu_0.36.21-1.diff.gz + + * metaverse, further fix to catch exception for auto-heading/title numbering, + change of 0.36.19 (non-substantive/editorial hedings) + + * html cosmetic, lower navigation band in scroll (doc.html), fix + +%% sisu_0.36.20.orig.tar.gz (2006w08/3 | 2006-02-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.20.orig.tar.gz + 60c3775c4f553906118f01f5976c2d70 3352515 sisu_0.36.20.orig.tar.gz + 264cb03dbd7a789568f70d94d117e56f 650 sisu_0.36.20-1.dsc + e4d05f5a543f53bfe4acac5fb7ea3b66 90313 sisu_0.36.20-1.diff.gz + + * metaverse, fix required, issue introduced by 0.36.19, affected pdf + +%% sisu_0.36.19.orig.tar.gz (2006w08/3 | 2006-02-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.19.orig.tar.gz + 3ff5116481aeb77583c4144a76f41589 3351726 sisu_0.36.19.orig.tar.gz + a096c23f194e748505432b4ea0ae2a2b 650 sisu_0.36.19-1.dsc + b6cedff150ad4a65aa85ad9e507a293b 90281 sisu_0.36.19-1.diff.gz + + * metaverse, document auto-heading/title numbering, rule change + + * odf anchor of heading matches to start of line, fix + + * odf hyperlinked text match, escape brackets within linked text, fix + +%% sisu_0.36.18.orig.tar.gz (2006w08/1 | 2006-02-20) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.18.orig.tar.gz + 5d1e674fc8d61c703b8479c230abbe21 3351642 sisu_0.36.18.orig.tar.gz + 4186636de25bb42888c519cd62891101 650 sisu_0.36.18-1.dsc + 6f61755dc6baeb6b09aac52bba504616 90236 sisu_0.36.18-1.diff.gz + + * cgi sample form, sql search improved + [development iterations necessary] + +%% sisu_0.36.17.orig.tar.gz (2006w07/7 | 2006-02-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.17.orig.tar.gz + 3715d971d556c5eb4de10ccb8cae4857 3352507 sisu_0.36.17.orig.tar.gz + 2667514040bbdb928c130b2e565aea18 650 sisu_0.36.17-1.dsc + f393dd1f8ba8b344aba976af2c92771e 90212 sisu_0.36.17-1.diff.gz + + * cgi sample forms (sqlite), match highlighting made case insensitive + character 'i' added to two files in two places + +%% sisu_0.36.16.orig.tar.gz (2006w07/7 | 2006-02-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.16.orig.tar.gz + 1d4ab63bb65308f27fc057e2c4f045de 3352304 sisu_0.36.16.orig.tar.gz + 2215b97903545574fe57c8b413ac5ba1 650 sisu_0.36.16-1.dsc + 5100b3d4bfb0eabf11cc3614e389005a 90196 sisu_0.36.16-1.diff.gz + + * cgi form (generator), + canned url populates search field + more cosmetic rearrangement of code, e.g. cgi_common_sql introduced + for common code (in pgsql & sqlite forms) + + * manual cgi samples renamed and updated + sisu-examples/sample/cgi-bin/sisu_search_pgsql.cgi + sisu-examples/sample/cgi-bin/sisu_search_sqlite.cgi + +%% sisu_0.36.15.orig.tar.gz (2006w07/6 | 2006-02-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.15.orig.tar.gz + 7daadfb8ea39c30c0bc2317e24a3ce17 3358917 sisu_0.36.15.orig.tar.gz + 13501be6212b0fd7067f4fccd575d22e 650 sisu_0.36.15-1.dsc + 12d5fcca3dfedf94d0f3360b06b78ffb 90169 sisu_0.36.15-1.diff.gz + + * cgi form (generator), some cosmetic rearrangement of code, + order by output esp. for sqlite, + image paths rearranged + +%% sisu_0.36.14.orig.tar.gz (2006w07/6 | 2006-02-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.14.orig.tar.gz + bb206e160026ee8a0804a86191d088fc 3355327 sisu_0.36.14.orig.tar.gz + c3c8df68d3c9dea339fd18afce83f258 650 sisu_0.36.14-1.dsc + dcbdde8b5401d7aa2ea08cf30d2a4202 90155 sisu_0.36.14-1.diff.gz + + * cgi form (generator) for pgsql and sqlite split up + + * cgi form (generator) match highlighting added + [sample search form remains very basic] + + * images, minor change to sisu.png and + inclusion of fsf/gnu levitating gnu + + * metaverse, sanitize ’ character + +%% sisu_0.36.13.orig.tar.gz (2006w06/7 | 2006-02-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.13.orig.tar.gz + 7a4aa2e929e19df900f18b96ae1d5de6 3286170 sisu_0.36.13.orig.tar.gz + 92cde921735e33b3a781c2632470b721 650 sisu_0.36.13-1.dsc + 7a4aa2e929e19df900f18b96ae1d5de6 3286170 sisu_0.36.13-1.diff.gz + + * bold line shortcut tag, !_ where no bold list, a fix + + * minor, cosmetic code changes of tests with equivalents (type .nil? and + .empty?) [done a bit quickly though] + + * minor, one spelling correction in free_as_in_freedom + +%% sisu_0.36.12.orig.tar.gz (2006w06/4 | 2006-02-09) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.12.orig.tar.gz + 0e5ca6878d119dafc6652b4f3dd0fb24 3285735 sisu_0.36.12.orig.tar.gz + 01ecb4df7879f576e284339abc6b49e2 650 sisu_0.36.12-1.dsc + 8fe27729103af5a5cbddc26a89d7522e 90101 sisu_0.36.12-1.diff.gz + + * metaverse_syntax, fix required for alternative markup endnotes + + * cgi (frontend for pgsql), url link fix (.html suffix) for webrick server + + * digests/dcc, added info, minor + +%% sisu_0.36.11.orig.tar.gz (2006w06/4 | 2006-02-09) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.11.orig.tar.gz + 31749714603f3730a5589eb736e26cab 3284870 sisu_0.36.11.orig.tar.gz + 49a9807d5b7cf436a303de1c8f7100d1 650 sisu_0.36.11-1.dsc + 79301acf6b43364639f34e2baa5697c3 90088 sisu_0.36.11-1.diff.gz + + * digest/dcc, further tuning of output presentation (digest.txt) + +%% sisu_0.36.10.orig.tar.gz (2006w06/3 | 2006-02-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.10.orig.tar.gz + 672259d2176c1fa5bba0414493d74970 3284698 sisu_0.36.10.orig.tar.gz + da64e5f067408b6db1ffac97649e246b 650 sisu_0.36.10-1.dsc + 25000b7faf86e44ccdb65b9c9bc0a42d 90073 sisu_0.36.10-1.diff.gz + + * digest/dcc, (document content certificate), a bit more information + provided, in output and on man pages, e.g. see + http://www.jus.uio.no/sisu/sisu_changelog/digest.txt + or + http://www.jus.uio.no/sisu/SiSU/digest.txt + etc. + + * sisu man page, minor fixes and minor embellishments + + * home page, in default and skins, minor change + +%% sisu_0.36.9.orig.tar.gz (2006w06/2 | 2006-02-07) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.9.orig.tar.gz + e76442aac4a8cdd7492ad167dca41925 3282776 sisu_0.36.9.orig.tar.gz + eedec4d07f05ea60143d87fe0b7a4d98 647 sisu_0.36.9-1.dsc + 565b0a6b88f2eda2dcd22284e5d6ff72 90040 sisu_0.36.9-1.diff.gz + + * fix of filelists where param is not parsed, relevant to rsync, scp and zap + [problem introduced by changes made for multilingual documents which + assumed that param is always parsed] + [solution not elegant, but likely to remain a while] + +%% sisu_0.36.8.orig.tar.gz (2006w06/1 | 2006-02-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.8.orig.tar.gz + 9ed1bf836f160a2bc1b731f28603b546 3281967 sisu_0.36.8.orig.tar.gz + 6284e201cc9cf8c0eccf7e25ac7d3868 647 sisu_0.36.8-1.dsc + bc6c9675bfc3e14ef1a44b0b93d9cf6f 90003 sisu_0.36.8-1.diff.gz + + * plaintext dos/Unix, check that all dos linefeeds are in place + + * help (man pages, html, program), minor adjustments, and sync html + with man pages + + * remote (rsync,scp) building of filelist for placement of output + improved, relevant for multilingual documents + [could be improved further especially for scp, where there is no + language code all documents are copied, which results in + duplication] + +%% sisu_0.36.7.orig.tar.gz (2006w05/7 | 2006-02-05) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.7.orig.tar.gz + b803f347a64d0419965e194f380988fe 3281398 sisu_0.36.7.orig.tar.gz + d07542cb5d8789af37a89db8b5ef2753 647 sisu_0.36.7-1.dsc + 9cda1006001769a03a22245499ebc321 89967 sisu_0.36.7-1.diff.gz + + * metaverse, linefeed conversion, convert msdos line feeds \r\n to unix \n + for processing + + * sisu(1) man page, note added on how to produce dos plaintext output file + (instead of linux/unix) + + * plaintext, default shortcut flags changed to produce dos ascii files, + reason, Unix/Linux seldom has a problem dealing other ascii filetypes, MS + based programs are more likely to stumble, also if manifest built + concurrently with plaintext will use plaintext command flag to give + information on output type - whether Unix or dos etc. [could add a file + check of type where manifest is built separately, not really necessary] + + * skins, minor edits, path to css corrected + +%% sisu_0.36.6.orig.tar.gz (2006w05/6 | 2006-02-04) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.6.orig.tar.gz + 490413665dc030ac80eafde61d816aa0 3280852 sisu_0.36.6.orig.tar.gz + 5823740759b6c1cd7af9f0427f5e5446 647 sisu_0.36.6-1.dsc + fcc375a5464c65be9a665d600b7b775a 89943 sisu_0.36.6-1.diff.gz + + * html (some w3c compliance steps) [2006-01-15]: + * object "id" number names changed, preceded by letter o + * use of name tag to give objects numbers (instead of id for numeric value) + * footnote links changed (use of underscore (instead of tilde not permitted)) + * image tags "closed" + * skin adjustment + * finally reinstate w3c transitional xhtml header + + * html tables, changed organisation of code [2006-01-16] + + * odf tables [2006-01-17] + [display only without tables headings] + + * odf pagebreaks [2006-01-17] + + * odf bullets [2006-01-17] + + * odf multiple images in object [2006-01-18] + image handling, fix [2006-01-22] + image captions [2006-01-22] + placement within text "as char" [2006-01-23] + + * overview.txt updated with things done + + * url screen display, fix to urls in batch processing [2006-01-17] + [overlooked because of personal practice of using rant/make to run all + requested processes on each markup file in a batch process] + + * sisu headers, document recommended links, 12 link limit removed [2006-01-20] + + * tables, introduced an alternative visual representation [2006-01-20] + + * odf tables, max number of columns increased to 14 from 8 [2006-01-22] + (12 may be useful for months plus at least one to describe content) + + * sisu_test.s3 document added to serve as quick test of markup forms and a + rough guide however it does not at all serve as an example of a typical + document [2006-01-21] + + * html anchor heading matches to start of line, [watch] [2006-01-22] + + * odf text links [2006-01-22] + + * odf bullets, as image, currently using "red pill" [2006-01-23] + + * texpdf special character vertical bar / pipe, fix [2006-01-23] + + * digests, document content certification, work on multiple images [2006-01-26] + + * digests, document content certification, (digest info) digest for + document skin digest, and repeat of document digest [2006-01-27] + + * sql (pgsql, sqlite), special character escape, changes [2006-01-28] + + * docbook experimental introduced, another form of xml (may need to rename, + so far represents a quick first pass at docbook, and does not qualify as + docbook: docbook is released under a liberal license permitting all manner + of modifications, but if modified may not be called docbook) is as noted + experimental and undocumented, (and may as easily be quietly removed, or + renamed as improved upon) [2006-01-31] [will need to study a number of things + including embedding document parts (within parts)..., may take opportunity + to introduce some substantive tags to sisu that are docbook compatible] + +%% sisu_0.36.5.orig.tar.gz (2006w01/5 | 2006-01-06) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.5.orig.tar.gz + e774624280d20e8e7153a5eaf6cfeadd 3271834 sisu_0.36.5.orig.tar.gz + 3dc07a05827739b13aebcdb07c777aed 647 sisu_0.36.5-1.dsc + 1b15ff3121d71868fcc64a912dd7d5c4 89869 sisu_0.36.5-1.diff.gz + + * sisu man page minor edit + + * copyright file contains information on setup.rb included with tarball + and on Rant used to generate install, + both under Gnu Lesser Public License + + * Debian build changed, fewer packages, hope to unify the SiSU development + and SiSU Debian upload builds + +%% sisu_0.36.4.orig.tar.gz (2006w00/7 | 2006-01-01) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.4.orig.tar.gz + 4fb9343d78745fe582c1d91c5874d8cf 3270301 sisu_0.36.4.orig.tar.gz + d89b702d13d00b1bb34f6aca2a03b77a 691 sisu_0.36.4-1.dsc + c0889387ad3fe063c38d04a7cdcd0695 89581 sisu_0.36.4-1.diff.gz + + * plaintext, multi-language document url adjustments + + * termsheet, output path and urls + + * [some multi-language document markup samples added to debian build in + sisu-examples] + +%% sisu_0.36.3.orig.tar.gz (2005w52/6 | 2005-12-31) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.3.orig.tar.gz + b2ab154a1f2656edd9032500e757c03e 3261612 sisu_0.36.3.orig.tar.gz + 964e4279748cf63526b8963f162f1eaf 691 sisu_0.36.3-1.dsc + ad3b135cb8dd825e56769b0f583b5542 13969 sisu_0.36.3-1.diff.gz + + * adjustments made for consequences of possibility of multi-language documents in sysenv, wmap, sql (psql/sqlite), remote put + + * sql prefix column changed to TEXT (from VARCHAR) + + * sysenv, change to the initialization of constants [revisit] + +%% sisu_0.36.2.orig.tar.gz (2005w52/5 | 2005-12-30) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.2.orig.tar.gz + 990dd7e60ecfee3b9dce863a0a28cc4e 3261132 sisu_0.36.2.orig.tar.gz + e2a3e592727eb67eacdc863a817df482 691 sisu_0.36.2-1.dsc + d8e12848dc94f0c0da1a2afa23312e53 13913 sisu_0.36.2-1.diff.gz + + * sql (pgsql/sqlite), (a fix:) "manifest" column replaces "summary" column + + * html_format_table.rb removed, last dependency removed, rely on css + + * wmap use main css, and own styles + +%% sisu_0.36.1.orig.tar.gz (2005w52/4 | 2005-12-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.1.orig.tar.gz + 099b3c9735e664d164a42835e157055b 3262472 sisu_0.36.1.orig.tar.gz + 646d6b052d0de625badd2ae22551808b 691 sisu_0.36.1-1.dsc + 31fc43e92b23ceb2834c8b2fdc4caaf5 13896 sisu_0.36.1-1.diff.gz + + * html batch processing fix, placement of files: + index.html, toc.html and doc.html + +%% sisu_0.36.0.orig.tar.gz (2005w52/4 | 2005-12-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.36.0.orig.tar.gz + 9f81885774e9bccf267ba1bde2d9894b 3261722 sisu_0.36.0.orig.tar.gz + f380ff4f31e1e92c796017bf2636f037 691 sisu_0.36.0-1.dsc + 44f61789decda5816cf4b106fade30b2 13864 sisu_0.36.0-1.diff.gz + + * html -h -H behaviour switch, -h now produces urls with suffixes (hardlinks, + including .html .pdf etc.) (this being the default that just works, + including for reading output in a browser directly off a file-system), -H + omits them and requires an appropriately configured web server. + [change in behaviour is the reason for this version number bump] + + * multilingual/(multiple language) document filenaming convention and + associated behaviour, made default, unless turned off in configuration file + default: + multilingual: false + + * multilingual/(multiple language) document output filenaming convention set + at 1 in following example list: + (1) outputdir/es.[file].html + (2) outputdir/[file].es.html + (3) outputdir/[file].html.es (which Apache for example can be + the first option is convenient in that it organises versions of document by + language in the output directory, (i tend to use 2 though) + + default: + language_file: 2 + + (the default in the absence of a setting is 1 es.index.html, rather than 2 + index.es.html) + + [contains a batch processing bug affecting some html output, fix in 0.36.1] + +%% sisu_0.35.0.orig.tar.gz (2005w52/3 | 2005-12-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.35.0.orig.tar.gz + f86673b0bf576a82aa73c80540a2303f 3260953 sisu_0.35.0.orig.tar.gz + 4db5b9c912b117286460a85b59fd8d8a 691 sisu_0.35.0-1.dsc + 362829f8d71ee03eaf47aa1f8b8f3856 13828 sisu_0.35.0-1.diff.gz + + * sisupod, sisu multi-language document pod, in place + if config file permits, will search for multiple versions of the same + document in different languages, by file naming convention, and all these + will be placed into the same sisudoc source file, the intention will be + to separate the sisudoc file format for single documents and sisupod for + multi-lingual versions of the same. + (changes to sysenv and sisudoc for this purpose) + + * multi-lingual versions of document naming and output conventions + conceptually sorted, + e.g. assuming config file set as appropriate + language version name takes the form: + filename~es.s3 + output alternatives become, (depending on config file setting) + (1) filename/es.index.html + (2) filename/index.es.html + (3) filename/index.html.es (which Apache for example can be + configured to use for automatically serving the users preference) + it is now just to stepwise implement the rules for output... + some detail remains as what to do with the default language, will this + feature be strict so that too will have the language version code included, + or, is it more convenient to drop it in that instance + + default: + language_file: 2 + # multilingual: true + + * param, config filename placement information gathering rules for + multi-document version output are in place, done with flexibility in mind, + language insertions may be made at any of three points in filename + + * sub-numbering system, default behaviour change/correction, reset when any + major number changes [consider offering the alternative of running + sub-numbers, below 4~, would be set in header] + + * urls (-u, -U, -v), match new multilingual file naming convention + + * manifest, show multilingual version manifests, if available + + [contains a batch processing bug affecting some html output, fix in 0.36.1] + +%% sisu_0.34.2.orig.tar.gz (2005w51/1 | 2005-12-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.34.2.orig.tar.gz + db01ece3bc2314c57f0aa88d6ebd2974 3254394 sisu_0.34.2.orig.tar.gz + 197f762e774ddb42bc35c922386d3133 691 sisu_0.34.2-1.dsc + 2520379d811471ff5a3ca7fab6c4c646 13798 sisu_0.34.2-1.diff.gz + + * default css, fix to image links (paths), + necessitated by changes to directory structure + + * digests, include in header url for set sisu_manifest, and time and version + information at the top of the document + +%% sisu_0.34.1.orig.tar.gz (2005w50/7 | 2005-12-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.34.1.orig.tar.gz + d42234876268924db8dddd33faecd3b0 3254032 sisu_0.34.1.orig.tar.gz + ba33053014594db6cc36489ccf49b5c1 691 sisu_0.34.1-1.dsc + 0d7297accec601ff4e9f93a4746f3cd5 13756 sisu_0.34.1-1.diff.gz + + * html and wmap output manifest cosmetic link change and a link fix in html + + * manifest, md5 if markup source is shared, show if -v + +%% sisu_0.34.0.orig.tar.gz (2005w50/6 | 2005-12-17) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.34.0.orig.tar.gz + b46664690687cec318848df0f2d663f7 3253826 sisu_0.34.0.orig.tar.gz + 2c5cdede22b60b4f71294ca1a2a1e804 691 sisu_0.34.0-1.dsc + 1c636c138c29931d6216349f0655a709 13695 sisu_0.34.0-1.diff.gz + + * directory structure changes + [reason for version number jump] + * all sisu output server configuration + goes into subdirectories named _sisu, + one within the main server directory + and another within each document directory created + _sisu/image + _sisu/css + _sisu/dtd + * localised sisu markup/input configuration + is placed directly under _sisu in the markup directory + (rather than _sisu/config), the hierarchy becoming + ./_sisu + ~/sisu + /etc/sisu + NOTE: it is again necessary to run sisu -CC + NOTE: the following have so far been considered and discarded as + alternatives to _sisu: "sisu" discarded as a name sometimes used for a + document directory; ".sisu" discarded as hidden output directories may be + confusing to the user; "sisurc" remains a possible alternative which is a + bit descriptive, however "_sisu" is consistent with the configuration + directories, and chosen for now + + * see notes on css and images + for changes to image and css output directories + * see notes on configuration for notes on changes within + _sisu in local markup directory + + * manifest, renamed from summary, sisu_manifest.html instead of summary.html + [reason: less likely to be useful in other circumstances, summary freed as + a reserved filename] [contains: #output #metadata #links] + + * _sisu: _sisu/conf files and subdirectories moved to _sisu + [reason: the deeper directory structure made sense when sisu_processing was + also contained with _sisu, it is no longer helpful, + the directory structure of ./_sisu mirrors that of ~/.sisu] + + * images now placed within output directory sisu/image + (there is a main sisurc directory and each subdirectory (mapping to a + markup directory stub) contains its own sisurc directory) + + * generation of remote markup/source documents url, some work, on image + mappings + + * css: logic in place for manually created css substitution + * -CC copies css files to output/webserver director sisu_css + if they exist in ./_sisu/css, ~/.sisu/css or /etc/sisu/css + * -H or -h html -x -X for xml etc. will look in output/webserver + sisu_css directory for any requested css. If it exists, pages created + will link to it, otherwise, the default css files provded by sisu are used. + * css requests may be done on a document or directory stub basis 0~css grey + will look for grey_html.css and the directory stub book, will look for + book_html.css + [note: check and make pages more css friendly] + + * fix, if the within a document markup directory the directory + _sisu_processing exists and is writable it will be used for processing + otherwise /tmp/_sisu_processing is used + [i.e. to use ./_sisu_processing for processing, create it] + + * sisurc.yaml defaults set to false to prevent zap (-Z) and css changes + + * Sam Williams copyright notice, included under 0~rights in Free as in + Freedom, not sure how this has been missed. + + * minor screen display url correction, in sax.xml + +%% sisu_0.33.0.orig.tar.gz (2005w50/4 | 2005-12-15) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.33.0.orig.tar.gz + 8a0907a006a1cb7187b5006db4f5ff7c 3252270 sisu_0.33.0.orig.tar.gz + 42b0ac73e9c5d680c70c86d9ee3115c2 691 sisu_0.33.0-1.dsc + 2c1a41d51aefa57d3a7c0f4c82356ce5 13649 sisu_0.33.0-1.diff.gz + + * processing directory, moved to ./_sisu_processing from ./_sisu/processing + [reason: makes it easier to backup _sisu [you will almost never want _sisu_processing]] + /tmp/_sisu_processing is default and used if the former directory is absent + (instead of /tmp/sisu_processing for consistency) + [reason for local directory processing option if /tmp is default, exists, + if you prefer to keep processing out of /tmp] + [consider for /tmp adding to path /tmp/_sisu_processing/[$USER]/[directory + stub] to minimise likelihood of collisions, unlikely currently as the + default is to regenerate "metaverse" for each request] + + * css, moved to [web_output]/sisu_css from [web_output]/style + [reason: collision with other efforts, manual or otherwise even less likely] + this means it is necessary to reinitialise directories, see sisu -CC + + * external document (using url to call for processing), paths for processing + and downloaded images adjusted (processing and output) + + * install (Rantfile and rant: install), a fix required + +%% sisu_0.32.5.orig.tar.gz (2005w50/3 | 2005-12-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.5.orig.tar.gz + aaaa1f0b62a45f5631d6875b8d1c4f60 3250422 sisu_0.32.5.orig.tar.gz + e201e7b1429886cf9b2be3ec14a63f18 691 sisu_0.32.5-1.dsc + 01009df572a86b00e2ea1d3ddf7b1211 13627 sisu_0.32.5-1.diff.gz + + * orig.tar.gz should now be updated together with debian package + orig.tar.gz has not been updated properly since 0.31.4, debian package has + issue with autopackage builder + + * debian package improved, however: diffs started from scratch, information/history abandoned + Reason: undetermined problem with automated package builder. + automated package builder (which uses darcs and darcs-buildpackage) builds package + normally/properly with a pristine directory structure, but not with accumulated debian build history. + For now, the orig.tar.gz and debian package structure are updated, and debian history is not included. + + * directory named extra removed from source tarball, + extra/debian/man moved to debian/man + + * debian, correction of a man page + +%% sisu_0.32.4.orig.tar.gz (2005w50/1 | 2005-12-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.4.orig.tar.gz + bd699b88457a2daf06de35681cd4df47 3265783 sisu_0.32.4.orig.tar.gz + 2e8a85326c7e14845481affb4df00fc0 692 sisu_0.32.4-1.dsc + e18913a52d26cf6bd1e5952b288cc08a sisu_0.32.4-1.diff.gz + + * odf (opendocument), images - an image per paragraph/object only, at present + (thanks Alex Hudson #odf so_solid_moo for feedback, was placing paragraphs + within paragraphs, last step in getting images working) + + * odf (opendocument), sisu document metadata + +%% sisu_0.32.3.orig.tar.gz (2005w49/7 | 2005-12-11) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.3.orig.tar.gz + 83e69d4ae96e578e8d089e9ad52c53c0 3265897 sisu_0.32.3.orig.tar.gz + e5c79923d0f574b7c9b8c5e36b9cead8 692 sisu_0.32.3-1.dsc + 6b95e5e713468c957da365e05bf5b3a7 258645 sisu_0.32.3-1.diff.gz + + * html endnote url re-fix + +%% sisu_0.32.2.orig.tar.gz (2005w49/4 | 2005-12-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.2.orig.tar.gz + b95ce4a61d1ad27eca528624fcc582c9 3265864 sisu_0.32.2.orig.tar.gz + 8d84f343edb6dc7dd5e4edbc54f5633c 692 sisu_0.32.2-1.dsc + a95ac72c37636ac3ba15f6a9ec6ab4d2 258346 sisu_0.32.2-1.diff.gz + + * sqlite, repair + +%% sisu_0.32.1.orig.tar.gz (2005w48/6 | 2005-12-03) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.1.orig.tar.gz + 568917465359a1324f973929009c6993 3265886 sisu_0.32.1.orig.tar.gz + 6f539432cebe4abfeadf87e993416fcb 692 sisu_0.32.1-1.dsc + 3420efac3b35079d0ad3197a1e7fb4e0 257563 sisu_0.32.1-1.diff.gz + + * minor code cleaning, mostly removal of commented out code, + lib html_css.rb, removed as redundant + + * package: html files in data/doc/sisu moved to data/doc/sisu/html + + * debian:control a missing comma added to comma delimited depends list + +%% sisu_0.32.0.orig.tar.gz (2005w48/4 | 2005-12-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.32.0.orig.tar.gz + d9a549c11f77809c874ab664fc24d41f 3265763 sisu_0.32.0.orig.tar.gz + f3605f1094fb587dbc113198054c868f 692 sisu_0.32.0-1.dsc + 54f1ebd40f654df574043270e8c939f4 257434 sisu_0.32.0-1.diff.gz + + * -v urls, minor correction + + * -q quieter + pdflatex quieter [/dev/null screen ouput except for -v up] + + * -q -v -V -M -u screen information levels better sorted + +%% sisu_0.31.5.orig.tar.gz (2005w48/4 | 2005-12-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.5.orig.tar.gz + 9fe95a6f45eb21dabcdf227ccce1dae9 3273030 sisu_0.31.5.orig.tar.gz + a7faf0e8797755a628c055e29e2da34a 691 sisu_0.31.5-1.dsc + fa5e70331f75052e604297d900907f38 13116 sisu_0.31.5-1.diff.gz + [this should have been 0.32.0] + + * -v -M etc. (cosmetic) url, output path information improved + additional possibilities in configuration, sisurc.yaml + setting of programs used: + text_editer, web_browser, pdf_viewer, odf_viewer + setting of viewing preference, vis path, and url + + * -CC re homepages, new option setting the (manually crafted) home page, + copy from first found of: + ./_sisu/conf/home/index.html + ~/.sisu/home/index.html + /etc/sisu/home/index.html + otherwise, as before will look for home page in: + ./_sisu/conf/skin/doc/skin_sisu.rb + ~/.sisu/skin/doc/skin_sisu.rb + /etc/sisu/skin/doc/skin_sisu.rb + and as before if that is not found, take the sisu default + + * css styles, start implementing a more flexible model for using + alternative stylesheets, stylesheets may be specified in document header + 0~css or 0~stylesheet [name], and if that existws, or if a stylesheet + exists that matches the markup directory stub, results in html, xhtml, xml + as appropriate, requesting the matching stylesheets documunts + [needs work and testing before it becomes really useable, for the time + being is switched off by default to use must be enabled in conf file] + [css stylesheets renamed, likely to be noticed] + + * -CCr -CCRZ stubs for remote copying/building of base site, + images, css stylesheets, index.html and toc.html + (not to be confused with existing remote placement of generated output) + + * Debian package adjustment + +%% sisu_0.31.4.orig.tar.gz (2005w48/2 | 2005-11-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.4.orig.tar.gz + 5f9e68079806301e4f32ddc801ffdbd0 3249616 sisu_0.31.4.orig.tar.gz + 9bdc2f510a981efbd811194dddb230a4 679 sisu_0.31.4-1.dsc + 27db1bffe6571ee571e54961a450775e 11351 sisu_0.31.4-1.diff.gz + + * Debian packages broken into smaller packages, for better control over + dependencies, source package structure affected (control, .install, + .manpages) + + * sisu-composite together with sisu-examples installs the whole of SiSU + +%% sisu_0.31.3.orig.tar.gz (2005w48/1 | 2005-11-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.3.orig.tar.gz + 562d89e8a4346350f749f660eb266a57 3245995 sisu_0.31.3.orig.tar.gz + af095b570f9aa0a7d1472747ea854e8e 10769 sisu_0.31.3-1.diff.gz + 68cd0ea97435cc03c893d68d7e70259a 10789 sisu_0.31.3-2.diff.gz + 198aef746935e6fcf673b8fb33d6e581 579 sisu_0.31.3-2.dsc + + * remote url gathering of images re-fixed, e.g. + sisu -Hpv http://www.jus.uio.no/sisu/free_culture.lawrence_lessig/free_culture.lawrence_lessig.s3 + should produce html and pdf of Free Culture from the online marked up file, with the images + [sisu -CC (to copy downloaded images to the output directory)] + sisu -pHv http://www.jus.uio.no/sisu/sphinx_or_robot.leena_krohn.1996/sphinx_or_robot.leena_krohn.1996.s3 + [has even more images, you will have to repeat sisu -CC] + [includes a workaround for an odd bug: retry needed on first attempt] + + * sisu control, ensure file array unique + [some risk of unforeseen consequences, test] + + * -v verbose output, minor, tagged on mention of sisu -W starting ruby + webserver on sisu output directory + + * add link to sisu_faq, maintain faq + + * [debian, started using pbuilder + (otherwise, package still built using darcs-buildpackage, and additional + enthusiastic use of mercurial for version control)] + + * sisu_0.31.3-1 debian:control: Depends: ruby1.8 (>=1.8.3) + + * sisu_0.31.3-2 debian:control: Depends: ruby (>=1.8.2) + +%% sisu_0.31.2.orig.tar.gz (2005w47/6 | 2005-11-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.2.orig.tar.gz + e928fc31ce6109f924836c79a3c19027 3245306 sisu_0.31.2.orig.tar.gz + 374bbe3ae0ddc53a652c5abcb421d6a7 10726 sisu_0.31.2-1.diff.gz + + * debian autobuild fix [external scaffolding] + +%% sisu_0.31.1.orig.tar.gz (2005w47/6 | 2005-11-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.1.orig.tar.gz + b1734e76a39d043010e30722bbb3359c 3245133 sisu_0.31.1.orig.tar.gz + 20bbb1f84c34779e55abed80aae7fdf0 10679 sisu_0.31.1-1.diff.gz + + * odf, minor fix url match + + * [sample documents urls to amazon and barnes and noble + added as courtesy to authors] + + * [Note: change to automated debian package build procedure] + +%% sisu_0.31.0.orig.tar.gz (2005w47/5 | 2005-11-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.31.0.orig.tar.gz + e6beae75cda1d00c68dc0d97c67cb540 3244304 sisu_0.31.0.orig.tar.gz + 8785cf622dee3fe07eed841b8cfbf8e1 10626 sisu_0.31.0-1.diff.gz + + * metaverse, header, italicise and bold lists, + results in significant changes + markup change use regex directly + [results in odf (openoffice) repair of 0.30.9] + +%% sisu_0.30.10.orig.tar.gz (2005w47/5 | 2005-11-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.10.orig.tar.gz + ed89acbe1f406f2f55052651d12f1b78 3242816 sisu_0.30.10.orig.tar.gz + 6495690d1611efd7c9a8145a8b0ca73e 10589 sisu_0.30.10-1.diff.gz + + * rollback to 0.30.8 header, italicise and bold lists, + use of semi-colon delimited list, + [new version number 0.31 opened for header use of regex + to italicise and bold] + +%% sisu_0.30.9.orig.tar.gz (2005w47/2 | 2005-11-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.9.orig.tar.gz + 70cc77083106e86b98bcf719ec35d657 3242867 sisu_0.30.9.orig.tar.gz + 5ab1832552e65f598304baff2e253a88 10499 sisu_0.30.9-1.diff.gz + + * setup.rb 3.4.1 by Minero Aoki included with SiSU as an installer + + * package directory structure modified to comply with setup.rb default + data/man moved to man as setup.rb, affects debian + + * header, italicise and bold lists, markup change use regex directly + [instead of converting semi-colon delimited list] + + * minor notes on installation in README + +%% sisu_0.30.8.orig.tar.gz (2005w47/2 | 2005-11-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.8.orig.tar.gz + a75adbe1198732ec577c630e4b4e94dd 3229748 sisu_0.30.8.orig.tar.gz + 3a4cd20539b968f37d10c1a8383bc315 10595 sisu_0.30.8-1.diff.gz + + * latex pdf, the pdfetex parameters used appear to be Debian specific, + SiSU LaTeX is written for pdflatex... change precedence/ search order, + use pdflatex if present, otherwise try use pdfetex (with pdflatex parameter) + + * url/document output, (largely cosmetic fix) screen information, + sisudoc (-S) and sisu markup source (-s) [-S was linked to sqlite] + + * url (-U) print urls without -v + +%% sisu_0.30.7.orig.tar.gz (2005w47/1 | 2005-11-21) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.7.orig.tar.gz + 83c56fa696a75a9111295c99c2e5196e 3229287 sisu_0.30.7.orig.tar.gz + 2e581d080177a0aa24f7076597676438 10552 sisu_0.30.7-1.diff.gz + + * rsync screen message adjustment + + * skin:hp linked to sisu_changelog which has been separated from sisu_download + + * composite documents, fix manual closure of file is apparently necessary ! + +%% sisu_0.30.6.orig.tar.gz (2005w46/7 | 2005-11-20) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.6.orig.tar.gz + c9abcf18916ac55d67308039f01933bb 3228496 sisu_0.30.6.orig.tar.gz + 810751b72796f862fe5d9f4cfcbe195b 10510 sisu_0.30.6-1.diff.gz + + * numeric shortcuts accept rsync extra command flag (-R) + + * rsync (-R), screen output minor (what default, verbose and quiet do) + +%% sisu_0.30.5.orig.tar.gz (2005w46/7 | 2005-11-20) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.5.orig.tar.gz + e3e08897e4d7c3373c5898f31926c094 3228219 sisu_0.30.5.orig.tar.gz + 583723571b8df2aa7717a7872b143227 10497 sisu_0.30.5-1.diff.gz + + * conf, homepage, skin path precedence, fix + (related to finding ./_sisu/conf/skin/doc/skin_sisu.rb) + + * summary, suggested links, cosmetic: fix to static url + + * sisu_doc, drop making of directory _sisu/config + (using _sisu/conf) + +%% sisu_0.30.4.orig.tar.gz (2005w46/6 | 2005-11-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.4.orig.tar.gz + a2a1bf159e3ccfdd7a15baf4f2603fbf 3227828 sisu_0.30.4.orig.tar.gz + 895212c9fb09f100674338b7694ad921 10481 sisu_0.30.4-1.diff.gz + + * html segments, summary button, fix (icon and link) + + * sisudoc, cosmetic: screen output, touch (remove repeat of output filename) + + * summary, suggested links, cosmetic: replace relative links with static url + + * conf.rb renamed from config.rb + + * moved sisu_changelog out of main SiSU document [has grown large] + +%% sisu_0.30.3.orig.tar.gz (2005w46/6 | 2005-11-19) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.3.orig.tar.gz + 444a194aae38120f13fd3bf2f9ae505a 3227547 sisu_0.30.3.orig.tar.gz + 1d1b49a957cb118a3110574d26bb9304 10413 sisu_0.30.3-1.diff.gz + + * configuration, change, use ./_sisu/conf + [WARNING ./_sisu/config is depreciated and will be removed] + + * db:pgsql, bugfix FROM required in a select statement + [postgresql 8.1 complained] + + * zap, delete, -Z disable by default, + to use must enable in sisurc.yaml + + * rmagick, disable load/require by default, sisurc.yaml + problem with some local installs of ruby + + * pdfetex, call with -fmt=pdflatex + + * summary, metadata suggested links added + + * xml,xhtml,html tidy only run with -V or -M + rexml only with -M, primary reason a considerable speedup + in skipping step unless specifically requested for testing + + * sisu control file, changes a bit arbitrary, but a bit easier + + * debian control suggests keychain (added) + + * summary and place of composite document source (-s -y), though just request + for other documents [decide later whether to include constituent document + parts] + + * help, update, sync with man pages + +%% sisu_0.30.2.orig.tar.gz (2005w46/2 | 2005-11-15) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.2.orig.tar.gz + d0f8f7dfe1106616e3e0790c034cf190 3228007 sisu_0.30.2.orig.tar.gz + f953aa19d54e99a7a8d4669aaffe87ad 10130 sisu_0.30.2-1.diff.gz + + * minor cleaning + +%% sisu_0.30.1.orig.tar.gz (2005w46/1 | 2005-11-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.1.orig.tar.gz + 6367fc10883a98452d87044193338062 3227345 sisu_0.30.1.orig.tar.gz + 59706eabd49a51394887d4ebb218cd3c 10112 sisu_0.30.1-1.diff.gz + + * summary, include plain.txt where available + +%% sisu_0.30.0.orig.tar.gz (2005w45/7 | 2005-11-13) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.30.0.orig.tar.gz + 2ab163fbf4a3b2ed31e14328ce69cbac 3227035 sisu_0.30.0.orig.tar.gz + 6b0103b794fe8c6c015043b56f7770cd 10096 sisu_0.30.0-1.diff.gz + + * param, polishing... + + * sql metadata, reworked ... ongoing + + * sisudoc, re-named sisu_doc rather than sisu_ball + + * sisudoc, only -V and -M show verbose tgz of what goes in to sisudoc (previously -v did) + + * name correction: SiSU is a recursive acronym, and has other + alternative possible expansions, one of which i got wrong, + under the influenced of the other ! + * SiSU information Structuring Universe + * Simple information Structuring Universe + * _Structured information Serialized Units_ + [<-- i got my last name wrong consistently wrote Serialized information + Structured Units, which makes less sense, (i am guessing i managed to + overlook this because of the position of the word structured in the first + and second expansion) i guess this correction calls for a major version + number change! hope no one (else) notices ;-) ] + +%% sisu_0.29.5.orig.tar.gz (2005w45/5 | 2005-11-11) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.5.orig.tar.gz + 3e0ad7d2f8b02d0f3e61f113b2430269 3223938 sisu_0.29.5.orig.tar.gz + 90a2570933de02fabd965fe8218fa354 10060 sisu_0.29.5-1.diff.gz + + * for present have gone back to using pdfatex, need to spend some time to + figure what needs to be done for pdfetex, LaTeX headers may need to change, + in any event, calling it in same manner as padflatex broke pdf output, (no + time et to sort out) + + * minor fixes, [regex match of param metadata and copyright sign in odf] + +%% sisu_0.29.4.orig.tar.gz (2005w45/5 | 2005-11-11) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.4.orig.tar.gz + 0d47f551de9f140d6cabc84614e2b4d8 3223745 sisu_0.29.4.orig.tar.gz + 600d5725cd8835ce4cc345a10d074ca2 10035 sisu_0.29.4-1.diff.gz + + * summary, make easily available from different outputs + + * metaverse, autonumbering of segments from manual text markup, + re-checked/re-fixed [as presents some risk must be selected in heading] + + * metaverse, when run remove maintenance metaverse file unless -M flag used + + * param, endnotes checking, where endnote references and endotes are separate + check than number count matches else report error, [and place error in + document summary] + + * opendocument, renamed file odf + + * opnedocument, added matching & linking of urls and mail address + + * summary, warning of document error if endnote number mismatch, note this + cannot occur if the preferred markup style for endnotes is used. + + * sysenv, pdfetex, debian renaming, search for pdfetex, pdftex and pdflatex + to generate pdf from SiSU's LaTeX output + +%% sisu_0.29.3.orig.tar.gz (2005w45/2 | 2005-11-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.3.orig.tar.gz + f4b9e6b875e9d01c1c52bfa68f1e3d56 3222790 sisu_0.29.3.orig.tar.gz + da61f9e61a5e5b7538c47d996b24a937 9961 sisu_0.29.3-1.diff.gz + + * rsync use added for remote puts -R (scp is -r) + + * summary bug fix, variable scope reduced + (incorrectly retained information from previous files in batch runs) + + * introduced -K which deletes output files prior to processing of files of + same type + + * -s sisu markup source copied to output directory, (placed remotely with -sr) + + * -S sisudoc made and copied to output directory, (placed remotely with -Sr) + [renamed from -Z] + + * --update updates previous output, with same filetype output only, useful + + * [-F renaming from -S naive cgi search form sample] + + * [minor editing of program file headers] + +%% sisu_0.29.2.orig.tar.gz (2005w45/1 | 2005-11-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.2.orig.tar.gz + b8ecd141040e1ffa0820cdf9382304a7 3220476 sisu_0.29.2.orig.tar.gz + 3d42aeb8d9648fed4baf837c59cff7a5 9899 sisu_0.29.2-1.diff.gz + + * sql table metadata created, replaces table titles + [breaks former table structure] + + * sql urls replaces links table + + * pgsql comments + + * cgi scripts use table:metadata instead of table:tiles + + * xml series, poem and group (and code) first pass + + * opendocument renamed odt.tgz instead of o_doc.tgz + + * summary, (-y) summary of document outputs generated and document metadata + (metaverse includes links to summary, as does html band and latex doc info) + + * data/sisu (/usr/share/sisu) created for sisu shared images and odf, + subdirectories, separating packages sisu from sisu-examples which is + recommended only, and should not be needed to provide what sisu requires. + + * debian/sisu.install map data/sisu to /usr/share/sisu + + * [small changes: webserv var rename; cosmetic removal in html and xml of + less-than greater-than on copy @ \<< home \>>] + +%% sisu_0.29.1.orig.tar.gz (2005w44/6 | 2005-11-05) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.1.orig.tar.gz + c2a36974bf9c9d04e3c402a01500be68 3214920 sisu_0.29.1.orig.tar.gz + 398f1f15f798bb31679ca91cb1b400ab 9802 sisu_0.29.1-1.diff.gz + + * tar gzip files changed file suffix to .tgz (instead of .gz) + comment added to man page and help + + * html some character encoding corrections (é and a few others) + + * param recognises rcs in addition to cvs and 0~rcs+ $Id$ may be used + [as alternative to 0~cvs equivalent, metaverse and downstream adjusted + accordingly] + + * debian/control added suggests lv and rcs as alternative to cvs + [to which it is personally preferred for document control (as making + more sense working with favoured used development distributed source + control management systems, mercurial and darcs)] + +%% sisu_0.29.0.orig.tar.gz (2005w44/1 | 2005-10-31) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.29.0.orig.tar.gz + a1658902d929eee564c77f061568a677 3214113 sisu_0.29.0.orig.tar.gz + fc3c5c566c307636d23467476d38b5bf 9732 sisu_0.29.0-1.diff.gz + + * metaverse autonumbering changed, + affecting default html segment naming + [change to metaverse affects downstream processing] + +%% sisu_0.28.4.orig.tar.gz (2005w44/1 | 2005-10-31) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.28.4.orig.tar.gz + f3f00e850a17d2fbfbffadf8a0d6ef5d 3213380 sisu_0.28.4.orig.tar.gz + e9e5a3f5a1ed1065b2c02b15d630a213 9718 sisu_0.28.4-1.diff.gz + + * opendocument -o now defaults to produce metaverse first -mo + (this is behaviour for other outupts such as html, latex/pdf...) + + * metaverse footnote url matches, tuning + + * texpdf url matches, tuning, especially footnotes + + * help update of processing flags, checked against man pages + + * some changes to variable names, cf instead of rf (also used pf briefly) + + * debian control file, minor edit of description of SiSU + + * doc/overview.txt update on things not done in list + +%% sisu_0.28.3.orig.tar.gz (2005w42/7 | 2005-10-23) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.28.3.orig.tar.gz + 144e450c59d99c9baa24e1f265e19182 3212941 sisu_0.28.3.orig.tar.gz + bf0ecc4e8a2378acfadee2158005a500 9669 sisu_0.28.3-1.diff.gz + + * metaverse, bullets accidentally removed, and put back + +%% sisu_0.28.2.orig.tar.gz (2005w42/6 | 2005-10-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.28.2.orig.tar.gz + ae92bc6a14600a15f4bfbe5512bf9af2 3213202 sisu_0.28.2.orig.tar.gz + ee23f7ac2122521fe4d802e023921a7f 9644 sisu_0.28.2-1.diff.gz + + * texpdf character encoding bugfix, (removed iconv) however, + sisu requires utf-8 input for extended character sets + + * character encoding touches, e.g. sample files saved as utf-8 + +%% sisu_0.28.1.orig.tar.gz (2005w42/6 | 2005-10-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.28.1.orig.tar.gz + e672ccc483cf48fed084bfce99f87b8d 3212728 sisu_0.28.1.orig.tar.gz + dbe154e00f8421a2f05c67a11c2e7cbc 9618 sisu_0.28.1-1.diff.gz + + * character encoding, moved a basic transform to metaverse, + hopefully more predictable characters to deal with and + made easier to work with postgresql, affects other modules + changes to html and texpdf, neither perfect, both need work + esp. html. two steps forward one step back + + * some database operations visited, (update) + +%% sisu_0.28.0.orig.tar.gz (2005w42/5 | 2005-10-21) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.28.0.orig.tar.gz + 12064bd92864441ab8b103f094412c2f 3210000 sisu_0.28.0.orig.tar.gz + 22c5452ca4a060ddbb4bcb768a4bd119 9600 sisu_0.28.0-1.diff.gz + + Release (and version number bump) primarily to put ruby sisu segfault + bug behind us, Debian ruby-1.8.3-2 released and fixes this + [an emergency build to work around the problem was made available as + 0.27.0 see note there for details] + + * remote placement of open document files added (odt) + + * added open document format to several default shortcuts sisu -2 etc. + + * made note of opendocument format output on sisu home page + [feature not complete] + + * synced skin_sisu.rb files, (there are a bit too many of them, most would normally be syslinks) + +%% sisu_0.26.4.orig.tar.gz (2005w42/2 | 2005-10-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.26.4.orig.tar.gz + 6cd9d7bcb42a48a7475d6bd724b766be 3202069 sisu_0.26.4.orig.tar.gz + 5f0a0dec3a5819f2e266581d912255ad 9499 sisu_0.26.4-1.diff.gz + + * sisu file format flag moved to -Z (from -B) + + * sisu -Z without [filename/wildcard] makes gzip of sisu directory of + marked up files, including sisu markup source files, local configuration + file, images and skins. + + * sisu -Z [filename/wildcard] makes gzip of individual sisu file specified + including sisu markup source file and related images and skin + + * opendocument format, -o, experimental, incomplete, [ignore] + + done: + headings + footnotes + bold underscore italics strikethrough + superscript subscript + extended ascii set + indents + groups + tables + poem + code + + todo: + groups + tables + images + bullet + line break? + page break? + table of contents + page header/footer? + + * debian build (i) recommends sqlite added, overlooked previously; + (ii) added recommend zip, used in the making of open document; + (iii) removed recommended incorrect libcgi_ruby. libfcgi-ruby1.8, remains; + (iv) have added a basic open document file structure as a tgz file. + +%% sisu_0.26.3.orig.tar.gz (2005w40/5 | 2005-10-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.26.3.orig.tar.gz + 309cbdc9b2ab048a670ca9301aaeee87 3183245 sisu_0.26.3.orig.tar.gz + 3dc4a9587427db4819a10958c4adde5c 9342 sisu_0.26.3-1.diff.gz + + * a sisu file format introduced:, -B, a gzipped file, containing: + sisu markup sourcefile, + its images + and its skins, + opens as sisu_ball directory, which once unipped sisu may be run within, + (sisu does not at present automatically unpack and run on these files, + but is a convenient way of packing the contents of a file for sending) + [early days] + + * man1/sisu.1 upadated and html on -B sisu file format (sisu help not yet done) + + * cosmetic firefox taken from list of lightweight browsers, + remains very much amongst the heavies + + * cosmetic correction on info related to librmagick-ruby contained within + sample document free_culture + +%% sisu_0.26.2.orig.tar.gz (2005w39/5 | 2005-09-30) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.26.2.orig.tar.gz + 2b5f2c65088a6f95303c2b99d5033386 3179769 sisu_0.26.2.orig.tar.gz + 9d2aa597a50af0608c382e6f52f8a873 9322 sisu_0.26.2-1.diff.gz + + * css, minor, caption - display: inline; + + * syntax highlighting (sisu markup), editor configuration files, added, see + sisu-examples/config/syntax_hi/README + /usr/share/sisu-examples/sisu-examples/config/syntax_hi/README + + for the editors: + * nano http://www.nano-editor.org/ + * diakonos http://purepistos.net/diakonos/ + + NOT REALLY DONE, but intitial attempt included anyway: + * nedit http://www.nedit.org/ + * gedit http://www.gnome.org/projects/gedit + * kate http://kate.kde.org + * emacs http://www.gnu.org/software/emacs/emacs.html + + [vim-sisu still provides the most comprehensive sisu markup + editor environment] + + * evince becomes the default pdf in maintenance urls etc. (previous was xpdf) + + * document samples image dimensions manually provided, affected document + sample "Free Culture", Lawrence Lessig. Note this is not necessary from + sisu-0.20.0 onwards, if you have rubymagick installed. + +WARNING ruby 1.8.3 (2005-09-21) [i486-linux] segfaults SiSU +FIXED in 1.8.3 (2005-09-29) [i486-linux] thank you TS/Guy Decoux +the new ruby build is not as yet uploaded to Debian unstale + +%% sisu_0.27.0.orig.tar.gz (2005w39/1 | 2005-09-26) %% Emergency Release: + +NOTE: this is an emergency version of SiSU that does not segfault with +problem versions of ruby, see note follwing. It is prepared without Syck/Yaml + +Problem ruby versions: +* ruby 1.8.3 (2005-09-21) and was removed by TS:Guy in ruby 1.8.3 (2005-09-29), + released as Debian unstable ruby-1.8.2-1, and in +* ruby 1.8.3 (2005-10-12) and was again removed by TS:Guy in ruby 1.8.3 (2005-10-13). + + * Temporary Emergency Release + ruby 1.8.3 (2005-09-21) [i486-linux]] segfaults sisu + bug report made to ruby-core 2005-09-24 + + this version of sisu built without Syck/Yaml + and is not configurable, (uses sisu default configuration only) + ignoring yaml user config files + + as such this emergency release: + * only uses sisu default configuration settings, + ignoring yaml user config files + * does not provide sisu version information + +%% sisu_0.26.1.orig.tar.gz (2005w37/7 | 2005-09-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.26.1.orig.tar.gz + a6e020a9932d972cc92a8abdcb704238 3156526 sisu_0.26.1.orig.tar.gz + 4cbe9d5240b03eea9fc6392ebb2aca46 9304 sisu_0.26.1-1.diff.gz + + * pruning, removed words.rb (vocab is used) + + * wmap & vocabulary, minor modifications, and runs metaverse + + * minor pruning and renaming, small changes + +%% sisu_0.26.0.orig.tar.gz (2005w37/7 | 2005-09-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.26.0.orig.tar.gz + 4d1702c6cb8f162f4c7ece7a236148c6 3159698 sisu_0.26.0.orig.tar.gz + 99f922789101f388cf3a7562ec2953c5 9293 sisu_0.26.0-1.diff.gz + + * sisu_webrick server no longer builds url paths with tilde prefix + + * sysenv, and link urls updated accordingly + + * sisu-examples, cgi sql search form, minor updates + sqlite sample set for webrick server defaults, port 8081, with url suffixes + pgsql sample set without (port is default port, and no url suffixes) + + * sisu_webrick server defaults must be changed in rc files, rather than by + command-line parameters (reason, the rest of sisu would not see command + line parameter changes, and would continue to provide rc details) + + * start enforcing lower case sisu markup tagging + +%% sisu_0.25.11.orig.tar.gz (2005w37/6 | 2005-09-17) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.11.orig.tar.gz + 5330033ca4c32a20424b212d5e15705e 3158745 sisu_0.25.11.orig.tar.gz + bdd533301ed392ec7c27f1e364dc8388 sisu_0.25.11-1.diff.gz + + * cgi, cgi sql search form sample generator, link suffixes added + + * cgi, cgi sql search form sample generator, -S takes additional parameter + webrick to provide port links that webrick server will use. + + * sisu_webrick, -W does cgi form. + + * sisu_skin & defaults, home page, adjustments + + * html output (tune), fix image, no link where non provided, i.e. where the + { imagename.png }image notation is used + + * html output (css & tune), image caption, smaller font + + * configure, (-C & -CC) absence of trang is only reported + if -V (extra verbose) flag is used + + * processing remote urls, (-C & -CC) absence of external_images is only + reported if -V (extra verbose), is used [re-test] + + * man page, man sisu, updated to include "-S webrick" + +%% sisu_0.25.10.orig.tar.gz (2005w37/5 | 2005-09-15) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.10.orig.tar.gz + 1b7fa60d23869d33f5d918d5aa1cf424 3157417 sisu_0.25.10.orig.tar.gz + 9d4b75bde3f0f138d1e4d31b7964d374 9262 sisu_0.25.10-1.diff.gz + + * urls, minor correction (maintenance mode output) + + * man sisu(1) and sisu(8), minor edits + + * minor code cleaning + +%% sisu_0.25.9.orig.tar.gz (2005w37/3 | 2005-09-14) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.9.orig.tar.gz + 48249bcd13900d9d68519585a3e825f6 3162000 sisu_0.25.9.orig.tar.gz + 2c74d1288dea0c604603185ae71a4421 9247 sisu_0.25.9-1.diff.gz + + * latex/pdf, librmagick-ruby: will throw a warning and refuse to build + latex/pdf output for documents that are marked up without image dimensions, + that require the librmagick library. [librmagick-ruby is not "required" as + provided documents are marked up accordingly, it is never needed. As an + example first image markup form requires the library, the second does not: + { freeculture01.png }http://www.free-culture.cc/ + {freeculture01.png 350x350 }http://www.free-culture.cc/ + + * man pages additions, mostly "man 8 sisu" + +%% sisu_0.25.8.orig.tar.gz (2005w37/3 | 2005-09-14) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.8.orig.tar.gz + bd8edf228360f3f3795812c93edfee19 3159743 sisu_0.25.8.orig.tar.gz + 17b662d3d2e7f1881c7eebecb6dca192 9232 sisu_0.25.8-1.diff.gz + + * metaverse, default is to run metaverse wherever it may be required, + i.e. when any of - abDdeHhINptXxz + + * plaintext, endnotes version (-e) sorted, + -a (footnotes following paragraphs) is ok + [however is currently an either or, both output plain.txt] + + * texinfo, basic output working again (with pinfo). + [fix later, moving of & to <=and>] + + * debian, recommends, added pinfo + + * help, fix help on markup \ escape character (escaped) + +%% sisu_0.25.7.orig.tar.gz (2005w37/2 | 2005-09-13) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.7.orig.tar.gz + b86531a1788f6bce8e81328760801fa3 3158773 sisu_0.25.7.orig.tar.gz + a2824de38545b6695eb06ea35bb73fea 9207 sisu_0.25.7-1.diff.gz + + * metaverse, possibility to escape backslash (\\ to produce \) [Special + character escape set near complete for regular text, verify situation for + code blocks (code{) where characters should be treated verbatim]. + + * metaverse, markup, test and addition of possibility to escape contextual + special characters, such as asterisk (*) and exclamation mark (!), which + are not normally a special characters that need to be escaped, but the + ability to do so is useful where for example used to describe their markup + function as in \*{bold}* \!{emphasis}! verified others used in a similar + way (*!/_\^,+), either already available or also added \/{italicise}/ + \_{underscore}_ \^{superscript}\^~{ note that the caret (\^) is a special + character that must always be escaped, unlike the other characters + described here which are contextual }~ \,{subscript}, \+{inserted}+ + \-{strikethrough}- + + * man page and help, comments added on escaping special characters and + headers + + [extensive testing escaping the full range of special characters is necessary + these include \\ \< \> \{ \} and the contextual * ! / _ \^ , + ] + +%% sisu_0.25.6.orig.tar.gz (2005w37/1 | 2005-09-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.6.orig.tar.gz + c0b6aa1a71a4d139d65c43fb2d21b8b0 3156969 sisu_0.25.6.orig.tar.gz + 283c663e1b3e7803217d80709dcc7b73 9186 sisu_0.25.6-1.diff.gz + + * metaverse, cosmetic corrections related to bold, italics and punctuation + + * metaverse, and add a few language settings + + * latex/pdf start looking at language settings, set language selected for + document \documentclass \usepackage \selectlanguage + + * latex/pdf creator copymark turned off by adding minus sign to creator + header, as in 0~creator- [name of author] + + * man pages, help files updated on language settings + + * copyright SiSU system, object numbering etc. in pdfs, (reduced font size & + words from previous Debian release, [a bit more than in 0.25.5]) + +%% sisu_0.25.5.orig.tar.gz (2005w37/1 | 2005-09-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.5.orig.tar.gz + dadf9ffb77c629189be5f08345f451cf 3154083 sisu_0.25.5.orig.tar.gz + 7749d8a2a4ed73e9f0d85e5fae5d9027 9178 sisu_0.25.5-1.diff.gz + + * latex/pdf cosmetic reduced size of font related to document + processing information. + +%% sisu_0.25.4.orig.tar.gz (2005w37/1 | 2005-09-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.4.orig.tar.gz + b2bd5bd90ebb3af821f7b60a03cfecaa 3153879 sisu_0.25.4.orig.tar.gz + 894ed52890f238a8feab48e80e86aae8 9166 sisu_0.25.4-1.diff.gz + + * metaverse, fix related to 0.25.3 (interaction between operation of + bold lines and bold words selected in header). + +%% sisu_0.25.3.orig.tar.gz (2005w37/1 | 2005-09-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.3.orig.tar.gz + 079f2c259f8de88e48ce16a6b0eed242 3153671 sisu_0.25.3.orig.tar.gz + 1388f9f6183f76b49aa52ccef26bc5bc 9153 sisu_0.25.3-1.diff.gz + + * metaverse, subtle correction todo with interaction between operation of + bold lines and bold words selected in header. + + * changes to text accompanying latex/pdfs, toning down of language, + correction of gpl2 url to fsf.org rather than gnu.org + +%% sisu_0.25.2.orig.tar.gz (2005w36/6 | 2005-09-10) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.2.orig.tar.gz + de5b7c20ec8e793d131c0f7665a1447a 3153602 sisu_0.25.2.orig.tar.gz + e46bcf337617273e1ef715010c0a7542 9134 sisu_0.25.2-1.diff.gz + + * latex/pdf fix, produce text without object numbers + (problem with documents including grouped text markers, poem{ etc.) + fix affects processing with the -0 flag (zero), e.g. + sisu -mHp0v [filename].s3 + +%% sisu_0.25.1.orig.tar.gz (2005w36/6 | 2005-09-10) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.1.orig.tar.gz + a82d3a227babf3bc1a6660fafba17ecc 3153326 sisu_0.25.1.orig.tar.gz + 5df9ff95789c457566e0fc822449f1ef 9122 sisu_0.25.1-1.diff.gz + + * cgi search for generator: fix, removal of an errant line of code + (removal of hardlink to version number) + fix affects + sisu -S + +%% sisu_0.25.0.orig.tar.gz (2005w36/6 | 2005-09-10) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.25.0.orig.tar.gz + 15d88f5a33da7f3cb427e5a8a0dae573 3153121 sisu_0.25.0.orig.tar.gz + a191b69a92500d8880b764b6c33a4957 9111 sisu_0.25.0-1.diff.gz + + * db/sql: changes to database table names, cleaner + + * db/sql/search: cgi search examples and cgi search sample generator modified + accordingly + + * db/sql: recreate, creates if no existing database, instead of complaining + (createall complains if database exists - you may not wish to remove + existing) + + * db/sql: replaced oid table with links table, and provide links to output files, + affects both pgsql and sqlite + + +%% sisu_0.24.2.orig.tar.gz (2005w36/5 | 2005-09-09) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.24.2.orig.tar.gz + 924f791aa2ab18e3917451ff09183a3b 3152290 sisu_0.24.2.orig.tar.gz + cbbfdde8fd261b1bfdd47f633c895222 9093 sisu_0.24.2-1.diff.gz + + * character encoding, existing table hash replaced with a KirbyBase table + character encoding lib is not currently used by sisu, + (& KirbyBase is not included with sisu), for what it is see + http://www.netpromi.com/kirbybase_ruby.html ) + hoever, this is a possible way forward should such a table be needed + +%% sisu_0.24.1.orig.tar.gz (2005w36/4 | 2005-09-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.24.1.orig.tar.gz + 328d2c858900bca8594aaf9fdad48687 3154040 sisu_0.24.1.orig.tar.gz + 2a8e982a69c58ea39a82c3c1e849fcc3 9083 sisu_0.24.1-1.diff.gz + + * latex/pdf fix: tilde may be printed if marked up as escaped character + has been a problem, (revisit, refactor what is done with tilde) + + * escaping sisu special characters a bit of work done, html latex/pdf + done { } ~ < > _ - / # | : ! ^ examine need for others such as * + + * latex/pdf, also html, bugfix, a bit of work on escaping of sisu special + characters, html latex/pdf, done \{ \} \~ \< \> \&. Several characters are + only special characters in given particular locations or combinations, these + should be escapable in any event. Further testing and work necessary, hash + is still a problem. { } ~ < > _ - / & | : ! ^ # + + * metaverse_syntax, in code mode special characters should not be escaped + + code{ + + { } ~ < > _ - / & | : ! ^ # + $ & @ * + + }code + + test more extensively, and correct over time. Note that the hash is for the + moment a problem (in latex/pdf) + + * latex/pdf and other files make sure headers are only given special + treatment if at start of text, i.e. if actually headers, so can have a + description of a header within text like 0\~level new=1,2,3; break=4 + +%% sisu_0.24.0.orig.tar.gz (2005w36/3 | 2005-09-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.24.0.orig.tar.gz + 2270344926ff777132f50dbba0270c11 3153987 sisu_0.24.0.orig.tar.gz + f0bc72f3a3f07984113d7dd21ba7afae 9071 sisu_0.24.0-1.diff.gz + + * pdf page breaks, accepts header notation: + 0~level new=1,2,3; break=4 + + * html fix to links band -H added .html to home url, removed + + * metaverse_syntax, adjustment to lines parsed, (result affects some endnotes) + + * plaintext small fix & is & + + * minor touches to documentation + + * tested supported encodings utf8 and iso8859 + + % sisu_0.23.1.orig.tar.gz (2005w36/3 | 2005-09-07) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.23.1.orig.tar.gz + 6182d22f7f4e00a3f224a5362717431a 3151165 sisu_0.23.1.orig.tar.gz + 6a52b9dd5ce21d46cf365da088d1f334 9063 sisu_0.23.1-1.diff.gz + + * fix to the still very naive sqlite search cgi example for sqlite + + * sisu -S will generate a copy of the naive sqlite and pgsql cgi search form + it then needs to be copied to the cgi-bin directory. It differs from the + example given in that it looks at output directories and includes them as + database options. It is more accurate on sqlite, checking that a database + exists, however both forms in their current form leave a lot to be desired. + + * url to location of sqlite database + + * latex/pdf cosmetic fix to front page removed angle brackets + << [location] >> appeared incorrectly, and looks cleaner without + + % sisu_0.23.0.orig.tar.gz (2005w36/2 | 2005-09-06) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.23.0.orig.tar.gz + 4e8c4fd6e8d377d4e5af7145c37ac99a 3131414 sisu_0.23.0.orig.tar.gz + f7e8ecb953b39ae45772130d54b158b3 9020 sisu_0.23.0-1.diff.gz + + * texpdf, utf8 added properly by way of ucs package (now requires latex-ucs) + breaks some things but in the long run is hopefully an improvement + currently supported encodings utf8 and iso8859. + + Resulting in out of the box improved Iñtërnâtiônàlizætiøn a slightly more + extended character set, using utf-8, [ tested so far on LaTeX / pdf output, + line-breaking is not perfect ] ! # $ % & \ () * + , - . / ' 1 2 3 4 5 6 7 + 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] + … † ‡ < - ~ t ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ' µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ + À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å + æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ + + * character encoding, utf-8 improved basic table, not yet utilised though, + [and even as a small utf-8 table is on the large side] + + * minor code play with output (webserve) path + + * sqlite db output mapped to webserve path, current directory stub + [instead of being deposited in pwd] + + * very naive sqlite search cgi example for sqlite + + * metaverse, changes to automatic naming of levels 5 & 6 + same methods used as has been for level 4, could possibly clash at times + with level 4 in doc version consider implications [easy to attach somthing + to level 5 & 6 names] + + * document digest in document information by default + (previously only when cvs info also selected) + + * loading of skins for inserts + +%% sisu_0.22.1.orig.tar.gz (2005w35/4 | 2005-09-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.22.1.orig.tar.gz + bd05b8766c923fefe62194ccfb851e40 3106333 sisu_0.22.1.orig.tar.gz + a3c3f1369d34c477db9422de98ed7306 8955 sisu_0.22.1-1.diff.gz + + * metaverse, regex fix for bold line syntax (^!_) + + * latex/pdf, placement of object numbers re-sorted, + an inelegant fix, revisit later. + +%% sisu_0.22.0.orig.tar.gz (2005w35/3 | 2005-08-31) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.22.0.orig.tar.gz + 7a9d78e29a2809767f5510ec8958155d 3105938 sisu_0.22.0.orig.tar.gz + 9b7babcf4278dc69a94ec7b9f00609e0 8936 sisu_0.22.0-1.diff.gz + + * sysenv, option to check load path and only load module if available reduce + dependency on other packages, introduced for rmagick and now used also for + dbi. + + * rmagick if installed can be used to calculate image dimensions, so these + need not be provided in markup. + + * sql database operations only attempted if dbi is loaded(/available for + loading) + + * texpdf, used parskip and removed use of smallskip from latex output + (& other minor edits) + + * FSF address updated: + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + [from: 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA] + +%% sisu_0.21.2.orig.tar.gz (2005w34/7 | 2005-08-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.21.2.orig.tar.gz + b6deafd5e3627851a11b3865c7b54a36 3104604 sisu_0.21.2.orig.tar.gz + db780c3273a6a6dd3b488dc1ee70cf82 8882 sisu_0.21.2-1.diff.gz + + * sisu-examples sisu_search.cgi sample correction + +%% sisu_0.21.1.orig.tar.gz (2005w34/7 | 2005-08-28) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.21.1.orig.tar.gz + df503b6de6a98cca07c010ead14c8083 3104417 sisu_0.21.1.orig.tar.gz + 4ce92696c4eb3c87434ea6c3984f3054 8870 sisu_0.21.1-1.diff.gz + + * debian Sources.gz + + * minor code edits + +%% sisu_0.21.0.orig.tar.gz (2005w34/7 | 2005-08-28) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.21.0.orig.tar.gz + 095879ae2f0784868b9506eb09012b41 3105687 sisu_0.21.0.orig.tar.gz + 5d0274cb2a1f0e88c22c78d03dd869da 8852 sisu_0.21.0-1.diff.gz + + * changes to file structure for processing and provided images + now placed under the markup directory in _sisu + ./_sisu/processing [built by sisu] unless ./ is not writable + then /tmp/sisu_processing + ./_sisu/image [added to manually] + ./_sisu/config [precedence: ./_sisu/config ~/.sisu /etc/sisu] + + * skin fix reading and precedence + [uses ./_sisu/config/skin ~/.sisu/skin /etc/sisu/skin + ./_sisu/processing/external_document/skin] + + * external documents, provide similar logic + placed in ./_sisu/processing/external_document/{image,config} + this should mean that along external documents are downloaded + together with their skins and images and processed as a unit + + * changed a couple of search path statements (skin,sisurc) to use blocks. + + * sisu manpage updated to take account of changes (help not yet) + +%% sisu_0.20.9.orig.tar.gz (2005w34/5 | 2005-08-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.9.orig.tar.gz + 0f267a8fb912193b3714ea573ccaefea 3090429 sisu_0.20.9.orig.tar.gz + 8b46fe8954ebdfaa89c5ecb608771b6a 8832 sisu_0.20.9-1.diff.gz + + * merged/rearranged (and renamed Postgresql and Sqlite classes). + Now SiSU_SQL (avoid possibility of namespace clashes). + + * plaintext, xml (sax & dom), xhtml, run on a new file creates required + output sub-directory, it was relying on other selections for directory + creation [thought done previously] affects flags -a -x -X -b + +%% sisu_0.20.8.orig.tar.gz (2005w34/4 | 2005-08-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.8.orig.tar.gz + 2fee766bb3079d7f955dbeb8c7e1c9dd 3089931 sisu_0.20.8.orig.tar.gz + 6505b8ad8e6ccdc73676a61b25a466a2 8815 sisu_0.20.8-1.diff.gz + + * minor database rationalisation, + postgresql & sqlite logic in same files + [additional testing required] + +%% sisu_0.20.7.orig.tar.gz (2005w34/3 | 2005-08-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.7.orig.tar.gz + 1fe53caf785a25d4a59ffb05e7c9c3aa 3098483 sisu_0.20.7.orig.tar.gz + 914f8a07adb73f761c42e4c914abd3b2 8799 sisu_0.20.7-1.diff.gz + + * added metadata categories (to the Dublin Core 15) added the following metatags, which seemed appropriate/useful: + translator (or translated_by) + illustrator (or illustrated_by) + prepared_by + digitized_by + (added to parameters, metaverse, sql databases) + + * note in man pages and help about sisu markup files being in + UNIX ASCII + + * vim auto-conversion to UNIX ASCII for sisu markup files + (sisu parses unix ascii, not dos ascii ... consider further, + an issue for example with many(most/all?) Project Gutenberg texts) + +%% sisu_0.20.6.orig.tar.gz (2005w34/1 | 2005-08-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.6.orig.tar.gz + 8e50493f947b6c1e0ed77bb1fb4e8ede 3096291 sisu_0.20.6.orig.tar.gz + 0636fedf8a38e0cb62dbdf7c0ad9397f 8778 sisu_0.20.6-1.diff.gz + + * (composite) fix for new header links where linbreak used + and imported into composite document, result in .t? suffix + + * (sisu_search.cgi) sample search form, minor fixes & + improvements, still a mess + +%% sisu_0.20.5.orig.tar.gz (2005w33/5 | 2005-08-19) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.5.orig.tar.gz + 1df854fd95731c9272c89c62b06ce70a 3095741 sisu_0.20.5.orig.tar.gz + 31d98e13292c9ab21b77f77bd4e769df 8763 sisu_0.20.5-1.diff.gz + + * fix for old style header links, (broken in 0.20.4 with + introduction of new) + +%% sisu_0.20.4.orig.tar.gz (2005w33/4 | 2005-08-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.4.orig.tar.gz + c65c974dbdef638014c578c8a06d4560 3095378 sisu_0.20.4.orig.tar.gz + bca68a13d322deee67a4e20730c55acb 8741 sisu_0.20.4-1.diff.gz + + * (param) header links notation made similar to links within text + old markup syntax remains possible, (i.e. backward compatibility kept) + [should possibly force version number change to 0.21 but is minor change] + + * small touch to sisu vim syntax file, remove false positive error + highlighting for alternative links markup + + * touch to remove relevance of whitespace in image markup + (previously a problem in composite texts for latex/pdf output) + + * (metaverse for html) touch, whitespace reintroduced where name is given to + an object as easy solution to interference that may otherwise arise with + urls + + * html touch whitespace reintroduced where name is given to an object + as easy solution to interference that may otherwise arise with urls + + * ruby-libyaml removed from debian control, + [a DD had informed me that he had neeeded it early in packaging days he + must have been working with a version of ruby older than sisu is written + for] + +%% sisu_0.20.3.orig.tar.gz (2005w32/7 | 2005-08-14) [Debian Release snapshot, uploaded by Wookey] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.3.orig.tar.gz + 0a1b40b4c00ab6a7b4c9528b0664cba5 3094654 sisu_0.20.3.orig.tar.gz + aea0778abd99cd1f301d059fe83c81e4 8653 sisu_0.20.3-1.diff.gz + + * fix sisu -CC removed attempt to create pg db + (this is done rather on -D createall request if does not exist) + +%% sisu_0.20.2.orig.tar.gz (2005w32/7 | 2005-08-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.2.orig.tar.gz + 56c7a77c9a78f12cd132e06234ded543 3094356 sisu_0.20.2.orig.tar.gz + 774b095fc376f4decde435fd6d32fbc2 8631 sisu_0.20.2-1.diff.gz + + * sisu_vim manpage + + * latex/pdf monospace font (ttfamily) where code{ }code is used + + * html monospace font where code{ }code is used + + * rescue and attempt to create pg db only if db of pg type requested + + * a rule for stripping deleted text from clean text md5 digest introcued + + * debian signing of package against ralph@amissah.com + +%% sisu_0.20.1.orig.tar.gz (2005w32/5 | 2005-08-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.1.orig.tar.gz + 1cdbe3739722c877af1095135a7a6f9e 3089912 sisu_0.20.1.orig.tar.gz + 90e8a6ac6a1c868d8f7138c8974b2611 8588 sisu_0.20.1-1.diff.gz + + * console output XML clutter reduced, + REXML parsed headers now only produced for -V not -v + + * debian package, started signing dsc and changes file + both email addresses ralph@amissah.com and ralph.amissah@gmail.com + on ring, singing ended up being done against latter, + the former being what debian knows me as, correct on next signing + + Key fingerprint = F899 5A87 C648 3F38 5107 79F1 B97B 7C4D BD76 E77F + +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.1 (GNU/Linux) + +mQGiBEL8fs4RBADNNhIsG6i13rDL4JLTgqy0fzcx8oJ9E/xDKeQo/5pqs18FvyKo +VsHdkUrPptZgxowalPi2aWvZgdi56yUFt295pNedMNXfTnwkVF/9PSA3r4OTBFWw +7NJYRUu2ZaSqtj3LpnBhsPpDqcl2g5Mry88mMLUeWB9OtsZE/QFVnoJqawCg4QSY +IOtgdxZVJfibHbFA0/2iG3cD/A98l/BuRWF+kwNacj1q+D0glC/u9mvg56fnAzTL +Osbhza/ebqvPgtFpP4PlIuvTcRZ9QsSJgmCTxNRPSKWPGqDmj7B7MDcPKUyJAPKB +fSLm5v5BuKTCLl9jyihbOqIdTgF1hoBHxTyfYWpVVuhdFP1kahityDNGpRhSfTif +doDLBACkB090RwyYBR589CMjF4miOo5m29ooQZO3tkR+6w5ny81H+qIHVx3TQZa9 +d2166YcxMOFLh2mXBcVNsF8gQpv8Otk+Oyu5FFKqJiGV6JkEPf/W+iXMdpvTrxtc +rmU8cKagKxxBjue8PlI6bGusEjJXgmsTwOZB5WxCW4QQs49VoLQhUmFscGggQW1p +c3NhaCA8cmFscGhAYW1pc3NhaC5jb20+iGQEExECACQFAkL8fs4CGwMFCQPCZwAG +CwkIBwMCAxUCAwMWAgECHgECF4AACgkQuXt8Tb1253+R+gCg3KfzSGEmdWf01ryr +QLm35LutXS8AoNVfXb3OB1BMph6bOSNJpIyZAOgstCdSYWxwaCBBbWlzc2FoIDxy +YWxwaC5hbWlzc2FoQGdtYWlsLmNvbT6IZAQTEQIAJAUCQvyEaAIbAwUJA8JnAAYL +CQgHAwIDFQIDAxYCAQIeAQIXgAAKCRC5e3xNvXbnf12SAJ44Tuntdnqv7lAGgRes +KMFbHSt3YgCgjXkkHqY167kvDWmxrdAfupv7Ad65Ag0EQvx+2RAIAL23ShZnJJi/ +1un84eoUoQ/AaXmGAhYjVlYiJzMjTXBygS12TnpNkqibnnIqbn/6v1WFIgZNRhzS +GzKo//MYtORdhB25UYe0YeOhZhyABLNSFKCye1ACBfDpJAFzc+kh7GjA1k2hnDsn +zox49eJyubO1FxiXXYrKaSMOGkuhp/JaLEVHZZyY++Zq0TuS8t3bOmNkUbL5X5oZ +n600yZzNfdQ8/5LjwIUvY9BDR+tHyypGyegDDmS5BVEjmW2d9ujDbVYRY6twA0q6 +6WSx2WqT/HzdvSirEiPp3ENwQAaTnGT0G5q2zmYtutb9Yd/V/5aQBMEkAXF/JT4H +uw5ad3C6xNcAAwUH/jmC7wmvfA6Dqh9TfqDux9LzWbIny0NsgYTsE2Bkhg8kuHgb +PeqpOeJRFYxQkhknzW1PZZVwtxmfFgWgvukW4fqGSPWSpWDaYL91zkx2HRMBG1Nb +YwqNOLQnolRE9z/42b/M4oyIWhd0WTi6tZt5pMvpW5Dn7tOsnU3PlNM3AAv3Bjp9 +QBki1KRjZC7PdKnQa9KSwvr4hgvvBlT4Is9131vmAZhu41Ni8UORmoq5e/lqd5O/ +0QuySo+ZJEyLQuulfK19NPALZM+fu6/3dUHAu4D27MafYdQNqY3Xks4mquQ2p95k +OhNer8Yu7SSyBCIO/8V71UhkgyUdG7fMl0BzqPmITwQYEQIADwUCQvx+2QIbDAUJ +A8JnAAAKCRC5e3xNvXbnfzpwAJ0ZKPoWuWrx8K/zGSIRRj7ZRbf6KgCgji13BXoF +tJaIUHauen7hNIoUQXo= +=6US6 +-----END PGP PUBLIC KEY BLOCK----- + +%% sisu_0.20.0.orig.tar.gz (2005w32/4 | 2005-08-11) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.20.0.orig.tar.gz + 0c0c5ef53a3dd85fcaf5912a971c3b26 3089497 sisu_0.20.0.orig.tar.gz + 741731b3d842820cb2b427fdf1197e4a 8517 sisu_0.20.0-1.diff.gz + 0b1ea809280f45b293cb5a9ea9453b49 8551 sisu_0.20.0-2.diff.gz + + * remap sisu psql database names to SiSU_[directory name stub] + instead of just [directory name stub] as this will make name collisions + (and accidents) with other databases, when using SiSU to creating, deleting + and recreating databases much less likely happening to other databases far + less likely. [renaming means databases need rebuilding for use] + + * (psql) have made postgresql >=8.0 the default requirement. An issue + showed up with sisu & postgresql 7 series and UNICODE sequences used, as + sisu as released is fairly new there is little incentive to maintain it + [however, problem would seem to indicate a lot of bug testing is required, + i am currently using UTF-8 locale (en_GB.UTF-8)] + [corrected to postgresql >=8.0.0; but is currently named posgreql-8.0] + + * cgi script example updated to match SiSU_[directory name stub] convention + and to default to search of sisu-examples as this is a standard/common + directory anyone might generate (or rather ./document_samples_sisu_markup) + +%% sisu_0.18.8.orig.tar.gz (2005w32/3 | 2005-08-10) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.8.orig.tar.gz + aa7e128202d4e60dfa9b328888406a3d 3087797 sisu_0.18.8.orig.tar.gz + 262edbc6bcd7b29cf70d8f3b0fd1a9cf 8404 sisu_0.18.8-1.diff.gz + + * (webrick url) console display of output text default to webrick url + (can be switched off in sisurc.yaml, by setting + webserve,webrick_url: false) + however this assumes people know to start sisu_webrick + (it is a toss-up between advertising webrick's availability, + and sticking with filesystem paths as default, may have + to revert) have thought of tying webrick url output to + starting sisu_webrick automatically, would need to look at + log files and get logging off the console, else would disturb + other sisu console output + [a problem appears to be that in some browsers old cached pdf + is served when requested, so changes made in subsequent document + generation may not be displayed, consider implications] + + * sisu_webrick port sysenv default set back to 8081 + (instead of 8111, consider 8123) + + * use createdb to attempt to create relevant pgsql database + (using stub of directory name; uses a system command and assumes user has + permission to create db, if user does not, and the database does not exist, + would not be able to proceed anyway) + + * inelegant handling of "" image bug (no image) that appears + in a test document. + + * a few urls shortend back to http://www.jus.uio.no/sisu + from http://www.jus.uio.no/sisu/SiSU in defaults + + * minor touch to man page and help + +%% sisu_0.18.7.orig.tar.gz (2005w32/2 | 2005-08-09) [Debian Release snapshot, uploaded by Joachim Breitner] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.7.orig.tar.gz + ace9eb421e31f7d3f1d12ba29b00baaf 3086170 sisu_0.18.7.orig.tar.gz + 3530196ebba2260a60bfe885ee536731 8393 sisu_0.18.7-1.diff.gz + + * some license clean up, gpl2 or later (appearing in pdf text output), + removed sentences referring to alternative, somehow missed in previous + grand cleanup sisu_0.16.24 where all document headers were cleaned, and the + rest i thought [apologies 0.18.7 was rebuilt to include this change, they + occurred in the file defaults.rb and texpdf_format.rb]. + + * fix -N md5 digests batch mode, garbage cleaning + + * fix -N remote placement (revisit remote placement) + + * sequence digests if requested follow on directly after metaverse -mN... + + * html and latex/pdf so far, continue tradition of assuming that a comma (,) + or full stop (.) following a url is part of a sentence, i.e. if a url + actually is terminated by a comma or a dot are not parsed correctly, is + extremely convenient, consider implications though, may need to change. + {~^ this ends the sentence }http://www.url. (this would also {~^ end the + sentence. }http://www.url and as before the comma and stop attached to + these urls are part of the sentences punctuation http://www.url, + http://www.url.) + +%% sisu_0.18.6.orig.tar.gz (2005w32/1 | 2005-08-08) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.6.orig.tar.gz + 0687159545781ee1caeb802fd6da9ecf 3085058 sisu_0.18.6.orig.tar.gz + 096c5f256ecc1b38642186822c55f137 8377 sisu_0.18.6-1.diff.gz + + * fixed metadata (metaverse) sourcefilename (where rc not used) + + * fixed digest tree where image not found + + * defaults for shortcut flags (-1v -3v etc.) set to + create the digest tree (-N) + and to include filetype suffix (-H) as this works with webrick + (sisu_webrick) + + * jpg image support consistently added (to existing png & jpg) gif + consistently removed as on cursory glance does not appear to be + supported by tetex, trivial to add later + + man page and help mention of verbose screen output of digest tree + +%% sisu_0.18.5.orig.tar.gz (2005w31/6 | 2005-08-06) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.5.orig.tar.gz + e41ba898a4514b8f951015df3a30e3e2 3084020 sisu_0.18.5.orig.tar.gz + 4120df15adf03f14bb58d7fba068c27c 8359 sisu_0.18.5-1.diff.gz + + * bugfix output paths, may change again, currently the default + if writable is /var/www/sisu (and if no ~/sisu_www) + (in previous version wrote to /var/sisu/www/sisu if writable + too idiosyncratic a solution) + + * bugfix image markup where url not used + {imagename.png}image working for html and pdf again + {imagename.png}image fix also for pdf + +%% sisu_0.18.4.orig.tar.gz (2005w30/2 | 2005-07-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.4.orig.tar.gz + 9ee3ba3a68640e060a92beb1ffd4351a 3081850 sisu_0.18.4.orig.tar.gz + 3fabff77f7a9db7e8c47ffa6d01c5bc0 8344 sisu_0.18.4-1.diff.gz + + * detailed document md5 digest output as digest.txt generated with -N flag + [decide whether to: + keep multiple document digest versions; and + whether to link to html or databse + (at some stage add digest names to html generated)] + + * added -N flag (document digests) to man pages and help + + * replaced uses of include? with plain regex (some vague recollection of + rumours of depreciation in future ruby)... no rush, perhaps should have + waited + + * (re)moved use of -o flag from old table based html + +%% sisu_0.18.3.orig.tar.gz (2005w30/2 | 2005-07-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.3.orig.tar.gz + 76b9a55723151f7dd08437fb9a604813 3079656 sisu_0.18.3.orig.tar.gz + d6ce0c7986a47436843d3a36ba000822 8322 sisu_0.18.3-1.diff.gz + + * digests on clean text, rule... revisit, but body and endnotes treated "same" + + * tmp fix for special image characters, (e.g. Euro and Copyleft) tmp because + image is taken from local directory images where ought to be taken from + general image set, revisit. + +%% sisu_0.18.2.orig.tar.gz (2005w30/1 | 2005-07-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.2.orig.tar.gz + cbb34fcf021158193c6e6f366ae9e645 3077824 sisu_0.18.2.orig.tar.gz + 35ac35ae6872d923c3704c45aae867f4 8306 sisu_0.18.2-1.diff.gz + + * document meta_data, version information re-organization + + * texinfo cursory look, initial 0.18 fix + + * db pg/sqlite md5_all fix for level 4 + + * dbi_unicode unused, and removed, (common_db used) + +%% sisu_0.18.1.orig.tar.gz (2005w29/0 | 2005-07-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.1.orig.tar.gz + 030ba198b242541bd261ec5fb0776b0a 3086052 sisu_0.18.1.orig.tar.gz + 6cd8c2b571c485edbe77946fe7245a14 8301 sisu_0.18.1-1.diff.gz + + * latex/pdf, tmp bugfix, substitute & with 'and' in toc, + needed e.g. for AT&T, see ffa, REVISIT + + * a bit of play with texinfo module, but (still) broken + (in 0.18) until tested + + * some writing in man pages + +%% sisu_0.18.0.orig.tar.gz (2005w29/5 | 2005-07-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.18.0.orig.tar.gz + ff45f2bca98b6e8fbae0714684576571 3086151 sisu_0.18.0.orig.tar.gz + 9f0cf2ca1b6e02aea52f9dd22e51c32d 8268 sisu_0.18.0-1.diff.gz + + Development branch 0.17 (opened 2005-07-14) + rolled back into main as 0.18: + + sisu_0.17.5.orig.tar.gz (2005w29/5 | 2005-07-22) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.5.orig.tar.gz + 23e3b01175d55e815933881fcfe415c5 3085611 sisu_0.17.5.orig.tar.gz + 41e800763be26bb37a8f1901a05bff08 8570 sisu_0.17.5-1.diff.gz + + * plaintext linebreaks in endnotes
+ + * xml series, branch-fix todo with tables (common_xml) + + * html endnote section branch-fix + + sisu_0.17.4.orig.tar.gz (2005w29/4 | 2005-07-21) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.4.orig.tar.gz + 23bef7ae21ac0b65cb7b27c049f3ea15 3085478 sisu_0.17.4.orig.tar.gz + 6542bc3d7f65440f02834de6141e74dd 8553 sisu_0.17.4-1.diff.gz + + * url maintenance mode, minor fix + + * small fixes to latex pdf mostly todo with & character + + sisu_0.17.3.orig.tar.gz (2005w29/3 | 2005-07-20) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.3.orig.tar.gz + 086b054dba3ee8837406157c74062252 3084736 sisu_0.17.3.orig.tar.gz + 3029bdb8375586b57cec9997578d8f98 8535 sisu_0.17.3-1.diff.gz + + * md5 into postgresql and sqlite modules, (including endnotes clean md5 + digest) + + * Implemented, but need to be consistent about content of paragraphs on which + md5 digest is made: + + 1. clean/stripped text without any markup, paragraph, headings etc. without + endnotes + + 2. endnotes clean/stripped text digest only (there may be several endnotes + within a paragraph) + + 3. whole object, text with markup and any endnotes, (question: with or + without the endnote digests??? presumption better without, [however may be + easier to check with?]) + + * some renaming in db modules + + [deleted accidentally and rebuilt] + + sisu_0.17.2.orig.tar.gz (2005w28/5 | 2005-07-15) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.2.orig.tar.gz + dab5f72a55e525e3f2bac4053db57c6a 3083022 sisu_0.17.2.orig.tar.gz + 4fad5f499da1d26d89070ce1cb26ad8d 8512 sisu_0.17.2-1.diff.gz + + * change in metaverse representation of md5 hashes + + * cleaning up of output after introduction of md5 digests + + sisu_0.17.1.orig.tar.gz (2005w28/5 | 2005-07-15) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.1.orig.tar.gz + ed3301693f3a86535b6d7c1595c1afdf 3082665 sisu_0.17.1.orig.tar.gz + a3bf9b7198544ae341e0c4b397b185fd 8467 sisu_0.17.1-1.diff.gz + + * arrangement of md5s + + sisu_0.17.1.orig.tar.gz (2005w28/5 | 2005-07-15) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.1.orig.tar.gz + *** sisu_0.17.1.orig.tar.gz + *** sisu_0.17.1-1.diff.gz + + * todo with use of dev branch and being 0.17 rather than 0.16 + + sisu_0.17.0.orig.tar.gz (2005w28/4 | 2005-07-14) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.17.0.orig.tar.gz + MD5(sisu_0.17.0.orig.tar.gz)= 46d56d54e6040170cbaad77f6764e2ca + + * incorporated two md5 digests for each object, available for use + downstream as desired + +%% sisu_0.16.26.orig.tar.gz (2005w28/6 | 2005-07-16) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.26.orig.tar.gz + *** sisu_0.16.26.orig.tar.gz + *** sisu_0.16.26-1.diff.gz + +* LaTeX output remove individual /parindent placed in header + +%% sisu_0.16.25.orig.tar.gz (2005w28/6 | 2005-07-16) [First Debian Release, uploaded by Gunnar Wolf] +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.25.orig.tar.gz + *** sisu_0.16.25.orig.tar.gz + *** sisu_0.16.25-1.diff.gz + + * sisu-examples, Free as in Freedom ... minor touch, + previous markup broken, will check later + +%% sisu_0.16.24.orig.tar.gz (2005w28/2 | 2005-07-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.24.orig.tar.gz + 2072677c897ffa9c677b2b4760003396 3081483 sisu_0.16.24.orig.tar.gz + 2879560a1af4f0dc27670f519cf5bd94 8211 sisu_0.16.24-1.diff.gz + + * copyright string made more clear as 1997, 1998, 1999, 2000, 2001, 2002, + 2003, 2004, 2005 ... only question being whether it should not have been + 1996. + +%% sisu_0.16.23.orig.tar.gz (2005w28/2 | 2005-07-12) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.23.orig.tar.gz + db0052818b106e0d4c47d8039bdb8497 3081204 sisu_0.16.23.orig.tar.gz + f77bab59f3eb7db8ae249411f1685292 8114 sisu_0.16.23-1.diff.gz + + * copyright headers changed within files for Debian + + * some changes in use of ocn for segment naming in html output + + * a couple of postgresql fileds changed to text + + * using Rant 4.0 for package build and install(er) + + * cosmetic rearrangement of code + +%% sisu_0.16.22.orig.tar.gz (2005w27/4 | 2005-07-07) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.22.orig.tar.gz + 4c290986eb68607420a602c3fae4baaf 3087090 sisu_0.16.22.orig.tar.gz + c925bddaee01bb7b5d5a2c241f3f75e0 8089 sisu_0.16.22-1.diff.gz + + * metaverse fix for alternative endnote markup marker + at end of line~^ + + * texpdf fix for images, (where dimensions not + provided) not final, may need to pass through + imagemagick at metaverse stage + + * fix to cgi sample sisu_search.cgi + +%% sisu_0.16.21.orig.tar.gz (2005w26/0 | 2005-07-03) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.21.orig.tar.gz + 9c4a29a357d1b988a351d2f035f8f8ea 3086501 sisu_0.16.21.orig.tar.gz + c80c80a6a90ea037267c127796a0fde5 7956 sisu_0.16.21-1.diff.gz + + * small bugfix (param screen print) + +%% sisu_0.16.20.orig.tar.gz (2005w26/0 | 2005-07-03) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.20.orig.tar.gz + df663db73934d980ba484d69a2efc361 3086090 sisu_0.16.20.orig.tar.gz + 1aee087cb250a1fbd760ceb53fbc8c2b 7927 sisu_0.16.20-1.diff.gz + + * separated out sisu vim files (syntax & folds) + + * touch to syntax highlighting + +%% sisu_0.16.19.orig.tar.gz (2005w26/5 | 2005-07-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.19.orig.tar.gz + bf5a17871dfa7f1322bdaa774d24e4bb 3105899 sisu_0.16.19.orig.tar.gz + be224695722d529a481beaadecd695d3 7860 sisu_0.16.19-1.diff.gz + + * small touches to vim syntax highlighting. + +%% sisu_0.16.18.orig.tar.gz (2005w26/5 | 2005-07-01) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.18.orig.tar.gz + 0d6bc75f1c631a423941bd20b8cb8ea0 3105726 sisu_0.16.18.orig.tar.gz + 2265f2449b63b2ba9af39e61a09198c9 7846 sisu_0.16.18-1.diff.gz + + * some fixes to syntax highlighing: - changes to markup syntax introduced in + 0.16 release broke parts of syntax highlighter, more no doubt to follow. + +%% sisu_0.16.17.orig.tar.gz (2005w26/4 | 2005-06-30) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.17.orig.tar.gz + 410f1c01c261e2cf2bb25ff782b4c0b8 3105488 sisu_0.16.17.orig.tar.gz + 649cbe59bf940d93a74cdac46e59123c 7774 sisu_0.16.17-1.diff.gz + + * separated color file out from ftplugin ... called dusk (or slate) by + me for several years i now call it sisu... perhaps i should stick + with slate as it is pretty appropriate... hmmm, slate + +%% sisu_0.16.16.orig.tar.gz (2005w26/3 | 2005-06-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.16.orig.tar.gz + f5ce8002e6876feba22c276d4e49d3f5 3105731 sisu_0.16.16.orig.tar.gz + 251af2096015e193888a429cd69a328d 7576 sisu_0.16.16-1.diff.gz + + * small touches to offer vim config files working the way i am used to + with Debian install... needs testing by someone with different + habits though. + +%% sisu_0.16.15.orig.tar.gz (2005w26/3 | 2005-06-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.15.orig.tar.gz + 4de2570843cacd2c665fa8204eaab750 3105521 sisu_0.16.15.orig.tar.gz + c650a78d6b079db9c021a608236a920e 7494 sisu_0.16.15-1.diff.gz + +* separated vim syntax and ftplugin directory... + have still got color file in ftplugin/sisu.vim file + which is not acceptable + +%% sisu_0.16.14.orig.tar.gz (2005w26/3 | 2005-06-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.14.orig.tar.gz + 18e0cfcac265ecb03e9af5f958aad0f7 3105239 sisu_0.16.14.orig.tar.gz + 493c64b453dc43ff36565aacacbc0b8c 7441 sisu_0.16.14-1.diff.gz + + * sisu vim ftplugin ... for folds, syntax, colors, markup + auto installed in debian, + (but uses shared filetype in /usr/share/vim/addons + check how that is supposed to work) + else (non-debian install) + Rantfile places in /usr/share/sisu-examples/config/vim + +%% sisu_0.16.13.orig.tar.gz (2005w26/3 | 2005-06-29) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.13.orig.tar.gz + 775c33a1e6f0140f5552cb3f2784b00a 3124785 sisu_0.16.13.orig.tar.gz + 04242b7e8fec91a0b4f69bd 7328 sisu_0.16.13-1.diff.gz + + * debian setup of vim syntax ok... however much vim setup still to automate, + immediately noticeable: folds for sisu not sorted; and permitting cursor + movement up and down without following long lines with screen wrap; (and no + clever way yet to contribute colors other than through sisu-examples, but + they being user preference should be contributed with care). + + * on_markup.txt quick check & minor update + +%% sisu_0.16.12.orig.tar.gz (2005w26/1 | 2005-06-27) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.12.orig.tar.gz + 5bdff14e999ea933abdb3f3bfbbc0dcb 3119368 sisu_0.16.12.orig.tar.gz + 5a9f5898165c74e60b6292b6e777beba 7105 sisu_0.16.12-1.diff.gz + + * home page index.html creation, path precedence set: + ~/.sisu/skin/doc + /etc/sisu/skin/doc + defaults + and content is interchangeable (so future latent break + is less likely) + + * touch to Rantfile. + +%% sisu_0.16.11.orig.tar.gz (2005w26/1 | 2005-06-27) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.11.orig.tar.gz + b14414943ca84f66cde1f646da7a2329 3118990 sisu_0.16.11.orig.tar.gz + 742089f905479231a32fb6b4fc62824f 7024 sisu_0.16.11-1.diff.gz + + * bugfix a default variable, in defaults version should be @ver + introduced by cuts and pastes between different files, + with recent default home page updates; make less likely to + happen in future, for now quick fix, revisit: + currently index.html taken from + ~/.sisu/skin/doc if it exists else defaults, + /etc/sisu/skin/doc is ignored, breaking expected + search precedence + +%% sisu_0.16.10.orig.tar.gz (2005w25/0 | 2005-06-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.10.orig.tar.gz + 73a4f8c6ffedbee7f1a9571b5f9c25da 3118710 sisu_0.16.10.orig.tar.gz + d6307e6e6f42f795d31d6516f6ef48ec 6919 sisu_0.16.10-1.diff.gz + + * small edits to man pages and help + NB have taken out reference to alternative markup possibilities + e.g. b{ for bold }b being available as well as + *{ bold text }* (as the letter the and html equivalents are + depreciated, having or using alternative markup styles is + less tidy) + +%% sisu_0.16.9.orig.tar.gz (2005w25/0 | 2005-06-26) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.9.orig.tar.gz + 28615d4dcdc00d8342d2d88273f2f5a1 3118488 sisu_0.16.9.orig.tar.gz + 00142e23bfd377bc4e1a9d7be287d108 6775 sisu_0.16.9-1.diff.gz + + * cleaning up of man pages, largely for html presentation + generated by rman + +%% sisu_0.16.8.orig.tar.gz (2005w25/6 | 2005-06-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.8.orig.tar.gz + d050e1532def2b862843ac653010c97e 3117054 sisu_0.16.8.orig.tar.gz + 89fb5d9a06748d1c12da98d7b947e0c9 6696 sisu_0.16.8-1.diff.gz + + * minor edits + +%% sisu_0.16.7.orig.tar.gz (2005w25/6 | 2005-06-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.7.orig.tar.gz + c0afd925e862a2d149f642af6e02f231 3116725 sisu_0.16.7.orig.tar.gz + 28093c9d63cb5cbdd4bbc9d5cca16020 6678 sisu_0.16.7-1.diff.gz + + * added the man pages in html (converted to html using rman) + http://polyglotman.sourceforge.net/rman.html + + * related rather cosmetic changes + +%% sisu_0.16.6.orig.tar.gz (2005w25/6 | 2005-06-25) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.6.orig.tar.gz + 23e4aecd915e86191c8e4622cae787bb 3100364 sisu_0.16.6.orig.tar.gz + cf7b0f29ecaba525d0c4f875ee8ba01f 6632 sisu_0.16.6-1.diff.gz + + * vim folds for sisu markup files updated + command is :F (ruby folds :R) + assuming the file is in place and in use + +%% sisu_0.16.5.orig.tar.gz (2005w25/5 | 2005-06-24) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.5.orig.tar.gz + 7e7ad7b08a1e6177f6333f699a23b4bb 3099726 sisu_0.16.5.orig.tar.gz + 8796ef31f655d9f074af00c352492653 6599 sisu_0.16.5-1.diff.gz + + * some cleaning of wordmap output, regex exclusions added, not elegant + (special issue pages include sha and md5 output, also excluded) + + * [released 0.16.6:] vim folds for sisu markup files updated + command is :F (ruby folds :R) + assuming the file is in place and in use + + * comments, url locations of samples, output, etc. added to markup syntax + files (in addition to SiSU home which was already there) + + * removed from tarball markup samples eu contract law principles + can be found at http://www.jus.uio.no/sisu/sample + +%% sisu_0.16.4.orig.tar.gz (2005w25/4 | 2005-06-23) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.4.orig.tar.gz + 899e08a81adf3544079e61f058c76388 3125518 sisu_0.16.4.orig.tar.gz + 2b70dde1fa067b1b03729be4c1688e2e 6379 sisu_0.16.4-1.diff.gz + + * man 8 sisu post installation instructions looked at + + * an image path adjusted + +%% sisu_0.16.3.orig.tar.gz (2005w25/4 | 2005-06-23) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.3.orig.tar.gz + 7dc657a1299e3ff831c932eb3975293f 3124710 sisu_0.16.3.orig.tar.gz + 93210116080bed4f22356e8ac1bba570 6324 sisu_0.16.3-1.diff.gz + + * tables fixed, much latent breakage sorted + html segments fixed (scroll was ok) + xml sax and dom sorted + xml css naive but done + latex/pdf done + +%% sisu_0.16.2.orig.tar.gz (2005w25/3 | 2005-06-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.2.orig.tar.gz + c3306db32d485d515a4464766d3b81c8 3124314 sisu_0.16.2.orig.tar.gz + e82cc99b1a8a62cb1d590aa3dc65a4eb 6227 sisu_0.16.2-1.diff.gz + + * conditional heading reinstated /^[12]~\?\s/ + (may be used when it is expected that a document may be + imported into another, and the controlling documents level + 1 and/or 2 headings should be used instead (take precedence)) + + * rant install options, force specification of root if wish to + proceed as root, (previously was default on ok or continue) + +%% sisu_0.16.1.orig.tar.gz (2005w25/3 | 2005-06-22) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.1.orig.tar.gz + ad0220d5d7097833f404f3ffa1301525 3123961 sisu_0.16.1.orig.tar.gz + a7f0bf6bd77746a57f6724d3922bbf2c 6039 sisu_0.16.1-1.diff.gz + + * touches to documentation, markup related + + * markup syntax table is out of date, reference to it removed + replaced by suggestion you see online markup sample directory + http://www.jus.uio.no/sisu/sample + + * fix, one sample document was overlooked in last package + (autonomy_markup2) + +%% sisu_0.16.0.orig.tar.gz (2005w25/2 | 2005-06-21) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.16.0.orig.tar.gz + d6ddb880cf0958893665ca0f0609acea 3123554 sisu_0.16.0.orig.tar.gz + 329d30ee875d4d2be75f981a9a875457 5830 sisu_0.16.0-1.diff.gz + +% WARNING Syntax Changes in 0.16 break previous markup +% WARNING Despite Move to Stable Further Testing is Required + + Syntax Cleaning - reduction in characters used + and the removal of several uses of unclosed curly brackets + +% Vim Regex Substitution Summary of Markup Syntax Changes: + :%s/\([0-6]\){\~\?/\1\~/c + :%s/ #\~\(\S\+\)/\*\~\1/c + :%s/^#{\~\?\s*/% /c + :%s/^r{ /<< /c + :%s/\~e/\~^/c + :%s/[-~]{{ /^\~ /c + +% sisu_0.15.0.orig.tar.gz (2005w24/0 | 2005-06-19) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.15.0.orig.tar.gz + MD5(sisu_0.15.0.orig.tar.gz)= a367efb13c3dbd2757e4ba968d61a8b2 + + * Syntax Changes, WARNING breaks old syntax, + a theme is the reduction of characters, + and the removal of most unclosed curly braces where used previously + + * to mark headers and heading levels: + [0-6]~ replaces [0-6]\{ and [0-6]\{~ [at the start of a line] + header and headings marked by digit tilde at the start of the line + tilde replacing unclosed curly brace occurring after digit at + beginning of line + vim: + :%s/\([0-6]\){\~\?/\1\~/c + * to provide html name tag within text: + *~name replaces #~name + vim: + :%s/ #\~\(\S\+\)/\*\~\1/c + * a comment: + % replacing #{ [at the start of a line] + ^%% fold set in vim for such comment marker + vim: + :%s/^#{ /% /c + * require external document fold marker + << replacing r{ + vim: + :%s/^r{ /<< /c + + header and headings change is fairly major as affects most code + worth the break, i think so, given goal of simplicity and minimalism + however, syntax higlighting becomes even more crucial + as becomes more difficult to spot headings otherwise + +% sisu_0.15.1.orig.tar.gz (2005w25/1 | 2005-06-20) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.15.1.orig.tar.gz + MD5(sisu_0.15.1.orig.tar.gz)= d00ff37b438fe38732d887d8555dddb5 + + * Syntax Changes, WARNING breaks old syntax, + + * endnotes where not embedded within text, + i.e. endnote following paragraph with endnote marker + ~^ replaces ~e as marker within text + ^~ for endnote content instead of -{{ or ~{{ [at the start of a line] + {~^ shortcut for making link with url as endnote }http://url + instead of {~e previous shortcut}http://url + vim: + :%s/\~e/\~^/c + :%s/[-~]{{ /^\~ /c + +% sisu_0.15.2.orig.tar.gz (2005w25/1 | 2005-06-20) + http://www.jus.uio.no/sisu/pkg/src/sisu_0.15.2.orig.tar.gz + MD5(sisu_0.15.2.orig.tar.gz)= c28a58664d9a5f1726ed4c5f875e8f12 + + * bugfix for composite documents, place newline + and mark end of import + (bug also in current stable 0.14.6) + + * bugfix for [html] endnotes introduced (in param) + in development branch + + * number paragraph in given heading sequence + while escaping from being a heading 5~- 6~- + + * filenames for termsheet and standard_form + sisu -t + + * fix webrick port settings sysenv + + * html subtoc touch required + + * help files updated on syntax changes + + * document markup samples updated + + * vim syntax files updated + + * extensive testing required + +%% Syntax Changes in 0.16 break previous markup + +%% sisu_0.14.6.orig.tar.gz (2005w24/6 | 2005-06-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.6.orig.tar.gz + 6c027f44470c313eaae1569a5df8cfb7 3121245 sisu_0.14.6.orig.tar.gz + 069eafa4261ffc542172a4fc84d5fa44 4723 sisu_0.14.6-1.diff.gz + + * texpdf removed whitespace around \\href{[url]} in a few locations + (latexpdf appears possibly to have problem in passing url to browser + including whitespaces before and after url) + + * in all source code headers took out development branch reference, + leave it to the download page to keep other urls updated + author field Ralph Amissah, (instead of similar email address) + propagated alternative name 'Serialized Information, Structured Units' + (used earlier but not consistently) + + * skin headers likewise looked at and modified + + * touch to default index.html (in defaults and associated skin) + + * (touch to sisu-examples description in debian control file) + +%% sisu_0.14.5.orig.tar.gz (2005w24/6 | 2005-06-18) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.5.orig.tar.gz + 1d86c68c0e44f835aeeb2d9b89502f1d 3120463 sisu_0.14.5.orig.tar.gz + c3589fc3343d0503e452b846d778f9d3 4412 sisu_0.14.5-1.diff.gz + + * debian build sisu suggests sisu-examples + + * added reference to abandoned U.S. provisional patent application + +%% sisu_0.14.4.orig.tar.gz (2005w24/5 | 2005-06-17) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.4.orig.tar.gz + 15ea5387b4cd88717c12c4d1a583d99d 3119833 sisu_0.14.4.orig.tar.gz + 10961f292abd7ad47b6c072aad6f525e 4339 sisu_0.14.4-1.diff.gz + + * removed copyright mark from 0{~prefix + is distinct from 0{~rights which is related to copyright + + * texpdf - pass author through "special character" filter + + * bug fix for minor numbering using # mark, and re-calibrating + removed an extraneous tilde (~) + +%% sisu_0.14.3.orig.tar.gz (2005w24/3 | 2005-06-15) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.3.orig.tar.gz + 7324ba16cdf644bb560a99 3119435 sisu_0.14.3.orig.tar.gz + 3988a9ad582121b1972a 4190 sisu_0.14.3-1.diff.gz + + * removed files cgi.rb and cgi_supplies.rb as unused. + +%% sisu_0.14.2.orig.tar.gz (2005w24/2 | 2005-06-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.2.orig.tar.gz + 90ab342311461a0c7b752df78e43d3b5 3121884 sisu_0.14.2.orig.tar.gz + 257f8716e88e0a29aa6853d73520821d 3414 sisu_0.14.2-1.diff.gz + + * -g option taken out, unused and forgotten + -h and -H currently do what -g used to by default + (will revisit) + +%% sisu_0.14.1.orig.tar.gz (2005w23/2 | 2005-06-14) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.1.orig.tar.gz + 3c1ea0dfcf670316bd2ce49f0a4d65f8 3121529 sisu_0.14.1.orig.tar.gz + b87620429c979c9a85f3cf39911d9347 3463 sisu_0.14.1-1.diff.gz + + * documentation related, but minor + +%% sisu_0.14.0.orig.tar.gz (2005w22/6 | 2005-06-04) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.14.0.orig.tar.gz + a7ba5eeedad74ba6231f13c3a39535ec 3121235 sisu_0.14.0.orig.tar.gz + fd74f52531699370664657064aed8578 3406 sisu_0.14.0-1.diff.gz + + * Flattened directory structure for ./conf/sisu which maps to /etc/sisu + or equivalent i.e. removed the additional version number which is + not supported by debian packaging, and unnecessary anyway. + (this change is the reason for version the hop to 0.14.0) + + * Changed name of ./conf/sisu/sisurc.yaml.sample_disabled, + is now ./conf/sisu/sisurc.yaml + and enabled with some parts commented out + + * Source Document Digest (using openssl and currently set to MD5) generated + were cvs document details requested, (request set in document header). + + * Added man page summary of sisu-examples + (and a README for directory which refers you to man page) + +%% sisu_0.12.7.tar.gz (2005w22/3 | 2005-06-01 ) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.12.7.tar.gz + MD5(sisu_0.12.7.tar.gz)= 080a45e3e94ed744cca9d0222aa0ae9b + [(self inflicted) glitch with Debian build, not released together with source tarball.] + + * Make SiSU convenient to use to produce other formats (including LaTeX) + without the software necessary to produce pdf, i.e. pdflatex + http://www.tug.org/applications/pdftex/ + all this does really is recognise when pdflatex is absent + and pdfs cannot be generated in html generated output + (i.e. no links to pdf are produced, as was previously the case + where pdf output was assumed) + + * Removed Debian require dependency on tetex-base and tetex-extra (in which + pdflatex resides). + +%% sisu_0.12.6.orig.tar.gz (2005w21/4 | 2005-05-26 ) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.12.6.orig.tar.gz + 4cb96905865bead50d0a53c8b0f12e91 3118290 sisu_0.12.6.orig.tar.gz + b03f53624fa3030646c5f4e5ff020262 3379 sisu_0.12.6-1.diff.gz + + * sisu_webrick default port set to 8081 (from 2000), [also considered 8111, + 8123] [0.12.5] + + * short man pages on sisu_webrick and sisu_termsheet provided [0.12.5] + + * sisu_termsheet (changed name from sisu_termsheet.rb) [0.12.5] + + * removed sisu-[version number] executable, is not necessary, (resulted in + skip from 0.12.6 from 0.12.4) [0.12.6] + +%% sisu_0.12.5.orig.tar.gz +skipped, synced tarball and deb in 0.12.6 + +%% sisu_0.12.4.orig.tar.gz (2005w21/4 | 2005-05-26 ): + 2ba51878d3e68ac1d268b3aa0294a2ab 3123433 sisu_0.12.4.orig.tar.gz + 9c0309ccdce1d13946d1a74c48f07ff4 3300 sisu_0.12.4-1.diff.gz + + * sisu_webrick fix, update + +%% sisu_0.12.3.orig.tar.gz (2005w21/3 | 2005-05-25 ): + ac5e82b8d2a88503d8d004bee12cd979 3123419 sisu_0.12.3.orig.tar.gz + db7b4401a63dea7b9f47b6ead5cf9d4a 3272 sisu_0.12.3-1.diff.gz + + * updated man 8 sisu + + * updated part of interactive help in line with 'man 1 sisu' and 'man 8 sisu' + + * debian package added as required in current ubuntu at least: libyaml-ruby + + * touch to sisu_termsheet, colour fix + +%% sisu_0.12.2.orig.tar.gz (2005w21/1 | 2005-05-23 ): + 65d8cc8021579e307f8c2cce31cc988 3119888 sisu_0.12.2.orig.tar.gz + 6a13bc64be600e96366ccff0fac66344 3208 sisu_0.12.2-1.diff.gz + + * changes with packaging methods (rather than sisu), and redone from + scratch with new origional source + + * switch from using the sha digest to md5 + +%% sisu_0.12.1.orig.tar.gz (2005w21/1 | 2005-05-23 ): + 2c877136005c5052921e619d435f0c91 3119846 sisu_0.12.1.orig.tar.gz + 28e4022ff40fcfc0c5d8f6d64279ede7 3146 sisu_0.12.0-1.diff.gz + + * changes with packaging methods (rather than sisu), and redone from + scratch with new original source + + * switch from using the sha digest to md5 + +%% sisu_0.12.0.orig.tar.gz (2005w20/4 | 2005-05-20 ): + SHA1(sisu_0.12.0.orig.tar.gz)= ca95d1bc6e601d74bbe17516b2d5abbe09c76c49 + MD5(sisu_0.12.0.orig.tar.gz)= 9a2ec914f925b275045d5a0846edab79 + 9a2ec914f925b275045d5a0846edab79 3101948 sisu_0.12.0.orig.tar.gz + a9faa27de0ec632513b0ed81997d44af 20 sisu_0.12.0-1.diff.gz + + * changes to packaging methods (better integration of debian package + builds - use of rant and darcs-buildpackage) + + * apt-gettable package built + + * switch from using the sha digest to md5 + +%% SiSU version 0.10.9 of 2005w20/2 (2005-05-17): + sisu_0.10.9.tar.gz + SHA1(sisu_0.10.9.tar.gz)= bdb1ea25792549e77f88e9dac56442393714cd7c + Debian sisu_0.10.9-1.dsc + 689f92bce4d1a9390d0c62726410d47b 3128684 sisu_0.10.9.orig.tar.gz + 2775d317627ca5902b5c430defb39421 235 sisu_0.10.9-1.diff.gz + + * default generic install of sisu is to type as root + (in the root directory of the unpacked tarball): + + ruby install + + For additional options: + + ruby install help + + or + + ruby install -T + + Thanks to rant. + + * rant install file (used by sisu) has been made fairly + generic, and mirrors the directory structure used by + setup.rb + + sisu specific post setup instructions are included + in rant/plugin directory. + + * removed Rakefile, I do like rake, but do find + rant more flexible and remove the duplication of + effort. The Rantfile, or rather install works without + the separate installation of rant. + +%% SiSU version 0.10.8 of 2005w20/1 (2005-05-16): + sisu_0.10.8.tar.gz + SHA1(sisu_0.10.8.tar.gz)= 09618366119ae0e7cf047083b860e71fce2cd599 + Debian sisu_0.10.8-1.dsc: 25da3de61eb78d31abf70472022e7a32 3078004 sisu_0.10.8-1.tar.gz + + * Package directory structure changed to suit setup.rb default mapping + and applied to Rant and debian builds (Rake not checked) + ./etc renamed ./conf + ./man moved to ./data/man + destination path mapping as before. + + * renamed some files document text files in ./data/doc/sisu + such as this version_manifest + + * copy of version_maifest and README placed in package root + + * SiSU version information adjustment, see display e.g.: + sisu -v + +%% SiSU version 0.10.7 of 2005w19/0 (2005-05-15): + sisu_0.10.7.tar.gz + SHA1(sisu_0.10.7.tar.gz)= e18a47f07c1627f353bfc3a7c1e9d647c3265cf3 + Debian sisu_0.10.7-1.dsc: d5978970a1e5891e5e9b0b406f503f79 3094556 sisu_0.10.7-1.tar.gz + + * Rantfile for installation, (Stefan Lang's rant) + to install SiSU, in the root directory of the unpacked SiSU as root type: + ruby install + + * Rakefile fix to path for sisu-examples + +%% SiSU version 0.10.6 of 2005w19/3 (2005-05-11): + sisu_0.10.6.tar.gz + SHA1(sisu_0.10.6.tar.gz)= 55c891acbfe9eb734f96950d4cc646022112eda8 + Debian sisu_0.10.6-1.dsc: 1124ffebc09426d2c16854069c398483 6140896 sisu_0.10.6-1.tar.gz + + * some re-calibration of ocn required. + +%% SiSU version 0.10.5 of 2005w18/0 (2005-05-08): + sisu_0.10.5.tar.gz + SHA1(sisu_0.10.5.tar.gz)= 274be3ca806288d7cce5607707c4fd35fe1ecc6c + + * version detail [synchronising packaging] + +%% SiSU version 0.10.4 of 2005w18/0 (2005-05-08): + sisu_0.10.4.tar.gz + SHA1(sisu_0.10.4.tar.gz)= 3adfc0400055fa45200158c34523486fdede895a + + * small fix on reporting, generated by information, metaverse + +%% SiSU version 0.10.3 of 2005w18/0 (2005-05-08): + sisu_0.10.3.tar.gz + SHA1(sisu_0.10.3.tar.gz)= ad95cbe339115437f1605e4aa7d7cd4519bb34cb + + * cleaning in packages + +%% SiSU version 0.10.2 of 2005w18/0 (2005-05-08): + sisu_0.10.2.tar.gz + SHA1(sisu_0.10.2.tar.gz)= 6e02af05df9b32ed3565b2058bb15ab19482c893 + + * rebuilt to correct debian package paths + .deb installation paths should be correct + + * work-nickname Sabaki dropped from naming convention, will for + the time being stick to just sisu + (previous work-names/nick-names included scribbler, and scribe) + +%% SiSU version 0.10.1 of 2005w18/5 (2005-05-06): + sisu_0.10.1.tar.gz + SHA1(sisu_0.10.1.tar.gz)= 210f6ba09aa8d78239a5b01ef981c1f615bce1f6 + Contains development-branch, version 0.11.1 of 2005w18/5 + + 0.11.1 of 2005w18/5 + * debian packaging, + all architectures, + use debian sub_version numbers 0.11.1-1 + + change darcs directory tarball directory and name to comply + with tarball created by debuild (remove sabaki and date stamp) + + the sha provided here is for the darcs tarball, + will have to consider what to do when also providing debuild + source tarball with it's own sha, and in any event to reduce + duplication + + * deb package provided together with debian source package + and ***, which contains debian package sha. + + * tinkering in database lib, minor renaming edits, + (tuple instead of loadline) + + * fix to cgi sample: sisu_search.cgi + related to match linking to endnotes, (#~\d instead of #\d) + +%% SiSU Sabaki, version 0.10.0 of 2005w18/2 (2005-05-03): + sisu-sabaki_0.10.0_2005w18-2.tar.gz + SHA1(sisu-sabaki_0.10.0_2005w18-2.tar.gz)= + fe59ad4f07346713e945de0d87b8b4b57b69fd62 + Contains development-branch, version 0.11.0 of 2005w18/2 + + 0.11.0 of 2005w18/2 (0.9.10 - 0.11.0) + * debian packaging re-visited, + (based on help from wookey earlier in the year, + thanks also to geoff for testing, ... + more to be done, but progress.) + + 0.9.9 of 2005w17/0 + * looking at debian packaging + synchronise packaging (0.9.7 - 0.9.9) + +%% SiSU Sabaki, version 0.8.4 of 2005w17/6 (2005-04-30): + sisu-sabaki_0.8.4_2005w17-6.tar.gz + SHA1(sisu-sabaki_0.8.4_2005w17-6.tar.gz)= + b8385ec8b6cecd4a2cda06fd42151244a3697e5e + Contains development-branch, version 0.9.7 of 2005w17/6 + + 0.9.7 2005w17/6 + * tex/pdf document information + +%% SiSU Sabaki, version 0.8.3 of 2005w17/5 (2005-04-29): + sisu-sabaki_0.8.3_2005w17-5.tar.gz + SHA1(sisu-sabaki_0.8.3_2005w17-5.tar.gz)= + 5603a862909c24eaec7a65b91f376e581fc76362 + Contains development-branch, version 0.9.6 of 2005w17/5 + + 0.9.5 - 6 2005w17/5 + * xml series tables + +%% SiSU Sabaki, version 0.8.2 of 2005w17/5 (2005-04-29): + sisu-sabaki_0.8.2_2005w17-5.tar.gz + SHA1(sisu-sabaki_0.8.2_2005w17-5.tar.gz)= + 6564d4babe9a04520699bdeaac0f13c0bd723fa3 + Contains development-branch, version 0.9.4 of 2005w17/5 + + 0.9.4 2005w17/5 + + * fixes: + * html table of contents, use of ocn + * xml series, (metaverse & xml_common) + tables not created at present, and removed + revisit, (previous version inserted non-"tidy" xml markup) + +%% SiSU Sabaki, version 0.8.1 of 2005w17/4 (2005-04-28): + sisu-sabaki_0.8.1_2005w17-4.tar.gz + SHA1(sisu-sabaki_0.8.1_2005w17-4.tar.gz)= + c3508979690aad04834238354b259ae0c2588bfb + Contains development-branch, version 0.9.3 of 2005w17/4 + + 0.9.3 2005w17/4 (contains rad of 2005w17/4) + + * hot on the heels of 0.8.0 some fixes, and more likely to follow. + +%% SiSU Sabaki, version 0.8.0 of 2005w17/4 (2005-04-28): + sisu-sabaki_0.8.0_2005w17-4.tar.gz + SHA1(sisu-sabaki_0.8.0_2005w17-4.tar.gz)= + 8fcfc3f8d7661a0b3110a3206491581a93e0e920 + Contains development-branch, version 0.9.2 of 2005w17/4 (rad - 0.9.2) + + Summary, an old idea reinstated, to permit alternative text + presentations downstream: + + rad of 2005w17/3 + + * old idea reinstated: + metaverse now carries three ocn (numbering) schemes for each document + + * ocn as before all substantive objects numbered sequentially + * ocn divided, with headings distinguished from other substantive objects + * ocn specific, with each object identified and numbered by type + + * changes to html and latex/pdf and database libraries to accommodate ocn + some bugs remain + + rad of 2005w17/4 + * changes to plaintext, xml series, and wmap to take account of ocn + changes + + 0.9.0 2005w17/4 (contains rad of 2005w17/3-4) + + * fixes needed in libraries using altered ocn/metaverse + (more to follow) + + * cgi-bin search form sample + 0.9/data/sisu/sample/cgi-bin/sisu_search.cgi + break fix (table structure had been changed) + + 0.9.1 - 2 2005w17/4 (contains rad of 2005w17/3-4) + + * more fixes needed in libraries using altered ocn/metaverse + +%% SiSU Sabaki, version 0.6.1 of 2005w16/0 (2005-04-24): + sisu-sabaki_0.6.1_2005w16-0.tar.gz + SHA1(sisu-sabaki_0.6.1_2005w16-0.tar.gz)= + c824120ade54278b78a82ed535318974b30d3073 + Contains development-branch, version 0.7.5 of 2005w15/0 (5.10-7.5) + + 0.5.10 of 2005w16/2 + + * default shortuct flags -1 to -5 (what they do) can be modified in + sisurc.yaml (by changing the default flags they call) + + * screen output ansi colour default can be set to true or false in + sisu.rc with -c acting as a toggle to turn screen output colour on + or off as appropriate against the default set. + + 0.7.0 of 2005w16/3 + + * Remove old markup syntax, simplifies description of SiSU markup, without + any loss of functionality (the newer markup style is already a superset of + the old). Removal of old markup syntax necessitates branch/ version change. + Removal of the alternative markup syntax, which dates way back. It was + convenient and a bit impressive to be able to use SiSU on documents marked + up in 1997; and maintaining the accompanying code was unproblematic, but + after reflection over a prolonged period of time, have decided i would + rather not encourage alternative markup styles, especially where one is + clearly preferred over the other. There are still alternative ways of + representing endnotes for examples as either may confer an advantage, + depending on circumstances (usually the pre-markup source document) but + only within the new markup style. + + 0.7.1 of 2005w16/4 + + * removal of alternative markup syntax continues. + + * remote file operations and file letter naming conventions, now + composite, requesting, requiring files have filename with extension .r + when processed a temporary file is created with the extension .t + + when a url is provided to request the processing of a remote file, the file + is downloaded saved and processed with the .u extension + + 0.7.2 of 2005w16/6 + + * Work with the downloading of images where remote documents are requested + either by use of a url on the command line or within a composite document + images if not found there are downloaded to a subdirectory of the working + directory sisu_images_external. Composite documents flagged with the + extension .r1 .r2 and .r3 are if external downloaded and scanned for + images, which are downloaded if not found in the directory + ./sisu_images_external, and the document as expanded is saved with as a + temporary file with the extension .t1, .t2 or .t3 accordingly, for + processing. Where a uri is provided on the command line referring to a sisu + markup document for processing, that document is downloaded and saved with + the extension .u1, .u2 or .u3 which is then processed. In all cases the + file extension is dropped with respect to output. + + * Some updates to the man pages with regard to different types of remote + processing. + + * pdftex possibility to set image centering in header, default off. + + * pdftex visited sisu and latex special characters, escaping for pdfs + + 0.7.3 of 2005w16/0 + + * Special characters in pdf, minor + + 0.7.4 of 2005w16/0 + + * marker, problem with tables detected, make sure can rollback + + 0.7.5 of 2005w16/0 + + * table fix... + +%% SiSU Sabaki, version 0.4.3 of 2005w16/1 (2005-04-18): + sisu-sabaki_0.4.3_2005w16-1.tar.gz + SHA1(sisu-sabaki_0.4.3_2005w16-1.tar.gz)= + *** + Contains development-branch, version 0.5.9 of 2005w15/0 (5-9) + + 0.5.5 of 2005w15/5 + + * sisu control, minor, e.g. reduce number of counters + + [downloaded ruby1.9, this branch uses ruby1.8 though] + + 0.5.6 of 2005w15/6 + + * changes for ruby1.9, including metaverse, (also sysenv, html & plaintext) + most that needs to be done appears to be in place. worst fix ansi colour, + revisit all later. much testing needed. + + * param header US Library of Congress cataloguing option ~class_loc also + ~class_dewey recall issues with dewey being proprietary? check (perhaps add + option and leave unused?) considered all this years ago... ~class_isbn, + issue here is that some material will be published under an isbn, and will + have page numbering etc. which sisu publication does not follow, i.e. sisu + publication is an independent publication, so isbn is a reference to an + original hard copy publication... what of asin etc. revisit, and determine + what else to add. + + 0.5.7 of 2005w15/0 + + * sysenv ansi colors, revisit later + + * wordmaps, revisit later... problem introduced (a loop removed, + double counting removed) + + * rescue single line syntax rescue: ... + + 0.5.8 of 2005w15/0 + + * introduce -c ansi color flag for screen output, (perhaps should be + color off instead), and + -q quiet mode, no screen output + there is some scope for breakage here, continue to examine the + plumbing + + * man page updated + + 0.5.9 of 2005w16/1 + + * dbi fixes from 0.5.8 changes (ansi) + +%% SiSU Sabaki, version 0.4.2 of 2005w15/4 (2005-04-14): + sisu-sabaki_0.4.2_2005w15-4.tar.gz + SHA1(sisu-sabaki_0.4.2_2005w15-4.tar.gz)= + d670058fe019a106b385049416db5c914fbf308d + Contains development-branch, version 0.5.4 of 2005w15/4 (4) + + 0.5.4 of 2005w15/4 + + * sqlite default file name created to sisu_sqlite.db (was lex.db) + + * plaintext some cleaning of output + + * xml, minor touch, image tag, version/revision control info optional + +%% SiSU Sabaki, version 0.4.1 of 2005w15/3 (2005-04-13): + sisu-sabaki_0.4.1_2005w15-3.tar.gz + SHA1(sisu-sabaki_0.4.1_2005w15-3.tar.gz)= + 0b1c6f10832e114f55e4a7d37f6f98d7c345b55f + Contains development-branch, version 0.5.3 of 2005w15/3 (1-3) + + 0.5.1 of 2005w15/3 + + * dbi sqlite re-introduced, though not tested. some things moved to + common_db + + 0.5.2 of 2005w15/3 + + * common_db, dbi, pg and sqlite most logic is common and moved to + common_db + + 0.5.3 of 2005w15/3 + + * dbi increased field size for text contents again, + (to 12,000 for now from inadequate 2712) + both postgresql and sqlite appear to support this + +%% SiSU Sabaki, version 0.4.0 of 2005w15/2 (2005-04-12): + sisu-sabaki_0.4.0_2005w15-2.tar.gz + SHA1(sisu-sabaki_0.4.0_2005w15-2.tar.gz)= + 832f47c37910dfbac05c401f26865b5f53dea358 + Contains development-branch, version + 0.5.0 == 0.3.0 of 2005w15/2 + + 0.3.1 of 2005w15/2 + + * image representation changed dimensions now represented as + width x height i.e. \d+x\d+ e.g. 480x640 (as in imagemagick) + previously was explicit w=480 h=640 + (this change causes breakage in sample text with images) + + * sample marked-up documents updated accordingly + + 0.5.0 of 2005w15/2 + + * sorry for the quick version number turn around, and for its being applied + to pretty minor changes. + + The version numbering rule applied is that a second digit version number + change will be made when potential breakage is caused by code changes. + + This has happened now with the decision to alter representation of image + dimensions. Backward compatibility, though easily provided is not thought + to be necessary (or desirable) in this instance, based on current user + base, and modest use of images in text. 0.4.0 is on it's way. This type of + event is fairly rare, though it has occurred occasionally in subtle ways. + For example Tainaron marked up in 1997-1998 markup style still builds. + + For description of change see 0.3.1 + +%% SiSU Sabaki, version 0.2.0 of 2005w14/0 (2005-04-10): + sisu-sabaki_0.2.0_2005w14-0.tar.gz + SHA1(sisu-sabaki_0.2.0_2005w14-0.tar.gz)= + 36986ffa6a17651a0d52646c9c91032af33bb32a + From stable 0.1.4-11 + Contains development-branch, version + 0.3 == 0.1.5-58 of 2005w13/6 + + * version number changes: + stable branch is 0.2 + development branch is 0.3 + + * replaced config_environment.rb file which had dropped out of stable + tarball. [lesson, test future setup/installs from clean slate] + +%% STABLE MANIFEST (@ 0.1.4 branch) + +%% SiSU Sabaki, version 0.1.4-11 of 2005w14/6 (2005-04-09): + sisu-sabaki-stable_0.1.4-10_2005w14-6.tar.gz + SHA1(sisu-sabaki-stable_0.1.4-11_2005w14-6.tar.gz)= + bdb2b09d467804a6d3a4bd92abb13c015c57d897 + Contains development-branch, version + 0.1.5-58 of 2005w13/6 (56-58) + + 0.1.5-56 of 2005w14/3 + + * html endnote segment, (introduced bug fixed) linkback to + main text broken, url was split on more than one line, + resulting in error + + * special characters escaping for use within text + looked at, (mostly there previously but not documented) + ~ { } < > - _ / also used : ^ ! # + note added to man pages + (more to be done) + + 0.1.5-57 of 2005w14/5 + + * distinguish text poem from other text groupings by giving an + object citation number to each verse + + * cosmetic html default colors for navigation band and home button + surround made neutral (white) + + 0.1.5-58 of 2005w14/6 + + * distinguish text poem from other text groupings by giving an + object citation number to each verse + + * alt and group text groupings bugfix + +%% SiSU Sabaki, version 0.1.4-10 of 2005w13/6 (2005-04-02): + sisu-sabaki-stable_0.1.4-10_2005w13-6.tar.gz + SHA1(sisu-sabaki-stable_0.1.4-10_2005w13-6.tar.gz)= + bdd91b004c456251d6e7074439f6e9b571ae5316 + Contains development-branch, version + 0.1.5-55 of 2005w13/6 (47-55) + + 0.1.5-47 of 2005w13/3 + + * texpdf suggested urls at end of document problems with latex special + characters, not fully looked into, or passed through the appropriate + filter, but some ad hoc corrections made + + 0.1.5-48 of 2005w13/3 + + * cosmetic + information in html navigation band (revisit) + + * texpdf suggested urls special character fix for both url and linked text + done. + + 0.1.5-49 of 2005w13/3 + + * html subtoc fix (as it failed in certain circumstances, watch) + + * html endnotes, cosmetic (presentation of headings, and invisible navigation) + + 0.1.5-50 of 2005w13/3 + + * html change to display of title and headings in segments (dc and headings) + display dc small, and heading normal + + 0.1.5-51 of 2005w13/4 + + * initial xml table logic is in place (logic taken from html unit) [still using + html type tags but logic is in place] + + 0.1.5-52 of 2005w13/6 + + * object character numbering of special blocks "code", "poem", "group" + and "alt" finally corrected, in line with "tables". (may introduce a subtle + variation, between poem and code, or alt and others, numbering the equivalent + of each verse, but need a bit of time to consider) numbering correct, some + cosmetic adjustments to follow, e.g. in pdfs, more work necessary in xml + series. + + 0.1.5-53 of 2005w13/6 + + * dbi a bit of cleaning of search column, and touch to data + + 0.1.5-54 of 2005w13/6 + + * texpdf adjustment to position of ocn in special text blocks + + 0.1.5-55 of 2005w13/6 + + * texpdf blocks fix + + * texpdf prefix_b issue with portrait, (not landscape) fix + + * sisu info improved in latex output + +%% SiSU Sabaki, version 0.1.4-9 of 2005w13/2 (2005-03-29): + sisu-sabaki-stable_0.1.4-9_2005w13-2.tar.gz + SHA1(sisu-sabaki-stable_0.1.4-9_2005w13-2.tar.gz)= + 743b912beddc235ec96456e97fe9350b2a275370 + Contains development-branch, version + 0.1.5-46 of 2005w13/1 (44-46) + + * small updates to man page + +%% SiSU Sabaki, version 0.1.4-8 of 2005w13/2 (2005-03-29): + sisu-sabaki-stable_0.1.4-8_2005w13-1.tar.gz + SHA1(sisu-sabaki-stable_0.1.4-8_2005w13-1.tar.gz)= + f8a7760bbd583e5d8637420d153c178ffafcbf68 + Contains development-branch, version + 0.1.5-43 of 2005w13/1 (34-43) + + Quick summary (context sisu markup): + + * allows creation of composite (sisu markup) documents, documents that + require other documents or bits of marked up text that are not independent + documents (i.e. not capable of being generated as standalone documents), + content may be sourced remotely (url) + + * allows processing of remote (sisu markup) documents + + * various small fixes + + -- detail from development branch + + 0.1.5-44 of 2005w13/2: + + * documentation updates + + 0.1.5-43 of 2005w13/1: + + * composite documents and remote (url) documents, some on error code + + * composite documents, screen information provided, both cosmetic and on + error + + 0.1.5-42 of 2005w12/0: + + * composite documents may link to remote urls for their constituent parts + using any of its (composite link) syntaxes with an html url, but advisedly + either of the following: + + #basic sisu markup + r{http://www.url.org/filename.si} + {http://www.url.org/filename.s3}require + r{ {http://www.url.org/filename.si}req #for vim folds + + #using thlnk + require + r{ req #for vim folds + + with thlnk is attractive if you use vim because it recognises and permits + the plain-text hyperlinking to the remote file, which can be called in for + viewing. + + in this context (urls) textlink markup has little meaning as it does not + work for editors with url hyperlinking, while the basic sisu markup does no + more or less than it always does. For everyday use, as a means of + hyper-linking within an editor i do find textlink attractive though. + + * file suffix naming convention - + .s[1-3] ordinary sisu marked up documents + .si sisu marked up snippets for incorporation into other documents + .r[1-3] documents using require - (like a master document) + .t[1-3] temporary marked up files, usually created by sisu for processing, + e.g. from building the master file, or on having downloaded a remote + sisu markup file for local processing. + + while on the subject the 1 to 3 is an old naming convention for processing + html output, .s1 indicating that only a scroll, long single text should + be produced; .s2 for only segmented html, the document in parts should be + produced, no single/full length document (this is used for example on war + and peace); and .s3 requesting both the scroll and segments. + + 0.1.5-41 of 2005w12/0: + + * more alpha code: remote source a sisu markup file using url (http://) for + local processing. + + For example, assuming sisu is installed, you could generate the text of the + GPL in plain-text, html, xhtml, XML, pdf and a wordmap of its contents using + the following string: + + sisu -mhpabxXwv http://www.jus.uio.no/sisu/sample/markup/gpl2.fsf.s3 + + or to just do html and pdf files from one remote source to the default + remote destination (assuming you have one setup): + + sisu -mhpr http://www.jus.uio.no/sisu/sample/markup/gpl2.fsf.s3 + + [this works for texts without embedded images, unless you already have the + images stored locally - it will be a relatively easy matter to get the + program to search relative parts on the remote server and download them for + processing with the document... no doubt it will happen one day, but is not + a priority in the near future, also; will be a small step to permit remote + (and local files) to be stored in zip format and unzipped prior to + processing if desired, to reduce bandwidth and time] + + Nice from a flexibility perspective, though I expect SiSU's use to be + primarily on locally stored marked up document sets. + + * vim updates (small touches) to sisu: syntax highlighting; folds, and; + recognised filetypes (included .si .[rst][0-3] already being recognised) + + 0.1.5-40 of 2005w12/0: + + * *{composite document}*, alpha code: introduced alternative ways of + specifying document require, using vim's hypertext ascii thlnk or textlink. + The following forms of document require are valid, to incorporate a + document fragment named filename.si (the require statement must be at the + start of a line): + + #basic sisu markup + r{filename} + {filename.si}require + r{ {filename.si}req #for vim folds + + #using textlink + |filename.si|@|^|require + r{ |filename.si|@|^|req #for vim folds + + #using thlnk + require + r{ req #for vim folds + + the value of the textlink and thlnk style is they are live hyperlinks to + the constituent parts of the document, which can be brought up at a + keystroke for viewing or editing. + + [An interesting possibility to consider, is to permit sisu to get the + composite parts of a document from a remote url source via http, using + thlnk syntax which permits this + - NOTE: implemented in 0.1.5-42] + + 0.1.5-39 of 2005w12/6: + + * *alpha* code: assemble source document for processing from a document + requesting additional parts ... i.e. a master document, or a document with + regular markup plus external insertions. Requesting documents currently + with named suffix .r[1-3] documents requested may be complete valid sisu + documents named with suffix .s[1-3] or valid sisu markup constituting part + of a document named with suffix .si (to distinguish and to prevent attempt + to generate the snippet). A temporary or transient document is assembled + for processing and na med with the suffix .t[1-3] (retaining the + processing instruction digit) [current intention is that the .t file will + be clobbered at the end of processing unless the maintenance processing + flag is used] parts are requested with: + {[name_of_file_to_load.s[i1-3]]}require + e.g. + {name_of_file_to_load.si}require + or + { name_of_file_to_load.s3 }require + + 0.1.5-38 of 2005w12/6: + + * xml sax and dom, pass data through... + + development-branch, version 0.1.5-37 of 2005w12/6 + + * document generator information added as comment to head of xml & xhtml + output + + 0.1.5-36 of 2005w12/6: + + * fix, remote sending of xhtml files (-r on -b option), include [b] in + regex match for file to be placed correctly in remote directory + + * cosmetic, (still with screen output on doing remote sending) + + * [ratchet fix so yyyymmdd date info displayed correctly, was dropping + the 0 before month and day where less than 10] + + * css and default home page modified + + 0.1.5-35 of 2005w12/4: + + * xml sax dom and xhtml change to header match + + * xml dom changes to css + + * some feedback provided on remote file placement -r + + * document version guide added to toc html, (stub only unused) + + 0.1.5-34 of 2005w12/4: + + * xhtml filename extension now scroll.xhtml instead of doc.xhtml + + * man page small update, file name extensions (xhtml and plain-text) + +%% SiSU Sabaki, version 0.1.4-7 of 2005w12/3 (2005-03-23): + sisu-sabaki-stable_0.1.4-7_2005w12-3.tar.gz + SHA1(sisu-sabaki-stable_0.1.4-7_2005w12-3.tar.gz)= + 929875de0658f1adeabd837fa09aca3ae48197e0 + Contains development-branch, version + 0.1.5-33 of 2005w12/3 (30-33) + + 0.1.5-33 of 2005w12/3: + + * largely cosmetic changes to default home page. + + 0.1.5-32 of 2005w12/3: + + * finally removed double bullets from ie on ms, problem with html tagging +