summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-09 21:29:23 -0700
committerGary E. Miller <gem@rellim.com>2015-04-09 21:29:23 -0700
commit211d1678f9448a6389c809f059013adbb0aecc2e (patch)
tree15c0b21a0db386afc21485bb6b4a66a3ddac08f6 /www
parentfe7cf0bea783303cdd03e4575c9df38bb3732c2c (diff)
downloadgpsd-211d1678f9448a6389c809f059013adbb0aecc2e.tar.gz
Convert to html5 and utf-8, Add some SEO.
Diffstat (limited to 'www')
-rw-r--r--www/gps-hacking.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/www/gps-hacking.html b/www/gps-hacking.html
index 81958932..65f3b305 100644
--- a/www/gps-hacking.html
+++ b/www/gps-hacking.html
@@ -1,11 +1,12 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE HTML>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Eric S. Raymond">
- <meta name="Description" content="Programmer's guide to GPS hacking.">
- <meta name="Keywords" content="GPS, translator, GIS">
+ <meta name="Description" content="A gentle introduction to writing GPS-aware applications">
+ <meta name="Keywords" content="GPS, gpsd, hacking, applications">
+ <meta name="Revised" content="9 April 2015">
+ <meta name="robots" content="index,follow">
<link rel="stylesheet" href="main.css" type="text/css">
<title>ESR's Guide to Hacking With GPS</title>
</head>