From 6c8cf5dd571662f981227489f7c4652a1a1f10cd Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 23 Mar 2006 06:51:15 +0000 Subject: Major code reoganisation, splitting up the single big file. The two goals kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point. --- doc/todo.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/todo.mdwn b/doc/todo.mdwn index bdebfb88c..a377c6340 100644 --- a/doc/todo.mdwn +++ b/doc/todo.mdwn @@ -99,10 +99,17 @@ you need that data.. ## search +* page name substring search * full text (use third-party tools?) + +## lists + * list of all missing pages * list of all pages or some kind of page map +These could be their own static pages updated when other pages are updated. +Perhaps this ties in with the pluggable renderers stuff. + ## page indexes Might be nice to support automatically generating an index based on headers -- cgit v1.2.3