ikiwiki/ plugins/ contrib

Contributed plugins:

syntax (third-party plugin)
Posted Mon Nov 20 00:22:59 2006

googlemaps (third-party plugin)
Posted Sat Oct 28 04:52:49 2006

img (third-party plugin)
Posted Sun Oct 15 19:45:47 2006

linguas (third-party plugin)
Posted Sun Oct 15 19:38:23 2006

Installing third party plugins

Plugins are perl modules and should be installed somewhere in the perl module search path. See the @INC list at the end of the output of perl -V for a list of the directories in that path. All plugins are in the IkiWiki::Plugin namespace, so they go in a IkiWiki/Plugin subdirectory inside the perl search path. For example, if your perl looks in /usr/local/lib/site_perl for modules, you can locally install ikiwiki plugins to /usr/local/lib/site_perl/IkiWiki/Plugin