aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-09-19 00:02:08 -0400
committerJoey Hess <joey@kitenet.net>2008-09-19 00:02:08 -0400
commitca6bd275f75dc666ec1bba1d7df983ac02f13929 (patch)
tree328437b3e29897b656aa89fc5f46b4738d12261d /doc
parentdc8a7dbfc97a8b6266bc3725aca503033a78607f (diff)
downloadikiwiki-ca6bd275f75dc666ec1bba1d7df983ac02f13929.tar
ikiwiki-ca6bd275f75dc666ec1bba1d7df983ac02f13929.tar.gz
Add TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Feature_parity_with_Trac.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Feature_parity_with_Trac.mdwn b/doc/todo/Feature_parity_with_Trac.mdwn
new file mode 100644
index 000000000..f09301ebe
--- /dev/null
+++ b/doc/todo/Feature_parity_with_Trac.mdwn
@@ -0,0 +1,12 @@
+It would be nice to have feature parity with [Trac](http://trac.edgewall.org/). Note that it is expected that the
+implementation will be quite different, but IkiWiki should support the same uses.
+
+Features needed:
+
+ * Wiki, duh.
+ * Source code viewing: Need a plugin to make an easy link to an RCS source viewer - like the `history` button, but for a source page, not the current wiki page.
+ * Trac 'Timeline' feature: view history of the RCS - the `history` button.
+ * Trac 'Roadmap' feature: Which TODOs are needed for which mielstones. Use the [[plugins/progress]] plugin to show percentage complete for each milestone.
+ * Bug tracking: see [[tips/integrated_issue_tracking_with_ikiwiki]].
+ * Queries on bug database: e.g. all open bugs that don't depend on an open bug. See [[todo/tracking_bugs_with_dependencies]] and [[todo/structured_page_data]].
+ * Build Status: Maybe this is just a link to an external (centralised) status board (e.g. [BuildBot](http://buildbot.net/)).