ikiwiki/IkiWiki/Plugin
joey 20eacc2c1f - Adds a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for that, but the tag plugin
    also lists a page's tags at the bottom of the page.
  - Allows preprocessor directives to have parameters with no specified
    value.
  - Fixes preprocessor directive parameter parsing so that
    foo=bar baz now means "foo=bar" and a "baz" with no value.
* Run pagetemplate hooks when inlining pages so that inlines pages also
  list their tags.
* Make all plugins with pagetemplate hooks check that variables exist
  on the template before setting them.
2006-07-27 23:08:03 +00:00
..
brokenlinks.pm * --getctime had bitrotted (well I only ever used it the once so far..), 2006-05-26 16:11:53 +00:00
camelcase.pm * Fix CamelCase regexp to not break [[FooBar|BazBar]] WikiLinks. 2006-07-26 22:09:55 +00:00
haiku.pm let's actually work, shall we? 2006-05-05 04:33:58 +00:00
html.pm * Add a html plugin, which can be used to write wikis in raw html, 2006-07-03 22:31:20 +00:00
htmlscrubber.pm * Tell HTML::Scrubber to treat "/" as a valid attribute which is its 2006-05-25 22:03:22 +00:00
inline.pm - Adds a tag plugin that allows more easily tagging pages. 2006-07-27 23:08:03 +00:00
mdwn.pm * Support htmlize plugins and make mdwn one such plugin, which is enabled by 2006-07-03 22:08:04 +00:00
meta.pm - Adds a tag plugin that allows more easily tagging pages. 2006-07-27 23:08:03 +00:00
orphans.pm * Fix orphans plugin to not count a link to a nonexistant page as a reason 2006-06-25 07:21:53 +00:00
pagecount.pm change plugin interface to use named parameters for flexability 2006-05-03 19:58:58 +00:00
search.pm - Adds a tag plugin that allows more easily tagging pages. 2006-07-27 23:08:03 +00:00
skeleton.pm add htmlise 2006-07-03 22:42:11 +00:00
smiley.pm * --getctime had bitrotted (well I only ever used it the once so far..), 2006-05-26 16:11:53 +00:00
tag.pm - Adds a tag plugin that allows more easily tagging pages. 2006-07-27 23:08:03 +00:00
wikitext.pm * Run page through any relevant filters when generating a page preview. 2006-07-26 21:54:44 +00:00