<feed xmlns='http://www.w3.org/2005/Atom'>
<title>skribilo/README, branch master</title>
<subtitle>Document production tool written in Guile Scheme (unofficial mirror)</subtitle>
<id>http://git.systemreboot.net/skribilo/atom?h=master</id>
<link rel='self' href='http://git.systemreboot.net/skribilo/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/'/>
<updated>2020-08-01T15:00:15+00:00</updated>
<entry>
<title>build: Remove support for Guile 1.8.</title>
<updated>2020-08-01T15:00:15+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2020-08-01T10:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=d183aa487d99baea3746f79759c17cf36c55dfbf'/>
<id>urn:sha1:d183aa487d99baea3746f79759c17cf36c55dfbf</id>
<content type='text'>
* configure.ac: Remove "1.8" from 'GUILE_PKG'.
Remove 'HAVE_GUILE2' conditional.  Remove checks for (srfi srfi-34),
(srfi srfi-35), and (srfi srfi-37).
* guilec.am: Inline what was in HAVE_GUILE2 and remove the alternate.
* src/guile/skribilo/debug.scm (debug-item): Remove 'cond-expand' and
keep only the 'guile-2' variant.
* src/guile/skribilo/engine.scm (engine-loaded?): Likewise.
* src/guile/skribilo/lib.scm (&amp;invocation-location, define-markup): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): Likewise.
* web/index.skb: Remove mention of 1.8.
* README: Likewise.
</content>
</entry>
<entry>
<title>Update Guile-Lib URL.</title>
<updated>2012-06-01T16:18:54+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-06-01T16:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=be2162ada207514c673afcb467097889170a8020'/>
<id>urn:sha1:be2162ada207514c673afcb467097889170a8020</id>
<content type='text'>
* README, TODO, web/index.skb: Update.
</content>
</entry>
<entry>
<title>Require Guile-Reader 0.6.</title>
<updated>2012-05-08T21:31:31+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-05-08T10:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=966f7afaf9c370be463543da21f379a85d508804'/>
<id>urn:sha1:966f7afaf9c370be463543da21f379a85d508804</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document dependency on SXML and HTMLPrag for the `rss-2' reader.</title>
<updated>2008-12-21T23:27:46+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-12-21T23:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=7e57cd98570694f4630e8c34726af844e3981755'/>
<id>urn:sha1:7e57cd98570694f4630e8c34726af844e3981755</id>
<content type='text'>
* configure.ac: Check for `(sxml simple)' and `(htmlprag)'.

* README: Mention dependency on Guile-Lib.
</content>
</entry>
<entry>
<title>configure: Look for `convert' and `fig2dev'.</title>
<updated>2008-02-08T10:25:35+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2008-02-08T10:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=f532bd147bf93121c179179be4205bab5ba955ae'/>
<id>urn:sha1:f532bd147bf93121c179179be4205bab5ba955ae</id>
<content type='text'>
* NEWS, README: Update.

* configure.ac: Look for `convert' and `fig2dev'.
  Produce `src/guile/skribilo/utils/images.scm'.

* src/guile/skribilo/utils/images.scm.in: Use Autoconf substitution.
</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>Overhaul `(skribilo)' using SRFI-37.</title>
<updated>2007-12-11T19:43:29+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2007-12-11T19:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=95f630272515f9d24c2cdbe68d07db9198c9edf0'/>
<id>urn:sha1:95f630272515f9d24c2cdbe68d07db9198c9edf0</id>
<content type='text'>
* README: Update dependency description.

* configure.ac: Check for SRFI-37.

* doc/user/Makefile.am (skrflags): Add the relevant `-S' flag, now that
  `%load-path' is no longer part of `*source-path*' by default.
  (.skb.html, .skb.lout): Add an `=' sign after `--target'.

* src/guile/skribilo.scm: Overhauled.  Use SRFI-37 for command-line
  argument parsing.  Remove legacy (unused) code.
</content>
</entry>
<entry>
<title>Mention new Git repository.</title>
<updated>2007-10-28T20:20:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2007-10-28T20:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=fa27b2947ed2b144c9a0acccefaf412e687a3800'/>
<id>urn:sha1:fa27b2947ed2b144c9a0acccefaf412e687a3800</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated the top-level documentation files.</title>
<updated>2007-06-11T14:36:24+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2007-06-11T14:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=1f48b0b69eda0e6b4262d69a77c6adbc13887159'/>
<id>urn:sha1:1f48b0b69eda0e6b4262d69a77c6adbc13887159</id>
<content type='text'>
* configure.ac: Changed the bug report address to
  `skribilo-users@nongnu.org'.

git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-73
</content>
</entry>
<entry>
<title>Initial import of Skribe 1.2d.</title>
<updated>2005-06-15T13:00:39+00:00</updated>
<author>
<name>Ludovic Court`es</name>
</author>
<published>2005-06-15T13:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/skribilo/commit/?id=fc42fe56a57eace2dbdb31574c2e161f0eacf839'/>
<id>urn:sha1:fc42fe56a57eace2dbdb31574c2e161f0eacf839</id>
<content type='text'>
Initial import of Skribe 1.2d.


git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--base-0
</content>
</entry>
</feed>
