summaryrefslogtreecommitdiff
path: root/gpsd.php
Commit message (Expand)AuthorAgeFilesLines
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-3/+3
* Generate a JSON error if GPSd is unresponsiveBeat Bolli2010-04-121-1/+3
* Add JSON output to gpsd.phpBeat Bolli2010-04-121-5/+18
* Document script argsChris Kuethe2010-04-091-0/+6
* "magic" was dumb - use more descriptive nameChris Kuethe2010-04-081-6/+6
* Allow to disable the form to change the serverChris Kuethe2010-04-081-4/+8
* Include the configuration only onceChris Kuethe2010-04-081-1/+0
* Use the correct coordinates in the titleChris Kuethe2010-04-081-1/+1
* fix charsetChris Kuethe2010-04-081-1/+1
* Get rid of $GPS global. Mostly from Beat BolliChris Kuethe2010-04-081-8/+7
* Use the current query syntax in the descriptionChris Kuethe2010-04-081-1/+2
* Add a note about making gpsd.php work with SuhosinChris Kuethe2010-04-081-0/+6
* Output the non-decodable JSON in the error messageChris Kuethe2010-04-081-2/+2
* Actually show the Google map if enabledChris Kuethe2010-04-081-1/+1
* Fix Pythonism in gpsd.phpBeat Bolli2010-04-071-1/+2
* update gpsd.php to use JSON POLL commandChris Kuethe2010-04-061-131/+76
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+0
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-2/+2
* allow the SBAS diamond icons to be filled... Chris Kuethe2008-03-011-4/+17
* hush.Chris Kuethe2008-02-111-4/+4
* got elevation and azimuth backwards... again.Chris Kuethe2008-02-101-2/+2
* Adjust the color scheme a bit - less than 10dBHz SNR is effectively unusable.Chris Kuethe2008-02-101-1/+4
* allow the script to be a little more patient in waiting for position reports...Chris Kuethe2008-02-101-2/+2
* handle NMEA sources by waiting a bit looking for an actual fix. give upChris Kuethe2008-01-281-3/+8
* more magicChris Kuethe2007-12-141-1/+2
* magicChris Kuethe2007-12-141-2/+2
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
* Explain why I'm using a combination queryChris Kuethe2006-12-121-0/+1
* Grumble.Chris Kuethe2006-12-011-5/+13
* Clarify the legend a bit. Prompted by RobinChris Kuethe2006-12-011-4/+4
* Finally, after all this time, add a legend explaining the color schemeChris Kuethe2006-12-011-0/+19
* Stop using special colours for SBAS PRNs. Instead, use a distinctive shape.Chris Kuethe2006-12-011-4/+19
* xgps display tuning.Chris Kuethe2006-11-261-0/+4
* Fix bug reported by Chris Kuethe.Eric S. Raymond2006-11-241-7/+8
* I don't like $advertiseChris Kuethe2006-11-241-5/+8
* Conditionalize so the satellite-view caption is not displayed...Eric S. Raymond2006-11-221-4/+9
* More CSSing. Add an explanatory caption to the skyview.Eric S. Raymond2006-11-221-5/+15
* PHP script is now fully CSSed.Eric S. Raymond2006-11-221-6/+18
* Use watcher mode in the PHP script to avoid timing problems with the query.Eric S. Raymond2006-11-221-4/+4
* Start on CSSing this.Eric S. Raymond2006-11-221-5/+8
* More XHTMLization. Eric S. Raymond2006-11-211-14/+19
* Another XHTML correction. Arrange for SVN keyword expansion.Eric S. Raymond2006-11-211-3/+3
* Start the PHP script on the road to modern HTML.Eric S. Raymond2006-11-211-10/+12
* MFC: handle gpsd connect failureChris Kuethe2006-11-211-2/+5
* Pass fix data in url to the image generator...Chris Kuethe2006-11-211-48/+104
* Added Chris Kuethe's PHP test station script.Eric S. Raymond2006-11-211-0/+440