<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
 *.gem
 *.iml
 *.iws
-*.ipr
\ No newline at end of file
+*.ipr
+doc/site/*.*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -3,9 +3,10 @@ I've created a &lt;a href=&quot;http://groups.google.com/group/treetop-dev&quot;&gt;Google Group
 treetop-dev@google-groups.com
 
 #Contributing
+Visit &lt;a href=&quot;http://github.com/nathansobo/treetop/tree/master&quot;&gt;the Treetop repository page on GitHub&lt;/a&gt; in your browser for more information about checking out the source code.
+
 I like to try Rubinius's policy regarding commit rights. If you submit one patch worth integrating, I'll give you commit rights. We'll see how this goes, but I think it's a good policy.
 
-The source code is currently stored in a git repository at &lt;a href=&quot;http://repo.or.cz/w/treetop.git&quot;&gt;http://repo.or.cz/w/treetop.git&lt;/a&gt;
 
 ##Getting Started with the Code
 Treetop compiler is interesting in that it is implemented in itself. Its functionality revolves around `metagrammar.treetop`, which specifies the grammar for Treetop grammars. I took a hybrid approach with regard to definition of methods on syntax nodes in the metagrammar. Methods that are more syntactic in nature, like those that provide access to elements of the syntax tree, are often defined inline, directly in the grammar. More semantic methods are defined in custom node classes.</diff>
      <filename>doc/contributing_and_planned_features.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ class Layout &lt; Erector::Widget
         :type =&gt; &quot;text/css&quot;,
         :href =&gt; &quot;./screen.css&quot;
         
-        text %(
+        rawtext %(
           &lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot;&gt;
           &lt;/script&gt;
           &lt;script type=&quot;text/javascript&quot;&gt;</diff>
      <filename>doc/site.rb</filename>
    </modified>
    <modified>
      <diff>@@ -42,7 +42,7 @@ class Layout &lt; Erector::Widget
 
   def bluecloth(relative_path)
     File.open(File.join(File.dirname(__FILE__), relative_path)) do |file|
-      text BlueCloth.new(file.read).to_html
+      rawtext BlueCloth.new(file.read).to_html
     end
   end
 </diff>
      <filename>doc/sitegen.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>doc/site/contribute.html</filename>
    </removed>
    <removed>
      <filename>doc/site/images/.DS_Store</filename>
    </removed>
    <removed>
      <filename>doc/site/images/bottom_background.png</filename>
    </removed>
    <removed>
      <filename>doc/site/images/middle_background.png</filename>
    </removed>
    <removed>
      <filename>doc/site/images/paren_language_output.png</filename>
    </removed>
    <removed>
      <filename>doc/site/images/pivotal.gif</filename>
    </removed>
    <removed>
      <filename>doc/site/images/top_background.png</filename>
    </removed>
    <removed>
      <filename>doc/site/index.html</filename>
    </removed>
    <removed>
      <filename>doc/site/pitfalls_and_advanced_techniques.html</filename>
    </removed>
    <removed>
      <filename>doc/site/screen.css</filename>
    </removed>
    <removed>
      <filename>doc/site/semantic_interpretation.html</filename>
    </removed>
    <removed>
      <filename>doc/site/syntactic_recognition.html</filename>
    </removed>
    <removed>
      <filename>doc/site/using_in_ruby.html</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8771a78bc3b1e1874f44f5c0eec6e84df55da629</id>
    </parent>
  </parents>
  <author>
    <name>pivotal</name>
    <email>pivotal@dorland.flood.pivotallabs.com</email>
  </author>
  <url>http://github.com/nathansobo/treetop/commit/be4848611026d224ce106ff3249214f957dcb63c</url>
  <id>be4848611026d224ce106ff3249214f957dcb63c</id>
  <committed-date>2008-03-07T14:07:45-08:00</committed-date>
  <authored-date>2008-03-07T14:07:45-08:00</authored-date>
  <message>Updated site to reflect new repository home</message>
  <tree>3f74e6a9db0921d29f0f3a6599bb33e4c289d39b</tree>
  <committer>
    <name>pivotal</name>
    <email>pivotal@dorland.flood.pivotallabs.com</email>
  </committer>
</commit>
