<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,10 +23,12 @@ The final feature of Feedzirra is the ability to define custom parsing classes.
 h2. Installation
 
 For now Feedzirra exists only on github. It also has a few gem requirements that are only on github. Before you start you need to have &quot;libcurl&quot;:http://curl.haxx.se/ and &quot;libxml&quot;:http://xmlsoft.org/ installed. If you're on Leopard you have both. Otherwise, you'll need to grab them. Once you've got those libraries, these are the gems that get used: nokogiri, pauldix-sax-machine, taf2-curb (note that this is a fork that lives on github and not the Ruby Forge version of curb), and pauldix-feedzirra. The feedzirra gemspec has all the dependencies so you should be able to get up and running with the standard github gem install routine:
+
 &lt;pre&gt;
 gem sources -a http://gems.github.com # if you haven't already
 gem install pauldix-feedzirra
 &lt;/pre&gt;
+
 &lt;b&gt;NOTE:&lt;/b&gt;Some people have been reporting a few issues related to installation. First, the Ruby Forge version of curb is not what you want. It will not work. Nor will the curl-multi gem that lives on Ruby Forge. You have to get the &quot;taf2-curb&quot;:http://github.com/taf2/curb/tree/master fork installed.
 
 If you see this error when doing a require: </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ module Feedzirra
     # A String of XML if a single URL is passed.
     # 
     # A Hash if multiple URL's are passed. The key will be the URL, and the value the XML.
-    def self.fetch_raw(urls, options = {}, &amp;block)
+    def self.fetch_raw(urls, options = {})
       url_queue = [*urls]
       multi = Curl::Multi.new
       responses = {}</diff>
      <filename>lib/feedzirra/feed.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>829dc4426efa6decadf823643448c1b7820b8fc6</id>
    </parent>
  </parents>
  <author>
    <name>Paul Dix</name>
    <email>paul@pauldix.net</email>
  </author>
  <url>http://github.com/pauldix/feedzirra/commit/0428a7a22ad51f5cfa5c750d76de62a0494b887f</url>
  <id>0428a7a22ad51f5cfa5c750d76de62a0494b887f</id>
  <committed-date>2009-06-23T17:01:32-07:00</committed-date>
  <authored-date>2009-06-23T17:01:32-07:00</authored-date>
  <message>removed the wierd optional blocks</message>
  <tree>b3bcfa3014ae69501646d3ed1a05f28809e85ba0</tree>
  <committer>
    <name>Paul Dix</name>
    <email>paul@pauldix.net</email>
  </committer>
</commit>
