<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,19 +2,27 @@
 
 This library adds simple versioning to an ActiveRecord module.  ActiveRecord is required.
 
-== Install
+== Resources
 
-Gem installation:
+Install
 
-  gem install acts_as_versioned
-  
-Download: 
+* gem install acts_as_versioned
 
-  http://rubyforge.org/projects/ar-versioned/
+Rubyforge project
 
-== Documentation
+* http://rubyforge.org/projects/ar-versioned
 
-RDocs are online at http://ar-versioned.rubyforge.org
+RDocs
+
+* http://ar-versioned.rubyforge.org
+
+Subversion
+
+* http://techno-weenie.net/svn/projects/acts_as_versioned
+
+Collaboa
+
+* http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned
 
 Special thanks to Dreamer on ##rubyonrails for help in early testing.  His ServerSideWiki (http://serversidewiki.com) 
 was the first project to use acts_as_versioned &lt;em&gt;in the wild&lt;/em&gt;.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -55,21 +55,13 @@ Rake::GemPackageTask.new(spec) do |pkg|
   pkg.need_tar = true
 end
 
-desc &quot;Publish the gem&quot;
-task :pgem =&gt; [:package] do 
-  Rake::SshFilePublisher.new(PROD_HOST, &quot;public_html/code/gems&quot;, &quot;pkg&quot;, &quot;#{PKG_FILE_NAME}.gem&quot;).upload
-  Rake::SshFilePublisher.new(PROD_HOST, &quot;public_html/code/pkg&quot;, &quot;pkg&quot;, &quot;#{PKG_FILE_NAME}.tgz&quot;).upload
-  %x{ssh #{PROD_HOST} 'update_gems'}
-end
-
 desc &quot;Publish the API documentation&quot;
-task :pdoc =&gt; [:rdoc] do 
-  Rake::SshDirPublisher.new(PROD_HOST, &quot;public_html/code/doc/#{PKG_NAME}&quot;, &quot;doc&quot;).upload
+task :pdoc =&gt; [:rdoc] do
   Rake::RubyForgePublisher.new(RUBY_FORGE_PROJECT, RUBY_FORGE_USER).upload
 end
 
 desc 'Publish the gem and API docs'
-task :publish =&gt; [:pgem, :pdoc, :rubyforge_upload]
+task :publish =&gt; [:pdoc, :rubyforge_upload]
 
 desc &quot;Publish the release files to RubyForge.&quot;
 task :rubyforge_upload do</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6b797a35a20d188d496e2bd2d2f99654afd5709</id>
    </parent>
  </parents>
  <author>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </author>
  <url>http://github.com/technoweenie/acts_as_versioned/commit/61dc5f7ebb7744178bca281c119a0fb6d4b6d9bf</url>
  <id>61dc5f7ebb7744178bca281c119a0fb6d4b6d9bf</id>
  <committed-date>2005-09-22T15:39:29-07:00</committed-date>
  <authored-date>2005-09-22T15:39:29-07:00</authored-date>
  <message>added links to collaboa and svn to readme

git-svn-id: http://svn.techno-weenie.net/projects/acts_as_versioned@98 567b1171-46fb-0310-a4c9-b4bef9110e78</message>
  <tree>d0c422d41873bae499c592565c0e5bd33643001b</tree>
  <committer>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </committer>
</commit>
