aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLudovic Court`es2007-06-11 14:36:24 +0000
committerLudovic Court`es2007-06-11 14:36:24 +0000
commit1f48b0b69eda0e6b4262d69a77c6adbc13887159 (patch)
tree21a231da00aa6a9592b00762fe4b71388e4fb03f /TODO
parent9de369aeabb484175f8784c41dbad0592b5db91e (diff)
downloadskribilo-1f48b0b69eda0e6b4262d69a77c6adbc13887159.tar.gz
skribilo-1f48b0b69eda0e6b4262d69a77c6adbc13887159.tar.lz
skribilo-1f48b0b69eda0e6b4262d69a77c6adbc13887159.zip
Updated the top-level documentation files.
* configure.ac: Changed the bug report address to `skribilo-users@nongnu.org'. git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-73
Diffstat (limited to 'TODO')
-rw-r--r--TODO32
1 files changed, 32 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..f98b32c
--- /dev/null
+++ b/TODO
@@ -0,0 +1,32 @@
+-*- Outline -*-
+
+* Important Items (Release Blockers)
+
+** Have both a Skribe compat module and a "native"
+In `(skribilo module)', it should be possible to create either a Skribe
+compatibility module that pulls all the compatibility bindings, or a
+Skribilo "native" module, with fewer bindings. This should translate
+into a `--compat=XXX' command-line option.
+
+** Update the documentation, remove Skribe legacy stuff
+** Have a PS/PDF version of the documentation (preferably using Lout)
+** Remove calls to `skribe-error', use SRFI-35 exceptions
+** Fix the HTML engine for `html-left-margin'
+Left margin doesn't display well when CSS is being used.
+
+
+* Longer-Term Items
+
+** Add a `if-engine' markup to avoid hacks with `engine-format?'
+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.
+
+** Write an Info engine based on Scribe's one
+** Write an XHTML engine
+** Write a nice GUI based on Andy's STexi browser
+** Render equations using MathML when rendering to HTML
+** Add stand-alone tools
+Such as `skribilo-to-bibtex', `bibtex-to-skribilo', etc.
+** Provide better internationalization
+