<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/lib, branch sisu_4.2.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>v5: dal, grouped text with fontface spanning newlines, partial solution, test</title>
<updated>2013-08-28T22:19:03+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-28T22:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=3f912866187fd5bdaf2a6428aad074044e1e2060'/>
<id>3f912866187fd5bdaf2a6428aad074044e1e2060</id>
<content type='text'>
* merge into v4 after testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* merge into v4 after testing
</pre>
</div>
</content>
</entry>
<entry>
<title>v4 v5: dal, text blocks, tuning</title>
<updated>2013-08-28T22:17:23+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-28T22:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=349169b7fb76b63431080552d02bff5e3d29d9ea'/>
<id>349169b7fb76b63431080552d02bff5e3d29d9ea</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: odf:odt, footnotes, fix</title>
<updated>2013-08-28T22:15:48+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-28T22:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=cd0e55b3d89d978d37e90b0b4d6a97d97760ca85'/>
<id>cd0e55b3d89d978d37e90b0b4d6a97d97760ca85</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: pdf (latex) tables, bugfix (fasttrack)</title>
<updated>2013-08-28T22:14:10+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-28T22:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=d2ad46d7b764f5f15a6a25e2ab3fdd66cd036f22'/>
<id>d2ad46d7b764f5f15a6a25e2ab3fdd66cd036f22</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: manifest, output organised by, info, minor touch</title>
<updated>2013-08-28T22:10:49+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-28T22:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=93255d4caf9af195458c48f4159fadc18d03e223'/>
<id>93255d4caf9af195458c48f4159fadc18d03e223</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v4: merge v5, syntax additions, block text related (version bump to 4.2.*)</title>
<updated>2013-08-25T05:21:00+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-25T05:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=9ccfd45405e11016bb28fc6d8ff290dff8f5c83d'/>
<id>9ccfd45405e11016bb28fc6d8ff290dff8f5c83d</id>
<content type='text'>
* syntax add
  * switch ocn off and on for a block of content, line containing only
    off: "--~#" (omit headings where possible) "---#" on: "--+#"
  * alternative open and close for blocks using line starting with "```", e.g.
    open code block:  "``` code"; close code block: "```"
    start poem:       "``` poem"; end poem:         "```"
  * remove need for an empty line between opening &amp; closing of a text block
  [ note further refinements will be required;
    use of tildes "~~" considered but more problematic, tics not used elsewhere]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* syntax add
  * switch ocn off and on for a block of content, line containing only
    off: "--~#" (omit headings where possible) "---#" on: "--+#"
  * alternative open and close for blocks using line starting with "```", e.g.
    open code block:  "``` code"; close code block: "```"
    start poem:       "``` poem"; end poem:         "```"
  * remove need for an empty line between opening &amp; closing of a text block
  [ note further refinements will be required;
    use of tildes "~~" considered but more problematic, tics not used elsewhere]
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: dal, improve font face matching within grouped text (other than code blocks)</title>
<updated>2013-08-25T05:16:36+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-25T05:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=0e296ebc472cc38432ec029fd03600a0683d752c'/>
<id>0e296ebc472cc38432ec029fd03600a0683d752c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: dal, refine grouped text open and close using tics "```"</title>
<updated>2013-08-25T05:14:22+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-25T05:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=3429989568b4c48b1ade8800251ec11471348b5f'/>
<id>3429989568b4c48b1ade8800251ec11471348b5f</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: css, html, epub, adjust paragraph spacing, aesthetic</title>
<updated>2013-08-25T05:11:15+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-25T05:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=07de8418324803c5a28a0825925db5f2dafab357'/>
<id>07de8418324803c5a28a0825925db5f2dafab357</id>
<content type='text'>
* increase whitespace (between paragraphs)
* [review spacing (generally) further]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* increase whitespace (between paragraphs)
* [review spacing (generally) further]
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: alternative open and close for blocks using line starting with "```"</title>
<updated>2013-08-22T03:18:04+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-08-22T03:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=27cce87ed33bd46ef298c848a45651ce782830a3'/>
<id>27cce87ed33bd46ef298c848a45651ce782830a3</id>
<content type='text'>
* e.g.
  open code block:  "``` code"
  close code block: "```"
  start poem:       "``` poem"
  end poem:         "```"
* remove need for an empty line between opening &amp; closing of a text block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* e.g.
  open code block:  "``` code"
  close code block: "```"
  start poem:       "``` poem"
  end poem:         "```"
* remove need for an empty line between opening &amp; closing of a text block
</pre>
</div>
</content>
</entry>
</feed>
