Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-24 | implemented upgradehooksh | joey | |
2006-03-24 | add blog post template | joey | |
2006-03-24 | big speedup | joey | |
2006-03-24 | Removed the rss feeds for every page, which wasn't really entirely useful. | joey | |
Let's only do them for blog pages. | |||
2006-03-24 | add archive pages and fix some bugs | joey | |
2006-03-24 | hold onto your hats, full-fledged blogging has arrived in ikiwiki! | joey | |
2006-03-23 | preserve ctimes across rebuilds | joey | |
2006-03-23 | Add file cretion times to the index file. | joey | |
(Note that it's not really the file creation time, just the first time ikiwiki saw it.) | |||
2006-03-23 | fix for already relative urls | joey | |
2006-03-23 | improve description field for rss | joey | |
2006-03-23 | add support for generating per-page rss feeds | joey | |
2006-03-23 | support arbitrary characters in page titles, via some ugly use of unicode | joey | |
character numbers | |||
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
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. |