<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu/CHANGELOG, branch sisu_0.70.1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/'/>
<entry>
<title>changelog synced and man pages, minor updates</title>
<updated>2008-12-14T05:26:06+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-14T05:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=1deffbefc09b1521f9fac8c0796bebdf93a04698'/>
<id>1deffbefc09b1521f9fac8c0796bebdf93a04698</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mostly additional metadata fields</title>
<updated>2008-12-13T19:08:24+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-13T19:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=f20476d31f60bd1e8c83e91379f414bdc0cfdd60'/>
<id>f20476d31f60bd1e8c83e91379f414bdc0cfdd60</id>
<content type='text'>
additional metadata fields
css minor touch
help minor info touch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
additional metadata fields
css minor touch
help minor info touch
</pre>
</div>
</content>
</entry>
<entry>
<title>help and changelog update</title>
<updated>2008-12-12T02:53:41+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-12T02:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=4a660c929a7871767966749e2a93035b2eb0d3f7'/>
<id>4a660c929a7871767966749e2a93035b2eb0d3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 for 0.70.0</title>
<updated>2008-12-03T05:13:24+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T05:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=f6dbb6907f41bcd9eddd27ed498083ce2a366c7e'/>
<id>f6dbb6907f41bcd9eddd27ed498083ce2a366c7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sisu harvest, introduce module along with header syntax addition &amp; modification</title>
<updated>2008-12-03T04:54:23+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T04:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=0e6fc15ada3c5d9a86b227163f35a54993b32529'/>
<id>0e6fc15ada3c5d9a86b227163f35a54993b32529</id>
<content type='text'>
* sisu markup, additional header and new format rule:
  * @creator: / @author: header field, introduced author name format rules
    for more usable metadata harvesting: surname comma other names, additional
    authors separated by semi-colon
  * param added meta-tag, @topic_register: formatting topic levels are
    separated from sub-levels by a colon, a semi-colon separates main topics
    if there are multiple topics at lowest sub-level, a pipe can be used to
    create multiple headings

* harvest module, harvests metadata from document set currently extracts: (i)
  authors and their writings from document set; (ii) topics and associated
  writings from document set (topics use topic_register header). harvest
  (when run against documents common to a directory of a site) extracts
  metadata and organises the documents on a site by author and topic
  information provided (there is a new "topic_register" header, with
  formatting rules similar to those of the book index), results are placed in
  [output_path]/sisu_site_metadata.
    sisu --harvest *.sst
  * by author (see change in param @creator: / @author: header field)
  * by topic / subject index (see addition in param of @topic_register:
    header field)
  initially there should be an example samples here:
    http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html
    http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html
  together with update markup source files

  The authors and their writings list will be made to take on a more
  biblographical form, with the use of additional fields as required.
  (concept example, suitable for medium sized sites [to remove size
  constraint: implement SQL equivalent]) make feature more robust

* css, for harvest output added

* remote placement of sisu_site_metadata (output produced by metadata harvest)

* sisu markup, update document samples accordingly

* tidy copyright marks in program headers, remove repetition of dates

[version bump because formatting rule introduced to author / creator header -
where new site metadata harvest feature is used, (at present changes changes
should not be noticed except when using metadata harvest)]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sisu markup, additional header and new format rule:
  * @creator: / @author: header field, introduced author name format rules
    for more usable metadata harvesting: surname comma other names, additional
    authors separated by semi-colon
  * param added meta-tag, @topic_register: formatting topic levels are
    separated from sub-levels by a colon, a semi-colon separates main topics
    if there are multiple topics at lowest sub-level, a pipe can be used to
    create multiple headings

* harvest module, harvests metadata from document set currently extracts: (i)
  authors and their writings from document set; (ii) topics and associated
  writings from document set (topics use topic_register header). harvest
  (when run against documents common to a directory of a site) extracts
  metadata and organises the documents on a site by author and topic
  information provided (there is a new "topic_register" header, with
  formatting rules similar to those of the book index), results are placed in
  [output_path]/sisu_site_metadata.
    sisu --harvest *.sst
  * by author (see change in param @creator: / @author: header field)
  * by topic / subject index (see addition in param of @topic_register:
    header field)
  initially there should be an example samples here:
    http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_authors.html
    http://www.jus.uio.no/sisu/sisu_site_metadata/harvest_topics.html
  together with update markup source files

  The authors and their writings list will be made to take on a more
  biblographical form, with the use of additional fields as required.
  (concept example, suitable for medium sized sites [to remove size
  constraint: implement SQL equivalent]) make feature more robust

* css, for harvest output added

* remote placement of sisu_site_metadata (output produced by metadata harvest)

* sisu markup, update document samples accordingly

* tidy copyright marks in program headers, remove repetition of dates

[version bump because formatting rule introduced to author / creator header -
where new site metadata harvest feature is used, (at present changes changes
should not be noticed except when using metadata harvest)]
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 for 0.69.4</title>
<updated>2008-11-04T00:09:54+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-04T00:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=51413fd99fa8b511259697fca0436a01996bbfd9'/>
<id>51413fd99fa8b511259697fca0436a01996bbfd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog updated</title>
<updated>2008-11-03T18:51:45+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-03T18:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=6e5c6c2267083a1d7bc54626cc822a7ca5d41718'/>
<id>6e5c6c2267083a1d7bc54626cc822a7ca5d41718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim syntax, header, version number updated</title>
<updated>2008-10-14T16:20:01+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-10-14T16:20:01+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=33016270298bc963ab391e09f2586bb362967748'/>
<id>33016270298bc963ab391e09f2586bb362967748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sha256 for 0.69.3</title>
<updated>2008-10-11T03:43:02+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-10-11T03:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=5744266c21d8772c0e4b2d4bf90910e891468cd1'/>
<id>5744266c21d8772c0e4b2d4bf90910e891468cd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>date touch</title>
<updated>2008-10-11T02:28:55+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-10-11T02:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://doc-reform.org/projects/sisu/commit/?id=3642ce76a3dab0e0e3f0320179be414e7ff4b26a'/>
<id>3642ce76a3dab0e0e3f0320179be414e7ff4b26a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
