Updated project homepage and documentation locations.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 13 May 2006 11:54:53 +0000 (11:54 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 13 May 2006 11:54:53 +0000 (11:54 +0000)
ChangeLog
README
Rakefile

index a68b9b846c3be88513f047cc9d0f392a85710df9..2fbef5e02d66812ab389e59c9a023d579500eef5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,13 @@
 --
-$Id: ChangeLog 74 2006-05-13 10:34:36Z tilman $
+$Id: ChangeLog 75 2006-05-13 11:54:53Z tilman $
 ++
 
 2006-05-13 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/eet.rb, ext/ext.c, test/test_misc.rb: Deprecated
           Eet::File#list and introduced Eet::File#entries and
           Eet::File#[] instead.
+        * README, Rakefile: Updated project homepage and documentation
+          locations
 
 2005-08-25 Tilman Sauerbeck (tilman at code-monkey de)
         * README: Fixed bad link to project homepage
diff --git a/README b/README
index 1372fdcc54fa3e4d04ad3d9abe03675d14928dff..a0eb57af264c6e44042de81cf125fdf354bde3ca 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 --
-$Id: README 73 2005-08-25 20:36:00Z tilman $
+$Id: README 75 2006-05-13 11:54:53Z tilman $
 ++
 
 = Ruby-EET -- Ruby bindings for EET
@@ -22,10 +22,10 @@ Ruby-EET is available under an MIT-style license.
 == Download
 
 The latest version of Ruby-EET can be found at
-http://code-monkey.de/projects/ruby-eet.html
+http://code-monkey.de/pages/ruby-eet
 
 Online documentation is available at
-http://code-monkey.de/docs/ruby-eet
+http://docs.code-monkey.de/ruby-eet
 
 == Dependencies
 
index 43d7a3abf0dc1badf01cba2c3891e69c731402b3..70a6f7ff406f690beeaeb608f1923e86f6c4d7c3 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 55 2005-06-02 20:16:44Z tilman $
+# $Id: Rakefile 75 2006-05-13 11:54:53Z tilman $
 
 require "rbconfig"
 require "rake/clean"
@@ -79,7 +79,7 @@ end
 task :publish => [:rdoc, :package] do
        p = Rake::CompositePublisher.new
        p.add(Rake::SshFreshDirPublisher.new("code-monkey.de",
-                                            "public_html/docs/" +
+                                            "public_docs/" +
                                             PKG_NAME, "doc"))
        p.add(Rake::SshFilePublisher.new("code-monkey.de",
                                         ".", "pkg",