Added a publish task.
[ruby-evas.git] / README
diff --git a/README b/README
index b339f5ad8b68edfe5b971ef6701ebe750a1418a3..b0cbed5d0cb7073209eff52269ff548a2b4d371c 100644 (file)
--- a/README
+++ b/README
@@ -1,29 +1,27 @@
-$Id: README 58 2004-08-10 14:10:02Z tilman $
+= ruby-evas - Ruby bindings for Evas
 
-ruby-evas - Ruby bindings for Evas
-==================================
+ruby-evas is a set of Ruby language bindings for Enlightenment's Canvas
+library, Evas.
 
+ruby-evas is maintained by:
 
-About
------
+:include: AUTHORS
 
-ruby-evas is a set of Ruby language bindings for Enlightenment's Canvas
-library, Evas.
+== License
 
+ruby-evas is available under the GNU LGPL.
 
-Installation
-------------
+== Installation
 
-Please see INSTALL.
+Run "rake install" to install ruby-evas.
+If you didn't install Evas to /usr/local, execute the following line
+instead:
 
+EVAS_PREFIX=/prefix/evas/is/installed/in rake install
 
-Documentation
--------------
+== Documentation
 
-To create the HTML documentation for ruby-evas, a patched version of
-rdoc is required. The necessary patches can be found at
-http://code-monkey.de/?patches
+Online documentation is available at
+http://docs.code-monkey.de/ruby-evas.
 
-After you've patched rdoc, please run "make doc" to create the HTML.
-The docs can also be found at
-http://code-monkey.de/ruby-efl-docs/evas
+You can recreate the documentation by running "rake rdoc".