aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-06-23 09:41:21 -0400
committerJoey Hess <joey@kitenet.net>2011-06-23 09:41:21 -0400
commit46064d6d631326ce8e2c675c81528747049b6285 (patch)
treef0da064d93edad80fad5cd4c79579a516f7a310c
parent7a164912c33195b6c5ee8d950f99747231993afb (diff)
downloadikiwiki-46064d6d631326ce8e2c675c81528747049b6285.tar
ikiwiki-46064d6d631326ce8e2c675c81528747049b6285.tar.gz
html5 is not experimental anymore. But not the default either, quite yet.
-rw-r--r--IkiWiki.pm4
-rw-r--r--debian/changelog1
2 files changed, 3 insertions, 2 deletions
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 <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