From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Wed, 22 Nov 2006 06:15:32 +0000 (+0000)
Subject: rename
X-Git-Tag: 1.34~34
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e05810f81a8fc2557876b510c8ab06cf1d56ab3;p=ikiwiki.git

rename
---

diff --git a/IkiWiki/Plugin/nicebundle.pm b/IkiWiki/Plugin/goodstuff.mdwn
similarity index 81%
rename from IkiWiki/Plugin/nicebundle.pm
rename to IkiWiki/Plugin/goodstuff.mdwn
index 7139a2af8..384123f60 100644
--- a/IkiWiki/Plugin/nicebundle.pm
+++ b/IkiWiki/Plugin/goodstuff.mdwn
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-package IkiWiki::Plugin::nicebundle;
+# Bundle of good stuff.
+package IkiWiki::Plugin::goodstuff;
 
 use warnings;
 use strict;
diff --git a/Makefile.PL b/Makefile.PL
index b02eb15b0..8aba79ccb 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@ extra_build:
 	./ikiwiki.in doc html --templatedir=templates --underlaydir=basewiki \
 		--wikiname="ikiwiki" --verbose --no-rcs \
 		--exclude=/discussion --no-discussion \
-		--plugin=nicebundle \
+		--plugin=goodstuff \
 		--plugin=haiku --plugin=polygen --plugin=fortune
 	./mdwn2man ikiwiki 1 doc/usage.mdwn > ikiwiki.man
 	./mdwn2man ikiwiki-mass-rebuild 8 doc/ikiwiki-mass-rebuild.mdwn > ikiwiki-mass-rebuild.man
diff --git a/debian/changelog b/debian/changelog
index 3ef8c7160..02ea0b7b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,10 +10,10 @@ ikiwiki (1.34) UNRELEASED; urgency=low
   * Make the openid plugin support the callbacks from myopenid.com via its
     affiliate program.
   * Add toggle plugin.
-  * Introduce the nicebundle. This is a kind of plugin, that just enables
+  * Introduce the goodstuff bundle. This is a kind of plugin, that just enables
     many other plugins. It's an easy way to boost ikiwiki from its default,
     basic wiki, to a full-featured wiki, without manually picking the right
-    set of plugins. New plugins will be added to the nicebundle from time to
+    set of plugins. New plugins will be added to goodstuff from time to
     time.
   * Change how post signin actions are propigated through the signin process;
     they're now stored in the session.
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
similarity index 90%
rename from doc/plugins/nicebundle.mdwn
rename to 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