<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/README, branch debian/2.0.3-1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/'/>
<entry>
<title>introducing version 2, major patch, (version 1 libraries retained)</title>
<updated>2010-03-06T14:47:55+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-03-06T14:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=306aed5b8a559aad2fb944a946ffdda9713f07ec'/>
<id>306aed5b8a559aad2fb944a946ffdda9713f07ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CHANGELOG &amp; README ...</title>
<updated>2010-02-04T22:45:16+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-02-04T22:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=ff555f6a7459ca2e925aefe0821d7057cec76e51'/>
<id>ff555f6a7459ca2e925aefe0821d7057cec76e51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation get paths to reflect directory structure changes</title>
<updated>2009-12-21T16:23:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2009-12-21T16:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=7145a299d695326f607595f7fa00c695080109fc'/>
<id>7145a299d695326f607595f7fa00c695080109fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog, &amp; version number updates</title>
<updated>2009-12-20T01:58:09+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2009-12-19T22:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=1f7535d129643bd70093a1042cc0d08e6e22293a'/>
<id>1f7535d129643bd70093a1042cc0d08e6e22293a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>primarily todo with sisu documentation, changelog reproduced below:</title>
<updated>2007-09-23T04:16:21+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2007-09-23T04:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=50d45c6deb0afd2e4222d2e33a45487a9d1fa676'/>
<id>50d45c6deb0afd2e4222d2e33a45487a9d1fa676</id>
<content type='text'>
* start documenting sisu using sisu
  * sisu markup source files in
    data/doc/sisu/sisu_markup_samples/sisu_manual/
    /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/
  * default output [sisu -3] in
    data/doc/manuals_generated/sisu_manual/
    /usr/share/doc/manuals_generated/sisu_manual/
    (adds substantially to the size of sisu package!)

* help related edits

* manpage, work on ability to generate manpages, improved

* param, exclude footnote mark count when occurs within code block

* plaintext changes made

* shared_txt, line wrap visited

* file:// link option introduced (in addition to existing https?:// and
  ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and
  hub]

* minor adjustments
  * html url match refinement
  * css added tiny_center

* plaintext
  * endnotes fix
  * footnote adjustment to make more easily distinguishable from substantive
    text
  * flag -a only [flags -A -e -E dropped]
    controlled by modifiers --unix/msdos --footnote/endnote

* defaults, homepage
  * renamed homepage (instead of index) implications for modifying skins,
    which need likewise to have any homepage entry renamed
  * added link to sisu_manual in homepage

* css the css for the default homepage is renamed homepage.css (instead of
  index.css) [consider removing this and relying on html.css]

* ruby version &lt; ruby1.9
  * place stop on installation and working with for now [ruby String.strip
    broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux],
    2007-09-18:38/2]
  * debian/control restrict use to ruby &gt; 1.8.4 and ruby &lt; 1.9

* debian
  * debian/control restrict use to ruby &gt; 1.8.4 and ruby &lt; 1.9
  * sisu-doc new sub-package for sisu documentation
    debian/control and sisu-doc.install
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* start documenting sisu using sisu
  * sisu markup source files in
    data/doc/sisu/sisu_markup_samples/sisu_manual/
    /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/
  * default output [sisu -3] in
    data/doc/manuals_generated/sisu_manual/
    /usr/share/doc/manuals_generated/sisu_manual/
    (adds substantially to the size of sisu package!)

* help related edits

* manpage, work on ability to generate manpages, improved

* param, exclude footnote mark count when occurs within code block

* plaintext changes made

* shared_txt, line wrap visited

* file:// link option introduced (in addition to existing https?:// and
  ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and
  hub]

* minor adjustments
  * html url match refinement
  * css added tiny_center

* plaintext
  * endnotes fix
  * footnote adjustment to make more easily distinguishable from substantive
    text
  * flag -a only [flags -A -e -E dropped]
    controlled by modifiers --unix/msdos --footnote/endnote

* defaults, homepage
  * renamed homepage (instead of index) implications for modifying skins,
    which need likewise to have any homepage entry renamed
  * added link to sisu_manual in homepage

