diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-22 06:15:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-22 06:15:32 +0000 |
commit | 9e05810f81a8fc2557876b510c8ab06cf1d56ab3 (patch) | |
tree | 617e9134c43a6579f56023c3d23ff4291ab8442a /doc | |
parent | 82b3a4dda76305376e2c13fb65db40bcc268b926 (diff) |
rename
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 | ||||
-rw-r--r-- | doc/plugins/goodstuff.mdwn (renamed from doc/plugins/nicebundle.mdwn) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 7f0975f5d..f7bf81bc9 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -93,7 +93,7 @@ use IkiWiki::Setup::Standard { syslog => 0, # To add plugins, list them here. - #add_plugins => [qw{nicebundle openid search wikitext camelcase + #add_plugins => [qw{goodstuff openid search wikitext camelcase # htmltidy fortune sidebar map rst}], # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth}], diff --git a/doc/plugins/nicebundle.mdwn b/doc/plugins/goodstuff.mdwn index 6a3829826..3402c7edc 100644 --- a/doc/plugins/nicebundle.mdwn +++ b/doc/plugins/goodstuff.mdwn @@ -1,4 +1,4 @@ -[[template id=plugin name=nicebundle included=1 author="[[Joey]]"]] +[[template id=plugin name=goodstuff included=1 author="[[Joey]]"]] [[tag type/bundle]] This plugin enables a bunch of other plugins -- basically all the ones that |