Enlightenment Configurator version 0.1
Copyright 1998 Geoff Harrison (Mandrake)
Last Updated: 07/09/98

/****************************************************************************/
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
/****************************************************************************/

And now that that is out of the way, lemme say a few things about this
particular piece of software.  I started writing it because I got bored
of writing a config doc.  This is, intrinsically, more interesting for
me to write than the config language docs (which, yes, I will get
around to documenting sooner or later).

It's written in perl, and I think it's the first perl app to go into the
gnome cvs repository, but I might be wrong.

*** What you need to use the program:

GTK 1.0.4+: ftp://ftp.gimp.org/pub/gtk
Perl 5.004+: http://www.perl.com/CPAN-local/src/5.0/
Perl Gtk Bindings 0.2.2+: http://www.perl.com/CPAN-local/modules/by-module/Gtk/


NOTE: If you are having compilation problems it is very likely you don't
      have the correct versions of these things installed on your system!
      Do NOT ask for help if you are having problems unless you are running
      the most recent versions of all these things (if things break when
      you upgrade to later versions of stuff I should know about that, too)

*** things you might want to do to run the program

copy the two rc files in here (one is a gtkrc file) into your .enlightenment
directory.  You'll need to use the Configurator Preferences to select
those files.

when you run autogen.sh to build the application, be sure to use:
--prefix=/usr/local/enlightenment
or wherever you have your enlightenment root set to.  This will get fixed
once there is a top level makefile.

Oh, I also need to thank Kenneth Albanowski, for the Gtk module
for perl, and also for a ton of sample code (which helped out a LOT)
from the Gtk module distribution.

Also need to thank Matthew D. Langston for helping me get a grasp on
what is involved in using automake/autoconf.  he wrote all the initial
configure stuff for 0.1

*** Some general notes I decided to write down to avoid potential questions

So before you decide to go blowing away your configuration files, be very
aware that the configurator doesn't properly edit anything except the
dragbar and the general control section.  Why?  Because that's all that
I've actually gotten finished.  It reads a good deal more of the config file
and might even write part of it out correctly, but I wouldn't count on it
yet.  I'm still pushing to have this completed by the time that 0.14
comes out (if you're reading this, you've downloaded a snapshot of
this and decided to play around with it)

