start getting locations from remote services

This commit is contained in:
Evan Prodromou
2009-09-16 11:46:10 -04:00
parent b6b245dc0b
commit 7b227fd1c0
2 changed files with 55 additions and 1 deletions

View File

@@ -229,4 +229,6 @@ $default =
array('contentlimit' => null),
'http' =>
array('client' => 'curl'), // XXX: should this be the default?
'location' =>
array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth
);