web commit by joey
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 2 May 2006 03:15:16 +0000 (03:15 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 2 May 2006 03:15:16 +0000 (03:15 +0000)
doc/plugins.mdwn

index b107c359ea7089f15ba99d2f023a4544101de017..ae9c6300a6c5b40a3218d87c3a6d9aa24c7cdcc9 100644 (file)
@@ -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