<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/data, branch sisu_3.2.4</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/'/>
<entry>
<title>v3: rescue reporting</title>
<updated>2012-04-21T05:54:22+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-21T05:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=d810b3f1a2c26f07cd224cfc23339b5ac0bdd26f'/>
<id>d810b3f1a2c26f07cd224cfc23339b5ac0bdd26f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: sysenv, default processing dir name change</title>
<updated>2012-04-21T05:50:42+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-21T05:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=5ae11e06f0ca7605a29876a3d840ac8c88f1f40d'/>
<id>5ae11e06f0ca7605a29876a3d840ac8c88f1f40d</id>
<content type='text'>
* distinguish sisu branch, add sisu branch to processing directory name
* if constants, 'DEVELOPER[:maintenance] == :true' then additionally add
  sisu version number to processing directory name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* distinguish sisu branch, add sisu branch to processing directory name
* if constants, 'DEVELOPER[:maintenance] == :true' then additionally add
  sisu version number to processing directory name
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: db bugfix in maintenance mode (variable name reused)</title>
<updated>2012-04-21T05:47:35+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-21T05:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=06520be4633f7ee3463c92615be3e11f0f21fa08'/>
<id>06520be4633f7ee3463c92615be3e11f0f21fa08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: 3.2.4 version &amp; changelog "opened"</title>
<updated>2012-04-21T05:44:02+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-21T05:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=a8b86404df9bc9fc0a34718c89b7d1863c34ca9a'/>
<id>a8b86404df9bc9fc0a34718c89b7d1863c34ca9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 (3.2.3)</title>
<updated>2012-04-15T04:48:00+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-15T04:48:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=93f30fc1bb40debe3fd5e6a68de1b77a2f9067b2'/>
<id>93f30fc1bb40debe3fd5e6a68de1b77a2f9067b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: vim syntax highlighting, document header added (@make:) :substitute:</title>
<updated>2012-04-15T04:34:41+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-15T04:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=8fefa22fe8f15a2f4a92304763427a68beb170c7'/>
<id>8fefa22fe8f15a2f4a92304763427a68beb170c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: param, dal_syntax, document header (simple regex) substitution list</title>
<updated>2012-04-15T04:32:15+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-15T04:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=0013ec9d66de5341a419585909d722009fc33381'/>
<id>0013ec9d66de5341a419585909d722009fc33381</id>
<content type='text'>
* $ and curly braces are escaped (within sisu) to allow the following:
  @make:\n :substitute: /${linux-distro}/,'Debian' /${stable}/,'Squeeze' \
  /${testing}/,'Wheezy'
* changes are not made within text object types: code-blocks, tables or
  metadata (document headers). Marked up document remains self-referential.
* Note: the substitution list must be written on a single line, without
  line-breaks.
* [Substitutions possibility requested by Debian-live, live-manual (Ben
  Armstrong &amp; Daniel Baumann)]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* $ and curly braces are escaped (within sisu) to allow the following:
  @make:\n :substitute: /${linux-distro}/,'Debian' /${stable}/,'Squeeze' \
  /${testing}/,'Wheezy'
* changes are not made within text object types: code-blocks, tables or
  metadata (document headers). Marked up document remains self-referential.
* Note: the substitution list must be written on a single line, without
  line-breaks.
* [Substitutions possibility requested by Debian-live, live-manual (Ben
  Armstrong &amp; Daniel Baumann)]
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: 3.2.3 version &amp; changelog "opened"</title>
<updated>2012-04-15T04:25:07+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-15T04:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=0e9a8b0cf4dd4b7cd6bab5f2b9b56af035320377'/>
<id>0e9a8b0cf4dd4b7cd6bab5f2b9b56af035320377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 (3.2.2)</title>
<updated>2012-04-05T19:02:47+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-05T19:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=9de3fc4c9c20bd6c26c24ef4ed44a1d4a3a371ee'/>
<id>9de3fc4c9c20bd6c26c24ef4ed44a1d4a3a371ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3: sql creation -v reporting reduced</title>
<updated>2012-04-05T18:48:12+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-04-05T18:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=683ca12cf2ace7a5203e2f9340cb69b2021c2e11'/>
<id>683ca12cf2ace7a5203e2f9340cb69b2021c2e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
