<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sisu, branch debian/0.70.0-1</title>
<subtitle>SiSU: document publishing and search (in Ruby) 1997</subtitle>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/'/>
<entry>
<title>Merge branch 'upstream' into debian/sid</title>
<updated>2008-12-03T05:00:48+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T05:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=8a9e20c27fa3e0815b3263d28d84d96f4fa01368'/>
<id>8a9e20c27fa3e0815b3263d28d84d96f4fa01368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog and version updated</title>
<updated>2008-12-03T05:00:44+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T05:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=b3d3b3f8af9e731847740e055118ce1e8cca1ff1'/>
<id>b3d3b3f8af9e731847740e055118ce1e8cca1ff1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debian/changelog sisu-0.70</title>
<updated>2008-12-03T04:58:41+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T04:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=483e46b7e4fa4dc97b0b065f810954034b4bd8f4'/>
<id>483e46b7e4fa4dc97b0b065f810954034b4bd8f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'upstream' into debian/sid</title>
<updated>2008-12-03T04:55:55+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-12-03T04:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=ca638d2857e4ae20d9c2a8d4d8a0c733c213ecd9'/>
<id>ca638d2857e4ae20d9c2a8d4d8a0c733c213ecd9</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://git.sisudoc.org/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://git.sisudoc.org/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>Merge branch 'upstream' into debian/sid</title>
<updated>2008-11-03T23:42:26+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-03T23:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=0aa2fb4f87b5b245d4ab5954a3fb8280808a0ade'/>
<id>0aa2fb4f87b5b245d4ab5954a3fb8280808a0ade</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>changelog and version updated</title>
<updated>2008-11-03T23:42:19+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-03T23:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=edc7d97f5a8933ce44ef2165a65104774006edb9'/>
<id>edc7d97f5a8933ce44ef2165a65104774006edb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>manual update of debian/changelog 0.69.4</title>
<updated>2008-11-03T23:39:40+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-03T23:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=bd386bdcdd701848693631713cd55e27963c8e4b'/>
<id>bd386bdcdd701848693631713cd55e27963c8e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sisu-mode.el make version number match this sisu version where introduced</title>
<updated>2008-11-03T23:31:34+00:00</updated>
<author>
<name>Ralph Amissah</name>
<email>ralph@amissah.com</email>
</author>
<published>2008-11-03T23:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sisudoc.org/sisu/commit/?id=917b58bba636eca63337be1ea6d44d90c8dbf793'/>
<id>917b58bba636eca63337be1ea6d44d90c8dbf793</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
