]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Convert Geonames plugin to use XML API instead of JSON
authorEvan Prodromou <evan@status.net>
Wed, 23 Dec 2009 20:09:11 +0000 (12:09 -0800)
committerEvan Prodromou <evan@status.net>
Wed, 23 Dec 2009 20:09:11 +0000 (12:09 -0800)
commitcdc5052683bdd9a64fadeb6b7c968df07b6a1489
treebc10609455cac698f0a4bcbd646a87a450d9f156
parent15b9f61842e899e4463eb6f058228d9ffd631198
Convert Geonames plugin to use XML API instead of JSON

The XML API for Geonames contains much more detailed error information
than the JSON one. So, I've converted this plugin to use it instead.
It seems to be the preferred format for Geonames, so biting the bullet
on this makes sense.
plugins/GeonamesPlugin.php