summaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-25 02:36:17 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-25 02:36:17 +0000
commitba5453dd7c2663921fc35d0e867f6fabfd16e3e0 (patch)
tree4f887b4fb3780df4a568a2d223dab47a0cdf6c21 /todo.txt
parent2fb8f7e9b8413bee38108f761341c7f5e7dbdbf7 (diff)
downloaddocutils-ba5453dd7c2663921fc35d0e867f6fabfd16e3e0.tar.gz
added stdlib inclusion requirements
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docs/dev@3112 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index a3934b34f..2fb1a168b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -46,6 +46,39 @@ Priorities
* `Nested inline markup`_.
+Minimum Requirements for Python Standard Library Candidacy
+==========================================================
+
+Below are action items that must be added and issues that must be
+addressed before Docutils can be considered suitable to be proposed
+for inclusion in the Python standard library.
+
+* Support for `document splitting`_. May require some major code
+ rework.
+
+* Support for subdocuments (see `large documents`_).
+
+* `Object numbering and object references`_.
+
+* `Nested inline markup`_.
+
+* `Python Source Reader`_.
+
+* The HTML writer needs to be rewritten (or a second HTML writer
+ added) to allow for custom classes, and for arbitrary splitting
+ (stack-based?).
+
+* Documentation_ of the architecture. Other docs too.
+
+* Plugin support.
+
+* A LaTeX writer making use of (La)TeX's power, so that the rendering
+ of the resulting documents is more easily customizable. (Similar to
+ what you wrote about a new HTML Writer.)
+
+* Suitability for Python module documentation.
+
+
General
=======