summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-09 23:49:22 -0700
committerGary E. Miller <gem@rellim.com>2015-04-09 23:49:22 -0700
commitcce93ad02483bc82e036b1de72491dd8a7d33581 (patch)
treefcb7615795021dc096ee3c3f9ad12d558f2abb58
parent3f7e84bc56d5edfd4ece2f7e871d401ecf1601b7 (diff)
downloadgpsd-cce93ad02483bc82e036b1de72491dd8a7d33581.tar.gz
Partial conversion to html5.
-rw-r--r--www/hardware-head.html.in2
-rw-r--r--www/hardware-tail.html16
2 files changed, 9 insertions, 9 deletions
diff --git a/www/hardware-head.html.in b/www/hardware-head.html.in
index 0f8e35c0..37814044 100644
--- a/www/hardware-head.html.in
+++ b/www/hardware-head.html.in
@@ -138,7 +138,7 @@ correct.</li>
<li><img src="star.png" alt="Star icon"><img src="star.png" alt="Star
icon"><img src="star.png" alt="Star icon"> marks devices with
-<b>Good</b> performance: <tt>gpsd</tt> has minor problems or lag
+<b>Good</b> performance: <code>gpsd</code> has minor problems or lag
recognizing the device, but reports are complete and correct.</li>
<li><img src="star.png" alt="Star icon"><img src="star.png" alt="Star
diff --git a/www/hardware-tail.html b/www/hardware-tail.html
index 9038e7a6..b937d2a8 100644
--- a/www/hardware-tail.html
+++ b/www/hardware-tail.html
@@ -30,7 +30,7 @@ extract time information from the serial data accurate to about
<div>&nbsp;</div>
-<table border='1'>
+<table style="border: 1px solid gray">
<tr>
<th>Receiver</th>
<th>Raw</th>
@@ -38,38 +38,38 @@ extract time information from the serial data accurate to about
</tr>
<tr>
<td>NavSync</td>
-<td align="center">No</td>
+<td style="text-align: center">No</td>
<td>I asked them about raw measurements and they told me that a custom firmware build ($$$!) would be required, and that I probably wasn't authorized to get that data.</td>
</tr>
<tr>
<td>SiRF</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>sirfstar1 has raw data in message 5, sirfstar2 has raw data in message 28, sirfstar3 has some raw data in message 28 but carrier phase is not available. rumor has it that carrier phase is available as a premium feature in superstar3.</td>
</tr>
<tr>
<td>u-blox</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>The RXM-RAW message contains raw data. This is implemented in all Antaris chips. This is only implemented in the timing versions of Antaris4. In ublox5 it is "only available with premium feature raw data".
</td>
</tr>
<tr>
<td>Novatel SuperStarII</td>
-<td align="center">Partial</td>
+<td style="text-align: center">Partial</td>
<td>Message #23 contains raw measurements in carrier-phase-enabled firmwares.</td>
</tr>
<tr>
<td>Fastrax</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>The "PSEUDO" message contains raw measurements</td>
</tr>
<tr>
<td>Trimble</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>Packet 0x5a contains raw measurements</td>
</tr>
<tr>
<td>Thales AC12</td>
-<td align="center">Yes</td>
+<td style="text-align: center">Yes</td>
<td>The PASHR,MCA message contains raw measurements.</td>
</tr>
</table>