<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE.txt</filename>
    </added>
    <added>
      <filename>examples/one.rb</filename>
    </added>
    <added>
      <filename>examples/two.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,7 @@
+
+= rufus-sixjo CHANGELOG.txt
+
+== rufus-sixjo - 0.1.0   released 2008/08/15
+
+- initial release
+</diff>
      <filename>CHANGELOG.txt</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,5 @@
+
+= CREDITS.txt
+
+Based on the fine 'Rack' gem by Christian Neukirchen : http://github.com/chneukirchen/rack
+</diff>
      <filename>CREDITS.txt</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@
 
 == what is it ?
 
-just an experimentation.
+A 'Rack application' for
 
 
 == features
@@ -20,7 +20,30 @@ or download[http://rubyforge.org/frs/?group_id=4812] it from RubyForge.
 
 == usage
 
-none for now
+see under the examples/ directory : http://github.com/jmettraux/rufus-sixjo/tree/master/examples
+
+It goes like :
+
+    require 'rubygems'
+    require 'rufus/sixjo' # gem 'rufus-sixjo'
+    
+    module ExampleOne
+    
+      extend Rufus::Sixjo
+      
+      get '/toto' do
+        &quot;nada at #{request.path_info}&quot;
+      end
+    end
+      
+    app = Rack::Builder.new do
+      
+      use Rack::CommonLogger
+      use Rack::ShowExceptions
+      run ExampleOne.new_sixjo_rack_app(nil)
+    end
+    
+    Rack::Handler::Mongrel.run app, :Port =&gt; 2042
 
 
 == dependencies</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>example/one.rb</filename>
    </removed>
    <removed>
      <filename>example/two.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>00978c51b5bc478d41de942a0bde548f61cfe162</id>
    </parent>
  </parents>
  <author>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </author>
  <url>http://github.com/jmettraux/rufus-sixjo/commit/55510ca86a860bcee406d7136ba3dc8fb19c450c</url>
  <id>55510ca86a860bcee406d7136ba3dc8fb19c450c</id>
  <committed-date>2008-08-15T06:28:43-07:00</committed-date>
  <authored-date>2008-08-15T06:28:43-07:00</authored-date>
  <message>release 0.1.0</message>
  <tree>5246bba3ed1f74143ee5d17052877d0b065b38e8</tree>
  <committer>
    <name>John Mettraux</name>
    <email>jmettraux@gmail.com</email>
  </committer>
</commit>
