aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Feature_parity_with_Trac.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-09-20 06:58:21 -0400
committerJoey Hess <joey@kitenet.net>2008-09-20 06:58:21 -0400
commitd8ed0007e646e7e369920f495d9cf5a5b91fdb6b (patch)
tree479b7a0bc73dce094c18c138bdc0b4cb09abe0b8 /doc/todo/Feature_parity_with_Trac.mdwn
parentd0e7cc409b04c05dee3cbb7c26fb02c8a57eb27d (diff)
downloadikiwiki-d8ed0007e646e7e369920f495d9cf5a5b91fdb6b.tar
ikiwiki-d8ed0007e646e7e369920f495d9cf5a5b91fdb6b.tar.gz
Links for various features
Diffstat (limited to 'doc/todo/Feature_parity_with_Trac.mdwn')
-rw-r--r--doc/todo/Feature_parity_with_Trac.mdwn12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/todo/Feature_parity_with_Trac.mdwn b/doc/todo/Feature_parity_with_Trac.mdwn
index a1443234f..dab151d81 100644
--- a/doc/todo/Feature_parity_with_Trac.mdwn
+++ b/doc/todo/Feature_parity_with_Trac.mdwn
@@ -4,11 +4,15 @@ 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]].
+ * Source code viewing: This can be handled quite well with a [[shortcut|shortcuts]] to an external source viewer, or by putting
+ the source in the wiki itself (see the [[todo/automatic_use_of_syntax_plugin_on_source_code_files]] wishlist item) and using the
+ [[plugins/contrib/highlightcode]] or [[plugins/contrib/sourcehighlight]] plugins.
+ * Trac 'Timeline' feature: view history of the RCS - the `recentchanges` button.
+ * Trac 'Roadmap' feature: Which TODOs/bugs are needed for which milestones. Use the [[plugins/progress]] directive to show percentage complete for each milestone.
+ * Bug tracking: see [[tips/integrated_issue_tracking_with_ikiwiki]] and [[todo/Updated_bug_tracking_example]].
* 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/)).
+-- [[Will]]
+
[[!tag wishlist]]