]> sipb.mit.edu Git - ikiwiki.git/commitdiff
goodstuff update
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 9 Sep 2008 20:11:16 +0000 (16:11 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 9 Sep 2008 20:11:16 +0000 (16:11 -0400)
* goodstuff: Remove otl plugin from the bundle since it needs a significant
  external dependency and is not commonly used. If you use otl, make sure
  you explicitly enable it now.
* goodstuff: Add more, progress, and table plugins to the bundle.

IkiWiki/Plugin/goodstuff.pm
debian/changelog
doc/plugins/goodstuff.mdwn
doc/roadmap.mdwn
doc/todo/Adjust_goodstuff.mdwn

index df928f2226d485aba2a582363e59da44db9d229c..08ed960b4a3ff8bc7d10419e765a7bd3b4fbc8f0 100644 (file)
@@ -11,16 +11,18 @@ my @bundle=qw{
        img
        map
        meta
+       more
        orphans
        pagecount
        pagestats
+       progress
        shortcut
        smiley
        tag
+       table
        template
        toc
        toggle
-       otl
 };
 
 sub import { #{{{
index dd0bed151e097d3725657e709c79b449edd2ba9a..423ce12ed2eac02fa60c5961726e140e89eac530 100644 (file)
@@ -6,6 +6,10 @@ ikiwiki (2.64) UNRELEASED; urgency=low
   * progress: New plugin to generate progress bars (willu)
   * Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.
   * img: Support sizes like 200x. Closes: #475149
+  * goodstuff: Remove otl plugin from the bundle since it needs a significant
+    external dependency and is not commonly used. If you use otl, make sure
+    you explicitly enable it now.
+  * goodstuff: Add more, progress, and table plugins to the bundle.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 08 Sep 2008 19:21:20 -0400
 
index adf2b0a5b32f60d67c1a9cac8ab2a330bfbc5f7f..83b60f4fa554f28cba4db953bb5db004c1a343cf 100644 (file)
@@ -13,15 +13,17 @@ Currently included:
 * [[img]]
 * [[map]]
 * [[meta]]
+* [[more]]
 * [[orphans]]
 * [[pagecount]]
 * [[pagestats]]
+* [[progress]]
 * [[shortcut]]
 * [[smiley]]
 * [[tag]]
+* [[table]]
 * [[template]]
 * [[toc]]
 * [[toggle]]
-* [[otl]]
 
 New plugins will be added to this bundle from time to time.
index 08e4c48bce7d124e33077c735b551028a039e820..029099143a5e2562abf39c10650a1f3662e419b8 100644 (file)
@@ -45,13 +45,13 @@ Version 3.0 will be an opportunity to make significant transitions.
 * Default to using `aggregateinternal`.
 * Remove deprecated prefs form settings for `allowed_attachments` and
   `locked_pages`.
-* [[todo/Adjust_goodstuff]]
 
 ----
 
 # future goals
 
-* More documentation in the basewiki, including documentation for all enabled plugins.
+* More documentation in the basewiki, including documentation for all enabled
+  plugins.
 * Conversion support for existing other wikis.
   (Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
   and Jamey Sharp; support for other wikis should fit into the same
index 78764c8c6626b08777b13b0eb88145f7dbf487eb..8a9b5c3b121fe762faa9f0252bae8e6a179decee 100644 (file)
@@ -8,3 +8,5 @@ Alternatively, if including items that have minor external dependencies:
 * Possibly add [[plugins/table]].
 
 --[[JoshTriplett]]
+
+[[done]]