Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-02 | typo | joey | |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey | |
* Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki. | |||
2006-04-25 | implemented html sanitisation | joey | |
2006-04-24 | update | joey | |
2006-04-20 | fix broken example config file and detect this breakage | joey | |
2006-04-03 | fix mode quoting and fix commenting out of wrapper block | joey | |
2006-03-29 | added --hyperestraier switch, which turns on search support | joey | |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) | |||
2006-03-24 | fixes | joey | |
2006-03-23 | add support for generating per-page rss feeds | joey | |
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-23 | added adminuser settings, globlist support, and used this to implement page | joey | |
locking | |||
2006-03-21 | add --diffurl, if set RecentChanges has links to svn diffs | joey | |
2006-03-20 | fix setup file error | joey | |
improve svn log regexp to deal with file copies/moves | |||
2006-03-15 | improve | joey | |
2006-03-15 | config files now based on perl modules | joey | |
add MakeMaker foo for module | |||
2006-03-13 | improved setup file more | joey | |
2006-03-13 | document setup files | joey | |