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

index e4f9c61ee6a9edcd4cd7b160cbdb1eaaf9039bf2..066a732e052c2d157f276a4910be5e8a9124c46c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 --
-$Id: ChangeLog 74 2005-09-21 16:21:52Z tilman $
+$Id: ChangeLog 76 2006-05-13 11:58:15Z tilman $
 ++
 
+2006-05-13 Tilman Sauerbeck (tilman at code-monkey de)
+        * README, Rakefile: Updated project homepage and documentation
+          locations
+
 2005-09-21 Tilman Sauerbeck (tilman at code-monkey de)
         * Released version 0.1.5
 
diff --git a/README b/README
index 3a203d1dd061d416985334a4edace1bd1acf9a75..f702833e327d9f78461ef5ec82e49ab4c152088e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 --
-$Id: README 14 2005-03-29 16:25:21Z tilman $
+$Id: README 76 2006-05-13 11:58:15Z tilman $
 ++
 
 = Redact -- An Edje Compiler written in Ruby
@@ -30,10 +30,10 @@ Redact is available under an MIT-style license.
 == Download
 
 The latest version of Redact can be found at
-http://code-monkey.de/projects/redact.html
+http://code-monkey.de/pages/redact
 
 Online documentation is available at
-http://code-monkey.de/docs/redact
+http://docs.code-monkey.de/redact
 
 == Dependencies
 
index 42630f150cdec64f5d1feea201c61d594d315594..ee9f8978bfae3cf3d70684d25558d043829f8a3b 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $Id: Rakefile 42 2005-06-08 17:16:09Z tilman $
+# $Id: Rakefile 76 2006-05-13 11:58:15Z tilman $
 
 require "rake/clean"
 require "rake/testtask"
@@ -59,7 +59,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",