<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>GeoURL Log</title>
        <link>http://geourl.org/news/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Wed, 30 Jan 2008 01:34:40 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Changed server</title>
            <description><![CDATA[<p>Whoops.  Earlier this month server that was running the geourl.org webserver started having hick-ups (also known as crashing daily).   It would reboot pretty quickly until recently where the SCSI drive stopped spinning up properly.</p>

<p>I've moved the site now to a new server that should be more stable.  I'll add a second server when I relaunch the in-progress new version of the site.</p>
]]></description>
            <link>http://geourl.org/news/2008/01/changed-server.html#000018</link>
            <guid>http://geourl.org/news/2008/01/changed-server.html#000018</guid>
            
            
            <pubDate>Wed, 30 Jan 2008 01:34:40 -0800</pubDate>
        </item>
        
        <item>
            <title>GeoURL Reloaded</title>
            <description><![CDATA[<p>Whoot!</p>

<p>Excuse the mess, we're rebuilding.</p>

<p>I've finally taken some time to clean up the code, optimize some slow paths, implement some new features.   The site was unusable or even down for a few days while the database had a massage and the new foundation was being put in.</p>]]></description>
            <link>http://geourl.org/news/2007/11/geourl-reloaded.html#000016</link>
            <guid>http://geourl.org/news/2007/11/geourl-reloaded.html#000016</guid>
            
            
            <pubDate>Sat, 24 Nov 2007 12:31:04 -0800</pubDate>
        </item>
        
        <item>
            <title>GeoURL meets Google Maps</title>
            <description><![CDATA[<p><a href="http://www.ldodds.com/">Leigh Dodds</a> made a super neat <a href="http://www.ldodds.com/projects/witw/">GeoURL to Google Maps</a> converter using the <a href="http://geourl.org/news/2005/04/26/rssplus.html"><span class="caps">RSS </span>feeds</a>.  Thanks Leigh, that's awesome!  :-)</p>

<p>Thanks for the suggestions for the lat/long coding in the <span class="caps">RSS </span>feeds by the way.  I'll add some of the more "standard ways"...</p>]]></description>
            <link>http://geourl.org/news/2005/06/geourl-meets-go.html#000014</link>
            <guid>http://geourl.org/news/2005/06/geourl-meets-go.html#000014</guid>
            
            
            <pubDate>Mon, 13 Jun 2005 19:28:30 -0800</pubDate>
        </item>
        
        <item>
            <title>GeoURL source code</title>
            <description><![CDATA[<p>I haven't picked a license (have to check that with Joshua first too), but the code ended up in an unrestricted subversion repository recently, so I might as well tell where.  Beware that it's not "open source", so no using the code to setup your own site.  Actually, you can't even take snippets of the code and copy it into your own systems.  (Yet).  That being said, it is at:</p>

<p><tt>svn co http://svn.develooper.com/projects/geourl/trunk/ geourl</tt></p>

<p>Before adding any new features, I'd like to get the outstanding bugs tackled first.  (For example there's a bug that makes the /near/ page not show other weblogs at exactly your location).</p>

<p>If there's interest, I'll setup a mailing list for this...</p>]]></description>
            <link>http://geourl.org/news/2005/05/geourl-source-c-1.html#000013</link>
            <guid>http://geourl.org/news/2005/05/geourl-source-c-1.html#000013</guid>
            
            
            <pubDate>Wed, 25 May 2005 19:46:37 -0800</pubDate>
        </item>
        
        <item>
            <title>License</title>
            <description><![CDATA[<p>I've added license conditions on the site.  The link is at the bottom of each page.   Practically this applies mostly to the <span class="caps">RSS </span>feeds.</p>

<p>It's a creative commons license, so I've added the CC <span class="caps">XML </span>markup to all the pages. </p>]]></description>
            <link>http://geourl.org/news/2005/04/license.html#000012</link>
            <guid>http://geourl.org/news/2005/04/license.html#000012</guid>
            
            
            <pubDate>Tue, 26 Apr 2005 20:11:55 -0800</pubDate>
        </item>
        
        <item>
            <title>Latitude and longitude data in the RSS feeds</title>
            <description><![CDATA[<p>On popular request I've updated the <a href="http://geourl.org/news/2005/04/05/rss.html">rss feeds</a> to include latitude and longitude data.</p>

<p>I added with two extra fields as in the following data.  Suggestions for better ways to do it are welcome.  (Accordingly this is subject to change at any moment! :-) )</p>

<pre><code>  &lt;item rdf:about=&quot;http://ericrichardson.com/&quot;&gt;
  &lt;title&gt;eWorld: eric richardson meets the web&lt;/title&gt;
  &lt;link&gt;http://ericrichardson.com/&lt;/link&gt;
  &lt;description&gt;About 9.4 km away. Near Los Angeles.&lt;/description&gt;
  &lt;geourl:longitude&gt;-118.25201&lt;/geourl:longitude&gt;
  &lt;geourl:latitude&gt;34.0456&lt;/geourl:latitude&gt;
  &lt;/item&gt;</code></pre>

<p>Please let me know if you do anything with this.</p>

<p>(Another change I did last week was adding Google Maps links to pages for sites in England and Ireland.  Let me know if this is not working right for you of if you have more suggestions for <a href="http://geourl.org/news/2005/03/02/maplinks.html">maps</a>)</p>]]></description>
            <link>http://geourl.org/news/2005/04/latitude-and-lo.html#000011</link>
            <guid>http://geourl.org/news/2005/04/latitude-and-lo.html#000011</guid>
            
            
            <pubDate>Tue, 26 Apr 2005 20:09:47 -0800</pubDate>
        </item>
        
        <item>
            <title>RSS feeds</title>
            <description><![CDATA[<p>I get asked about this a couple of times a day, "where are the <span class="caps">RSS </span>feeds?!"</p>

<p>I wanted to add some sorting options, an Atom feed and have it available in a sidebar (see the <a href="http://geourl.org/news/2005/04/05/csshelp.html">previous entry</a>) before announcing it, so take this as an early preview announcement you get because everyone is asking. :-)</p>

<p>You can add ";format=rss10" to get the /near result in <span class="caps">RSS</span> 1.0 format or ";format=rss092" to get it in <span class="caps">RSS</span> 0.92 format.  For example to get a feed of things near <a href="http://trainedmonkey.com/">Jim</a> use this <span class="caps">URL</span>: <a href="http://geourl.org/near/?p=http://trainedmonkey.com/;format=rss10">http://geourl.org/near/?p=http://trainedmonkey.com/;format=rss10</a></p>


<p>The old /rss10/ <span class="caps">URL</span>s from v1.0 are also working (they redirect to the new).</p>

<p>As mentioned I'm going to add an Atom feed and also make the old <span class="caps">XML </span>feed work again (with more data than the <span class="caps">RSS </span>feed).</p>]]></description>
            <link>http://geourl.org/news/2005/04/rss-feeds.html#000010</link>
            <guid>http://geourl.org/news/2005/04/rss-feeds.html#000010</guid>
            
            
            <pubDate>Tue, 05 Apr 2005 10:05:04 -0800</pubDate>
        </item>
        
        <item>
            <title>CSS help wanted</title>
            <description><![CDATA[<p>For someone with a bit of <span class="caps">CSS </span>magic:</p>


<ul>
<li>I want the mininews box on the front page to stay to the right of the worldmap when possible (as now), but wrap <em>below</em> rather than above the worldmap when you shrink the browser window.  How to?</li>
</ul>




<ul>
<li>If you can help with that, then I also need help adding a simple sidebar to the /near pages.  :-)  Please email me.</li>
</ul>

]]></description>
            <link>http://geourl.org/news/2005/04/css-help-wanted.html#000009</link>
            <guid>http://geourl.org/news/2005/04/css-help-wanted.html#000009</guid>
            
            
            <pubDate>Tue, 05 Apr 2005 10:02:47 -0800</pubDate>
        </item>
        
        <item>
            <title>Firefox extension</title>
            <description><![CDATA[<p><a href="http://www.splintered.co.uk/">Patrick H. Lauke</a> (<a href="http://geourl.org/near?p=http%3A%2F%2Fwww.splintered.co.uk%2F">recenter</a>) made a "GeoURL backwards" <a href="http://www.splintered.co.uk/experiments/71/">Firefox extension</a>.  If you install it, it'll light up a little GeoURL globe when the page you are on has <span class="caps">ICBM </span>headers.  If you click the globe you get sent to see a list of sites nearby.  It's really clever. </p>

<p><strike>You can install it by clicking here: <a href="http://www.splintered.co.uk/extensions/geourl_0.2.xpi">http://www.splintered.co.uk/extensions/geourl_0.2.xpi</a></strike></p>

<p><strong>update</strong> - It's now <a href="https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&amp;id=530">listed on addons.mozilla.org</a></p>

<p><strong>update</strong> - someone else made another <a href="http://www.frozentruth.com/index.php?itemid=1563">1.5 extension</a>.</p>

<p>Firefox will show a warning at the top of the screen, to proceed click "Edit options" and then "Allow" in the dialog that comes up.  That'll make Firefox trust Patrick's site.  Click "OK" and then click on the link to the extension again.  When the extension has been installed you have to restart Firefox and then get the extension active in the toolbar by going to the menu "View" - "Toolbars" - "Customize" and then drag the GeoURL icon up to the toolbar.  Whee, that was a lot of work.  But try it, you'll like it.</p>

<p><strong>update</strong> - <a href="http://www.allthegoodness.com/">Mark Zeman</a> made a <a href="http://www.allthegoodness.com/projects/map/flickr/">flickr world map extension</a> based on the GeoURL extension.</p>]]></description>
            <link>http://geourl.org/news/2005/03/firefox-extensi.html#000007</link>
            <guid>http://geourl.org/news/2005/03/firefox-extensi.html#000007</guid>
            
            
            <pubDate>Mon, 14 Mar 2005 11:16:30 -0800</pubDate>
        </item>
        
        <item>
            <title>Weblog trackback</title>
            <description><![CDATA[<p><a href="http://geourl.org/near/?p=http%3A%2F%2Fwww.speisekarten-blog.de">Thorsten Sommer</a> and <a href="http://geourl.org/near?p=http%3A%2F%2Filikejason.blogspot.com%2F">Jason Pettus</a> told me a few days ago telling the trackback <span class="caps">URL</span>s on the weblog wasn't working.  It should work now.  Judging from the logs I "missed" one or two hundred trackbacks.  Oops.</p>

<p>Also: after you do a <a href="http://geourl.org/ping">ping</a> you should get a few more options for buttons (in 80&#215;15 instead of just the strange 52&#215;14 format).</p>

<p><strong>update</strong> - eek, until I get around to install the Trackback moderation I'm going to disable that again.  On my regular weblog I get very little trackback spam; but over here there's no end of it. </p>]]></description>
            <link>http://geourl.org/news/2005/03/weblog-trackbac.html#000006</link>
            <guid>http://geourl.org/news/2005/03/weblog-trackbac.html#000006</guid>
            
            
            <pubDate>Fri, 04 Mar 2005 18:31:58 -0800</pubDate>
        </item>
        
        <item>
            <title>MultiMap links</title>
            <description><![CDATA[<p>Some days ago someone (I can't find the mail now, sorry!) pointed out to me how to link to Google Maps by lat/long, so I added links to Google Maps from pages centered around a US site.</p>

<p>Today <a href="http://www.defoged.dk/pebble">Laust Ladefoged</a> (<a href="http://geourl.org/near?p=http://www.defoged.dk/">recenter</a>) pointed out to me that <a href="http://multimap.com/">MultiMap</a> has maps for (almost?) all of the world, so I've added MultiMap links to all pages now.</p>

<p>If you know of a good map service (even if only for your country) that I can link to with lat/long coordinates, please let me know.  To make it more likely I'll get around to it, please provide as much information as possible about the parameters required (sometimes the lat/longs are x100 or x1000 for example) and which countries are covered.  Thanks!</p>]]></description>
            <link>http://geourl.org/news/2005/03/multimap-links.html#000005</link>
            <guid>http://geourl.org/news/2005/03/multimap-links.html#000005</guid>
            
            
            <pubDate>Wed, 02 Mar 2005 19:52:46 -0800</pubDate>
        </item>
        
        <item>
            <title>up.. down.. up.. down.. up...</title>
            <description><![CDATA[<p>Sorry, the site has been behaving like a yoyo and I haven't been around to keep an eye on it.  It's exactly the same setup as I use over at the <a href="http://metamark.net/">Metamark</a> site (with much higher load there), but here it's not very reliable to put it mildly.   I've applied more band-aids until I have time to fix it properly later in the weekend.  </p>

<p>(<b>update</b>: it's not been yoyo'ing since this post; I figured out what was wrong - yay)</p>]]></description>
            <link>http://geourl.org/news/2005/02/up-down-up-down.html#000004</link>
            <guid>http://geourl.org/news/2005/02/up-down-up-down.html#000004</guid>
            
            
            <pubDate>Sat, 26 Feb 2005 18:58:59 -0800</pubDate>
        </item>
        
        <item>
            <title>In the news - CNet</title>
            <description><![CDATA[<p>I didn't notice this before; GeoURL was <a href="http://www.cnet.com/4520-6033_1-5670112-1.html">mentioned on CNet</a> a few days ago.</p>

<blockquote><p>The new site is scheduled to launch today, and I hope it does. GeoURL is a geographic search engine that essentially links the location of Web sites using <span class="caps">GPS </span>coordinates. You could find out, for example, if your favorite blogger lives anywhere near you--OK, I admit, that seemed to be its most promising feature. Still, bloggers have to find each other somehow, and there are probably other uses that have yet to be discovered.</p></blockquote>]]></description>
            <link>http://geourl.org/news/2005/02/in-the-news-cne.html#000003</link>
            <guid>http://geourl.org/news/2005/02/in-the-news-cne.html#000003</guid>
            
            
            <pubDate>Fri, 25 Feb 2005 21:38:29 -0800</pubDate>
        </item>
        
        <item>
            <title>GeoURL 2.0 beta launches</title>
            <description><![CDATA[<p>Welcome to GeoURL 2.0, thanks for visiting!</p>

<p><b>What in tarnation is this thing!?</b></p>

<p>GeoURL maps geographic locations to websites letting you lookup websites near a location or near another website.  It's great fun.  If you haven't tried already, then go to the <a href="http://geourl.org/">front page</a> and click on a location on the map.</p>

<p><b>This looks a lot like something I've seen before ...</b></p>

<p>Yes, indeed!  This is a relaunch (and re-implementation) of the original GeoURL site that was invented and built by Joshua Schachter (of <a href="http://del.icio.us/">del.icio.us</a> fame).  All the old <span class="caps">URL</span>s should work.  If not, please send me a mail.</p>

<p><b>Why is it called beta?</b></p>

<p>Because we haven't tested it very much; and because there are still features missing that we are planning to add.</p>

<p><b>Why can't I zoom in on the map?</b></p>

<p>See "beta" above, we are working on it!  And a bunch of other features; it's all very exciting.  I haven't had time to work on the site since last weekend, so I decided that it'd be more fun to just get it released than to wait forever to get time to add Just One More Feature.</p>

<p><b>I have a suggestion!  I want to help!</b></p>

<p>Drop us <a href="mailto:ask@develooper.com">a mail</a>; we &hearts; suggestions!</p>


<p><b>Who are "we"?</b></p>

<p><a href="http://www.askbjoernhansen.com/">Ask Bjørn Hansen</a> made this and he likes to think that he's several people sometimes.</p>]]></description>
            <link>http://geourl.org/news/2005/02/geourl-20-beta.html#000002</link>
            <guid>http://geourl.org/news/2005/02/geourl-20-beta.html#000002</guid>
            
            
            <pubDate>Fri, 25 Feb 2005 12:28:56 -0800</pubDate>
        </item>
        
    </channel>
</rss>
