<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/NEWS, branch lcourtes@laas.fr--2005-libre,skribilo--engine-classes--1.2</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2005-libre%2Cskribilo--engine-classes--1.2</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=lcourtes%40laas.fr--2005-libre%2Cskribilo--engine-classes--1.2'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2006-07-21T13:33:30+00:00</updated>
<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>
