summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>