diff options
author | Ludovic Courtes | 2006-01-17 22:50:23 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-01-17 22:50:23 +0000 |
commit | 46c709dc1f242fa680d4425da4dfc9314686e9cc (patch) | |
tree | 93535db7d12eae5cb86a7c1af64bafe07f5d3275 /doc/user/xmle.skb | |
parent | 2d8fa88ef04b3a6141a2b03a9671a7dd0fcc1f60 (diff) | |
download | skribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.tar.gz skribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.tar.lz skribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.zip |
Towards a self-hosted user manual.
* doc/skr/api.skr: Use `(skribilo reader)' and `(skribilo utils syntax)'.
(api-search-definition): Added a SKRIBE-SOURCE? argument.
Determine the appropriate reader based on its value.
(keyword->symbol): Removed.
(define-markup?): Fixed.
(make-engine?): Fixed (but unverified).
(make-engine-custom): Likewise.
(sym/kw?): New.
(define-markup-formals): Fixed.
(define-markup-options): Likewise.
(define-markup-rest): Likewise.
(doc-markup): Added a SKRIBE-SOURCE? argument.
(doc-engine): Likewise.
* doc/user/*.skb: Updated the `:source' arguments to `doc-markup' and
`doc-engine'.
* src/guile/skribilo/utils/compat.scm (hashtable-update!): Fixed
according to the Bigloo manual.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-26
Diffstat (limited to 'doc/user/xmle.skb')
-rw-r--r-- | doc/user/xmle.skb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/xmle.skb b/doc/user/xmle.skb index 4a1ee78..a1279c7 100644 --- a/doc/user/xmle.skb +++ b/doc/user/xmle.skb @@ -13,13 +13,13 @@ ;*---------------------------------------------------------------------*/ ;* Document */ ;*---------------------------------------------------------------------*/ -(section :title "Xml engine" :file #t +(section :title "XML engine" :file #t (mark "xml-engine") - (index "Xml" :note "Engine") - (p [The Xml engine...]) + (index "XML" :note "Engine") + (p [The XML engine...]) - (subsection :title "The Xml customization" + (subsection :title "The XML customization" (doc-engine 'xml `() - :source "skr/xml.skr"))) + :source "skribilo/engine/xml.scm"))) |