aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Courtès2008-01-04 20:16:19 +0100
committerLudovic Courtès2008-01-04 20:16:19 +0100
commita3b7dfffbda5fe148920c7556244ab35b99109a5 (patch)
treeca4b4077188f55a3658beea4d7c49f3448f2ea7d /TODO
parent70830b1187d3d1924f38573caf8aeda2372ae84c (diff)
downloadskribilo-a3b7dfffbda5fe148920c7556244ab35b99109a5.tar.gz
skribilo-a3b7dfffbda5fe148920c7556244ab35b99109a5.tar.lz
skribilo-a3b7dfffbda5fe148920c7556244ab35b99109a5.zip
doc: Update "Standard Packages" section.
* TODO: Add new item. * doc/user/package.skb (Standard Packages): Remove references to `skribe-load', mention `use-modules'. [Web](web-article): Commented out since it sucks. * src/guile/skribilo/package/web-article.scm: Add FIXMEs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index fe405c5..4328be3 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,14 @@ Expressions like `(if (engine-format? "lout") xxx yyy)' are wrong,
because they look at the value of `*current-engine*' rather than the
engine actually used during resolution and output.
+** Find a clean way to have packages customize engines
+Currently, most packages have side-effects at `use-modules'-time, e.g.,
+they `engine-custom-set!' the current engine, which kinda sucks (see,
+e.g., `(skribilo package slide)').
+
+Likewise, there's no replacement for the `*load-options*' mechanism
+implemented by `skribe-load' (see, e.g., `web-article').
+
** Write an Info engine based on Scribe's one
** Write an XHTML engine
** Write a nice GUI based on Andy's STexi browser