* Added plugin system, currently only supporting for PreProcessorDirectives.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 2 May 2006 02:34:33 +0000 (02:34 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 2 May 2006 02:34:33 +0000 (02:34 +0000)
commit54d5308cd83c67e7e9c32450c776ef0dac63549f
tree0352882349bca8952a59fd322099470b7952e0c8
parent457d6bbbbfbb0474749a0d68e959613c86facf72
* Added plugin system, currently only supporting for PreProcessorDirectives.
* 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.
23 files changed:
IkiWiki/Plugin/brokenlinks.pm [new file with mode: 0644]
IkiWiki/Plugin/inline.pm [new file with mode: 0644]
IkiWiki/Plugin/pagecount.pm [new file with mode: 0644]
IkiWiki/Plugin/skeleton.pm [new file with mode: 0644]
IkiWiki/Render.pm
Makefile.PL
basewiki/preprocessordirective.mdwn
debian/changelog
doc/bugs.mdwn
doc/features.mdwn
doc/ikiwiki.setup
doc/plugins.mdwn [new file with mode: 0644]
doc/plugins/brokelinks.mdwn [new file with mode: 0644]
doc/plugins/inline.mdwn [new file with mode: 0644]
doc/plugins/pagecount.mdwn [new file with mode: 0644]
doc/plugins/write.mdwn [new file with mode: 0644]
doc/post-commit.mdwn
doc/security.mdwn
doc/todo.mdwn
doc/todo/lists.mdwn
doc/todo/plugin.mdwn
doc/usage.mdwn
ikiwiki