aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup.pm
Commit message (Collapse)AuthorAge
* * Better error message when a setup file has a syntax error.Joey Hess2007-11-17
| | | | Closes: #451666
* added some comments for translatorsjoey2007-01-04
|
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* * Patch from Recai to use utf8 when reading the setup file, so thatjoey2006-09-10
| | | | utf8 wikinames from there will be used properly.
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
| | | | it, this will allow for adding a unit test suite.
* add --refresh and make it with with --setupjoey2006-03-26
|
* fixesjoey2006-03-24
|
* 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.