ikiwiki/ plugins/ contrib

Contributed plugins:

sar (third party plugin)
Posted Fri Jun 15 21:57:45 2007

navbar (third party plugin)
Posted Sat Apr 14 20:11:04 2007

linguas (third party plugin)
Posted Sat Mar 24 15:04:32 2007

googlemaps (third party plugin)
Posted Mon Feb 12 02:13:53 2007

syntax (third party plugin)
Posted Mon Feb 12 02:10:00 2007

img (third party plugin)
Posted Mon Feb 12 02:09:45 2007

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