ORE README -- important intro stuff
Copyright (C) 2004 Archit Baweja

ORE (Obviously a Ruby Editor) is a Ruby programmer's editor. It is designed
with ruby in mind and is not really appropriate for C/C++/Java/And what not
(although you can use ORE for all kinds of editing :-D).

Dependencies
------------

Try to get latest versions of these (not just CVS, latest tarball releases
should work fine too)

1. Gtk+ 2.0 and above
2. libglade2
3. GtkSourceview-0.7.0
4. ruby 1.8.x (although 1.6.x should work too)
5. ruby-gnome2-all (well mainly ruby-gtk2 and ruby-libglade2)
6. ruby-gtksourceview

Installation:
-------------
$ ruby configure.rb
$ ruby installfiles.rb (as root)

Bugs/Feature Requests/Patches
-----------------------------
Submit at http://rubyforge.org/tracker/?group_id=189

Hacking
-------
Just slip me a note that you are hacking on ORE and what part are you
hacking on. So there is _NO_ duplication of effort. For programming style, just
see the code, use common sense and keep it **clean**.(I'm very particular about
this. Just an example, if you see that the code is a bit unclean and could be
done in a better way, please send me a note for that too)
