summaryrefslogtreecommitdiff
path: root/www/future.html
Commit message (Collapse)AuthorAgeFilesLines
* http 301 redirects to https ; save time by changing targetSanjeev Gupta2015-04-281-1/+1
|
* www.ohloh.net is now www.openhub.netGary E. Miller2015-04-101-1/+1
|
* Convert to html5 and utf-8, Add some SEO.Gary E. Miller2015-04-091-4/+5
|
* Minor web ppage updates.Eric S. Raymond2014-08-211-0/+3
|
* Javascript datestamp.js must be included in block "Content".Michael Tatarinov2011-10-051-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Update history and future files for post-3.0 conditions.Eric S. Raymond2011-10-041-65/+3
|
* Changed our HTML conformance target from XHTML to HTML 4.01.Eric S. Raymond2011-10-041-33/+33
|
* Web pages upgraded to XHTML 1.1 conformance.Eric S. Raymond2011-10-041-15/+16
|
* Clean more Berlios URls off web pages and docs.Eric S. Raymond2011-10-011-8/+0
|
* Shoot the autotools build through the head, putting it out of our misery.Eric S. Raymond2011-04-091-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | This diff executes the foollowing steps: 1. Delete from the repo: configure.ac, autogen.sh, Makefile.am, do-tests (2129 lines). 2. Removed the kluge in SConstruct 3. Remove future.html reference to scons. 4. Revise INSTALLATION. 5. Edit the packaging files to warn that they need to use scons. 7. git rm -r libQgpsmm 8. Add a warning to devtools/sizes that it won't work until we add an option to build static. Also, the following were removed from .gitignore and the working directory: configure Makefile.in Makefile config.* aclocal.m4 py-compile ltmain.sh missing autom4te.cache depcomp install-sh stamp-h1 .libs .deps libtool ChangeLog m4. This is 90630 lines of stuff. All regression tests pass.
* Take gps_poll() off the near-term agenda for the C binding.Eric S. Raymond2011-03-151-10/+1
| | | | | | We might do this someday, but getting the parsing right is going to be a large and nasty job in any fixed-extent language. Best not to gate 3.0 on it.
* Typo fix.Eric S. Raymond2011-02-071-2/+1
|
* Extensive polishing for the website.Charles Curley2011-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | * 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>
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-1/+1
|
* Break out the Troubleshooting Guide into a new document for expansion.Eric S. Raymond2011-01-141-0/+1
|
* Move the buffer and waiting members from privdata to gpsdata, sinceEric S. Raymond2010-07-141-1/+1
| | | | they always have to be there when a device is active anyway.
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-3/+3
| | | | | * gps_open() becomes reentrant, what gps_open_r() used to be. * gps_poll() is removed in favor of gps_read().
* Documentation update.Eric S. Raymond2010-07-131-1/+5
|
* We can't hand off to geoclue yet, it's not stable enough.Eric S. Raymond2010-07-011-5/+3
|
* Add a roadmap item for future consideration.Eric S. Raymond2010-05-271-0/+3
|
* Delegating DBUS support to geoclue.Eric S. Raymond2010-04-161-0/+24
|
* Update future plans.Eric S. Raymond2010-04-151-2/+9
|
* Document future plans for API cleanup.Eric S. Raymond2010-04-051-6/+39
|
* Update web pages, add Ohloh widgets.Eric S. Raymond2010-03-261-0/+2
|
* Task of future passed.Eric S. Raymond2010-03-131-3/+2
|
* Tweak a date. This is a test of the CIA hook.Eric S. Raymond2010-03-131-1/+1
|
* git switchover is accomplished.Eric S. Raymond2010-03-131-7/+0
|
* Disable unnecessary logging, ix a typo.Eric S. Raymond2009-12-071-1/+1
|
* Update the transition plan.Eric S. Raymond2009-12-061-15/+3
|
* Update website documentation for the new release and new wire protocol.Eric S. Raymond2009-12-041-6/+2
|
* Add "GPSD and Code Excellence" essay to white papers.Eric S. Raymond2009-12-041-5/+7
| | | | | | Update the future roadmap (our schedule slipped by 5 days). Update the TODO file with driver bugs we probably won't be able to fix before 2.91.
* Future schedule got messed up by the Berlios debacle.Eric S. Raymond2009-10-061-1/+1
|
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+1
| | | | | We shouldn't try to explain the transition schedule in two different places.
* Website polishing.Eric S. Raymond2009-09-181-1/+1
|
* Added the Future page to the website portion of the repo.Eric S. Raymond2009-09-181-0/+113
Fixed some errors in the capability database.