* css the css for the default homepage is renamed homepage.css (instead of
  index.css) [consider removing this and relying on html.css]

* ruby version &lt; ruby1.9
  * place stop on installation and working with for now [ruby String.strip
    broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux],
    2007-09-18:38/2]
  * debian/control restrict use to ruby &gt; 1.8.4 and ruby &lt; 1.9

* debian
  * debian/control restrict use to ruby &gt; 1.8.4 and ruby &lt; 1.9
  * sisu-doc new sub-package for sisu documentation
    debian/control and sisu-doc.install
</pre>
</div>
</content>
</entry>
<entry>
<title>cosmetic output fixes related to 'Copy @' default note</title>
<updated>2007-09-06T17:28:13+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2007-09-06T17:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=d11d4c51c5f23c53df02c5ce3a9c737b142607f0'/>
<id>d11d4c51c5f23c53df02c5ce3a9c737b142607f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mention of rake</title>
<updated>2007-07-28T00:27:50+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2007-07-28T00:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=adf8902543fc22509d6a8d8fc82d58cd1e129ee7'/>
<id>adf8902543fc22509d6a8d8fc82d58cd1e129ee7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cgi-sample search form; texinfo fix; xml scaffold; help, man pages etc. visited; screen output, color set to true; docbook entries removed</title>
<updated>2007-07-07T08:21:47+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2007-07-07T08:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=52f8b9c0b1e1606a4260ef2e0df4d525497691b1'/>
<id>52f8b9c0b1e1606a4260ef2e0df4d525497691b1</id>
<content type='text'>
* cgi generated sample search form
  * order results on files of the same title, in multiple files (with
    different filenames)
  * postgresql, character case sensitivity, control, on/off
  * tail decoration, gplv3 &amp; sisu info

* texinfo/info (pinfo) module starts to do something vaguely useful again
  [not a much used module, testing required]

* print XML rendition of document structure to screen -T

* sisurc.yml default, color set to true
  [apologies if this causes anyone any inconvenience, it is configurable in
  sisurc.yml]

* help, man pages, README (man(8) related and env, 'sisu -V')

* docbook entries removed for the present time

* sisu-install (install ruby rant script renamed) and permissions set to
  executable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cgi generated sample search form
  * order results on files of the same title, in multiple files (with
    different filenames)
  * postgresql, character case sensitivity, control, on/off
  * tail decoration, gplv3 &amp; sisu info

* texinfo/info (pinfo) module starts to do something vaguely useful again
  [not a much used module, testing required]

* print XML rendition of document structure to screen -T

* sisurc.yml default, color set to true
  [apologies if this causes anyone any inconvenience, it is configurable in
  sisurc.yml]

* help, man pages, README (man(8) related and env, 'sisu -V')

* docbook entries removed for the present time

* sisu-install (install ruby rant script renamed) and permissions set to
  executable
</pre>
</div>
</content>
</entry>
<entry>
<title>primarily gpl3 changes, license changed, license included, images added</title>
<updated>2007-07-01T10:19:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2007-07-01T10:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=074d3109fd6cdc96b8363e173bb861e82005b0b8'/>
<id>074d3109fd6cdc96b8363e173bb861e82005b0b8</id>
<content type='text'>
skins cleaned a bit and output info on sisu modified, esp. in html

html no link to concordance if generated on document above word count 260k

odf url match bug fix

dal text block fix for dealing with url to be followed by &lt;br&gt;

minor cosmetic stuff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
skins cleaned a bit and output info on sisu modified, esp. in html

html no link to concordance if generated on document above word count 260k

odf url match bug fix

dal text block fix for dealing with url to be followed by &lt;br&gt;

minor cosmetic stuff
</pre>
</div>
</content>
</entry>
<entry>
<title>cgi search script fix, related to highlighting matches, changelog update, rest removal of hanging whitespace</title>
<updated>2007-06-15T11:05:07+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph.amissah@gmail.com</email>
</author>
<published>2007-06-15T11:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.org/projects/sisu/commit/?id=6be61200c529f7f61a89aac6158eb63026d7a44b'/>
<id>6be61200c529f7f61a89aac6158eb63026d7a44b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
