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-10-27 18:50:31 -0400
committerJoey Hess <joey@kitenet.net>2008-10-27 18:50:31 -0400
commitcbd6e829102e9e5730c814da81453a3babfbc273 (patch)
treee88dff8fa4f4df832a626bbd43a1c0c3dec6092a /doc/todo/Feature_parity_with_Trac.mdwn
parent2ff8ffcc56fe5b0f45d841abae224fdea4f70e9e (diff)
downloadikiwiki-cbd6e829102e9e5730c814da81453a3babfbc273.tar
ikiwiki-cbd6e829102e9e5730c814da81453a3babfbc273.tar.gz
Notes and more linkage
Diffstat (limited to 'doc/todo/Feature_parity_with_Trac.mdwn')
-rw-r--r--doc/todo/Feature_parity_with_Trac.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/Feature_parity_with_Trac.mdwn b/doc/todo/Feature_parity_with_Trac.mdwn
index 788d565a2..b2d9d43ed 100644
--- a/doc/todo/Feature_parity_with_Trac.mdwn
+++ b/doc/todo/Feature_parity_with_Trac.mdwn
@@ -5,12 +5,12 @@ Features needed:
* Wiki, duh.
* 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.
+ the source in the wiki itself (see the [[todo/automatic_use_of_syntax_plugin_on_source_code_files]] wishlist item and [[todo/syntax_highlighting]] todo item).
* This could be improved with [[todo/source_link]].
* Currently the source highlighting is a little problematic, as there can be two source files with the same wikiname.
e.g. a `hello-world.c` and `hello-world.h`. See [[bugs/multiple_pages_with_same_name]]
> That bug was fixed before you linked to the page. :-)
+ >> I was the one that fixed it... :) -- [[Will]]
* 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]].