Cut the size of the binary package in half by excluding pages for bugs and todo items...
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 19:46:20 +0000 (15:46 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 13 Jul 2008 19:46:20 +0000 (15:46 -0400)
debian/changelog
docwiki.setup

index d5b64df346378545c0f237068f0655501579721d..3c535fd5fdd0a4cb352a44ee1ad55849bdca8c87 100644 (file)
@@ -23,6 +23,8 @@ ikiwiki (2.54) UNRELEASED; urgency=low
   * Error handling improvement for preprocess hooks. It's now safe to call
     error() from such hooks; it will cause a nicely formatted error message
     to be inserted into the page.
+  * Cut the size of the binary package in half by excluding pages for bugs
+    and todo items from the html shipped in it.
 
  -- Josh Triplett <josh@freedesktop.org>  Wed, 09 Jul 2008 21:30:33 -0700
 
index 0a6a86678e7591f4c3178cbe0e8c5e2236ac3148..ba3dd680d409d8afcf9e0e4019e618e6884acde2 100644 (file)
@@ -9,7 +9,7 @@ use IkiWiki::Setup::Standard {
        underlaydir => "underlays/basewiki",
        wrappers => [],
        discussion => 0,
-       exclude => qr/\/discussion/,
+       exclude => qr/\/discussion|bugs\/*|todo\/*/,
        locale => '',
        verbose => 1,
        syslog => 0,