--
-$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
--
-$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
== 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
-# $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"
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",