summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-09 19:01:57 -0700
committerGary E. Miller <gem@rellim.com>2015-04-09 19:01:57 -0700
commit1db2f2dfa295c1363fddc439778401f3b66307cb (patch)
treef37fb3827f8a1b0aa148ec0bef9cf58b389a26d1 /www
parentb82580659159ef617ba40abe1a3426f93cabae4d (diff)
downloadgpsd-1db2f2dfa295c1363fddc439778401f3b66307cb.tar.gz
Convert to UTF-8, add some SEO
Diffstat (limited to 'www')
-rw-r--r--www/faq.html.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/faq.html.in b/www/faq.html.in
index d7178593..eaa939ca 100644
--- a/www/faq.html.in
+++ b/www/faq.html.in
@@ -1,12 +1,14 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- @MASTER@ -->
<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="GPSD Frequently Asked Questions">
- <meta name="Keywords" content="GPS, translator, GIS">
+ <meta name="Keywords" content="GPS,gpsd,FAQ,frequently asked questions,android,garmin,raspberry pi,fix">
+ <meta name="revised" content="9 April 2015">
+ <meta name="robots" content="index,follow">
<link rel="stylesheet" href="main.css" type="text/css">
<title>GPSD FAQ</title>
</head>
@@ -186,8 +188,8 @@ receive data check for it with <b>lsmod(1)</b>.</p>
<p>On Linux systems with module autoloading disabled or misconfigured,
it is possible you may need to load the module manually with a command
-such as <code>sudo modprobe usbserial vendor=0×1a86
-product=0×7523</code>. Do not copy those hex numbers slavishly, they
+such as <code>sudo modprobe usbserial vendor=0x1a86
+product=0x7523</code>. Do not copy those hex numbers slavishly, they
are examples. To get the right numbers, you will need to dig up the
vendor and product ID of your USB-serial converter device.</p>