From: Joey Hess Date: Thu, 23 Jun 2011 13:41:21 +0000 (-0400) Subject: html5 is not experimental anymore. But not the default either, quite yet. X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=46064d6d631326ce8e2c675c81528747049b6285 html5 is not experimental anymore. But not the default either, quite yet. --- diff --git a/IkiWiki.pm b/IkiWiki.pm index 8136a7c4b..766226338 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -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, }, diff --git a/debian/changelog b/debian/changelog index a516c0756..8191a212a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 headings. + * html5 is not experimental anymore. But not the default either, quite yet. -- Joey Hess Thu, 09 Jun 2011 10:06:44 -0400