Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-03 | change plugin interface to use named parameters for flexability | joey | |
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey | |
it, this will allow for adding a unit test suite. | |||
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. |