]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins.mdwn
web commit by JoshTriplett: Remove duplicated text.
[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]], [[passwordauth]],
11 [[signinedit]], [[lockedit]], and [[conditional]] plugins are enabled
12 by default. To enable other plugins, use the `--plugin` switch described in
13 [[usage]], or the equivalent `add_plugins` line in [[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"]]