This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Matt Biddulph (author)
Sun Jan 25 15:12:21 -0800 2009
commit fbbe3bf330bf021b3a4c29ecd4445024adae7f31
tree 2387f03ca9eacc2866777908d04110546745b8ee
parent 4cff26743b45de51b0ed1f15d8a3a0b6c0b64a88
tree 2387f03ca9eacc2866777908d04110546745b8ee
parent 4cff26743b45de51b0ed1f15d8a3a0b6c0b64a88
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jan 22 17:08:15 -0800 2009 | |
| |
Classes/ | Sun Jan 25 15:12:21 -0800 2009 | |
| |
Hello London.xcodeproj/ | Sun Jan 25 04:31:39 -0800 2009 | |
| |
Hello_London_Prefix.pch | Thu Jan 22 17:08:15 -0800 2009 | |
| |
Info.plist | Sun Jan 25 04:31:39 -0800 2009 | |
| |
LICENSE | Sun Jan 25 14:29:39 -0800 2009 | |
| |
MainWindow.xib | Thu Jan 22 17:08:15 -0800 2009 | |
| |
Other Sources/ | Sun Jan 25 01:14:44 -0800 2009 | |
| |
README | Sun Jan 25 14:29:39 -0800 2009 | |
| |
RootViewController.xib | Sun Jan 25 04:31:39 -0800 2009 | |
| |
icon.png | Sun Jan 25 04:31:39 -0800 2009 | |
| |
postcodes.sqlite | Sun Jan 25 02:45:42 -0800 2009 |
README
This app is a wrapper for Transport For London's routeplanner, designed to save typing by using the GPS and stored favourites. It'll consult the GPS then grab the routes by screenscraping TfL's site at http://www.tflwap.gov.uk and present them nicely. TfL can't take a lat/lng as a departure place, so it has to use a sqlite database of sample postcodes to translate the GPS reading to a nearby postcode. It then walks through the tflwap forms submitting the right things. This project is released under the MIT License - see the included file LICENSE. It uses these nice external libraries and helpers: * http://cocoawithlove.com/2008/10/using-libxml2-for-parsing-and-xpath.html for libxml2 HTML XPath support * http://code.google.com/p/google-toolbox-for-mac/ for GTMHTTPFetcher * http://regexkit.sourceforge.net/RegexKitLite/ for regular expressions * http://flycode.googlecode.com/svn/trunk/fmdb/ for an Objective C wrapper for sqlite







