Window Maker Configuration Utility (wmakerconf 2.0)

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

Description
===========
Wmakerconf is a GTK+ based configuration tool
for Window Maker (http://windowmaker.org).
Its WWW site is at http://penguinpowered.com/~ulli/wmakerconf/

Features:
=========
o Support for all Window Maker attributes (version >= 0.53.0)
o Font selection browser, pixmap preview browser, color selection dialog,
  shortcut dialog, file selection dialog, theme browser, menu configuration ...
o Tooltips with short description of every attribute
o New attributes can be simply integrated by changing the wmakerconf
  proplist (via WWW)
# Themes.org tiles configuration (http://themes.org/)
  (currently disabled, see MANUAL)

System requirements:
====================
o Window Maker >= 0.50.0 (http://windowmaker.org)
o libPropList  >= 0.8.3  (http://windowmaker.org)
o GTK+         >= 1.2.0  (http://www.gtk.org)
o ANSI C compiler/library

Recommended additional packages:
================================
o Window Maker Raster Lib >= 0.50.0 (Part of Window Maker [devel RPM])
	or
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/)
  3) GNU Wget 1.5.3, a non-interactive network retriever
    (http://www.gnu.org/software/wget/wget.html)
  1,2, or 3 --> Tile of the day configuration, WWW theme installation 

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.

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

o Please install required and recommended packages prior to wmakerconf.
o The prefix of the Window Maker installation path can be set with
  ./configure --with-wmakerprefix=DIR if configure doesn't find the
  data (PREFIX/share/WindowMaker) and sysconfig files
  (PREFIX/etc/WindowMaker) of Window Maker.
o NLS can be disabled in case of compile or configure errors in one of
  the po directories: ./configure --disable-nls
o If you want NLS but don't have the gettext library installed, use
  ./configure --with-included-gettext
o If you should encounter problems with older libraries in places
  where you can't delete them (e.g. if you don't have root access),
  you can try to specifically tell the linker which directories to
  search by using LDFLAGS=-L/DIRECORY/; export LDFLAGS; ./configure
  ..... (sh syntax, for csh use setenv LDFLAGS /DIRECTORY; ...)
o If imlib is not detected by configure even though you've installed
  all required files and libs, use
  ./configure --disable-imlibtest

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.

