<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu, branch sisu_5.4.0</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/'/>
<entry>
<title>v5: merge v6 to v5, version bump to 5.4.*, reason adds structure check</title>
<updated>2014-05-25T14:01:43+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-25T14:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=16c30474f06ed3774ad524a38b55b7840de057d0'/>
<id>16c30474f06ed3774ad524a38b55b7840de057d0</id>
<content type='text'>
* ao, document structure check, stop processing on major error
  (with error message &amp; text at location of failure)
  [reason for version bump the addition of structure check]
* utils, add ok code marker
* ao, heading with no ocn, distinguish ~# from -#
  * ~# is general &amp; means no ocn (for any object to which it is applied)
  * -# is relevant only for 1~ dummy headings &amp; instructs that they should be
    removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
* ao_images, reduce warnings when ruby RMagic absent as program used directly
  * reduced dependency on ruby RMagic library (as some time way back had
    issues)
* ao, document markup structure check, skip processing file on major error
  * with error message &amp; text at location of failure
* texpdf, urls in creator cause breakage
* texpdf, mailto markup links set for normal text objects
* texpdf, '&amp;' in heading breaks toc (now removed from toc (not heading)), bug
  * revisit, bug
* texpdf, for urls switch to sans serif (small fontsize)
  * instead of typewriter, latex default
* texpdf, pdf colored hyperlinks configurable
  * --pdf-hyperlinks-color
    --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome
  * ['default']['pdf_hyperlinks']='color'
    (other options switch hyperlink color off 'no-color' 'color-off'
    'monochrome')
* texpdf, pdf default font size configurable (cli &amp; sisurc.yml) (no fractions)
  * --pdf-fontsize-12 --pdf-fontsize-8
  * default:
    texpdf_fontsize: 12
* texpdf, headings and table of contents representation
  * fixes 1~ and 2~ result in the same formatting
    1~ 2~ &amp; 3~ now differentiated, see discussion in sisu.org under #744383
  * fixes :A smaller formatted than :B
    A~ B~ C~ now the same size, see discussion in sisu.org under #744383
  * :B and :C result in the same formatting, issue explained see sisu.org
* texpdf, (internal coding) fontface, rename texpdf_font texpdf_fontface
* texpdf, (internal coding) use symbols to identify page orientation
* param, metadata rights, line-breaks instead of semicolons separating rights
  * fixes remove trailing semicolon after :copyright:
* digests sha512 option implemented
  * options sha512 sha256 md5
  * command line --sha512
  * rcconf.yml ['defsault']['digest'] = sha512
* xml object citation numbering (docbook fictionbook)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ao, document structure check, stop processing on major error
  (with error message &amp; text at location of failure)
  [reason for version bump the addition of structure check]
* utils, add ok code marker
* ao, heading with no ocn, distinguish ~# from -#
  * ~# is general &amp; means no ocn (for any object to which it is applied)
  * -# is relevant only for 1~ dummy headings &amp; instructs that they should be
    removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
* ao_images, reduce warnings when ruby RMagic absent as program used directly
  * reduced dependency on ruby RMagic library (as some time way back had
    issues)
* ao, document markup structure check, skip processing file on major error
  * with error message &amp; text at location of failure
* texpdf, urls in creator cause breakage
* texpdf, mailto markup links set for normal text objects
* texpdf, '&amp;' in heading breaks toc (now removed from toc (not heading)), bug
  * revisit, bug
* texpdf, for urls switch to sans serif (small fontsize)
  * instead of typewriter, latex default
* texpdf, pdf colored hyperlinks configurable
  * --pdf-hyperlinks-color
    --pdf-hyperlinks-no-color or --pdf-hyperlinks-monochrome
  * ['default']['pdf_hyperlinks']='color'
    (other options switch hyperlink color off 'no-color' 'color-off'
    'monochrome')
* texpdf, pdf default font size configurable (cli &amp; sisurc.yml) (no fractions)
  * --pdf-fontsize-12 --pdf-fontsize-8
  * default:
    texpdf_fontsize: 12
* texpdf, headings and table of contents representation
  * fixes 1~ and 2~ result in the same formatting
    1~ 2~ &amp; 3~ now differentiated, see discussion in sisu.org under #744383
  * fixes :A smaller formatted than :B
    A~ B~ C~ now the same size, see discussion in sisu.org under #744383
  * :B and :C result in the same formatting, issue explained see sisu.org
