summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-10 18:27:33 +0100
committerNick White <git@njw.me.uk>2010-05-10 18:27:33 +0100
commit569230d57ec4925ec23ada02d051a9e3b30da98d (patch)
treeecbf679848023fd77eb9c44810d0382893fdfbce
parentb9054d03619283005659890ab86f31d3b10fce7d (diff)
downloadnjw-website-569230d57ec4925ec23ada02d051a9e3b30da98d.tar.bz2
njw-website-569230d57ec4925ec23ada02d051a9e3b30da98d.zip
Neatened copyright notices
-rw-r--r--includes/footer.xml4
-rw-r--r--includes/header.xml5
2 files changed, 5 insertions, 4 deletions
diff --git a/includes/footer.xml b/includes/footer.xml
index 499cc1e..73d05a7 100644
--- a/includes/footer.xml
+++ b/includes/footer.xml
@@ -1,6 +1,6 @@
<div id="footer">
-<p id="moddate">Last updated: MODDATE</p>
-<p id="copyright">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/agpl.html" rel="license">GNU Affero General Public License</a>.</p>
+<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/agpl.html" rel="license" about="http://git.njw.me.uk/njw-website.git">GNU Affero General Public License</a>.</p>
</div>
</body>
</html>
diff --git a/includes/header.xml b/includes/header.xml
index fb38415..b431a1c 100644
--- a/includes/header.xml
+++ b/includes/header.xml
@@ -1,10 +1,11 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!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">
<head>
<title>TITLE</title>
<link rel="stylesheet" type="text/css" href="/includes/style" />
<link rel="alternate" title="RSS" type="text/turtle" href="/index.ttl" />
<link rel="meta" title="FOAF" type="text/turtle" href="/card#i" />
+<link rel="copyright" href="/COPYING" />
</head>
<body>