2 # Ikiwiki skeleton plugin. Replace "skeleton" with the name of your plugin
3 # in the lines below, and flesh out the methods to make it do something.
4 package IkiWiki::Plugin::skeleton;
10 IkiWiki::register_plugin("preprocess", "skeleton", \&preprocess);
13 sub preprocess (@) { #{{{
16 return "skeleton plugin result";