summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-10 22:05:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-10 22:05:16 +0000
commit26ee95ea6202c3051fb49e9557729b5f869cbafc (patch)
treee290523dbfda43caa4ed63f4797342821fa4af1f /www
parentd50056ce30fc52a13649a5f93411c0fdd5d4a644 (diff)
downloadgpsd-26ee95ea6202c3051fb49e9557729b5f869cbafc.tar.gz
Fix Andreas's automake conditiional.
Also, some minor documentation improvements and typo fixes.
Diffstat (limited to 'www')
-rw-r--r--www/gps-hacking.html9
-rw-r--r--www/main.css2
-rw-r--r--www/references.html4
3 files changed, 6 insertions, 9 deletions
diff --git a/www/gps-hacking.html b/www/gps-hacking.html
index 6372b200..4a3922ca 100644
--- a/www/gps-hacking.html
+++ b/www/gps-hacking.html
@@ -137,12 +137,9 @@ probability-of-error: e.g., you're within 10 meters 95% of the
time and 2 meters 50% of the time.</p>
<p>You can read a more in-depth description of how the satellites and
-radio signals work at the <a
-href="http://vancouver-webpages.com/pub/peter/gpsfaq.txt">GPS FAQ</a>;
-note however that their accuracy estimates are from the Selective
-Availability period and expected error has decreased quite a bit since
-(the WAAS system they talk about as a future plan is now generally
-deployed).</p>
+radio signals work in this <a
+href="http://www.novatel.com/Documents/Manuals/GPS+Reference.pdf">vendor
+manual</a>.</p>
<h1 id='dgps'>DGPS, WAAS, and EGNOS</h1>
diff --git a/www/main.css b/www/main.css
index 3f9330de..424cba7d 100644
--- a/www/main.css
+++ b/www/main.css
@@ -1,7 +1,7 @@
/* Originally cribbed from http://bluerobot.com/web/layouts/layout1.html
* However, people who merge the hotlink colors are evil and should be killed,
* so I removed that. Fixing font sizes in pixels is evil, too; is much as
- * possible I has move all dimensions to be relative to the associated font
+ * possible I have moved all dimensions to be relative to the associated font
* size. Finally, light grey is a great background color, but lousy for
* foreground text on white.
*/
diff --git a/www/references.html b/www/references.html
index 7d33e063..64c07d48 100644
--- a/www/references.html
+++ b/www/references.html
@@ -140,7 +140,7 @@ aspects of the protocol that SiRF has removed from current versions of the
protocol documentation.</dd>
<dt><a href='vendor-docs/uBlox.pdf'>u-blox extension to SiRF binary protocol</a> (March 2002)</dt>
-<dd>uBlox was an OEM-enhanced firmware variant of the SiRF-1 chip.
+<dd>u-blox was an OEM-enhanced firmware variant of the SiRF-1 chip.
<code>gpsd</code> supports it. It's been rendered obsolete by the SiRF 2
and 3 chips.</dd>
</dl>
@@ -155,7 +155,7 @@ GPS 16/17 Series Technical Specification (offsite link)</a> (Revision C, October
Garmin GPS16 and 17. For programming purposes, effectively identical to their
earlier reference on the Garmin 15H and 15L.</dd>
- <dt><a href="vendor-docs/garmin-binary.pdf">December 1999</a></dt>
+ <dt><a href="vendor-docs/garmin-binary.pdf">GARMIN GPS Interface Specification</a> (December 1999)</dt>
<dd>The binary protocol used by Garmin USB GPSes. Supported by <code>gpsd</code>.</dd>
<dt><a href='vendor-docs/garmin_simpletext.txt'>Garmin Simple Text Protocol</a></dt>