<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,8 @@
 import urllib
 from utils import simplejson, partial2
 
+# http://code.google.com/apis/maps/documentation/geocoding/index.html
+
 def geocode(q, api_key):
     json = simplejson.load(urllib.urlopen(
         'http://maps.google.com/maps/geo?' + urllib.urlencode({</diff>
      <filename>google.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 from utils import make_nsfind, ET, partial2
 import urllib
 
+# http://developer.yahoo.com/geo/placemaker/guide/api_docs.html
+
 def geocode(q, api_key):
     find = make_nsfind({
         'ns': 'http://wherein.yahooapis.com/v1/schema'</diff>
      <filename>placemaker.py</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
 from utils import make_nsfind, ET, partial2
 import urllib
 
+# http://developer.yahoo.com/maps/rest/V1/geocode.html
+
 def geocode(q, api_key):
     find = make_nsfind({'ns': 'urn:yahoo:maps'})
     args = {'location': q, 'appid': api_key}</diff>
      <filename>yahoo.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8d8761beec899f1f16fd7f6d9bf2ab391e3cfd6</id>
    </parent>
  </parents>
  <author>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </author>
  <url>http://github.com/jacobian/geocoders/commit/2e1ad1ea31661525fcbaa5a05f78e7d25690990a</url>
  <id>2e1ad1ea31661525fcbaa5a05f78e7d25690990a</id>
  <committed-date>2009-05-26T16:42:34-07:00</committed-date>
  <authored-date>2009-05-26T16:42:34-07:00</authored-date>
  <message>Added comments linking to full documentation for each API</message>
  <tree>3574128d9e35f2877a4d5d4c3e86a93f35327cff</tree>
  <committer>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </committer>
</commit>
