<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Directed Edge News</title>
	<atom:link href="http://blog.directededge.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.directededge.com</link>
	<description>Connecting stuff.</description>
	<pubDate>Fri, 17 Oct 2008 21:26:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Collective intelligence, BarCamp and the Berlin Web Week</title>
		<link>http://blog.directededge.com/2008/10/17/collective-intelligence-barcamp-and-the-berlin-web-week/</link>
		<comments>http://blog.directededge.com/2008/10/17/collective-intelligence-barcamp-and-the-berlin-web-week/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:05:40 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=134</guid>
		<description><![CDATA[I&#8217;ll be doing a session tomorrow or Sunday at BarCamp Berlin (currently the most upvoted presentation topic).  I&#8217;ll cover some of the basics of modern recommendation systems, including basic categories of algorithms and why recommendations are important for modern web applications.  Dave Sharrock and Garik Petrosyan from Be2 (dating site) will be co-presenting, talking about some [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be doing a <a href="http://barcampberlin3.mixxt.org/networks/wiki/index.Topic_Suggestions">session</a> tomorrow or Sunday at <a href="http://barcampberlin3.mixxt.org/">BarCamp Berlin</a> (currently the most upvoted presentation topic).  I&#8217;ll cover some of the basics of modern recommendation systems, including basic categories of algorithms and why recommendations are important for modern web applications.  Dave Sharrock and Garik Petrosyan from Be2 (dating site) will be co-presenting, talking about some of the things they&#8217;ve had to overcome in building a scaleable match-making system.</p>
<p>Valentin will be doing a session on multi-lingual blogging.</p>
<p>We&#8217;ll also be at the following events in the Berlin web week:</p>
<ul>
<li><a href="http://en.oreilly.com/webexberlin2008/">Web 2.0 Expo</a> (Exhibition floor only)</li>
<li><a href="http://de.amiando.com/PitchParty.html">PitchParty</a></li>
<li><a href="http://www.amiando.com/latecrunch.html">LateCrunch</a></li>
</ul>
<p>Drop us a line if you&#8217;d like to meet and talk about recommendations and what they can do for your site!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/10/17/collective-intelligence-barcamp-and-the-berlin-web-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fuzzy search, related articles AJAX widget.</title>
		<link>http://blog.directededge.com/2008/10/15/fuzzy-search-related-articles-ajax-widget/</link>
		<comments>http://blog.directededge.com/2008/10/15/fuzzy-search-related-articles-ajax-widget/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 05:32:57 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=123</guid>
		<description><![CDATA[This one was requested a few times.  We&#8217;ve thrown together a simple AJAX widget for showing related articles on other sites.  We&#8217;ll add a little more bling later on, especially once we get some more data sets out there.
The idea is this:  You have a site that has information about music, or movies or airplanes [...]]]></description>
			<content:encoded><![CDATA[<p>This one was requested a few times.  We&#8217;ve thrown together a simple AJAX widget for showing related articles on other sites.  We&#8217;ll add a little more bling later on, especially once we get some more data sets out there.</p>
<p>The idea is this:  You have a site that has information about music, or movies or airplanes or whatever, and you&#8217;d like to add links to related encyclopedia to your page with just a couple lines of customization.</p>
<p>To make that work as one would expect we also added fuzzy search.  That&#8217;s important because, for instance, the article for &#8220;Madonna&#8221; in Wikipedia is titled, &#8220;Madonna (entertainer)&#8221;.  So, now with our fuzzy searching you can search for the closest hit to a term with a specific tag, in this case &#8220;Madonna&#8221; tagged as &#8220;musician&#8221;.</p>
<p>The list of available tags is <a href="http://pedia.directededge.com/api/v1/tags">here</a>.</p>
<p>The new AJAX widget is trivial to use.  Here&#8217;s what it looks like.  If you click it&#8217;ll take you to a page that you can use to copy-paste from.</p>
<p style="text-align: center;"><a href="http://pedia.directededge.com/RelatedArticlesWidget.html"><img class="size-full wp-image-124 aligncenter" title="james-brown" src="http://blog.directededge.com/wp-content/uploads/2008/10/james-brown.png" alt="" width="354" height="250" /></a></p>
<p>You can get that on your page by adding two lines to you page / template:</p>
<p><span style="font-family: 'Courier New'; line-height: 18px; white-space: pre;"><em>&lt;</em></span><em>script src=&#8221;http://pedia.directededge.com/RelatedArticlesWidget.js&#8221; type=&#8221;text/JAVASCRIPT&#8221;&gt;&lt;/script&gt;</em></p>
<p><em>&lt;div class=&#8221;RelatedArticles&#8221; title=&#8221;Music Related to James Brown&#8221; fuzzy=&#8221;James Brown&#8221; fuzzytag=&#8221;musician&#8221; tags=&#8221;musician&#8221;&gt;&lt;/div&gt;</em></p>
<p>All items that are returned use the &#8220;RelatedArticles&#8221; class, so that you can style them in your stylesheet as you see fit.  These are the supported attributes (only title or fuzzy are required):</p>
<ul>
<li><strong>topic</strong>:  A specific (exact) wikipedia article name.</li>
<li><strong>fuzzy</strong>:  Find the nearest article name.</li>
<li><strong>fuzzytag</strong>: modifies the fuzzy search so that it looks for an item with that tag.  Note:  this does not affect the related articles, for that use the following attribute.</li>
<li><span style="font-style: normal;"><strong>tags</strong>: The tags for the </span>returned articles. i.e. Using a fuzzytag for James Brown will specify that the main article should be a musician named James Brown, but specifying musician for tags will ensure that all of the returned results are also musicians.</li>
<li><strong>title</strong>: The title to be used for the list.  This defaults to Related Encyclopedia Articles.<strong></strong></li>
<li><strong>prefix</strong>: The prefix to be used for the links.  This defaults to <em>http://pedia.directededge.com/article/</em> Here you could also specify <em>http://en.wikipedia.org/wiki/ </em>to link to the English wikipedia.</li>
</ul>
<p>If you decide to link to Wikipedia or somewhere else using the last tag, we&#8217;d request that you at least give us a mention in your company / project&#8217;s blog somewhere.</p>
<p>Enjoy and feel free to drop us questions or comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/10/15/fuzzy-search-related-articles-ajax-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Directed Edge interviewed for The Next Web</title>
		<link>http://blog.directededge.com/2008/09/21/directed-edge-interviewed-for-the-next-web/</link>
		<comments>http://blog.directededge.com/2008/09/21/directed-edge-interviewed-for-the-next-web/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 01:18:48 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=116</guid>
		<description><![CDATA[Thanks to Ernst from The Next Web for publishing an interview with us.
]]></description>
			<content:encoded><![CDATA[<p>Thanks to Ernst from The Next Web for publishing an <a href="http://thenextweb.org/2008/09/20/directed-edge-recommendations-all-the-way-from-berlin/">interview</a> with us.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/09/21/directed-edge-interviewed-for-the-next-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Services Live, Documented, Secured.</title>
		<link>http://blog.directededge.com/2008/09/12/web-services-live-documented-secured/</link>
		<comments>http://blog.directededge.com/2008/09/12/web-services-live-documented-secured/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 03:57:52 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=113</guid>
		<description><![CDATA[So in the space since the last blog post we&#8217;ve been working on getting everything squared away for our commercial web services API.  It&#8217;s now running live at webservices.directededge.com.  There&#8217;s some documentation up on how the REST API works there.  I also went through the hoops of moving over from our self-signed certificate to a [...]]]></description>
			<content:encoded><![CDATA[<p>So in the space since the last blog post we&#8217;ve been working on getting everything squared away for our commercial web services API.  It&#8217;s now running live at webservices.directededge.com.  There&#8217;s some documentation up on how the REST API works <a href="http://webservices.directededge.com/">there</a>.  I also went through the hoops of moving over from our self-signed certificate to a proper certificate this week; I&#8217;d forgotten how much of a pain those can be to deal with.</p>
<p>If you&#8217;ve got any questions about the API or things that you&#8217;d like to do with it that don&#8217;t seem to be supported at the moment, we&#8217;d like to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/09/12/web-services-live-documented-secured/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BarCamp Berlin Registration is Open</title>
		<link>http://blog.directededge.com/2008/09/01/barcamp-berlin-registration-is-open/</link>
		<comments>http://blog.directededge.com/2008/09/01/barcamp-berlin-registration-is-open/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 13:40:47 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=106</guid>
		<description><![CDATA[ 





 
Directed Edge will be there.  Will you?
]]></description>
			<content:encoded><![CDATA[<p> </p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_105" class="wp-caption aligncenter" style="width: 510px;">
<dt class="wp-caption-dt"><a href="http://barcampberlin3.mixxt.org/"><img class="size-full wp-image-105" title="BarCamp 3 Berlin" src="http://blog.directededge.com/wp-content/uploads/2008/09/3d4137a93655cc6cf5115a05d0ffa.png" alt="Directed Edge will be there.  Will you?" width="500" height="108" /></a></dt>
</dl>
</div>
<p> </p>
<p>Directed Edge will be there.  Will you?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/09/01/barcamp-berlin-registration-is-open/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Directed Edge on the Road</title>
		<link>http://blog.directededge.com/2008/08/26/directed-edge-on-the-road/</link>
		<comments>http://blog.directededge.com/2008/08/26/directed-edge-on-the-road/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:42:32 +0000</pubDate>
		<dc:creator>Valentin Hussong</dc:creator>
		
		<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=92</guid>
		<description><![CDATA[In the next few days, we&#8217;ll be at the following events in Berlin:

&#8220;Business &#38; Beer&#8221;, August 27
Open Coffee Club, August 28
Bratwurst on Rails, September 1
RailsConf Europe, September 2-4

Drop us a line if you&#8217;ll be there as well and we can arrange a meeting!
]]></description>
			<content:encoded><![CDATA[<p>In the next few days, we&#8217;ll be at the following events in Berlin:</p>
<ul>
<li><a title="profund-Gründertreffen &quot;Business &amp; Beer&quot;" href="http://www.fu-berlin.de/wirtschaft/profund/angebote/gruendertreffen/index.html">&#8220;Business &amp; Beer&#8221;</a>, August 27</li>
<li>Open Coffee Club, August 28</li>
<li><a title="Pre-RailsConf Europe Event" href="http://bratwurst-on-rails.com/">Bratwurst on Rails,</a> September 1</li>
<li><span id="about_text"><a title="Rails Conference Europe 2008" href="http://www.railsconfeurope.com/">RailsConf Europe</a>, </span>September 2-4</li>
</ul>
<p>Drop us a line if you&#8217;ll be there as well and we can arrange a meeting!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/08/26/directed-edge-on-the-road/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greasemonkey script.</title>
		<link>http://blog.directededge.com/2008/08/25/greasemonkey-script/</link>
		<comments>http://blog.directededge.com/2008/08/25/greasemonkey-script/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 18:02:55 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=90</guid>
		<description><![CDATA[We&#8217;re very grateful that one of our users knocked out one of the items on our to-do list and created a Greasemonkey script for showing related articles on Wikipedia.  If you have Greasemonkey installed in Firefox you can just click on &#8220;install script&#8221; on this page.  To get related articles without being logged in to [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re very grateful that one of our users knocked out one of the items on our to-do list and created a Greasemonkey script for showing related articles on Wikipedia.  If you have Greasemonkey installed in Firefox you can just click on &#8220;install script&#8221; on <a href="http://userscripts.org/scripts/show/32440">this page</a>.  To get related articles without being logged in to Wikipedia.</p>
<p>Per the comments on that page, we will start rolling out our Wikipedia demo in other languages probably about a week from now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/08/25/greasemonkey-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Related Pages on Wikipedia via our web services API.</title>
		<link>http://blog.directededge.com/2008/08/23/related-pages-on-wikipedia/</link>
		<comments>http://blog.directededge.com/2008/08/23/related-pages-on-wikipedia/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 03:38:07 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=78</guid>
		<description><![CDATA[So, we think this is pretty cool beans.  When we did our demo with a mashup of Wikipedia&#8217;s content we knew that we wanted something that potential customers could quickly look at and get a feel for what our recommendation engine is capable of, and we got a lot of good feedback about that in [...]]]></description>
			<content:encoded><![CDATA[<p>So, we think this is pretty cool beans.  When we did our <a href="http://pedia.directededge.com/">demo</a> with a mashup of Wikipedia&#8217;s content we knew that we wanted something that potential customers could quickly look at and get a feel for what our recommendation engine is capable of, and we got a lot of good feedback about that in our recent technology preview.  On the other hand, we knew that we weren&#8217;t going to get the masses to switch over to user our Wikipedia interface.</p>
<p>One of the open questions for us as we pushed out the first bits of our web-services API  last week was, &#8220;Can we get this content to show up in Wikipedia proper?&#8221;</p>
<p>Last night after an extended hacking session where I tried a number of strategies for doing DOM scripting to pull in external content (and some misadventures in trying to do cross-site XMLHttpRequests) I managed to come up with a simple way of pulling in content from our web service via JSONP, and added support for JSON output to our web service along the way.  For Wikipedians that are logged in, it only requires adding one line to your monobook.js file and I&#8217;ve created a short how-to <a href="http://en.wikipedia.org/wiki/User:Scott.wheeler/RelatedArticles">here</a>.  The source code, for interested hackers is <a href="http://en.wikipedia.org/wiki/User:Scott.wheeler/RelatedArticles.js">here</a>.</p>
<p>Here&#8217;s what it looks like:</p>
<p style="text-align: center;"><img class="size-full wp-image-80 aligncenter" title="wikipedia-related-articles" src="http://blog.directededge.com/wp-content/uploads/2008/08/wikipedia-related-articles1.jpg" alt="" width="500" height="350" /></p>
<p style="text-align: left;">When we launched our demo a few people didn&#8217;t seem to get quite what it does that our engine is doing &#8212; we&#8217;re not just analyzing the current page and pulling in a few important links; we&#8217;re jumping out a few levels in the link structure and analyzing and ranking usually several thousand links in the neighborhood of the target page.  Often those pages are linked from the target page, but that&#8217;s hardly a surprise.  I come from a background of doing research in web-like search, so it&#8217;s no coincidence that our approach to finding related pages takes some hints from PageRank and other link-based approaches to sorting out the web.</p>
<p>We&#8217;d invite people to try this out and of course to keep playing with our mashup; we&#8217;ve gotten so used to having related pages that it&#8217;s hard to go back to the vanilla Wikipedia &#8212; having the related pages there makes it really easy to sort out things like, &#8220;What are the important related topics?&#8221; or &#8220;Well, I know about X, what are the main alternatives?&#8221;  And so on.  We&#8217;ve got some other exciting stuff up our collective sleeves that we&#8217;ll be rolling out in the next couple of weeks, so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/08/23/related-pages-on-wikipedia/feed/</wfw:commentRss>
		</item>
		<item>
		<title>API, Part II: Tags</title>
		<link>http://blog.directededge.com/2008/08/16/api-part-ii-tags/</link>
		<comments>http://blog.directededge.com/2008/08/16/api-part-ii-tags/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 05:12:51 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=73</guid>
		<description><![CDATA[Work on the web services API for the encyclopedia continues, now with tags.  Here&#8217;s a quick rundown:
You can get a list of supported tags here:
http://pedia.directededge.com/api/v1/tags/
That currently returns:
&#60;?xml version="1.0" encoding="UTF-8"?&#62;

&#60;directededge version="0.1"&#62;
  &#60;tag&#62;actor&#60;/tag&#62;
  &#60;tag&#62;author&#60;/tag&#62;
  &#60;tag&#62;book&#60;/tag&#62;
  &#60;tag&#62;company&#60;/tag&#62;
  &#60;tag&#62;film&#60;/tag&#62;
  &#60;tag&#62;musician&#60;/tag&#62;
&#60;/directededge&#62;
You can then get results from article queries based on a tag, using something [...]]]></description>
			<content:encoded><![CDATA[<p>Work on the web services API for the encyclopedia continues, now with tags.  Here&#8217;s a quick rundown:</p>
<p>You can get a list of supported tags here:</p>
<p><a href="http://pedia.directededge.com/api/v1/tags">http://pedia.directededge.com/api/v1/tags/</a></p>
<p>That currently returns:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;

&lt;directededge version="0.1"&gt;
  &lt;tag&gt;actor&lt;/tag&gt;
  &lt;tag&gt;author&lt;/tag&gt;
  &lt;tag&gt;book&lt;/tag&gt;
  &lt;tag&gt;company&lt;/tag&gt;
  &lt;tag&gt;film&lt;/tag&gt;
  &lt;tag&gt;musician&lt;/tag&gt;
&lt;/directededge&gt;</pre>
<p>You can then get results from article queries based on a tag, using something like this:</p>
<p><a href="http://pedia.directededge.com/api/v1/article/KDE/tags/company">http://pedia.directededge.com/api/v1/article/KDE/tags/company/</a></p>
<p>Which returns:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;

&lt;directededge version="0.1"&gt;
  &lt;item id="KDE"&gt;
    &lt;link&gt;Trolltech&lt;/link&gt;
    &lt;link&gt;Novell&lt;/link&gt;
    &lt;link&gt;Hewlett-Packard Company&lt;/link&gt;
    &lt;link&gt;Nokia&lt;/link&gt;
    &lt;link&gt;World Wide Web Consortium&lt;/link&gt;
    &lt;link&gt;Mandriva&lt;/link&gt;
    &lt;link&gt;Canonical Ltd.&lt;/link&gt;
    &lt;link&gt;Sirius Satellite Radio&lt;/link&gt;
  &lt;/item&gt;
&lt;/directededge&gt;</pre>
<p>You can query any article for any tag (unlike in the web interface).  Right now the results for &#8220;off topic&#8221; tags tend to be hit-or-miss.  One of the other big items on our to-do list is improving tagged results in our engine.</p>
<p>I&#8217;m posting incremental updates like this in the hopes that if you&#8217;re planning on using our API in a mashup that you&#8217;ll let us know what you like and don&#8217;t like before we freeze v1.</p>
<p>We&#8217;ve also decided on a couple of limitations for the open API that aren&#8217;t true for our commercial API (running either on customer data sets or open data sets):</p>
<ul>
<li>You&#8217;re limited to 10 results.</li>
<li>You can only filter on one tag at a time, meaning, you can&#8217;t get ranked results for movies and music simultaneously.</li>
</ul>
<p>We think those are pretty reasonable and still give users a fair bit of room to play for free.  If you&#8217;re interested in using our commercial API, <a href="http://www.directededge.com/getstarted.html">drop us a line</a>!  We&#8217;ve also just created an announcement list where we&#8217;ll notify folks that are signed up of important details.  You can sign up for that <a href="http://www.directededge.com/contact.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/08/16/api-part-ii-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First Encyclopedia API bits up.</title>
		<link>http://blog.directededge.com/2008/08/15/first-encyclopedia-api-bits-up/</link>
		<comments>http://blog.directededge.com/2008/08/15/first-encyclopedia-api-bits-up/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:15:29 +0000</pubDate>
		<dc:creator>Scott Wheeler</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.directededge.com/?p=68</guid>
		<description><![CDATA[This will still definitely be in flux, but I started getting parts of the REST API up if folks want to play with it.  Warning:  the format may change.
You can now hit something like:
http://pedia.directededge.com/api/v1/article/KDE
And get back:
&#60;?xml version="1.0" encoding="UTF-8"?&#62;

&#60;directededge version="0.1"&#62;
  &#60;item id="KDE"&#62;
    &#60;link&#62;GNOME&#60;/link&#62;
    &#60;link&#62;Unix-like&#60;/link&#62;
    &#60;link&#62;Desktop environment&#60;/link&#62;
 [...]]]></description>
			<content:encoded><![CDATA[<p>This will still definitely be in flux, but I started getting parts of the REST API up if folks want to play with it.  Warning:  the format may change.</p>
<p>You can now hit something like:</p>
<p><a href="http://pedia.directededge.com/api/v1/article/KDE">http://pedia.directededge.com/api/v1/article/KDE</a></p>
<p>And get back:</p>
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;

&lt;directededge version="0.1"&gt;
  &lt;item id="KDE"&gt;
    &lt;link&gt;GNOME&lt;/link&gt;
    &lt;link&gt;Unix-like&lt;/link&gt;
    &lt;link&gt;Desktop environment&lt;/link&gt;
    &lt;link&gt;Konqueror&lt;/link&gt;
    &lt;link&gt;Qt (toolkit)&lt;/link&gt;
    &lt;link&gt;KDE 4&lt;/link&gt;
    &lt;link&gt;GNU Lesser General Public License&lt;/link&gt;
    &lt;link&gt;X Window System&lt;/link&gt;
    &lt;link&gt;KPart&lt;/link&gt;
    &lt;link&gt;Widget toolkit&lt;/link&gt;
  &lt;/item&gt;
&lt;/directededge&gt;</pre>
<p>I&#8217;ll be adding support for JSON output and filtering based on tags in the next few days.  Once I&#8217;ve got a set of features there that I consider feature complete I&#8217;ll freeze the &#8220;v1&#8243; so that people can create mashups based on that and be sure that the API will remain stable.</p>
<p>This <em>does</em> do capitalization correction, but <em>does not</em> do redirect detection.  I&#8217;m debating if I want to do that by default or use another REST path since it requires another couple DB queries and is as such a little slower.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.directededge.com/2008/08/15/first-encyclopedia-api-bits-up/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
