diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-10-04 17:34:54 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-10-04 17:34:54 -0400 |
commit | 64d49461e45acc1cf547c126004755f06d5b0431 (patch) | |
tree | 34cc113cb93d1963e54c451b7bc4f3af1eaa9871 /www/gypsy.html | |
parent | b2627fafbb5542fbf58e4b51a5dc4e2806b8c733 (diff) | |
download | gpsd-64d49461e45acc1cf547c126004755f06d5b0431.tar.gz |
Changed our HTML conformance target from XHTML to HTML 4.01.
Diffstat (limited to 'www/gypsy.html')
-rw-r--r-- | www/gypsy.html | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/www/gypsy.html b/www/gypsy.html index dbea31cd..8c19c0d7 100644 --- a/www/gypsy.html +++ b/www/gypsy.html @@ -1,46 +1,46 @@ -<!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"> +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> - <meta name="Description" content="Evaluating the competition"/> - <meta name="Keywords" content="GPS, translator, GIS"/> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="Description" content="Evaluating the competition"> + <meta name="Keywords" content="GPS, translator, GIS"> <title>Why You Should use GPSD over Gypsy</title> - <link rel="stylesheet" href="main.css" type="text/css"/> + <link rel="stylesheet" href="main.css" type="text/css"> </head> <body> <div id="Header">Why You Should use GPSD over Gypsy</div> <div id="Menu"> - <img src="gpsd-logo-small.png" alt="Small gpsd Logo" /><br /> - <a href="index.html">Home</a><br/> - <a href="index.html#news">News</a><br/> - <a href="index.html#downloads">Downloads</a><br/> - <a href="index.html#mailing-lists">Mailing lists</a><br/> - <a href="index.html#documentation">Documentation</a><br/> - <a href="faq.html">FAQ</a><br/> - <a href="xgps-sample.html">Screenshots</a><br/> - <a href="index.html#recipes">Recipes</a><br/> - <a href="index.html#others">Other GPSDs</a><br/> - <a href="hardware.html">Hardware</a><br/> - <a href="for-vendors.html">For GPS Vendors</a><br/> - <a href="wishlist.html">Wish List</a><br/> - <a href="hall-of-shame.html">Hall of Shame</a><br/> - <a href="hacking.html">Hacker's Guide</a><br/> - <a href="troubleshooting.html">Troubleshooting Guide</a><br/> + <img src="gpsd-logo-small.png" alt="Small gpsd Logo"><br> + <a href="index.html">Home</a><br> + <a href="index.html#news">News</a><br> + <a href="index.html#downloads">Downloads</a><br> + <a href="index.html#mailing-lists">Mailing lists</a><br> + <a href="index.html#documentation">Documentation</a><br> + <a href="faq.html">FAQ</a><br> + <a href="xgps-sample.html">Screenshots</a><br> + <a href="index.html#recipes">Recipes</a><br> + <a href="index.html#others">Other GPSDs</a><br> + <a href="hardware.html">Hardware</a><br> + <a href="for-vendors.html">For GPS Vendors</a><br> + <a href="wishlist.html">Wish List</a><br> + <a href="hall-of-shame.html">Hall of Shame</a><br> + <a href="hacking.html">Hacker's Guide</a><br> + <a href="troubleshooting.html">Troubleshooting Guide</a><br> <a href="protocol-transition.html">Application Compatibility</a> - <a href="references.html">References</a><br/> - <a href="history.html">History</a><br/> - <a href="future.html">Future</a><br/> + <a href="references.html">References</a><br> + <a href="history.html">History</a><br> + <a href="future.html">Future</a><br> <div> </div> <a href='http://www.catb.org/hacker-emblem/'><img src='http://www.catb.org/hacker-emblem/glider.png' - alt='hacker emblem' /></a><br /> + alt='hacker emblem'></a><br> - <hr/> + <hr> <script type="text/javascript"><!-- google_ad_client = "pub-1458586455084261"; google_ad_width = 160; @@ -52,11 +52,11 @@ <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> - <hr/> + <hr> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-xhtml11" - alt="Valid XHTML 1.1!" height="31" width="88" /></a> + src="http://www.w3.org/Icons/valid-html401" + alt="Valid HTML 4.01!" height="31" width="88"></a> </div> <div id="Content"> @@ -122,7 +122,7 @@ right. Finally we think that, given a choice, we'd prefer to cooperate with the author of libgypsy than fight with him over Gypsy.</p> </div> -<hr/> <script src="datestamp.js" type='text/javascript'></script> +<hr> <script src="datestamp.js" type='text/javascript'></script> </body> </html> <!-- |