<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,20 +7,26 @@ Basically a simple server to embed comments on other websites. Like, say, Trac.
 Usage
 -----
 
+You'll need a few gems first:
+
+  $ gem install merb-core bluecloth markaby activerecord
+
 Run the server:
 
+  $ cd backchat
   $ merb -I backchat.rb
 
 
 Then embed the javascript in a page or template:
 
-  &lt;script type=&quot;text/javascript&quot; src=&quot;http://your-server:4576/&lt;reference&gt;.js&quot;&gt;&lt;/script&gt;
+  &lt;script type=&quot;text/javascript&quot; src=&quot;http://your-server:4000/&lt;reference&gt;.js&quot;&gt;&lt;/script&gt;
 
-Where &lt;reference&gt; is something uniq.
+Where &lt;reference&gt; is something unique, like a trac changeset number.
 
 
-Todo
+TODO
 ----
 
-Determine the reference automatically
-Redirect back to the originating page when posting
\ No newline at end of file
+* A better way of embedding the HTML than document.write might be nice - the way I'm doing it right now is incredibly flaky
+* Determine the reference automatically from the URL
+* Some kind of bookmarklet
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8a4d8934bdfa222e4655f9bbdd8f14050c5ae6fd</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/backchat/commit/c71ff0da14b56f881ee8d07c9224d1eb7eb94042</url>
  <id>c71ff0da14b56f881ee8d07c9224d1eb7eb94042</id>
  <committed-date>2008-05-03T14:35:02-07:00</committed-date>
  <authored-date>2008-05-03T14:35:02-07:00</authored-date>
  <message>Updated the README to show gem dependencies, and an updated TODO.</message>
  <tree>616e37b45558167ff4e77a24833b6e03722405dc</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
