summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-07-03 02:01:46 +0100
committerNick White <git@njw.me.uk>2010-07-03 02:01:46 +0100
commitb531d55239e3c7d257eae3815123354ef089aef3 (patch)
treea27201eddc2b52ddc3fa5b08ec1d2f7a6237f6a5 /includes
parente210cd7dffbe9444be5fcf049c793e8bfbf884b7 (diff)
downloadnjw-website-b531d55239e3c7d257eae3815123354ef089aef3.tar.bz2
njw-website-b531d55239e3c7d257eae3815123354ef089aef3.zip
Switch to HTML5, and GPL throughout
Diffstat (limited to 'includes')
-rw-r--r--includes/footer.xml2
-rw-r--r--includes/header.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/includes/footer.xml b/includes/footer.xml
index f2fce7f..2885f4f 100644
--- a/includes/footer.xml
+++ b/includes/footer.xml
@@ -1,6 +1,6 @@
<div id="footer">
<p>Last updated: MODDATE</p>
-<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license" about="http://git.njw.me.uk/njw-website.git">GNU General Public License</a>.</p>
+<p>This website and the <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build it</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license">GNU General Public License</a>.</p>
</div>
</body>
</html>
diff --git a/includes/header.xml b/includes/header.xml
index 49858f8..c4ab978 100644
--- a/includes/header.xml
+++ b/includes/header.xml
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
- "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
<head>
<title>TITLE</title>
<link rel="stylesheet" href="/includes/style" />
-<link rel="meta" title="rdf" href="/index.ttl" />
+<link rel="alternate" type="text/turtle" title="rdf" href="/index.ttl" />
+<link rel="copyright" title="COPYING" href="/COPYING" />
</head>
<body>