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