]> sipb.mit.edu Git - ikiwiki.git/commitdiff
html5 is not experimental anymore. But not the default either, quite yet.
authorJoey Hess <joey@kitenet.net>
Thu, 23 Jun 2011 13:41:21 +0000 (09:41 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 23 Jun 2011 13:41:21 +0000 (09:41 -0400)
IkiWiki.pm
debian/changelog

index 8136a7c4b67cff3ead2bae127b8020559111e132..7662263383271fd31e988e33cf68d00a8d2ed4ce 100644 (file)
@@ -237,8 +237,8 @@ sub getsetup () {
        html5 => {
                type => "boolean",
                default => 0,
-               description => "generate HTML5? (experimental)",
-               advanced => 1,
+               description => "generate HTML5?",
+               advanced => 0,
                safe => 1,
                rebuild => 1,
        },
index a516c0756b67352015f23abb2e91668e899583a1..8191a212a4ffc8cadcebea737256e0a8ccbf406d 100644 (file)
@@ -14,6 +14,7 @@ ikiwiki (3.20110609) UNRELEASED; urgency=low
     (Sponsored by The TOVA Company.)
   * Add libtext-multimarkdown-perl to Suggests. Closes: #630705
   * headinganchors: Plugin by Paul Wise that adds ids to <hn> headings.
+  * html5 is not experimental anymore. But not the default either, quite yet.
 
  -- Joey Hess <joeyh@debian.org>  Thu, 09 Jun 2011 10:06:44 -0400