diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 20:40:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 20:49:18 -0400 |
commit | a547d2685866898665fad221939b0b820a42a088 (patch) | |
tree | 755759b08dc571425e677d121a3fd0552c110b72 /doc/roadmap.mdwn | |
parent | ccafb10007731d04e0ff6aa36978690e6dfa6dec (diff) | |
download | ikiwiki-a547d2685866898665fad221939b0b820a42a088.tar ikiwiki-a547d2685866898665fad221939b0b820a42a088.tar.gz |
html5 option
* Ikiwiki can be configured to generate html5 instead of the default xhtml
1.0. The html5 output mode is experimental, not yet fully standards
compliant, and will be subject to rapid change.
Diffstat (limited to 'doc/roadmap.mdwn')
-rw-r--r-- | doc/roadmap.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index c126fd585..4b5f01c45 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -80,6 +80,7 @@ Probably incomplete list: * YADA format setup files per default? * Enable tagbase by default (so that tag autocreation will work by default). Note that this is already done for wikis created by `auto-blog.setup`. +* html5 on by default (some day..) In general, we try to use [[ikiwiki-transition]] or forced rebuilds on upgrade to deal with changes that break compatability. Some things that |