<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/po, branch v0.9.2</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.2</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2012-05-29T21:43:11+00:00</updated>
<entry>
<title>Update `fr.po'.</title>
<updated>2012-05-29T21:43:11+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-29T21:35:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=b406c6a797aa317f5d475d97d40052f34a399a4a'/>
<id>urn:sha1:b406c6a797aa317f5d475d97d40052f34a399a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `fr.po'.</title>
<updated>2012-05-22T19:42:48+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-22T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=5cc22a49db47cbfac690d66dbc71864b3cf336cf'/>
<id>urn:sha1:5cc22a49db47cbfac690d66dbc71864b3cf336cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Internationalize (skribilo).</title>
<updated>2012-05-12T14:26:26+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-12T14:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d059ab197b4513dd7ef4f9c563bef739d361b034'/>
<id>urn:sha1:d059ab197b4513dd7ef4f9c563bef739d361b034</id>
<content type='text'>
* src/guile/skribilo.scm (skribilo-show-help): Gettextize.

* po/POTFILES.in: Add `src/guile/skribilo.scm'.
</content>
</entry>
<entry>
<title>Update `fr.po'.</title>
<updated>2010-08-15T17:19:58+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2010-08-15T17:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=30ee317f2a80b859786a00ccc8ccf90ccfbe4508'/>
<id>urn:sha1:30ee317f2a80b859786a00ccc8ccf90ccfbe4508</id>
<content type='text'>
* po/fr.po: Update.
</content>
</entry>
<entry>
<title>info: Warn about duplicate node titles.</title>
<updated>2009-01-07T15:01:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2009-01-07T15:01:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=b1fa98f9ab6bd42a93847dde9baf6fc445de3f9f'/>
<id>urn:sha1:b1fa98f9ab6bd42a93847dde9baf6fc445de3f9f</id>
<content type='text'>
* src/guile/skribilo/engine/info.scm (check-node-title-conflicts): New.
  (document): Use it.

* po/POTFILES.in: Add `info.scm'.
</content>
</entry>
<entry>
<title>PO update.</title>
<updated>2008-12-21T22:55:52+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-12-21T22:55:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=4c6541e1877a2cadf909d7b4fd714773e1814466'/>
<id>urn:sha1:4c6541e1877a2cadf909d7b4fd714773e1814466</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `rss-2' reader, for RSS 2.0 feeds as an input syntax.</title>
<updated>2008-12-21T22:55:27+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-12-21T22:55:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=9e19e1c62497d0164b12b832cfa89d6dc2e9bf9f'/>
<id>urn:sha1:9e19e1c62497d0164b12b832cfa89d6dc2e9bf9f</id>
<content type='text'>
* src/guile/skribilo/reader/rss-2.scm: New file.

* src/guile/Makefile.am (readers): Add `rss-2.scm'.

* po/POTFILES.in: Add `rss-2.scm'.

* doc/user/syntax.skb (rss2-syntax): New section.

* NEWS: Update.
</content>
</entry>
<entry>
<title>lout: Issue a warning instead of an error for `(image :url ...)'.</title>
<updated>2008-12-21T22:12:03+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-12-21T22:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=a18292538f1d45d3f2dce8da530e031b91ac3739'/>
<id>urn:sha1:a18292538f1d45d3f2dce8da530e031b91ac3739</id>
<content type='text'>
* src/guile/skribilo/engine/lout.scm (image): Produce a warning, not an
  error, if URL is provided.  Use SRFI-35 conditions for invalid
  arguments.

* po/POTFILES.in: Add.

* NEWS: Update.
</content>
</entry>
<entry>
<title>Update `fr.po'.</title>
<updated>2008-04-21T21:27:07+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-04-21T21:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=01403d4cd9181782afc6a739c6273e6814edd365'/>
<id>urn:sha1:01403d4cd9181782afc6a739c6273e6814edd365</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `.arch-inventory' files.</title>
<updated>2008-04-21T20:39:06+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-04-21T20:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=e2a1a5ab2cc249670f4d599e0659a58c3b337c2d'/>
<id>urn:sha1:e2a1a5ab2cc249670f4d599e0659a58c3b337c2d</id>
<content type='text'>
</content>
</entry>
</feed>
