<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rdoc</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -70,7 +70,7 @@ END
     #'
     
     readmes = FileList.new('*') do |list|
-      list.exclude(/[a-z]/)
+      list.exclude(/(^|[^.a-z])[a-z]+/)
       list.exclude('TODO')
     end.to_a
     spec.executables = ['haml', 'html2haml', 'sass', 'css2sass']
@@ -81,7 +81,7 @@ END
     spec.extra_rdoc_files = readmes
     spec.rdoc_options += [
       '--title', 'Haml',
-      '--main', 'README',
+      '--main', 'README.rdoc',
       '--exclude', 'lib/haml/buffer.rb',
       '--line-numbers',
       '--inline-source'
@@ -116,7 +116,7 @@ END
   rdoc_task = Proc.new do |rdoc|
     rdoc.title    = 'Haml/Sass'
     rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-    rdoc.rdoc_files.include('README')
+    rdoc.rdoc_files.include('README.rdoc')
     rdoc.rdoc_files.include('lib/**/*.rb')
     rdoc.rdoc_files.exclude('lib/haml/buffer.rb')
     rdoc.rdoc_files.exclude('lib/haml/util.rb')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -46,11 +46,11 @@ module Haml
 
     # Creates a new instace of Haml::Engine that will compile the given
     # template string when &lt;tt&gt;render&lt;/tt&gt; is called.
-    # See README for available options.
+    # See README.rdoc for available options.
     #
     #--
     # When adding options, remember to add information about them
-    # to README!
+    # to README.rdoc!
     #++
     #
     def initialize(template, options = {})</diff>
      <filename>lib/haml/engine.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,12 @@ module Haml
     class &lt;&lt; self
       @@options = {}
 
-      # Gets various options for Haml. See README for details.
+      # Gets various options for Haml. See README.rdoc for details.
       def options
         @@options
       end
 
-      # Sets various options for Haml. See README for details.
+      # Sets various options for Haml. See README.rdoc for details.
       def options=(value)
         @@options = value
       end</diff>
      <filename>lib/haml/template.rb</filename>
    </modified>
    <modified>
      <diff>@@ -56,14 +56,14 @@ module Sass
 
     # Creates a new instace of Sass::Engine that will compile the given
     # template string when &lt;tt&gt;render&lt;/tt&gt; is called.
-    # See README for available options.
+    # See README.rdoc for available options.
     #
     #--
     #
     # TODO: Add current options to REFRENCE. Remember :filename!
     #
     # When adding options, remember to add information about them
-    # to README!
+    # to README.rdoc!
     #++
     #
     def initialize(template, options={})</diff>
      <filename>lib/sass/engine.rb</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ module Sass
         @@checked_for_updates
       end
 
-      # Gets various options for Sass. See README for details.
+      # Gets various options for Sass. See README.rdoc for details.
       #--
       # TODO: *DOCUMENT OPTIONS*
       #++</diff>
      <filename>lib/sass/plugin.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>01f5e301743db5872b932e7f5e3b341554317255</id>
    </parent>
  </parents>
  <author>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </author>
  <url>http://github.com/nex3/haml/commit/21451ee6bd5b48259573d6cc689beeb5f87131f4</url>
  <id>21451ee6bd5b48259573d6cc689beeb5f87131f4</id>
  <committed-date>2008-03-13T01:07:07-07:00</committed-date>
  <authored-date>2008-03-13T01:07:07-07:00</authored-date>
  <message>Rename README to README.rdoc.</message>
  <tree>f948282dbeb20f7e44724c28be285f1ff0f69317</tree>
  <committer>
    <name>Nathan Weizenbaum</name>
    <email>nex342@gmail.com</email>
  </committer>
</commit>
