<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/lib, branch sisu_5.4.0</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: 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://amissah.org/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: 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://amissah.org/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://amissah.org/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://amissah.org/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://amissah.org/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>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://amissah.org/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>
<entry>
<title>v6: ao_images, reduce warnings when ruby RMagic absent as program used directly</title>
<updated>2014-05-13T03:06:54+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=d6f28e09d7517df9e15c375f61a2e481bda534f1'/>
<id>d6f28e09d7517df9e15c375f61a2e481bda534f1</id>
<content type='text'>
* reduced dependency on ruby RMagic library (as some time way back had issues)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* reduced dependency on ruby RMagic library (as some time way back had issues)
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: ao, document markup structure check, skip processing file on major error</title>
<updated>2014-05-13T03:06:27+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T03:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=f408992e0acf1a962478886fd968dd71f47b115e'/>
<id>f408992e0acf1a962478886fd968dd71f47b115e</id>
<content type='text'>
* with error message &amp; text at location of failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* with error message &amp; text at location of failure
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: texpdf, urls in creator cause breakage</title>
<updated>2014-05-13T02:56:57+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T02:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=62c48aca4793f8f9b9af4114a6ba84a0a477f789'/>
<id>62c48aca4793f8f9b9af4114a6ba84a0a477f789</id>
<content type='text'>
* (Closes: #744541)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* (Closes: #744541)
</pre>
</div>
</content>
</entry>
<entry>
<title>v6: texpdf, mailto markup links set for normal text objects</title>
<updated>2014-05-13T02:54:25+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T02:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://amissah.org/projects/sisu/commit/?id=f9fb402000465b36c2be03ca3d61c8820d7d9169'/>
<id>f9fb402000465b36c2be03ca3d61c8820d7d9169</id>
<content type='text'>
* (Closes: #744357) but testing required
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* (Closes: #744357) but testing required
</pre>
</div>
</content>
</entry>
</feed>
