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