<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0rc2" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Dented Reality Notes</title>
    <link>http://www.dentedreality.com.au/notes/</link>
    <description>Notes on all things web, by Beau Lebens of Dented Reality (www.dentedreality.com.au)</description>
    <language>en</language>

  <item>
    <title>XooMLe Download Finally Available!</title>
    <link>http://www.dentedreality.com.au/notes/2004/07/12#download_xoomle</link>
    <description>

&lt;p&gt;After a very long wait, a &lt;a href=&quot;/download/?f=XooMLe-2.0.zip&quot; title=&quot;Download XooMLe and install it on your own server right now!&quot;&gt;downloadable version&lt;/a&gt; of &lt;a href=&quot;/xoomle/&quot; title=&quot;Check out the XooMLe project page&quot;&gt;XooMLe&lt;/a&gt; is now available!&lt;/p&gt;
&lt;p&gt;This means that you can now download XooMLe and install it on your own PHP-enabled server so that you can use it locally for integrating Google search results (and cache and spelling suggestion power) into your web-based applications.&lt;/p&gt;
&lt;p&gt;In the near future, a 'XooMLe In Action' page will also be added to the site, showcasing some of the ways that people are making use of XooMLe and &lt;a href=&quot;http://www.google.com/&quot; title=&quot;Go to google.com&quot;&gt;Google&lt;/a&gt;.&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Namespace Modification</title>
    <link>http://www.dentedreality.com.au/notes/2004/04/18#namespace_change</link>
    <description>&lt;p&gt;I've modified the namespace being used by XooMLe because it was conflicting with some XSLs and making them not work. The top-level namespace now looks like this;&lt;/p&gt;
&lt;div class=&quot;code&quot;&gt;xmlns:xoomle=&quot;http://www.dentedreality.com.au/xoomle/docs/&quot;&lt;/div&gt;
&lt;p&gt;Please let me know if this causes any problems for anyone.&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Local WSDL</title>
    <link>http://www.dentedreality.com.au/notes/2003/12/08#local_wsdl_and_download_soon</link>
    <description>&lt;p&gt;I've modified &lt;a href=&quot;/xoomle/&quot;&gt;XooMLe&lt;/a&gt; slightly (Search, Spell and Cache) so that they use a local copy of the Google WSDL, rather than retrieving the remote one, because it speeds things up slightly (one less remote request).&lt;/p&gt;
&lt;p&gt;Everything appears to be operating correctly on all operations still, so all's well. I will also be releasing a downloadable version of XooMLe soon, so that you can host it on your own server and more thoroughly integrate it with your own search solutions.&lt;/p&gt;
&lt;p&gt;XooMLe will be a free download when it becomes available (hopefully within a week). Sign up to the mailing list on the &lt;a href=&quot;/xoomle/&quot;&gt;XooMLe Project Page&lt;/a&gt; to be the first to know when it's available.&lt;/p&gt;
</description>
  </item>
  <item>
    <title>XooMLe-Lite?</title>
    <link>http://www.dentedreality.com.au/notes/2003/07/01#xoomle_lite</link>
    <description>&lt;p&gt;I've been playing around with the idea of creating a &amp;quot;lite&amp;quot; version of XooMLe,
which would have less information passed back in the resulting XML, making it easier to
work with for simple projects, and probably quite a bit quicker as well. The system would
be based on the current one, but for the search, things would be cut down, so it might
just be that I end up making a /search-lite/ method available via the normal XooMLe server.&lt;/p&gt;
&lt;p&gt;If this happens, it will probably be a chance for me to clean up the code on the entire
project, and then I might also release the code so that you can &amp;quot;install&amp;quot; your
own XooMLe server :) Information will be posted here if that's the case, and I'll also
post to the XooMLe-News mailing list (sign up on the &lt;a href=&quot;/xoomle/&quot;&gt;XooMLe Project 
Page&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Anyone else hanging out for an even simpler version of the XML results? I am thinking of
having something like this;&lt;/p&gt;
&lt;pre&gt;
&amp;lt;googleSearch&gt;
  &amp;lt;totalResults&gt;xxx&amp;lt;/totalResults&gt;
  &amp;lt;time&gt;xxx&amp;lt;/time&gt;
  &amp;lt;results&gt;
    &amp;lt;result&gt;
      &amp;lt;title&gt;xxx&amp;lt;/title&gt;
      &amp;lt;URL&gt;xxx&amp;lt;/URL&gt;
      &amp;lt;snippet&gt;xxx&amp;lt;/snippet&gt;
    &amp;lt;/result&gt;
  &amp;lt;/results&gt;
&amp;lt;/googleSearch&gt;
&lt;/pre&gt;
&lt;p&gt;Comments? Suggestions? Please use the comments link below (to the right).&lt;/p&gt;
</description>
  </item>
  </channel>
</rss>