]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/recentchanges.mdwn
responses and reorg
[ikiwiki.git] / doc / todo / recentchanges.mdwn
1 * Why isn't it statically-genereated, but generated dynamically by CGI? It
2   seems like it could be beneficial to have it rendered in the post-commit
3   hook, just like everything else in the wiki. 
4
5   I hope to statically generate it eventually, currently the problem is
6   that it takes at least several seconds to generate the recentchanges
7   page, and adding several seconds to every page edit is not desiriable. If
8   the time can be reduced it could be done, I'm also not adverse to
9   adding an optional way to statically render it even at the current speed.
10
11 * Also, is it planned/desired that recent changes generate the same
12   information in RSS feed format? This seems like it could be a useful way
13   to keep track of the wiki as a whole. 
14
15   This is used by various interwiki type things, I think, so should be
16   done..
17
18 * Lastly, would it be possible to use the recent changes code with a
19   pagespec? I understand this sort of infringes on territory covered by the
20   inline plugin, but the inline plugin only puts a page in the RSS feed
21   once, when it's created, and I imagine some people -- some deranged,
22   obsessive-compulsive people like myself -- would like to know about the
23   changes made to existing pages as well as newly-created pages.