summaryrefslogtreecommitdiff
path: root/www/excellence.html
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-04 16:41:37 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-04 16:41:37 -0400
commitb2627fafbb5542fbf58e4b51a5dc4e2806b8c733 (patch)
tree7bd860d8bc0eb882cce9678d96ba43243aeb8d36 /www/excellence.html
parent2aaaf04a3e544bc207e2377ff3690c6cd2e685ef (diff)
downloadgpsd-b2627fafbb5542fbf58e4b51a5dc4e2806b8c733.tar.gz
Web pages upgraded to XHTML 1.1 conformance.
Diffstat (limited to 'www/excellence.html')
-rw-r--r--www/excellence.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/www/excellence.html b/www/excellence.html
index e2d71570..b2f3957c 100644
--- a/www/excellence.html
+++ b/www/excellence.html
@@ -1,9 +1,11 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
- <meta name="Author" content="Eric S. Raymond">
- <meta name="Description" content="Essay for the Alliance for Code Excellence.">
- <meta name="Keywords" content="GPS, translator, GIS">
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta name="Author" content="Eric S. Raymond"/>
+ <meta name="Description" content="Essay for the Alliance for Code Excellence."/>
+ <meta name="Keywords" content="GPS, translator, GIS"/>
<link rel="stylesheet" href="main.css" type="text/css"/>
<title>GPSD and Code Excellence</title>
</head>
@@ -58,8 +60,8 @@ GPSD and Code Excellence
<hr/>
<a href="http://validator.w3.org/check/referer"><img
- src="http://www.w3.org/Icons/valid-xhtml10"
- alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+ src="http://www.w3.org/Icons/valid-xhtml11"
+ alt="Valid XHTML 1.1!" height="31" width="88" /></a>
</div>
<div id="Content">
@@ -239,6 +241,6 @@ real hardware is vital to fully learn their quirks.</p>
</div>
<hr/>
-<script language="JavaScript" src="datestamp.js" type='text/javascript'></script>
+<script src="datestamp.js" type='text/javascript'></script>
</body>
</html>