<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/lib/sisu/v5/ao_syntax.rb, branch sisu_5.5.1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/'/>
<entry>
<title>v5 v6: ao, code cosmetic rearrangement</title>
<updated>2014-07-01T04:45:40+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-07-01T04:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=9347018753e818b49980651df3b77352c5f3792f'/>
<id>9347018753e818b49980651df3b77352c5f3792f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: merge what was sisu_6.0.8 into v5</title>
<updated>2014-07-01T04:33:52+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-07-01T04:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=954419b5ae79efb032d28b145ee40d0b61c80c23'/>
<id>954419b5ae79efb032d28b145ee40d0b61c80c23</id>
<content type='text'>
* ao,
  * syntax, able optionally to indicate the language syntax of a code block
  * syntax, introduce box text block/group
  * syntax, introduce tics quotes markup (blockquote equivalent)
* docbook,
  * ocn &amp; footnote numbers (as xml comments)
  * metadata header (docinfo)
  * quotes (blockquote)
  * tables
  * images
  * code block
* vim syntax, add
  * code block, language syntax, optional
  * box block
  * quote block
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ao,
  * syntax, able optionally to indicate the language syntax of a code block
  * syntax, introduce box text block/group
  * syntax, introduce tics quotes markup (blockquote equivalent)
* docbook,
  * ocn &amp; footnote numbers (as xml comments)
  * metadata header (docinfo)
  * quotes (blockquote)
  * tables
  * images
  * code block
* vim syntax, add
  * code block, language syntax, optional
  * box block
  * quote block
</pre>
</div>
</content>
</entry>
<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://www.amissah.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: ao_syntax, address possible manual use of url delimiters「」</title>
<updated>2014-05-13T00:41:02+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-05-13T00:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=5b6073188a8859780b69c0300958dc7219dcc340'/>
<id>5b6073188a8859780b69c0300958dc7219dcc340</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: heading recalibration, code (downstream) changes</title>
<updated>2014-01-07T04:03:02+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-01-07T04:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=5fb49b575a548313b827fd66fd7ecce514fe0e45'/>
<id>5fb49b575a548313b827fd66fd7ecce514fe0e45</id>
<content type='text'>
* here no doubt remains breakage (test, fix &amp; test again)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* here no doubt remains breakage (test, fix &amp; test again)
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: date 2014: headers bin/sisu &amp; lib/; code constants.rb</title>
<updated>2014-01-07T02:59:03+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2014-01-07T02:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=17f1f887c2542e3e92139cd9ccb1eed9bd2420e3'/>
<id>17f1f887c2542e3e92139cd9ccb1eed9bd2420e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>v5: renaming files &amp; modules ao &amp; AO (from dal &amp; DAL)</title>
<updated>2013-12-03T04:43:22+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2013-12-03T04:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.amissah.com/projects/sisu/commit/?id=9b51aed57ab048b76cf322c8c56e6b83d68f50d0'/>
<id>9b51aed57ab048b76cf322c8c56e6b83d68f50d0</id>
<content type='text'>
* ao (abstract objects) shorter, also easily searched, higher sort location
  abstract as representation of &amp; extraction of document objects
  (dal (document abstraction layer))
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ao (abstract objects) shorter, also easily searched, higher sort location
  abstract as representation of &amp; extraction of document objects
  (dal (document abstraction layer))
</pre>
</div>
</content>
</entry>
</feed>
