<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu, branch sisu_4.1.9</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: concordance, fix</title>
<updated>2013-08-01T22:27:38+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-01T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=9c29e3cb945721f8daa02bd4ee3203c86932db61'/>
<id>9c29e3cb945721f8daa02bd4ee3203c86932db61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: output structure by :filename or :filetype, default multilingual, fix</title>
<updated>2013-08-01T22:25:42+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-01T22:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=80bec6eeb232add6390c425ede29ec6405aead4f'/>
<id>80bec6eeb232add6390c425ede29ec6405aead4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4 v5: version &amp; changelog</title>
<updated>2013-08-01T22:23:15+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-01T22:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=82e74ee2174fdf1b399452ff2360767956d88286'/>
<id>82e74ee2174fdf1b399452ff2360767956d88286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: cgi helper script, sample search form, single form, monolingual option</title>
<updated>2013-07-31T01:39:02+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=9e8a84f55ed79c58b3309e7fef4ec7242fb4c5e2'/>
<id>9e8a84f55ed79c58b3309e7fef4ec7242fb4c5e2</id>
<content type='text'>
* single cgi form, (with different internal variables set for output types)
* monolingual output search form option
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* single cgi form, (with different internal variables set for output types)
* monolingual output search form option
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: output structure by, monolingual alternative, documentation</title>
<updated>2013-07-31T01:36:53+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=9dffba29dd1000452563204e4e6887df1d5bb2c9'/>
<id>9dffba29dd1000452563204e4e6887df1d5bb2c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: output structure by, monolingual alternative for :filetype or :filename</title>
<updated>2013-07-31T01:30:39+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=3e58296fa7761edaa59f807d4f8e87987ea8e921'/>
<id>3e58296fa7761edaa59f807d4f8e87987ea8e921</id>
<content type='text'>
* filename without language code, if document is in default language
* set a default language, 'en' or as specified
* set in rc file or from command line instruction
  * command line e.g.
    sisu -hv --monolingual --by-filename sisu_markup.sst
    sisu -3v --monolingual --by-filetype sisu_manual.ssm
  * sisurc.yml lingual: 'mono' | 'multi'
    lingual: 'mono'
* note: output by :filetype is roughly equivalent to what monolingual output
  by :language would be
* allow command line setting of default language using language code
  --default-language='en' --default-lang-en if used together with
  --monolingual and --by-filetype or --by-filename the selected default
  language document will not have a language code in the output filename
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* filename without language code, if document is in default language
* set a default language, 'en' or as specified
* set in rc file or from command line instruction
  * command line e.g.
    sisu -hv --monolingual --by-filename sisu_markup.sst
    sisu -3v --monolingual --by-filetype sisu_manual.ssm
  * sisurc.yml lingual: 'mono' | 'multi'
    lingual: 'mono'
* note: output by :filetype is roughly equivalent to what monolingual output
  by :language would be
* allow command line setting of default language using language code
  --default-language='en' --default-lang-en if used together with
  --monolingual and --by-filetype or --by-filename the selected default
  language document will not have a language code in the output filename
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: output structure by, add monolingual alt for :filetype &amp; :filename, step 1</title>
<updated>2013-07-31T01:25:48+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=363a1c71795d6034a996eb3b4a52b20c6dedca95'/>
<id>363a1c71795d6034a996eb3b4a52b20c6dedca95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4 (v5): misc, minor</title>
<updated>2013-07-31T01:23:59+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=74c5828574ef20c2082adf848c9d7b914598732f'/>
<id>74c5828574ef20c2082adf848c9d7b914598732f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4 v5: version &amp; changelog</title>
<updated>2013-07-31T01:20:27+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-07-31T01:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=864e90c1391cbf01bfd296a6452f9f4fd13d2f65'/>
<id>864e90c1391cbf01bfd296a6452f9f4fd13d2f65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4 v5: "general code cleaning" fix</title>
<updated>2013-06-25T23:29:19+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-06-25T23:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.com/projects/sisu/commit/?id=2cf222a23dfda7fb35b03ffeb4438eabbac7ec90'/>
<id>2cf222a23dfda7fb35b03ffeb4438eabbac7ec90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
