summaryrefslogtreecommitdiff
path: root/doc/plugins.mdwn
diff options
context:
space:
mode:
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 03:15:16 +0000
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 03:15:16 +0000
commit95274e6bd60acbdc9dbd7be31d50b98e7ba1727a (patch)
treee2aa3a964134e2f161ac7673dbfca8f9bbdcdc68 /doc/plugins.mdwn
parent1533abb5674f68d27bfc69e9cb1433481be80be5 (diff)
web commit by joey
Diffstat (limited to 'doc/plugins.mdwn')
-rw-r--r--doc/plugins.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn
index b107c359e..ae9c6300a 100644
--- a/doc/plugins.mdwn
+++ b/doc/plugins.mdwn
@@ -6,6 +6,9 @@ The ikiiki package includes some standard plugins that are installed and
by default. These include [[inline]], [[pagecount]], and [[brokenlinks]].
Of these, [[inline]] is enabled by default.
+To enable other plugins, use the `--plugin` switch described in [[usage]], or the equivilant line in
+[[ikiwiki.setup]].
+
## Third party plugins
Plugins are perl modules and should be installed somewhere in the perl
@@ -16,9 +19,6 @@ inside the perl search path. For example, if your perl looks in
`/usr/local/lib/site_perl` for modules, you can locally install ikiwiki
plugins to `/usr/local/lib/site_perl/IkiWiki/Plugin`
-Once a plugin is installed, you need to configure ikiwiki to load it using
-the `--plugin` switch described in [[usage]], or the equivilant line in
-[[ikiwiki.setup]].
## Plugin directory