summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-21 09:22:01 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-21 09:22:01 -0400
commit3b46b42c322321a900b0c81f83c615e78a7da508 (patch)
tree470d6685a787231d43509787349cbcd6fb158384 /www
parent1f9b84faf9fc04dcc3c8cef4e160ef1d009cb36f (diff)
downloadgpsd-3b46b42c322321a900b0c81f83c615e78a7da508.tar.gz
Point to the AOSA essay.
Diffstat (limited to 'www')
-rw-r--r--www/index.html.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/index.html.in b/www/index.html.in
index 1c4a90f4..a88a96fb 100644
--- a/www/index.html.in
+++ b/www/index.html.in
@@ -283,14 +283,6 @@ standard output.</dd>
<dt><a href="gpsd_json.html">gpsd.5</a></dt>
<dd>The request/response protocol of the <code>gpsd</code> daemon.</dd>
-
-<!--
-<dt><a href="gpsflash.html">gpsflash(1)</a></dt>
-<dd>The <code>src</code> GPS firmware uploader..</dd>
-
-<dt><a href="srec.html">srec.5</a></dt>
-<dd>The <code>src</code> Motorola S-record and file format.</dd>
--->
</dl>
<p>Also, see the <a href="faq.html">FAQ</a>.</p>
@@ -314,6 +306,10 @@ href="irc://irc.freenode.net#gpsd">channel #gpsd at irc.freenode.net</a>.</p>
<h1 id='white_papers'>White Papers</h1>
<dl>
+<dt><a href="http://www.aosabook.org/en/gpsd.html">GPSD</a></dt>
+<dd>An in-depth essay on the architecture and practices of GPSD,
+published in <cite>The Architecture of Open Souerce, Volume 2</cite>.</dd>
+
<dt><a href="client-howto.html">GPSD Client HOWTO</a></dt>
<dd>A programmer's guide to interfacing with <code>gpsd</code> from
client applications. Explains the theory, points at working example