aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
Commit message (Collapse)AuthorAge
* Major code reoganisation, splitting up the single big file. The two goalsjoey2006-03-23
| | | | | | | | | | | | | 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.
* *warning* any wrappers built with a previous version of ikiwiki need to bejoey2006-03-23
| | | | | | | | | 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.
* add --diffurl, if set RecentChanges has links to svn diffsjoey2006-03-21
|
* basewiki integrationjoey2006-03-19
|
* man page generationjoey2006-03-15
|
* debianisejoey2006-03-15
|
* config files now based on perl modulesjoey2006-03-15
add MakeMaker foo for module