summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/skeleton.pm
AgeCommit message (Expand)Author
2008-02-11* Add the linkify and scan hooks. These hooks can be used to implementJoey Hess
2007-08-26* Add an editcontent hook.joey
2007-08-05* Move blog form code out of CGI.pm and into the inline plugin.joey
2007-07-28fix typojoey
2007-07-26* Add templatefile hook.joey
2007-05-09* Add the needsbuild hook. Plugins can use this to manipulate which filesjoey
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-02-25increase plugin interface to 1.02joey
2007-02-02* Add canedit hook, allowing arbitrary controls over when a page can bejoey
2006-11-20* Add "last" parameter to hook function. Very basic ordering, and hopefullyjoey
2006-11-20* Make auth methods pluggable.joey
2006-09-09* Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"joey
2006-09-09* Work on firming up the plugin interface:joey
2006-08-28* Change htmlize, format, and sanitize hooks to use named parameters.joey
2006-08-28* Add toc (table of contents) plugin.joey
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
2006-07-30* Add a run_hooks function for the common task of running all hooks of ajoey
2006-07-28* Add getopt hook type, this allows plugins to add new command-line options.joey
2006-07-27* Switch pagetemplate hooks to using named parameters.joey
2006-07-03add htmlisejoey
2006-05-26* The page name and parent links has switched from using a <h1> to a styledjoey
2006-05-05* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey
2006-05-05rename the "render" hook to "change", which is clearerjoey
2006-05-04* Added smiley plugin, nicely controlled and documented by the smileys page.joey
2006-05-03rather a lot of changes to make hyperestraier search be a plugin, allowingjoey
2006-05-03change plugin interface to use named parameters for flexabilityjoey
2006-05-02* Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey
2006-05-02* Added plugin system, currently only supporting for PreProcessorDirectives.joey