ef3600d43c2b07770bfe293442f461d13faf13a1
[ikiwiki.git] / doc / todo.mdwn
1 ## online page editing
2
3 * Missing support for preview, cancel.
4 * Missing conflict detection.
5 * Missing commit message box.
6 * No support for web user tracking/login yet.
7 * Doesn't svn commit yet.
8
9 ## [[RecentChanges]]
10
11 This will need to be another cgi script, that grubs through the
12 [[Subversion]] logs.
13
14 This should support RSS for notification of new and changed pages.
15
16 ## page history
17
18 To see past versions of a page, we can either implement a browser for that,
19 or just provide a way to link to the page in viewcvs.
20
21 ## pluggable renderers
22
23 I'm considering a configurable rendering pipeline for each supported
24 filename extension. So for ".mdwn" files, it would send the content through
25 linkify, markdown, and finalize, while for ".wiki" files it might send it
26 through just a wiki formatter and finalize.
27
28 This would allow not only supporting more types of markup, but changing
29 what style of [[WikiLink]]s are supported, maybe some people want to add
30 [[CamelCase]] for example, or don't like the [[SubPage/LinkingRules]].
31
32 The finalize step is where the page gets all the pretty junk around the
33 edges, so that clearly needs to be pluggable too.
34
35 There also needs to be a step before finalize, where stuff like lists of pages
36 that linked back to it could be added to the page. However, doing linkbacks
37 also needs to tie into the main logic, to determine what pages need to be
38 renered, so maybe that won't be a plugin.
39
40 ## revist case
41
42 Being case insensative is handy, but it does make the [[BackLinks]] a bit
43 ugly compared to other links. It should be possible to support pagenames
44 that have uppercase, while still allowing them to be linked to using any
45 case.
46
47 ## [[Bugs]]