4d82be9825dd98a940b92744f56a331edb73d7d7
[ikiwiki.git] / doc / todo.mdwn
1 ## online page editing
2
3 * Missing support for preview.
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   This can be a static rss file that is generated when the moo
14 is built. (As long as all changes to all pages is ok.)
15
16 * Should support mail notification of new and changed pages.
17
18   Hmm, should be easy to implement this.. it runs as a svn post-cookit hook
19   already, so just look at the userdb, svnlook at what's changed, and send
20   mails to people who have subscribed.
21
22 ## docs
23
24 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?
25
26 ## pluggable renderers
27
28 I'm considering a configurable rendering pipeline for each supported
29 filename extension. So for ".mdwn" files, it would send the content through
30 linkify, markdown, and finalize, while for ".wiki" files it might send it
31 through just a wiki formatter and finalize.
32
33 This would allow not only supporting more types of markup, but changing
34 what style of [[WikiLink]]s are supported, maybe some people want to add
35 [[CamelCase]] for example, or don't like the [[SubPage/LinkingRules]].
36
37 The finalize step is where the page gets all the pretty junk around the
38 edges, so that clearly needs to be pluggable too.
39
40 There also needs to be a step before finalize, where stuff like lists of pages
41 that linked back to it could be added to the page. However, doing linkbacks
42 also needs to tie into the main logic, to determine what pages need to be
43 renered, so maybe that won't be a plugin.
44
45 ## revisit case
46
47 Being case insensative is handy, but it does make the [[BackLinks]] a bit
48 ugly compared to other links. It should be possible to support pagenames
49 that have uppercase, while still allowing them to be linked to using any
50 case.
51
52 ## html
53
54 Make the html valid. Add css.
55
56 ## sigs
57
58 Need a way to sign name in page that's easier to type than "-- [[ Joey ]]"
59 and that includes the date.
60
61 What syntax do other wikis use for this? I'm considering "[[ -- ]]" (with
62 spaces removed) as it has a nice nmemonic.
63
64 ## [[Bugs]]