diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 04:15:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 04:15:47 +0000 |
commit | a59b1ac8d8eb220fd4f574af4a8a6742825aac6f (patch) | |
tree | c895e6b18739ff3a22b75fc2817c7f62327fe4a0 /doc/plugins.mdwn | |
parent | f924740b939c3f14072fb5c428468355d8c4be52 (diff) | |
download | ikiwiki-a59b1ac8d8eb220fd4f574af4a8a6742825aac6f.tar ikiwiki-a59b1ac8d8eb220fd4f574af4a8a6742825aac6f.tar.gz |
haiku plugin
Diffstat (limited to 'doc/plugins.mdwn')
-rw-r--r-- | doc/plugins.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn index 57ec8afb9..07c236057 100644 --- a/doc/plugins.mdwn +++ b/doc/plugins.mdwn @@ -2,7 +2,8 @@ There's documentation if you want to [[write]] your own plugins, or you can inst The ikiwiki package includes some standard plugins that are installed and by default. These include [[inline]], [[pagecount]], [[brokenlinks]], -[[smiley]], and [[search]]. Of these, [[inline]] is enabled by default. +[[search]], [[smiley]], and even [[haiku]]. +Of these, [[inline]] is enabled by default. To enable other plugins, use the `--plugin` switch described in [[usage]], or the equivalent line in [[ikiwiki.setup]]. |