<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu, branch debian/2.1.0-1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/'/>
<entry>
<title>debian/changelog (2.1.0-1), debian/NEWS.Debian</title>
<updated>2010-04-16T15:36:12+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T15:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=26a7ff48af55185c41932526237df35b46a8f907'/>
<id>26a7ff48af55185c41932526237df35b46a8f907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'upstream' into debian/sid</title>
<updated>2010-04-16T14:26:49+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=6ae87fe996678bd9a6f1c2fc46af63d0740bf5a7'/>
<id>6ae87fe996678bd9a6f1c2fc46af63d0740bf5a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update: changelog, version (2.1.0) (version bump for sql db structural changes)</title>
<updated>2010-04-16T14:19:51+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=a99b58f9486cbb7d28c4cd63a8d05700fba8ed8b'/>
<id>a99b58f9486cbb7d28c4cd63a8d05700fba8ed8b</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 (cgi_sql_common): take account of db structure changes; match limit options</title>
<updated>2010-04-16T14:17:53+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=c9d42a44f05828b507ceeae95c9d31ecfff9dbda'/>
<id>c9d42a44f05828b507ceeae95c9d31ecfff9dbda</id>
<content type='text'>
* update to work with database structure changes

* add radio buttons to set increased match limit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update to work with database structure changes

* add radio buttons to set increased match limit
</pre>
</div>
</content>
</entry>
<entry>
<title>db, sysenv, sisurc.yml determine whether to share sisu markup source in db</title>
<updated>2010-04-16T14:16:59+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=221cfa4043a1e9423a6ed4222fb41ef68b8fd73d'/>
<id>221cfa4043a1e9423a6ed4222fb41ef68b8fd73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>param checks metadata string lengths against set db column sizes</title>
<updated>2010-04-16T14:15:34+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=dbc227d7f5f164f1bb584295581f7a98ecac1292'/>
<id>dbc227d7f5f164f1bb584295581f7a98ecac1292</id>
<content type='text'>
* param, checks metadata string lengths against set db column sizes, drops
  entries that are too long with warning

* param, classify "populated" a fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* param, checks metadata string lengths against set db column sizes, drops
  entries that are too long with warning

* param, classify "populated" a fix
</pre>
</div>
</content>
</entry>
<entry>
<title>db sql table and column structure changes, name prefix "sisu_v2a_" resulting sisu version bump 2.1.0, plus other lesser fixes</title>
<updated>2010-04-16T14:15:13+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=aa47d1db8596aa65746db05d369441d1def62aa4'/>
<id>aa47d1db8596aa65746db05d369441d1def62aa4</id>
<content type='text'>
[Note: it is necessary to create new database and tables and to populate them]

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

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

* db sqlite, issue with --recreate, bugfix
  (db_drop)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Note: it is necessary to create new database and tables and to populate them]

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

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

* db sqlite, issue with --recreate, bugfix
  (db_drop)
</pre>
</div>
</content>
</entry>
<entry>
<title>db, shared_html_lite, link back to footnote/endnote reference, fix</title>
<updated>2010-04-16T14:10:43+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=12479b344f23b23c51f7525bb3dd52b79ba4814e'/>
<id>12479b344f23b23c51f7525bb3dd52b79ba4814e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim syntax highlighting, minor</title>
<updated>2010-04-16T14:09:59+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-16T14:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=787b5d9c44e878543c814ebbea0cdd69b4a689ef'/>
<id>787b5d9c44e878543c814ebbea0cdd69b4a689ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 (2.0.5)</title>
<updated>2010-04-01T00:15:53+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-01T00:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=aba8f88aadbb8e08a3a2f875d8650363b14fc0d3'/>
<id>aba8f88aadbb8e08a3a2f875d8650363b14fc0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
