]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by joey
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 3 May 2006 21:52:23 +0000 (21:52 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 3 May 2006 21:52:23 +0000 (21:52 +0000)
doc/plugins.mdwn

index 7773e71a9ea17bdee09bf1bd780aa50ced38340c..83c5a245da762c2073870721578d052ce70ea0d3 100644 (file)
@@ -1,9 +1,8 @@
-Plugins can be used to add additional features to ikiwiki. Ikiwiki's
-backend RCS support is also pluggable, so support for new revision control
-systems can be added to ikiwiki. It's possible to [[write]] your own plugins,
-or you can install and use plugins contributed by others. 
+Plugins can be used to add additional features to ikiwiki. The interface is quite flexible, allowing plugins to register [[PreProcessorDirective]]s, hook into [[CGI]] mode, and more. Ikiwiki's backend RCS support is also pluggable, so support for new revision control systems can be added to ikiwiki. 
 
-The ikiiki package includes some standard plugins that are installed and
+There's documentation if you want to [[write]] your own plugins, or you can install and use plugins contributed by others. 
+
+The ikiwiki package includes some standard plugins that are installed and
 by default. These include [[inline]], [[pagecount]], and [[brokenlinks]].
 Of these, [[inline]] is enabled by default.