From 0bbefcf2bf8a33fef1cd52589805703e8b1f31ce Mon Sep 17 00:00:00 2001
From: Ludovic Courtès
Date: Tue, 22 Apr 2008 22:29:43 +0200
Subject: doc: Add "More on Skribilo".

* doc/user/user.skb (Introduction)[More on Skribilo]: New section.
---
 doc/user/user.skb | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/doc/user/user.skb b/doc/user/user.skb
index dfb5a79..d63b8c2 100644
--- a/doc/user/user.skb
+++ b/doc/user/user.skb
@@ -163,7 +163,22 @@ Skribilo makes these sort of text manipulation easy whereas other
 systems rely on the use of text preprocessors.])
 	 (item [
 The same source file can be compiled to various output formats such
-as HTML, PostScript, Info pages, etc.])))))
+as HTML, PostScript, Info pages, etc.]))))
+   
+   (section :title "More on Skribilo" :number #f
+      
+      (p [Skribilo is based on ,(ref :text [Skribe] :url *skribe-url*),
+which was designed and implemented by Manuel Serrano and �rick Gallesio.
+Although it departs from it on some aspects, it shares the overall
+design and philosophy.  �rick and Manuel described the main design
+decisions behind Skribe in a paper published in the 2005 Journal of
+Functional Programming (JFP) entitled ,(ref :url
+"http://www-sop.inria.fr/mimosa/Manuel.Serrano/publi/jfp05/article.html"
+:text (it [Skribe: A Functional Authoring Language])).  Although parts
+of the paper are slightly outdated, it gives a very good idea of
+Skribilo's innards, and notably contains a description of the 3 stages
+of documentation ``evaluation''.])))
+
 
 ;;; toc
 (if (engine-format? "latex")
-- 
cgit v1.2.3