aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-30 04:31:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-30 04:31:08 +0000
commite49ff966a39d1037ccbf168b8dbd12618cf1b41e (patch)
treecedd803bbefbef0f8fded40fa084bd1eeb9394b1 /doc/plugins.mdwn
parent7bb447675fced4861eeec9e687935b9eedf98033 (diff)
downloadikiwiki-e49ff966a39d1037ccbf168b8dbd12618cf1b41e.tar
ikiwiki-e49ff966a39d1037ccbf168b8dbd12618cf1b41e.tar.gz
* ikiwiki can now download and aggregate feeds with its new aggregate
plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk.
Diffstat (limited to 'doc/plugins.mdwn')
-rw-r--r--doc/plugins.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins.mdwn b/doc/plugins.mdwn
index 0596fc068..1c04d09f5 100644
--- a/doc/plugins.mdwn
+++ b/doc/plugins.mdwn
@@ -1,7 +1,7 @@
Most of ikiwiki's [[features]] are implemented as plugins. Beyond the
[[type/core]] features, there are plugins to [[type/format]] text,
-use [[type/tags]], show [[type/meta]] information, or just have
-[[type/fun]].
+use [[type/tags]], show [[type/meta]] information, do other [[type/useful]]
+stuff, or just have [[type/fun]].
There's documentation if you want to [[write]] your own plugins, or you can
install and use plugins contributed by others.