aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/inline.pm
Commit message (Expand)AuthorAge
* * Add a run_hooks function for the common task of running all hooks of ajoey2006-07-30
* * Allow preprocessor directives to be expanded in inlined blog pages.joey2006-07-29
* * Put categories in rss feeds for tagged items.joey2006-07-29
* * Switch pagetemplate hooks to using named parameters.joey2006-07-27
* - Adds a tag plugin that allows more easily tagging pages.joey2006-07-27
* * Don't sent pings if the wiki is being rebuilt.joey2006-07-04
* use "use open" pragma to avoid manually needing to specify utf8 everywherejoey2006-07-03
* remove the blog_list sub, only used one place and simplifies code to dojoey2006-07-02
* * Centralised all calls to HTML::Template and force all the templatesjoey2006-07-02
* don't die fatally herejoey2006-06-27
* * Support pinging services such as Technorati using XML-RPC to notify themjoey2006-06-27
* * Fix absolute url munging in rss generation to support https, ftp, etc urlsjoey2006-06-08
* * Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey2006-06-02
* * Add --timeformat config option to allow changing how dates are displayed.joey2006-05-29
* * --getctime had bitrotted (well I only ever used it the once so far..),joey2006-05-26
* * Rebuilding on upgrade to this version is recommended.joey2006-05-26
* change plugin interface to use named parameters for flexabilityjoey2006-05-03
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02