<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>geonames.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,8 @@ Code for accessing various geocoding web services with an ultra simple API:
 The geocode functions return (unicode_place_name, (float_lat, float_lon)) if
 the string can be geocoded, and (None, (None, None)) if it cannot.
 
-Currently supported: Google Geocoder, Yahoo! Geocoder, and Yahoo! Placemaker.
+Currently supported: Google Geocoder, Yahoo! Geocoder, Yahoo! Placemaker and
+GeoNames.
 
 Google:
 
@@ -19,7 +20,7 @@ Google:
 &gt;&gt;&gt; geocode('oneuth')
 (u'South, Bloomfield, NY 14469, USA', (-77.5385449999999, 42.865267000000003))
 
-Yahoo:
+Yahoo!:
 
 &gt;&gt;&gt; from geocoders.yahoo import geocoder
 &gt;&gt;&gt; geocode = geocoder('YAHOO-API-KEY')
@@ -40,3 +41,11 @@ Yahoo! Placemaker:
 While Yahoo! Placemaker isn't strictly designed as a geocoder, in practice it
 can be useful for things like &quot;did you mean location X&quot; in a regular search
 engine.
+
+GeoNames:
+
+&gt;&gt;&gt; from geocoders.geonames import geocoder
+&gt;&gt;&gt; geocode('new york')
+(u'New York', (40.714269100000003, -74.005972900000003))
+&gt;&gt;&gt; geocode('oneuth')
+(None, (None, None))</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb452e69fac2cd3c6f19bc16db88416b929ef451</id>
    </parent>
  </parents>
  <author>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </author>
  <url>http://github.com/jacobian/geocoders/commit/e8d8761beec899f1f16fd7f6d9bf2ab391e3cfd6</url>
  <id>e8d8761beec899f1f16fd7f6d9bf2ab391e3cfd6</id>
  <committed-date>2009-05-26T16:42:12-07:00</committed-date>
  <authored-date>2009-05-26T16:42:12-07:00</authored-date>
  <message>Added geocoder for GeoNames</message>
  <tree>4d90758493de378da81c62e76387a9281ae02ecd</tree>
  <committer>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </committer>
</commit>
