Added a link to the online documentation.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 27 Mar 2005 01:16:12 +0000 (01:16 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 27 Mar 2005 01:16:12 +0000 (01:16 +0000)
ChangeLog
README

index 2877321225d4473f204b1cf2610257a41ea9afa1..3566aab4f80ee3b7caf0d772541b0d3372f0c273 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
 --
-$Id: ChangeLog 4 2005-03-27 01:14:48Z tilman $
+$Id: ChangeLog 5 2005-03-27 01:16:12Z tilman $
 ++
 
 2005-03-27 Tilman Sauerbeck (tilman at code-monkey de)
         * Rakefile: Added a publish task that uploads the current
           tarball and the RDoc documentation to code-monkey.de
+        * README: Added a link to the online documentation
 
 2005-03-26 Tilman Sauerbeck (tilman at code-monkey de)
         * README, Rakefile: Require Rake 0.5.0 or greater
diff --git a/README b/README
index 55ce2719645ae84987d7b944202f3fa0d0ec827e..4e1373efaa8dbb7a58b446fe038b7fe1594c2f2f 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 --
-$Id: README 1 2005-03-26 01:45:38Z tilman $
+$Id: README 5 2005-03-27 01:16:12Z tilman $
 ++
 
 = ruby-eet -- Ruby bindings for EET
@@ -23,6 +23,9 @@ ruby-eet is available under an MIT-style license.
 The latest version of ruby-eet can be found at
 http://code-monkey.de/projects/ruby-efl.html
 
+Online documentation is available at
+http://code-monkey.de/docs/ruby-eet
+
 == Dependencies
 
 ruby-eet depends on Rake[http://rake.rubyforge.org] 0.5.0 or greater