diff options
author | Ludovic Courtès | 2008-01-04 20:16:19 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-01-04 20:16:19 +0100 |
commit | a3b7dfffbda5fe148920c7556244ab35b99109a5 (patch) | |
tree | ca4b4077188f55a3658beea4d7c49f3448f2ea7d /TODO | |
parent | 70830b1187d3d1924f38573caf8aeda2372ae84c (diff) | |
download | skribilo-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-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |