web commit by joey: test logged in commit
[ikiwiki] / doc / todo.mdwn
1 ## online page editing
2
3 * Missing support for preview, cancel.
4 * Missing conflict detection, just overwrites changes and does not svn up
5   first.
6 * Eventually, might want page deletion.
7 * Eventually, might want file upload.
8
9 ## recentchanges
10
11 Should support RSS for notification of new and changed pages.
12
13 ## docs
14
15 Need to document all the command line switches in a man page and somehow on this wiki too. Can markdown generate a man page somehow?
16
17 ## pluggable renderers
18
19 I'm considering a configurable rendering pipeline for each supported
20 filename extension. So for ".mdwn" files, it would send the content through
21 linkify, markdown, and finalize, while for ".wiki" files it might send it
22 through just a wiki formatter and finalize.
23
24 This would allow not only supporting more types of markup, but changing
25 what style of [[WikiLink]]s are supported, maybe some people want to add
26 [[CamelCase]] for example, or don't like the [[SubPage/LinkingRules]].
27
28 The finalize step is where the page gets all the pretty junk around the
29 edges, so that clearly needs to be pluggable too.
30
31 There also needs to be a step before finalize, where stuff like lists of pages
32 that linked back to it could be added to the page. However, doing linkbacks
33 also needs to tie into the main logic, to determine what pages need to be
34 renered, so maybe that won't be a plugin.
35
36 ## revisit case
37
38 Being case insensative is handy, but it does make the [[BackLinks]] a bit
39 ugly compared to other links. It should be possible to support pagenames
40 that have uppercase, while still allowing them to be linked to using any
41 case.
42
43 ## html
44
45 Make the html valid. Add css.
46
47 ## [[Bugs]]