<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>website/index.html</filename>
    </added>
    <added>
      <filename>website/penguins.png</filename>
    </added>
    <added>
      <filename>website/robots.txt</filename>
    </added>
    <added>
      <filename>website/style.css</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,3 +2,4 @@ pkg
 *sqlite3
 *yml
 coverage
+.DS_Store</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ Hoe.new(&quot;pci4r&quot;, Pci4R::VERSION) do |p|
   p.developer 'Mike Mondragon', 'mikemondragon@gmail.com'
   p.developer 'Jesse Cook', 'jesse@jesseclark.com'
   p.developer 'Sandro Paganotti', 'sandro.paganotti@gmail.com'
-  p.summary = &quot;A library of concepts covered in Toby Seagarn's 'Programming Collective Intelligence'&quot;
+  p.summary = &quot;A library of concepts covered in Toby Segaran's 'Programming Collective Intelligence'&quot;
   p.url = &quot;http://github.com/alexvollmer/pci4r/tree/master&quot;
   p.extra_deps = [
     ['activerecord', '&gt;=2.0.0'],
@@ -28,3 +28,14 @@ Spec::Rake::SpecTask.new('spec_with_rcov') do |t|
   t.rcov_opts = ['--html', '--xrefs', '--include lib', &quot;--exclude spec,gems&quot;]
   t.verbose = true
 end
+
+WEB_HOME = 'pci4r.rubyforge.org:/var/www/gforge-projects/pci4r'
+desc &quot;Pull down website files to local 'website' directory&quot;
+task :pull_web do
+  %x(rsync --verbose --recursive #{WEB_HOME}/ website)
+end
+
+desc &quot;Push 'website' files to pci4r.rubyforge.org website.&quot;
+task :push_web do
+  %x(rsync --verbose --recursive website/ #{WEB_HOME})
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6c73bca6f80ebf0d51b1e300cb742b394203444</id>
    </parent>
  </parents>
  <author>
    <name>Alex Vollmer</name>
    <email>alex.vollmer@gmail.com</email>
  </author>
  <url>http://github.com/alexvollmer/pci4r/commit/7b4f926de465a97ca73b8210a9a6ff67fdb2d7a4</url>
  <id>7b4f926de465a97ca73b8210a9a6ff67fdb2d7a4</id>
  <committed-date>2008-04-05T16:28:58-07:00</committed-date>
  <authored-date>2008-04-05T16:28:58-07:00</authored-date>
  <message>Added rubyforge website files and some rake tasks to manage them.</message>
  <tree>b9cdeed788dd0172be96185f4c32e4e4185e7ac3</tree>
  <committer>
    <name>Alex Vollmer</name>
    <email>alex.vollmer@gmail.com</email>
  </committer>
</commit>
