<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,3 +20,16 @@ Rake::GemPackageTask.new(spec) do |pkg|
   pkg.need_tar_gz = true
   pkg.need_zip = true
 end
+
+file &quot;index.html&quot; =&gt; &quot;README.mkdn&quot; do |t|
+  require 'bluecloth'
+  File.open(t.name, &quot;w&quot;) do |f|
+    f.write(BlueCloth.new(File.read(t.prerequisites[0])).to_html)
+  end
+end
+
+desc &quot;Publish website to Rubyforge&quot;
+task :publish_web =&gt; [&quot;index.html&quot;, :publish_rdoc] do |t|
+  sh &quot;rsync -aCv #{t.prerequisites[0]} \
+    dag@rubyforge.org:/var/www/gforge-projects/statgrab/&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1e91d78810119ff3f92b29323419e9be5ebbcec0</id>
    </parent>
  </parents>
  <author>
    <name>Dag Odenhall</name>
    <email>dag.odenhall@gmail.com</email>
  </author>
  <url>http://github.com/dag/ruby-statgrab/commit/9ac7613a7ab8d2711f306c92a22b3568e2c7fc0c</url>
  <id>9ac7613a7ab8d2711f306c92a22b3568e2c7fc0c</id>
  <committed-date>2008-05-19T01:47:02-07:00</committed-date>
  <authored-date>2008-05-19T01:47:02-07:00</authored-date>
  <message>Generate and publish website from README with Rake</message>
  <tree>bb773a2645278c4fb06510f85aef59b15079df03</tree>
  <committer>
    <name>Dag Odenhall</name>
    <email>dag.odenhall@gmail.com</email>
  </committer>
</commit>
