Window Maker Configuration Utility (wmakerconf 1.5)

Copyright (C) 1998 Ullrich Hafner <hafner@bigfoot.de>

Description
===========
Wmakerconf is a GTK+ based configuration tool
for Window Maker (http://windowmaker.org). Its main WWW site is at
http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/

Features:
=========
o Support for all Window Maker attributes (version >= 0.20.2)
o Font selection browser, pixmap preview browser, color selection dialog,
  shortcut dialog, file selection dialog, ...
o Tooltips with short description of every attribute
  (english and german version)
o Themes.org tiles configuration (http://themes.org/)
o New attributes can be simply integrated by changing the wmakerconf
  proplist

System requirements:
====================
o Window Maker >= 0.20.0 (http://windowmaker.org)
o libPropList  >= 0.8.1  (http://windowmaker.org)
o GTK          >= 1.0.2  (http://www.gtk.org)
o ANSI C compiler/library

Recommended additional packages:
o Rasterman's Imlib >= 1.8 (http://www.labs.redhat.com/imlib/)
	--> display of JPEG, TIFF, PNG pixmaps
o Perl >= 5.002 (http://www.perl.com/, http://www.perl.org/,
  http://www.cpan.org/) and one of the following:
  1) Perl Module HTML-Parser
     (http://www.perl.com/cgi-bin/cpan_mod?module=HTML::Parser)
     and Perl Module libwww
     (http://www.perl.com/cgi-bin/cpan_mod?module=LWP)
  2) LYNX WWW browser (http://lynx.browser.org/)
	--> Tile of the day configuration

Tested on Intel Linux Redhat 4.2/5.x, Intel Linux SuSE 5.x,
and DEC Alpha/Digital UNIX 4.0, SUN Sunos 4.1.4.

Getting wmakerconf
==================
Wmakerconf is available at:

http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/
ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/

All required/recommended libs are also available at
ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/aux

Installation
============
tar xzf wmakerconf-1.5.tar.gz
cd wmakerconf-1.5
./configure
make
make install

Please install required and recommended packages prior to wmakerconf.

If you get a compiler error when compiling one of the gtk*.c files
(e.g., if you have an old GTK+ devel version < 1.1.4) then disable the gtkstep
widget set. I.e., do a make distclean; ./configure --disable-gtkstep

If ./configure doesn't find the Window Maker data files
(e.g., when packaging RPMS) then this directory can be specified with
option --with-wmakerdir=DIR.

Documentation
=============
See extra file 'MANUAL`

Copyright
=========
wmakerconf is copyrighted by Ullrich Hafner <hafner@bigfoot.de>    
and is licensed through the GNU General Public License.
Read the COPYING file for the complete license.

