Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki] / doc / todo / Feature_parity_with_Trac.mdwn
1 It would be nice to have feature parity with [Trac](http://trac.edgewall.org/).  Note that it is expected that the
2 implementation will be quite different, but IkiWiki should support the same uses.
3
4 Features needed:
5
6  * Wiki, duh.
7  * 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.
8  * Trac 'Timeline' feature: view history of the RCS - the `history` button.
9  * Trac 'Roadmap' feature: Which TODOs are needed for which mielstones.  Use the [[plugins/progress]] plugin to show percentage complete for each milestone.
10  * Bug tracking: see [[tips/integrated_issue_tracking_with_ikiwiki]].
11    * 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]].
12  * Build Status: Maybe this is just a link to an external (centralised) status board (e.g. [BuildBot](http://buildbot.net/)).
13
14 [[!tag wishlist]]