<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -119,10 +119,10 @@ class AllTomAdapter
   end
 end
 
-app = Rack::URLMap.new(&quot;/images&quot; =&gt; Rack::File.new(File.join(File.dirname(__FILE__), &quot;images&quot;)),
-                       &quot;/files&quot; =&gt; Rack::File.new(File.join(File.dirname(__FILE__), &quot;files&quot;)),
-                       &quot;/stylesheets&quot; =&gt; Rack::File.new(File.join(File.dirname(__FILE__), &quot;stylesheets&quot;)),
-                       &quot;/javascripts&quot; =&gt; Rack::File.new(File.join(File.dirname(__FILE__), &quot;javascripts&quot;)),
+app = Rack::URLMap.new(&quot;/images&quot; =&gt; Rack::File.new(local_file(&quot;images&quot;)),
+                       &quot;/files&quot; =&gt; Rack::File.new(local_file(&quot;files&quot;)),
+                       &quot;/stylesheets&quot; =&gt; Rack::File.new(local_file(&quot;stylesheets&quot;)),
+                       &quot;/javascripts&quot; =&gt; Rack::File.new(local_file(&quot;javascripts&quot;)),
                        &quot;/&quot; =&gt; AllTomAdapter.new
                        )
 Thin::Server.new(&quot;localhost&quot;, 8000, app).start</diff>
      <filename>alltom</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>35d09932a14540569dba0aaaaec493d0c51c93fa</id>
    </parent>
  </parents>
  <author>
    <name>Tom Lieber</name>
    <email>tom@alltom.com</email>
  </author>
  <url>http://github.com/alltom/talltom/commit/6493a639ff178f8f00fa594e61ad5535ca16de46</url>
  <id>6493a639ff178f8f00fa594e61ad5535ca16de46</id>
  <committed-date>2008-08-13T19:25:52-07:00</committed-date>
  <authored-date>2008-08-13T19:25:52-07:00</authored-date>
  <message>Cleaned up Rack start code</message>
  <tree>24935deadbb44a5c9994c22c0a155f754f0c52ed</tree>
  <committer>
    <name>Tom Lieber</name>
    <email>tom@alltom.com</email>
  </committer>
</commit>
