summaryrefslogtreecommitdiff
path: root/www/history.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/history.html
parent2aaaf04a3e544bc207e2377ff3690c6cd2e685ef (diff)
downloadgpsd-b2627fafbb5542fbf58e4b51a5dc4e2806b8c733.tar.gz
Web pages upgraded to XHTML 1.1 conformance.
Diffstat (limited to 'www/history.html')
-rw-r--r--www/history.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/www/history.html b/www/history.html
index 453a4c0d..0e6d7f3e 100644
--- a/www/history.html
+++ b/www/history.html
@@ -1,10 +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 http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Remco Treffkorn">
- <meta name="Description" content="GPSd is a utility that can listen to a GPS or AIS yreceiver and re-publish the positional data in a simpler format.">
- <meta name="Keywords" content="GPS, translator, mxmap, GIS">
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+ <meta name="Author" content="Eric S. Raymond"/>
+ <meta name="Description" content="GPSd is a utility that can listen to a GPS or AIS yreceiver and re-publish the positional data in a simpler format."/>
+ <meta name="Keywords" content="GPS, translator, mxmap, GIS"/>
<link rel="stylesheet" href="main.css" type="text/css"/>
<title>GPSD project history</title>
</head>
@@ -59,8 +60,8 @@ A Brief History of GPSD
<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">
@@ -184,6 +185,6 @@ daemon.</p>
</div>
<hr/>
-<script language="JavaScript" src="datestamp.js" type='text/javascript'></script>
+<script src="datestamp.js" type='text/javascript'></script>
</body>
</html>