diff options
author | Ludovic Courtes | 2005-07-02 02:04:46 +0000 |
---|---|---|
committer | Ludovic Courtes | 2005-07-02 02:04:46 +0000 |
commit | 2d740bec3cc50480980d8aae3a06e27a5f0649e5 (patch) | |
tree | 8a19b85eed59cd9902c1dc81fc7b6180ff65ef45 /src/guile/README | |
parent | efea4dc93f2565555e47de0bfd027614a9c8674d (diff) | |
download | skribilo-2d740bec3cc50480980d8aae3a06e27a5f0649e5.tar.gz skribilo-2d740bec3cc50480980d8aae3a06e27a5f0649e5.tar.lz skribilo-2d740bec3cc50480980d8aae3a06e27a5f0649e5.zip |
Started relying on the per-module reader; first doc produced ever!
First document compiled by Skribilo to HTML!
* src/guile/skribilo/module.scm (define-skribe-module): Use the
`#:reader' option of `define-module' (not yet integrated in Guile 1.7).
Plus lots of other things...
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-3
Diffstat (limited to 'src/guile/README')
-rw-r--r-- | src/guile/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guile/README b/src/guile/README index 1b9a6c4..4bd7eff 100644 --- a/src/guile/README +++ b/src/guile/README @@ -1,4 +1,4 @@ -Skribilo +Skribilo -*- Outline -*- ======== Skribilo is a port of Skribe to GNU Guile. @@ -11,6 +11,8 @@ Here are a few goals. ** Better error handling, automatic back-traces, etc. +** Add an option to continuously watch a file and re-compile it + * Font-ends (readers) ** Implement a new front-end mechanism (see `(skribilo reader)') |