<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,10 @@
 README for ajax-rdoc - the javascript enhanced rdoc template
 
-The files included in this first release allow you to create a javascript enhanced rdoc (similar to what is on www.railsbrain.com right now).
+This template creates a javascript enhanced rdoc (similar to what is on http://www.railsbrain.com ).
 
-Switch over to the directory where you want to run this rdoc template
-rdoc --fmt ajax
-
-Some shortcuts
-=======
 == Installation
 
-1) Get the files 
+1) Get the files (pick your flavor)
 		* tarball: http://github.com/breakpointer/ajax-rdoc/tarball/master)
 		* git: git clone git://github.com/breakpointer/ajax-rdoc.git
 		
@@ -24,16 +19,21 @@ Some shortcuts
 
 5) This should start the generator and you'll have your new rdoc template in no-time! It should be in a folder called &quot;doc&quot;
 
-alias jaxdoc=&quot;rdoc --fmt ajax --exclude .*generator.* --exclude .*test.* --exclude .*spec.*&quot;
+For a shortcut you might try adding this to your .bash_profile
+&gt;alias ajaxrdoc=&quot;rdoc --fmt ajax --exclude .*generator.* --exclude .*test.* --exclude .*spec.*&quot;
+
+Thanks to:
+Tien Dung (http://github.com/tiendung) for a neat title insertion hack. The title of your rails documentation is pulled from the 
+directory name (with some humanizing). For example, standing in this directory /blah/ruby/rails-2.1.0 and running rdoc --fmt ajax
+will create a title &quot;Rails 2.1.0&quot; for the generated documentation pages.
 
-References
+John Nunemaker (http://github.com/jnunemaker) for the addition of the installation rake task.
+Also, for the very nice QuickSilver search failover if an exact name match is not found. Very nice indeed!
 
-http://github.com/breakpointer/ajax-rdoc/tree/master/README
 =======
-Thanks!
 -Brian
 
 Alternatively you can set this env var and run the documentation generator from anywhere (ie your home dir)
 
-export RUBYLIB=~/Usersbrian/rails/src/ajax-rdoc (for example)
+&gt;export RUBYLIB=~/Usersbrian/rails/src/ajax-rdoc (for example)
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -185,7 +185,7 @@ ul#groupType li.activeLi{
 }
 
 #listScroller ul{
-	width: 500px;
+	width: 600px;
 	padding:0px;
 	margin:0px;
 	list-style: none;
@@ -195,7 +195,7 @@ ul#groupType li.activeLi{
 	padding: 0px;
 	margin: 0px;
 	display: block;
-	line-height: 1em;
+	line-height: 1.1em;
 }
 
 #listScroller a{
@@ -431,9 +431,6 @@ CLASS_PAGE = &lt;&lt;HTML
   In:
 START:infiles
 &lt;a href=&quot;#&quot; onclick=&quot;jsHref('%full_path_url%');&quot;&gt;%full_path%&lt;/a&gt;
-IF:cvsurl
-&amp;nbsp;(&lt;a href=&quot;#&quot; onclick=&quot;jsHref('%cvsurl%');&quot;&gt;CVS&lt;/a&gt;)
-ENDIF:cvsurl
 END:infiles
 
 IF:parent
@@ -600,8 +597,6 @@ END:sections
 HTML
 
 
-
-
 BODY = &lt;&lt;ENDBODY
   !INCLUDE! &lt;!-- banner header --&gt;
 
@@ -630,11 +625,7 @@ FILE_PAGE = &lt;&lt;HTML
     &lt;table class=&quot;header-table&quot;&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Path:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;%full_path%
-IF:cvsurl
-        &amp;nbsp;(&lt;a href=&quot;%cvsurl%&quot;&gt;&lt;acronym title=&quot;Concurrent Versioning System&quot;&gt;CVS&lt;/acronym&gt;&lt;/a&gt;)
-ENDIF:cvsurl
-      &lt;/td&gt;
+      &lt;td&gt;%full_path%&lt;/td&gt;
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;</diff>
      <filename>rdoc/generators/template/ajax/ajax.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71309a4e3fd9c50f47a05e83a16f68f0887fc01a</id>
    </parent>
  </parents>
  <author>
    <name>Brian</name>
    <email>blchamberlain@cifra.local</email>
  </author>
  <url>http://github.com/breakpointer/ajax-rdoc/commit/8c135c29e3d986839eb141c2b5103d76ad05ed3d</url>
  <id>8c135c29e3d986839eb141c2b5103d76ad05ed3d</id>
  <committed-date>2008-10-04T12:30:34-07:00</committed-date>
  <authored-date>2008-10-04T12:30:34-07:00</authored-date>
  <message>Readme updates and a small css tweak</message>
  <tree>cb9d95796840e355b6edab2e81f80a6809f109cd</tree>
  <committer>
    <name>Brian</name>
    <email>blchamberlain@cifra.local</email>
  </committer>
</commit>