* texpdf, (internal coding) fontface, rename texpdf_font texpdf_fontface
* texpdf, (internal coding) use symbols to identify page orientation
* param, metadata rights, line-breaks instead of semicolons separating rights
  * fixes remove trailing semicolon after :copyright:
* digests sha512 option implemented
  * options sha512 sha256 md5
  * command line --sha512
  * rcconf.yml ['defsault']['digest'] = sha512
* xml object citation numbering (docbook fictionbook)
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: version &amp; changelog (&amp; rakefile)</title>
<updated>2014-05-25T13:57:48+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-25T13:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=108142f5a3b85ddbcd10b3b7c302b5ae2f1da818'/>
<id>108142f5a3b85ddbcd10b3b7c302b5ae2f1da818</id>
<content type='text'>
* will merge v6 into v5, 5.4 version bump
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* will merge v6 into v5, 5.4 version bump
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: cgi, sample search forms: use ruby-pg &amp; ruby-sqlite3; remove ruby-dbi</title>
<updated>2014-05-18T12:57:12+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=bcb074af136731ff36e479090447f21dd13aa218'/>
<id>bcb074af136731ff36e479090447f21dd13aa218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)</title>
<updated>2014-05-18T12:53:36+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:53:33+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=7bfd567154b9fd468e5df53901c3d8c383cc25f8'/>
<id>7bfd567154b9fd468e5df53901c3d8c383cc25f8</id>
<content type='text'>
* ruby-pg require for postgresql
* ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3
  rather than ruby-dbi)
* ruby-dbi remove calls (in any common files &amp; sisu pg and sisu sqlite3)
* separate pg and sqlite db actions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ruby-pg require for postgresql
* ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3
  rather than ruby-dbi)
* ruby-dbi remove calls (in any common files &amp; sisu pg and sisu sqlite3)
* separate pg and sqlite db actions
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: db, use symbols to identify sql engine</title>
<updated>2014-05-18T12:49:03+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=307ecb4df591aa675b71839014debf6e81d462e1'/>
<id>307ecb4df591aa675b71839014debf6e81d462e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: utils, add ok code marker</title>
<updated>2014-05-18T12:40:33+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=b17d90bcdc2450de037a7f160dcb83b67cafe9fa'/>
<id>b17d90bcdc2450de037a7f160dcb83b67cafe9fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation updates</title>
<updated>2014-05-18T12:37:45+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=569827db7fa44b1bd6b4069d458e2627bc6d658c'/>
<id>569827db7fa44b1bd6b4069d458e2627bc6d658c</id>
<content type='text'>
* sisu.org info on ruby-dbi removal affecting sisu in debian
* sisu.org moved to data/doc/sisu (softlinked from root dir)
* CHANGELOG simplify maintenance
* note version changes
* misc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sisu.org info on ruby-dbi removal affecting sisu in debian
* sisu.org moved to data/doc/sisu (softlinked from root dir)
* CHANGELOG simplify maintenance
* note version changes
* misc
</pre>
</div>
</content>
</entry>
<entry>
<title>v5 v6: version &amp; changelog (&amp; rakefile)</title>
<updated>2014-05-18T12:27:40+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-18T12:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=b76284d1506321eecf86aad5d40a59761f91db66'/>
<id>b76284d1506321eecf86aad5d40a59761f91db66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation, notes, update</title>
<updated>2014-05-13T03:18:54+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=e2f6efc6f18a86b8a5e2da1bcd9ffc6f84a6d389'/>
<id>e2f6efc6f18a86b8a5e2da1bcd9ffc6f84a6d389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: ao, heading with no ocn, distinguish ~# from -#</title>
<updated>2014-05-13T03:13:42+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://sisudoc.com/projects/sisu/commit/?id=cd4b4e42386f781c14e5c8c945d11e7c08cf98c5'/>
<id>cd4b4e42386f781c14e5c8c945d11e7c08cf98c5</id>
<content type='text'>
* ~# is general &amp; means no ocn (for any object to which it is applied)
* -# is relevant only for 1~ dummy headings &amp; instructs that they should be
  removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ~# is general &amp; means no ocn (for any object to which it is applied)
* -# is relevant only for 1~ dummy headings &amp; instructs that they should be
  removed from output where possible
  * applied so far to pdf, odt &amp; plaintext
</pre>
</div>
</content>
</entry>
</feed>
