diff options
author | Charles Curley <charlescurley@charlescurley.com> | 2011-02-02 03:14:50 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-02-02 03:14:50 -0500 |
commit | 05e0f06eae3d209e34f31cac97104bb54ebf9a8e (patch) | |
tree | 7331f79e4cbaae999fb0a7a184261faac50abf5a /www/excellence.html | |
parent | 1461f7b5684716d70eef538e13e5e1a25d63c0ed (diff) | |
download | gpsd-05e0f06eae3d209e34f31cac97104bb54ebf9a8e.tar.gz |
Extensive polishing for the website.
* A small correction for the sample C code in libgps.xml.
* Lots of web page ToC menu fixups: duplicates removed, missing entries
added, spelling fixed, etc. Also, all the entries are in the same
order, so they don't "jump around" when you move from one page to
another.
* To move things closer to [X]HTML standards compliance, I added an
alt="" to many of the small gpsd logos at the top of the menu.
* The ohloh.net stuff at the top of the page is now four table data
entries in one row of a table. It extends off to the right on many
displays, which is ugly. If you expand your browser to see all of it,
you end up with long lines of text, which are hard to read. I broke
the table into two rows of two table data entries each.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'www/excellence.html')
-rw-r--r-- | www/excellence.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/excellence.html b/www/excellence.html index be82e135..702fc21f 100644 --- a/www/excellence.html +++ b/www/excellence.html @@ -14,7 +14,7 @@ GPSD and Code Excellence </div> <div id="Menu"> - <img src="gpsd-logo-small.png"/><br /> + <img src="gpsd-logo-small.png" alt="Small gpsd Logo" /><br /> <a href="index.html">Home</a><br/> <a href="index.html#news">News</a><br/> <a href="index.html#downloads">Downloads</a><br/> |