 INTRODUCTION
==============
Colshift is a POSIX shell script for manipulating X11 colors and
outputting them in various fashions, such as text, HTML or GIF files.
It can also create GIF files of arbitrary colors. This can be useful
for example when picking new colors for use in a window manager, on
a home page or in terminal emulators.

The following files should be present in the archive:

  Makefile
      Installation and uninstallation
  README
      This file
  CHANGELOG
      Version changelog
  colshift
      The colshift script
  colshift_manual.txt
      Documentation for colshift

 INSTALLATION
==============
To install, "make install" as root, E.G.:
  sudo make install
NOTE: This will overwrite any programs in the install path already
named "colshift".

To uninstall, "make uninstall" as root, E.G.:
  sudo make uninstall

 USAGE & LICENSE
=================
See colshift_manual.txt for further information.

