Many amongst us bloggers know the the service www.geourl.org. It offered a way to register your blog in a directory for certain geographical coordinates. Furthermore, there was a way to get a list of other blogs which are near to your blog.
However, for what reason ever, since May/June this year, the service is down for renovations and has not relaunched yet so far. Since I liked the idea of this services and I realized that others do as well, I was setting up a re-making of it, which I have launched at the URL http://www.geourl.info now.
Please feel free and register your blog and tell your blog buddies to register their site, too.
For all MovableType bloggers using the MTLocation plugin : To adjust the URL from ‘.com’ or ‘.org’ to ‘.info’, you have to edit the the ‘mt_location.pl’ file (you find it in your plugins directory of your MovableType installtion) and change the URL-ending in function location so that it looks like this:
sub location {
my $ctx = shift;
my $args = shift;
return "" unless $ctx->stash('entry')->keywords;
my @keywords = split (/ /, $ctx->stash('entry')->keywords);
foreach (@keywords) {
if (/^loc/) {
my ($name, $latitude, $longitude) = @{$loc_hash{$_}};
if ($args->{geourl} && $latitude && $longitude) {
return
"<a href="'http://www.geourl.info/near/?">$name</a>";
}
else {
return $name;
}
}
}
return "Somewhere, SW";
}
For being compatible with the old URLs like
http://www.geourl.info/near/?lat=51.5567&lon=-0.0505&dist=50′
GeoURL.info offers the same query syntax as the former GeoURL site did. That means, you really have to change the URL-ending only. If you have any comments or wishes, don’t hesitate to write a comment or send me a mail.
Have fun with the new GeoURL service!
This entry was posted at December 26, 2004 09:20 (UTC) from London, UK.
Trackback Pings
TrackBack URL for this entry:
http://www.daniel-schaller.net/mt-admin/mt-tb.cgi/308
Listed below are links to weblogs that reference GeoURL re-launched…:
» GeoURL from
Register the location of your blog. Daniel just IMed about the effort he started (after an existing service was discontinued).
Tracked on December 27, 2004 11:38 PM
» GeoURL reloaded from All things Bru
I just received a ping from this post contining the announcement of a replacement service for GeoURL. GeoURL was/is a directory of geotagged blogs that lets you browse through your blog neighborhood… sadly, the site has been down since last summer, …
Tracked on February 7, 2005 12:35 AM
» GeoURL – Reloaded from Babs – A Day In The Life
looks like there’s a new GeoURL in town. Not the original .org service – but it’s better than nothing!
Tracked on February 16, 2005 04:06 AM
Comments
- Erik Lane Says:
December 27, 2004 02:25 PMCool work! If you’re in the US you can pin-point your coordinates down to your address (if you want to) by going here:
http://www.geocode.com/modules.php?name=TestDrive_Eagle
Sascha Carlin Says:
February 11, 2005 12:20 PM
Just being curious. Did you try to contact Joshua?
Kind regards, Sascha
PS: Und Grusse aus der Heimat

http://www.a2b.cc/search-url.a2b?url=http%3A%2F%2Fwww.codewitch.org
You can do various things with A2B:
http://www.a2b.cc/search-url-oper.a2b?link=4686
Plus the following:
- Search from a mobile device, using free GPS software, if you have a GPS
- Placelab.org compatible
- XML-RPC ping URL at http://www.a2b.cc/setloc/bp.a2b – listed on pingomatic.com as well
- RSS feeds – see http://forum.a2b.cc/viewtopic.php?t=24 for details
- Also beginning to play with some very simple maps – see http://forum.a2b.cc/viewtopic.php?t=25
It would be interesting to have an A2B link in the MTLocation plugin. Give me a shout if you need some help with the interface.
Thanks,
Sam
If you check the original http://geourl.org/ website, there’s a notice posted now that the new site (GeoURL 2.0) will be opened up to the public on or around Friday, February 18th, 2005.