<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,9 +33,10 @@ You can also use the library directly with the Fakebook class, which eases testi
                      :fb_params =&gt; { :user =&gt; 1, :session_key =&gt; 'session_key', :friends =&gt; [2, 3, 4] }
   app.request(&quot;/&quot;)
 
-Because Fakebook implements #call according to the Rack specification 
-(http://rack.rubyforge.org/doc/files/SPEC.html), you can create an HTTP server that proxies to 
-your application using your choice of server library (Mongrel, WEBrick, Thin, etc.) For example:
+Because Fakebook implements #call according to the Rack 
+specification[http://rack.rubyforge.org/doc/files/SPEC.html], you can create an HTTP server 
+that proxies to your application using your choice of server library (Mongrel, WEBrick, Thin, 
+etc.) For example:
 
   require 'fakebook'
   app = Fakebook.new # etc...</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,7 @@
 - bring back the form that lets you change your fb_* params
-- convert readme to markdown; see http://github.com/pjhyett/github-services/tree/master
-  - or convert to rdoc; see http://github.com/fiveruns/data_fabric/tree/master
 - document how to use different templates; provide config/command-line option for specifying template
-- shell out to facebook's fbml/fbjs parser? (requires php)
+- shell out to facebook's fbml/fbjs parser? (lots of dependencies, including firefox)
+- eliminate assets that aren't really used
 - parse_fbml needs to become a full-blown parser
    - if-is-user
    - is-logged-out
@@ -19,3 +18,4 @@
 - allow for per-user or per-environment configs?
 - implement ajax, including the local proxy
 - figure out what the license and attribution is for the HTML parsing stuff
+- switch to hpricot for the parsing and re-writing? or libxml-ruby?
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -44,10 +44,10 @@ class Fakebook
       res[&quot;Content-Type&quot;] = &quot;text/json; charset=utf-8&quot;
       res.write %Q({ &quot;success&quot;:&quot;true&quot; })
     elsif path=='/fakebook-update'
-      @fb_params[:user] = req.params['user'].to_i if req.params['user']
-      @fb_params[:friends] = req.params['friends'].split(/, ?/).map{ |id| id.to_i } if req.params['friends']
+      @fb_params[:user]      = req.params['user'].to_i if req.params['user']
+      @fb_params[:friends]   = req.params['friends'].split(/, ?/).map{ |id| id.to_i } if req.params['friends']
       @fb_params[:in_canvas] = req.params['in_canvas'].to_i if req.params['in_canvas']
-      @fb_params[:added] = req.params['added'].to_i if req.params['added']
+      @fb_params[:added]     = req.params['added'].to_i if req.params['added']
       res.status = 302
       res[&quot;Location&quot;] = req.env['HTTP_REFERER']
     elsif path=='/fakebook-install'</diff>
      <filename>lib/fakebook.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b94939cf7d7c94db511031e851f69f79b567c265</id>
    </parent>
  </parents>
  <author>
    <name>Scott Raymond</name>
    <email>sco@scottraymond.net</email>
  </author>
  <url>http://github.com/sco/fakebook/commit/bd2336e763134e5005b234f1c687aaf1ab370522</url>
  <id>bd2336e763134e5005b234f1c687aaf1ab370522</id>
  <committed-date>2008-07-17T16:16:58-07:00</committed-date>
  <authored-date>2008-07-17T16:16:58-07:00</authored-date>
  <message>cleanup</message>
  <tree>885986ab538f8efb452f416b2646a380c65ca732</tree>
  <committer>
    <name>Scott Raymond</name>
    <email>sco@scottraymond.net</email>
  </committer>
</commit>
