<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.rdoc</filename>
    </added>
    <added>
      <filename>examples/apple-circle.gif</filename>
    </added>
    <added>
      <filename>examples/index.haml</filename>
    </added>
    <added>
      <filename>examples/index.html</filename>
    </added>
    <added>
      <filename>examples/pagination.css</filename>
    </added>
    <added>
      <filename>examples/pagination.sass</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -53,10 +53,11 @@ end
 
 desc 'Generate RDoc documentation for the will_paginate plugin.'
 Rake::RDocTask.new(:rdoc) do |rdoc|
-  files = ['README', 'LICENSE', FileList.new('lib/**/*.rb').exclude('lib/**/named_scope*')]
+  files = ['README.rdoc', 'LICENSE']
+  files &lt;&lt; FileList.new('lib/**/*.rb').exclude('lib/will_paginate/named_scope*').exclude('lib/will_paginate/array.rb')
   rdoc.rdoc_files.add(files)
-  rdoc.main = &quot;README&quot; # page to start on
-  rdoc.title = &quot;will_paginate&quot;
+  rdoc.main = &quot;README.rdoc&quot; # page to start on
+  rdoc.title = &quot;will_paginate documentation&quot;
   
   templates = %w[/Users/chris/ruby/projects/err/rock/template.rb /var/www/rock/template.rb]
   rdoc.template = templates.find { |t| File.exists? t }
@@ -64,4 +65,5 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
   rdoc.rdoc_dir = 'doc' # rdoc output folder
   rdoc.options &lt;&lt; '--inline-source'
   rdoc.options &lt;&lt; '--charset=UTF-8'
+  rdoc.options &lt;&lt; '--webcvs=&quot;http://github.com/mislav/will_paginate/tree/master/%s&quot;'
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>README</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8fe31cbe2c2c0c488cc7950c4b1ef498fcdc947e</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/4d7de72f8df3b75069973b755231660b07783524</url>
  <id>4d7de72f8df3b75069973b755231660b07783524</id>
  <committed-date>2008-04-06T16:40:44-07:00</committed-date>
  <authored-date>2008-04-06T16:40:44-07:00</authored-date>
  <message>add examples of pagination links styling</message>
  <tree>a853ec34634ee104a1fdcf1f9b6a163b1558d753</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
