]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins.mdwn
web commit by http://getopenid.com/ptecza: Response
[ikiwiki.git] / doc / plugins.mdwn
1 Most of ikiwiki's [[features]] are implemented as plugins. Beyond the
2 [[type/core]] features, there are plugins to [[type/format]] text,
3 use [[type/tags]], show [[type/meta]] information, add [[type/auth]]
4 methods, do other [[type/useful]] stuff, add [[type/chrome]] to the
5 wiki, or just have [[type/fun]].
6
7 There's documentation if you want to [[write]] your own plugins, or you can
8 install and use plugins [[contributed|contrib]] by others. 
9
10 The [[mdwn]], [[inline]], [[htmlscrubber]], and [[passwordauth]] plugins
11 are enabled by default. To enable other plugins, use the `--plugin` switch
12 described in [[usage]], or the equivalent `add_plugins` line in
13 [[ikiwiki.setup]].
14
15 # Plugin directory
16
17 [[inline pages="plugins/* and !plugins/type/* and !plugins/write and !plugins/contrib and !*/Discussion" archive="yes" rootpage="plugins/contrib"]]