From 1701ee51fd0595c500e1a143ed47c966543e71cd Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 13 May 2006 11:54:53 +0000 Subject: [PATCH] Updated project homepage and documentation locations. --- ChangeLog | 4 +++- README | 6 +++--- Rakefile | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a68b9b8..2fbef5e 100644 --- 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 1372fdc..a0eb57a 100644 --- 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 diff --git a/Rakefile b/Rakefile index 43d7a3a..70a6f7f 100644 --- 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", -- 2.30.2