]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib.mdwn
simplified plugin definitions
[ikiwiki.git] / doc / plugins / contrib.mdwn
1 Contributed [[plugins]]:
2
3 [[inline pages="plugins/contrib/* !*/Discussion" archive="yes" rootpage="plugins/contrib" show="60"]]
4
5 # Installing third party plugins
6
7 Plugins are perl modules and should be installed somewhere in the perl
8 module search path. See the @INC list at the end of the output of `perl -V`
9 for a list of the directories in that path. All plugins are in the
10 IkiWiki::Plugin namespace, so they go in a IkiWiki/Plugin subdirectory
11 inside the perl search path. For example, if your perl looks in
12 `/usr/local/lib/site_perl` for modules, you can locally install ikiwiki
13 plugins to `/usr/local/lib/site_perl/IkiWiki/Plugin`