Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove need for cron-wrapper with existing scripts | Matthew Somerville | 2015-01-19 | -2/+7 |
| | | | | | Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. | |||
* | Use env in shebang lines, and remove unneeded ones | Matthew Somerville | 2015-01-19 | -1/+1 |
| | ||||
* | bin/geocode script for testing geocoding | Hakim Cassimally | 2014-04-10 | -0/+79 |
Run bin/geocode -h for options. Has: * configurable cobrand / config-file / geocoder * some diagnostics for missing cobrand Minor fixes rebased into this commit: * bin/geocode error if no --cobrand passed * bin/geocode docs and accept GEOCODER as string Notable TODOs remaining: * reverse geocoding, to double check that latitude actually maps somewhere useful (and is within Cobrand's boundaries) * diagnosis of relevant CONFIG settings * flag to disable caching |