use html5 semantic markup in page.tmpl
authorJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 19:09:33 +0000 (15:09 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 19:09:33 +0000 (15:09 -0400)
commitd69f6057d1e1787fa3c19cc13c40eb3e9b822283
treeaa547dc8305255748fd281f715a179d181fbe1e5
parent7517d34da928bb9612c65fcde87cc434b7b7d653
use html5 semantic markup in page.tmpl

This is a first pass, it avoids needing to change style.css
except where it refers to tag types.

This goes a bit off the rails at the pageheader with its nested header.
Semantically, there should be an article around the whole page
header, content, and footer. Just as there will be an article around a
whole comment or inlined page header, content, and footer.

But that will mean changing the css that currently refers to pageheader to
refer to the enclosing article instead.
debian/changelog
doc/style.css
templates/page.tmpl