diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-03 21:52:23 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-03 21:52:23 +0000 |
commit | e30f53cb9b5eca563281bed8862af56ceb0de8a6 (patch) | |
tree | 1d288b8b341fd31f565973fc92487db1a1080946 | |
parent | af9566ff1ae55d273ff96c7ca39e34265623a55d (diff) |
web commit by joey
-rw-r--r-- | doc/plugins.mdwn | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn index 7773e71a9..83c5a245d 100644 --- a/doc/plugins.mdwn +++ b/doc/plugins.mdwn @@ -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. |