]> sipb.mit.edu Git - ikiwiki.git/commitdiff
rename
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 06:15:32 +0000 (06:15 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 06:15:32 +0000 (06:15 +0000)
IkiWiki/Plugin/goodstuff.mdwn [moved from IkiWiki/Plugin/nicebundle.pm with 81% similarity]
Makefile.PL
debian/changelog
doc/ikiwiki.setup
doc/plugins/goodstuff.mdwn [moved from doc/plugins/nicebundle.mdwn with 90% similarity]

similarity index 81%
rename from IkiWiki/Plugin/nicebundle.pm
rename to IkiWiki/Plugin/goodstuff.mdwn
index 7139a2af87fbf8e8600fd9f953e6b2ed3f4f8eb5..384123f601b380597bb4dba3c912ecebef6f103f 100644 (file)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
-package IkiWiki::Plugin::nicebundle;
+# Bundle of good stuff.
+package IkiWiki::Plugin::goodstuff;
 
 use warnings;
 use strict;
index b02eb15b04495c90892eee5916f448c51157ae9b..8aba79ccb32abaf7a0d24be78f1d4c2ed1ffff1a 100755 (executable)
@@ -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
index 3ef8c7160de3d109bc7a46b30be8e758f55c80fe..02ea0b7b19c5e9bcf37aaac0379162b59efe5c6b 100644 (file)
@@ -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.
index 7f0975f5dc828d3720284dffef6bd3e87424d0d9..f7bf81bc91375a0088683f3d6dee314298971f3b 100644 (file)
@@ -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}],
similarity index 90%
rename from doc/plugins/nicebundle.mdwn
rename to doc/plugins/goodstuff.mdwn
index 6a3829826f39af0725b61de2240bc6ea86ebea6f..3402c7edcc17c96ca7469b179a9ac60844a53440 100644 (file)
@@ -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