<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/lib, branch debian/2.3.1-1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/'/>
<entry>
<title>param, for topic_register, an additional check required, bug fix, repost</title>
<updated>2010-04-28T02:11:11+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-28T02:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=15e863ad463d5ef839ac81b1baf5ed8ab1348ded'/>
<id>15e863ad463d5ef839ac81b1baf5ed8ab1348ded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n, mark OCLC number for translation</title>
<updated>2010-04-27T23:43:04+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-27T23:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=74e7af807d62161e13335a501bfc1124175a78da'/>
<id>74e7af807d62161e13335a501bfc1124175a78da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch markup for bold and emphasis, now !{bold}! and *{emphasis}*</title>
<updated>2010-04-27T19:13:43+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-27T19:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=39943bc95dc5bc96cb2af1ac431c395b938e515c'/>
<id>39943bc95dc5bc96cb2af1ac431c395b938e515c</id>
<content type='text'>
(emphais output defaults to bold, later make it possible to configure emphasis
output optionally as being represented by italics)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(emphais output defaults to bold, later make it possible to configure emphasis
output optionally as being represented by italics)
</pre>
</div>
</content>
</entry>
<entry>
<title>plaintext, clean up bulleted grouped text output (still not line-wrapped though)</title>
<updated>2010-04-27T15:42:07+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-27T15:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=02afaef5fe0b35ee2554b86a98dc9563cd6b5c5f'/>
<id>02afaef5fe0b35ee2554b86a98dc9563cd6b5c5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>metadata, db sql (table structure), adds OCLC number, and; html metadata, renables showing of topic_register</title>
<updated>2010-04-27T01:07:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-27T01:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=361032d47d096c241d562852e71211feb0198b56'/>
<id>361032d47d096c241d562852e71211feb0198b56</id>
<content type='text'>
* db (sql)  add oclc (Online Computer Library Center) number, affects table
  structure, (hence breakage &amp; version bump)
  * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_"

* OCLC == Online Computer Library Center
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* db (sql)  add oclc (Online Computer Library Center) number, affects table
  structure, (hence breakage &amp; version bump)
  * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_"

* OCLC == Online Computer Library Center
</pre>
</div>
</content>
</entry>
<entry>
<title>git, start experimenting with an alternative/parallel git based sisu document structure</title>
<updated>2010-04-27T00:59:24+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-27T00:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=8b3f9e832f69bcef52f073678bbde1fcc588e695'/>
<id>8b3f9e832f69bcef52f073678bbde1fcc588e695</id>
<content type='text'>
* git, start to experiment with file structure to replace sisupod -g and will
  be in configure options, to track changes to document, enable creation of
  "pods" (zipped content) and allow for remote versioned (or unversioned)
  placement of content source; ideally would end up with two co-existing,
  distinct parse-able structures whether local or remote, the existing directory
  structure with multiple documents and document images etc. and git directories
  with all content associated with a single document (including other language
  versions of it); cannot guarantee at this stage that the file structure will be
  retained, which may mean recreating any directory started and defeat the
  purpose of using it, though it is in a version control repo, so perhaps not ...
  best left alone (unused) for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* git, start to experiment with file structure to replace sisupod -g and will
  be in configure options, to track changes to document, enable creation of
  "pods" (zipped content) and allow for remote versioned (or unversioned)
  placement of content source; ideally would end up with two co-existing,
  distinct parse-able structures whether local or remote, the existing directory
  structure with multiple documents and document images etc. and git directories
  with all content associated with a single document (including other language
  versions of it); cannot guarantee at this stage that the file structure will be
  retained, which may mean recreating any directory started and defeat the
  purpose of using it, though it is in a version control repo, so perhaps not ...
  best left alone (unused) for now
</pre>
</div>
</content>
</entry>
<entry>
<title>sisupod_make, take new markup into account, done for :skin:</title>
<updated>2010-04-24T00:11:00+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-24T00:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=4cff73e6c4fddbbea1aa23d850bccf6c5341b9bd'/>
<id>4cff73e6c4fddbbea1aa23d850bccf6c5341b9bd</id>
<content type='text'>
* not perfect, improve  upon, should probably match @make: then :skin:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* not perfect, improve  upon, should probably match @make: then :skin:
</pre>
</div>
</content>
</entry>
<entry>
<title>defaults, for default home search form, always point to latest db version</title>
<updated>2010-04-23T14:40:20+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-23T14:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=59fda0080a5e6d7e1caecc67373992ec9fccac77'/>
<id>59fda0080a5e6d7e1caecc67373992ec9fccac77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>constants, reduce max limit for SQL VARCHAR to 2500 to be within default postgresql range</title>
<updated>2010-04-21T20:54:38+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-21T20:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=0bb8889dccaba8415bc27952a100dd0cae9dd8fe'/>
<id>0bb8889dccaba8415bc27952a100dd0cae9dd8fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>defaults, default sisu home, correct links to document examples and to summary</title>
<updated>2010-04-21T20:52:35+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2010-04-21T20:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=9800f4b2b666b484c2d9f25445fdfd4cdf112386'/>
<id>9800f4b2b666b484c2d9f25445fdfd4cdf112386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
