Featured post

The Empire Weblog

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

  1. Erik Lane Says:
    December 27, 2004 02:25 PM

    Cool 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 ;)

All Thing Bru

I just received a ping from this post containing 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, and no sign of progress come from it.
The new site, called GeoURL.info, has been brought to us by Daniel Schaller, and looks compatible with the old query format, so basically the only operation needed to join the new directory is just to go to geourl.info and ask for a ping on your blog.
If the blog header doesn’t contain ICBM or geo.position headers, geourl.info will ask to supply the missing information. That’s it.
Here you can see my current blogneighborhood as seen by geourl.info.

If you use MovableType, the easy way to manage your current location is through my MTLocation plugin.

Update: GeoURL announces that the site will re-open on Feb. 18th!

Posted by Bru at 01:36 AM

Join the Conversation

TrackBack this entry at http://www.codewitch.org/_command/mt-tb.cgi/692

1 At February 13, 2005 06:29 PM, Sam Critchley says:
Hi,Hi, I came across a link to your blog when I read an article about the new geourl.info . You might also be interested in this:

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

2 At February 14, 2005 11:17 PM, Edward says:
Just wondering whether Location 1.22 works with MT v.3? Trying to get my hand dirty with geo-blogging and your plugin just seems to be a great start. Or had I better start with MT v.2.6? Please let me know. Thanks in advance!
3 At February 15, 2005 08:59 PM, demonsurfer says:

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.