- * 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]].