<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,7 @@ end
   :nick =&gt; param(ARGV[0]), 
   :channel =&gt; param(ARGV[1]), 
   :server =&gt; param(ARGV[2]), 
-  :delicious_name =&gt; param(ARGV[3]), 
+  :delicious_user =&gt; param(ARGV[3]), 
   :delicious_pass =&gt; param(ARGV[4]),
   :silent =&gt; option?(&quot;silent&quot;),
   :debug =&gt; option?(&quot;debug&quot;),</diff>
      <filename>bin/kirby</filename>
    </modified>
    <modified>
      <diff>@@ -145,7 +145,7 @@ class Kirby
       (Hpricot(`svn log #{repo} -rHEAD:#{last} --limit 10 --xml`)/:logentry).reverse[1..-1].each do |ci|
         @svns[repo] = rev = ci.attributes['revision'].to_i
         project = case repo
-          when /^http://(\w+)\.rubyforge/ then $1
+          when /^http:\/\/(\w+)\.rubyforge/ then $1
           else
             repo.split(/\.\//).reject { |path| ['trunk', 'svn', 'org', 'com', 'net', nil].include? path }.last
         end
@@ -167,6 +167,7 @@ class Kirby
   
   # Post a url to the del.icio.us account.
   def post url
+    puts &quot;POST: #{url}&quot; if config[:debug]
     query = {:url =&gt; url,
       :description =&gt; (((Hpricot(open(url))/:title).first.innerHTML or url) rescue url),
       :tags =&gt; (Hpricot(open(&quot;http://del.icio.us/url/check?url=#{CGI.escape(url)}&quot;))/'.alphacloud'/:a).map{|s| s.innerHTML}.join(&quot; &quot;),
@@ -174,11 +175,12 @@ class Kirby
     begin
       http = Net::HTTP.new('api.del.icio.us', 443)         
       http.use_ssl = true      
-      http.start do |http|
+      response = http.start do |http|
         req = Net::HTTP::Get.new('/v1/posts/add?' + query.map{|k,v| &quot;#{k}=#{CGI.escape(v)}&quot;}.join('&amp;'))
         req.basic_auth config[:delicious_user], config[:delicious_pass]
         http.request(req)
       end.body
+      puts &quot;POST: #{response.inspect}&quot; if config[:debug]
     end
   end
   </diff>
      <filename>lib/kirby.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f70d64d0fcd6b5dd7c2b14eb64b64040d1e6f128</id>
    </parent>
  </parents>
  <author>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </author>
  <url>http://github.com/fauna/kirby/commit/840bb0b46d9616447e5c382f970b6ee579906a41</url>
  <id>840bb0b46d9616447e5c382f970b6ee579906a41</id>
  <committed-date>2007-12-30T22:02:21-08:00</committed-date>
  <authored-date>2007-12-30T22:02:21-08:00</authored-date>
  <message>fix delicious posting</message>
  <tree>62f02c8fced30db392e6845d16be6307baebc725</tree>
  <committer>
    <name>Evan Weaver</name>
    <email>evan@cloudbur.st</email>
  </committer>
</commit>
