summaryrefslogtreecommitdiff
path: root/IkiWiki/Render.pm
AgeCommit message (Collapse)Author
2006-03-28support [[linktext|pagename]] linksjoey
2006-03-28There was a bug that [[inline archive="yes]] created an RSS link, but no feed.joey
Fixed in the easiest way by creating an RSS feed for archive pages (it will include only a limited number of items, not everything). Alternative fix would be to track separately which pages are archives and which not, and only create feeds for non-archives.
2006-03-26fix rss url in nested pagesjoey
2006-03-24implemented upgradehookshjoey
2006-03-24add blog post templatejoey
2006-03-24big speedupjoey
2006-03-24Removed the rss feeds for every page, which wasn't really entirely useful.joey
Let's only do them for blog pages.
2006-03-24add archive pages and fix some bugsjoey
2006-03-24hold onto your hats, full-fledged blogging has arrived in ikiwiki!joey
2006-03-23preserve ctimes across rebuildsjoey
2006-03-23Add 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-23fix for already relative urlsjoey
2006-03-23improve description field for rssjoey
2006-03-23add support for generating per-page rss feedsjoey
2006-03-23support arbitrary characters in page titles, via some ugly use of unicodejoey
character numbers
2006-03-23Major code reoganisation, splitting up the single big file. The two goalsjoey
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.