From 99a169d9d9dcf88433df17902e6f66afa1fcf1c4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 23 Jan 2008 18:05:21 +0100 Subject: doc: Update & improve engine documentation. * doc/user/engine.skb (Engines): Rewrote intro, fixed `resolve'. (Functions dealing with engines): Renamed to... (Manipulating Engines): New. [Writing New Engines]: New. * doc/user/{htmle,xmle,latexe}.skb: Add intro. --- doc/user/xmle.skb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/user/xmle.skb') diff --git a/doc/user/xmle.skb b/doc/user/xmle.skb index bd01db3..93546b0 100644 --- a/doc/user/xmle.skb +++ b/doc/user/xmle.skb @@ -1,5 +1,6 @@ ;;; xmle.skb -- The documentation of the XML engine ;;; +;;; Copyright 2008 Ludovic Courtès ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; @@ -22,12 +23,16 @@ ;*---------------------------------------------------------------------*/ ;* Document */ ;*---------------------------------------------------------------------*/ -(section :title "XML engine" :file #t +(section :title "XML Engine" :file #t (mark "xml-engine") (index "XML" :note "Engine") - (p [The XML engine...]) + + (p [The XML engine produces a simple XML representation of Skribilo +documents that is essentially a one-to-one mapping of the input +document. For instance, ,(tt [chapter]) markups are turned into ,(tt +[]) nodes, etc.]) - (subsection :title "The XML customization" + (subsection :title "XML Customization" (doc-engine 'xml `() -- cgit v1.2.3