summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guile/skribilo/package/web-article.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/guile/skribilo/package/web-article.scm b/src/guile/skribilo/package/web-article.scm
index 31a88fa..d291c7c 100644
--- a/src/guile/skribilo/package/web-article.scm
+++ b/src/guile/skribilo/package/web-article.scm
@@ -1,7 +1,7 @@
 ;;; web-article.scm  --  A style to produce web articles.
 ;;;
+;;; Copyright 2007, 2008  Ludovic Courtès <ludo@chbouib.org>
 ;;; Copyright 2003, 2004  Manuel Serrano
-;;; Copyright 2007  Ludovic Courtès <ludo@chbouib.org>
 ;;;
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
@@ -36,6 +36,11 @@
 
 (fluid-set! current-reader %skribilo-module-reader)
 
+;; FIXME: The purpose of this package is unclear, and it relies on "documents
+;; made of sections" (according to the doc), which sucks (we want all
+;; documents to consist of chapters at the top-level, so that engines can at
+;; least assume that), so better not advertise it.
+
 
 ;*---------------------------------------------------------------------*/
 ;*    &web-article-load-options ...                                    */
@@ -242,6 +247,9 @@
 ;*---------------------------------------------------------------------*/
 ;*    Setup ...                                                        */
 ;*---------------------------------------------------------------------*/
+;; FIXME: The `*load-options*' stuff is not usable from `use-modules', so we
+;; must provide another mechanism, e.g., exporting a `customize-engine!'
+;; method or so.
 (let* ((opt &web-article-load-options)
        (p (memq :style opt))
        (css (memq :css opt))