<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/lib, branch sisu_5.3.6</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/'/>
<entry>
<title>v5 v6: cgi, sample search forms: use ruby-pg &amp; ruby-sqlite3; remove ruby-dbi</title>
<updated>2014-05-18T12:57:12+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=bcb074af136731ff36e479090447f21dd13aa218'/>
<id>bcb074af136731ff36e479090447f21dd13aa218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)</title>
<updated>2014-05-18T12:53:36+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=7bfd567154b9fd468e5df53901c3d8c383cc25f8'/>
<id>7bfd567154b9fd468e5df53901c3d8c383cc25f8</id>
<content type='text'>
* ruby-pg require for postgresql
* ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3
  rather than ruby-dbi)
* ruby-dbi remove calls (in any common files &amp; sisu pg and sisu sqlite3)
* separate pg and sqlite db actions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ruby-pg require for postgresql
* ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3
  rather than ruby-dbi)
* ruby-dbi remove calls (in any common files &amp; sisu pg and sisu sqlite3)
* separate pg and sqlite db actions
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: db, use symbols to identify sql engine</title>
<updated>2014-05-18T12:49:03+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=307ecb4df591aa675b71839014debf6e81d462e1'/>
<id>307ecb4df591aa675b71839014debf6e81d462e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: utils, add ok code marker</title>
<updated>2014-05-18T12:40:33+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=b17d90bcdc2450de037a7f160dcb83b67cafe9fa'/>
<id>b17d90bcdc2450de037a7f160dcb83b67cafe9fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: ao, heading with no ocn, distinguish ~# from -#</title>
<updated>2014-05-13T03:13:42+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=cd4b4e42386f781c14e5c8c945d11e7c08cf98c5'/>
<id>cd4b4e42386f781c14e5c8c945d11e7c08cf98c5</id>
<content type='text'>
* ~# is general &amp; means no ocn (for any object to which it is applied)
* -# is relevant only for 1~ dummy headings &amp; instructs that they should be
  removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ~# is general &amp; means no ocn (for any object to which it is applied)
* -# is relevant only for 1~ dummy headings &amp; instructs that they should be
  removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: ao_images, reduce warnings when ruby RMagic absent as program used directly</title>
<updated>2014-05-13T03:06:54+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=d6f28e09d7517df9e15c375f61a2e481bda534f1'/>
<id>d6f28e09d7517df9e15c375f61a2e481bda534f1</id>
<content type='text'>
* reduced dependency on ruby RMagic library (as some time way back had issues)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reduced dependency on ruby RMagic library (as some time way back had issues)
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: ao, document markup structure check, skip processing file on major error</title>
<updated>2014-05-13T03:06:27+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=f408992e0acf1a962478886fd968dd71f47b115e'/>
<id>f408992e0acf1a962478886fd968dd71f47b115e</id>
<content type='text'>
* with error message &amp; text at location of failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* with error message &amp; text at location of failure
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: texpdf, urls in creator cause breakage</title>
<updated>2014-05-13T02:56:57+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T02:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=62c48aca4793f8f9b9af4114a6ba84a0a477f789'/>
<id>62c48aca4793f8f9b9af4114a6ba84a0a477f789</id>
<content type='text'>
* (Closes: #744541)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* (Closes: #744541)
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: texpdf, mailto markup links set for normal text objects</title>
<updated>2014-05-13T02:54:25+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T02:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=f9fb402000465b36c2be03ca3d61c8820d7d9169'/>
<id>f9fb402000465b36c2be03ca3d61c8820d7d9169</id>
<content type='text'>
* (Closes: #744357) but testing required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* (Closes: #744357) but testing required
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: texpdf, '&amp;' in heading breaks toc (now removed from toc (not heading)), bug</title>
<updated>2014-05-13T02:52:04+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T02:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=41d62d53264b7af387361e27bc5d1ff874e9d3fa'/>
<id>41d62d53264b7af387361e27bc5d1ff874e9d3fa</id>
<content type='text'>
* revisit, bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* revisit, bug
</pre>
</div>
</content>
</entry>
</feed>
