Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2006-03-23 | *warning* any wrappers built with a previous version of ikiwiki need to be | joey | |
rebuilt This changes ikiwiki's syntax to require only 2 parameters (source and dest) and not three. The templatedir parameter is now an optional --templatedir. | |||
2006-03-21 | add --diffurl, if set RecentChanges has links to svn diffs | joey | |
2006-03-19 | basewiki integration | joey | |
2006-03-15 | man page generation | joey | |
2006-03-15 | debianise | joey | |
2006-03-15 | config files now based on perl modules | joey | |
add MakeMaker foo for module |