summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-13 14:43:37 -0700
committerGary E. Miller <gem@rellim.com>2015-04-13 14:43:37 -0700
commitf493f9e0b633924d82d0bead651848b52a5d1f55 (patch)
tree3ab10be762d7cf99713bf3b4afeabd9cbad6a2ff /www
parentff8fa913ff5f8d9d37299ee1e6a8b6b5a11cd8fb (diff)
downloadgpsd-f493f9e0b633924d82d0bead651848b52a5d1f55.tar.gz
Automate revision date in *.html.in files.
Diffstat (limited to 'www')
-rw-r--r--www/faq.html.in2
-rw-r--r--www/hacking.html.in2
-rw-r--r--www/hardware-head.html.in2
-rw-r--r--www/index.html.in3
4 files changed, 5 insertions, 4 deletions
diff --git a/www/faq.html.in b/www/faq.html.in
index a3fe842e..34fc6e63 100644
--- a/www/faq.html.in
+++ b/www/faq.html.in
@@ -6,7 +6,7 @@
<meta name="Author" content="Eric S. Raymond">
<meta name="Description" content="GPSD Frequently Asked Questions">
<meta name="Keywords" content="GPS,gpsd,FAQ,frequently asked questions,android,garmin,raspberry pi,fix">
- <meta name="revised" content="9 April 2015">
+ <meta name="revised" content="@DATE@">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="main.css" type="text/css">
<title>GPSD FAQ</title>
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 513a121d..0b1f346c 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -7,7 +7,7 @@
<meta name="Keywords" content="GPS, gpsd, translator, hackers">
<meta name="Author" content="Eric S. Raymond">
<meta name="robots" content="index,follow">
- <meta name="Revised" content="10 April 2015">
+ <meta name="revised" content="@DATE@">
<title>Hacker's Guide to GPSD</title>
<link rel="stylesheet" href="main.css" type="text/css">
</head>
diff --git a/www/hardware-head.html.in b/www/hardware-head.html.in
index 3b597383..d0d60b75 100644
--- a/www/hardware-head.html.in
+++ b/www/hardware-head.html.in
@@ -6,7 +6,7 @@
<meta name="Author" content="Eric Raymond">
<meta name="Description" content="Hardware known to work with GPSD.">
<meta name="Keywords" content="GPS, gpsd, hardware">
- <meta name="Revised" content="12 April 2015">
+ <meta name="revised" content="@DATE@">
<meta name="robots" content="index,follow">
<title>Compatible GPSes</title>
<link rel="stylesheet" href="main.css" type="text/css">
diff --git a/www/index.html.in b/www/index.html.in
index 99e521ac..15bca0d5 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -1,9 +1,10 @@
<!DOCTYPE HTML>
<html>
+<!-- @MASTER@ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="Eric S. Raymond">
- <meta name="Revised" content="9 April 2015">
+ <meta name="revised" content="@DATE@">
<meta name="robots" content="index,follow">
<meta name="Description" content="gpsd is a utility that can listen to a GPS or AIS receiver and re-publish the positional data in a simpler format.">
<meta name="Keywords" content="GPS, gpsd, code, project, service, applications, time service, gpsd project">