<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu, branch debian/sisu_3.1.14-1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/'/>
<entry>
<title>debian/changelog (3.1.14-1)</title>
<updated>2012-02-15T02:49:27+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T02:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=56d0c6f57c3ff172f1e7d45e80446bf812707c90'/>
<id>56d0c6f57c3ff172f1e7d45e80446bf812707c90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'sisu_3.1.14' into debian/sid</title>
<updated>2012-02-15T02:44:59+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T02:44:59+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=dc9c326e4a90ba9019cdcde75176eac7990a269f'/>
<id>dc9c326e4a90ba9019cdcde75176eac7990a269f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v3dv: control hooks</title>
<updated>2012-02-15T02:33:13+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T02:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=6d898f1eb74160fbc7d6365b3ad8d6b9417d2f19'/>
<id>6d898f1eb74160fbc7d6365b3ad8d6b9417d2f19</id>
<content type='text'>
* hooks to make it possible to control (via: the command line; the document
  markup header, or; the command line) the likes of: toc, manifest,
  manifest-links, metadata, html-minitoc, html-navigation, html-navigation-bar;
  these are switched on by default and control takes the form of making it
  possible to switch them off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hooks to make it possible to control (via: the command line; the document
  markup header, or; the command line) the likes of: toc, manifest,
  manifest-links, metadata, html-minitoc, html-navigation, html-navigation-bar;
  these are switched on by default and control takes the form of making it
  possible to switch them off.
</pre>
</div>
</content>
</entry>
<entry>
<title>v3dv: dal, remove sisu_manifest from document structure &amp; toc</title>
<updated>2012-02-15T02:27:18+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T02:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=f653df1613b8ee994842139fd080bbc75325032f'/>
<id>f653df1613b8ee994842139fd080bbc75325032f</id>
<content type='text'>
* html &amp; epub coding affected
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* html &amp; epub coding affected
</pre>
</div>
</content>
</entry>
<entry>
<title>v3dv: --redirect (--redirect=dir_path) &amp; --dump (--dump=dir_path) + consequences</title>
<updated>2012-02-15T02:17:32+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T02:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=2b884fb73428186df29bf22ff38d77e5d2f823cf'/>
<id>2b884fb73428186df29bf22ff38d77e5d2f823cf</id>
<content type='text'>
* --dump places output in directory specified, if none specified in the current
  directory (pwd).
* --redirect places output in subdirectory under specified directory,
  subdirectory uses the filename (without the suffix). If no output directory is
  specified places the subdirectory under the current directory (pwd).
* html, css incorporated into each file (concordance &amp; manifest included)
* html, xhtml &amp; xmls, css copied into css subdirectory (not used by html as
  embedded)
* html xmls, images copied to output directory
* no links to manifest
* manifest with relative links only
* longer html filenames given to avoid names clashing (e.g. for toc, manifest,
  concordance)
* html, epub, remove manifest toc links
* -j copy images associated with file (images used by html &amp; xmls)
  * automatically invoked by --dump &amp; redirect
* v3 v3dv: document --redirect, --dump, -j update sisu_commands.sst
  [documents not generated until v3.2.0 (when v3dv branch is merged into v3)]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* --dump places output in directory specified, if none specified in the current
  directory (pwd).
* --redirect places output in subdirectory under specified directory,
  subdirectory uses the filename (without the suffix). If no output directory is
  specified places the subdirectory under the current directory (pwd).
* html, css incorporated into each file (concordance &amp; manifest included)
* html, xhtml &amp; xmls, css copied into css subdirectory (not used by html as
  embedded)
* html xmls, images copied to output directory
* no links to manifest
* manifest with relative links only
* longer html filenames given to avoid names clashing (e.g. for toc, manifest,
  concordance)
* html, epub, remove manifest toc links
* -j copy images associated with file (images used by html &amp; xmls)
  * automatically invoked by --dump &amp; redirect
* v3 v3dv: document --redirect, --dump, -j update sisu_commands.sst
  [documents not generated until v3.2.0 (when v3dv branch is merged into v3)]
</pre>
</div>
</content>
</entry>
<entry>
<title>v3dv: sysenv, output_dir_structure, rewritten, affected code modified</title>
<updated>2012-02-15T01:33:26+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-15T01:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=8138e2301b94ad697109c9e00da24710840b94c6'/>
<id>8138e2301b94ad697109c9e00da24710840b94c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v2: vim syntax highlighting, patch from Thilo Six &lt;T.Six@gmx.de&gt; applied</title>
<updated>2012-02-15T01:32:41+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-14T13:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=525b4f1a015e86c68a89c3d4137d194e5b80e1d8'/>
<id>525b4f1a015e86c68a89c3d4137d194e5b80e1d8</id>
<content type='text'>
* Re: &lt;http://thread.gmane.org/gmane.editors.vim.devel/32151&gt; &amp;
  &lt;http://vimdoc.sourceforge.net/htmldoc/options.html#cpo-l&gt;
  [for v3, see sisu_3.1.13 changelog]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Re: &lt;http://thread.gmane.org/gmane.editors.vim.devel/32151&gt; &amp;
  &lt;http://vimdoc.sourceforge.net/htmldoc/options.html#cpo-l&gt;
  [for v3, see sisu_3.1.13 changelog]
</pre>
</div>
</content>
</entry>
<entry>
<title>v2 v3 v3dv: 3.1.14 &amp; 3.2.0~pre (&amp; 2.9.12) version &amp; changelog "opened"</title>
<updated>2012-02-14T13:31:26+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-14T13:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=7fbe3413bab0acca622c77b7530f3b9d788c08b7'/>
<id>7fbe3413bab0acca622c77b7530f3b9d788c08b7</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.1.13)</title>
<updated>2012-02-04T01:52:15+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-04T01:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=87f10378bdc31931afcd067e74f6e225bc8780df'/>
<id>87f10378bdc31931afcd067e74f6e225bc8780df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debian/changelog (3.1.13-1)</title>
<updated>2012-02-04T01:47:48+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2012-02-04T01:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=97919fa3b3591022d2b97557e69fb7d44cfe3dc1'/>
<id>97919fa3b3591022d2b97557e69fb7d44cfe3dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
