<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/NEWS, branch v0.9.0</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=v0.9.0</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2008-02-03T20:39:56+00:00</updated>
<entry>
<title>doc: Insignificant cleanups.</title>
<updated>2008-02-03T20:39:56+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-02-03T20:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=cbbace864245be0ed918aee85c49d38ea66d4015'/>
<id>urn:sha1:cbbace864245be0ed918aee85c49d38ea66d4015</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `NEWS' and `README'.</title>
<updated>2008-01-31T12:03:18+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-01-31T12:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=0e2a5636d9e0bb90c3e98cc472e454fe05221dd9'/>
<id>urn:sha1:0e2a5636d9e0bb90c3e98cc472e454fe05221dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update `README'.</title>
<updated>2007-12-03T08:23:07+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2007-12-03T08:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=4db9e8bbe8d9dabcb80baee9d096e3894f2c57bf'/>
<id>urn:sha1:4db9e8bbe8d9dabcb80baee9d096e3894f2c57bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change version to 0.9.0.</title>
<updated>2007-12-03T08:21:08+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2007-12-03T08:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=8b59ce210a9515d8891d2eb35f0f4b766518f227'/>
<id>urn:sha1:8b59ce210a9515d8891d2eb35f0f4b766518f227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: Documented spacing.</title>
<updated>2007-03-28T08:04:36+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2007-03-28T08:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=dca4b35ee0c7746e67cfd43b06191ab8a230adf3'/>
<id>urn:sha1:dca4b35ee0c7746e67cfd43b06191ab8a230adf3</id>
<content type='text'>
* NEWS: Mention `breakable-space'.

* doc/user/markup.skb: Include "spacing.skb".

git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-34
</content>
</entry>
<entry>
<title>Added support for the `:keywords' option of `document' (Lout + HTML).</title>
<updated>2006-07-21T13:33:30+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-07-21T13:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=272de5b9dc48596d0c3776cf3e9e7acf49655136'/>
<id>urn:sha1:272de5b9dc48596d0c3776cf3e9e7acf49655136</id>
<content type='text'>
* NEWS: Mention it.

* doc/user/document.skb: Document it.

* doc/user/user.skb (document): Added keywords.  Slightly modified the
  introduction.

* src/guile/skribilo/engine/html.scm (document): Added `:keywords' to the
  list of supported options.
  (&amp;html-head): Reformatted.
  (&amp;html-meta): New.
  (&amp;html-generic-document): Use it.

* src/guile/skribilo/engine/lout.scm: Document `pdf-keywords' as
  deprecated.
  (lout-pdf-docinfo): Check the `:keywords' option.
  (document): Mention it as supported.

* src/guile/skribilo/skribe/api.scm (document): Added the `keywords'
  option.
  (keyword-list-&gt;comma-separated): New (stolen from Lout).

git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-20
</content>
</entry>
<entry>
<title>Added the equation formatting package (unfinished, undocumented).</title>
<updated>2006-02-16T17:30:33+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2006-02-16T17:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=11105691c17ed25fa743680cdbae1c9ff3b8cd78'/>
<id>urn:sha1:11105691c17ed25fa743680cdbae1c9ff3b8cd78</id>
<content type='text'>
* src/guile/skribilo/package/eq.scm: New.  Taken from
  `lcourtes@laas.fr--2004-libre/skribe-eq--main--0.1--patch-2' and
  significantly improved.

* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added
  `eq.scm'.

* NEWS: Mention this new package.

git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-47
</content>
</entry>
<entry>
<title>Added the `~' markup.  Added SRFI-62 and SRFI-30 support to the Skribe reader.</title>
<updated>2005-12-04T21:20:44+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2005-12-04T21:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=42e397a7d41c5e71e783e0033b5171b933595588'/>
<id>urn:sha1:42e397a7d41c5e71e783e0033b5171b933595588</id>
<content type='text'>
* NEWS: Added actual news.

* src/guile/skribilo/skribe/api.scm (~): New markup.

* src/guile/skribilo/engine/html.scm: Added a writer for `~'.

* src/guile/skribilo/engine/latex.scm: Likewise.

* src/guile/skribilo/engine/lout.scm: Likewise.

* src/guile/skribilo/evaluator.scm (skribe-include): Added a `:reader'
  argument.

* src/guile/skribilo/reader/skribe.scm (*skribe-reader*): Renamed to
  `%skribe-reader'.
  (%make-skribe-reader): Moved the sharp reader code to...
  (&amp;sharp-reader): ... here.  Added support for SRFI-62 and SRFI-30
  (Bigloo supports both).

git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-16
</content>
</entry>
<entry>
<title>Installed Autoconf/Automake machinery.  Fixed a few things.</title>
<updated>2005-10-31T23:26:24+00:00</updated>
<author>
<name>Ludovic Courtes</name>
</author>
<published>2005-10-31T23:26:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=052c10245a523aa714489bda59e18a6c1a4f473e'/>
<id>urn:sha1:052c10245a523aa714489bda59e18a6c1a4f473e</id>
<content type='text'>
* src/guile/skribilo/evaluator.scm (skribe-load): Search through
  `%load-path' and try with a `.scm' extension (rather than the `.skr'
  one provided by the user).
  (skribe-include): Added a few debugging statements.

* src/guile/skribilo/lib.scm (fix-rest-arg): Handle the dot notation for
  rest arguments.

* src/guile/skribilo/reader/skribe.scm (%make-skribe-reader): Use
  SQUARE-BRACKET-FREE-SYMBOL-MISC-CHARS.

* src/guile/skribilo/skribe/index.scm: Use `define-public' instead of
  `define'.

* src/guile/skribilo/packages/*.scm: Moved to `skribilo/package'.

* LICENSE: Removed.

* COPYING: New.

* AUTHORS: New.

* NEWS: New.

* ChangeLog: New.

* configure.ac: New.

* Makefile.am: New.  In various directories.

git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-10
</content>
</entry>
</feed>
