<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,13 @@
-I am very proud to announce Tableau.
+This is a fork of [Asim Aslam's Tableau](http://github.com/asim/tableau): a private pastie to use with friends and colleagues.
 
-I needed a private pastie to use with friends and colleagues.
+It is a very spartan pastie application with rudimentary versioning of pastes (ala [Gist](http://gist.github.com/)).
 
-This is it!
+It has the following dependencies:
+
+* [sinatra](http://www.sinatrarb.com)
+* [sequel](http://sequel.rubyforge.org/)
+* [open4](http://raa.ruby-lang.org/project/open4/) (required by [albino](http://github.com/github/albino))
+* [pygments](http://pygments.org/) (and therefore [Python](http://www.python.org/))
+
+To create the database and necessary tables, simply run `rake migrate` then fire up the application with `rackup` and access it at [http://localhost:9292](http://localhost:9292).
 
-(This is a fork from http://github.com/asim/tableau)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,6 @@
 $:.unshift(File.dirname(__FILE__) + '/lib')
 
 # Dependencies.
-require 'rubygems'
 require 'sinatra'
 require 'sequel'
 require 'erb'
@@ -53,10 +52,6 @@ class Version &lt; Sequel::Model
 
   set_dataset dataset.reverse_order(:created_at)
 
-  def description
-    paste.description
-  end
-
   def validate
     validates_presence(:text, :message =&gt; &quot;can't be empty&quot;)
     validates_presence(:language, :message =&gt; &quot;must be chosen&quot;)</diff>
      <filename>tableau.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c7cb12f3a6cce712bdd11523eb96a5e090805bf</id>
    </parent>
  </parents>
  <author>
    <name>Paul Mucur</name>
    <email>paul@beatthatquote.com</email>
  </author>
  <url>http://github.com/mudge/tableau/commit/eb0a5465f568cfdb0d328ac21452ec591668e707</url>
  <id>eb0a5465f568cfdb0d328ac21452ec591668e707</id>
  <committed-date>2009-10-27T02:20:57-07:00</committed-date>
  <authored-date>2009-10-27T02:20:57-07:00</authored-date>
  <message>Spruce up README and remove dependency on rubygems.</message>
  <tree>39bc3a8e5dd9108fadd58cb1f5a94d5b75ff0b5e</tree>
  <committer>
    <name>Paul Mucur</name>
    <email>paul@beatthatquote.com</email>
  </committer>
</commit>
