DESCRIPTION:
PT is a configurable printing tool written in C/GTK+ for viewing and managing
print jobs of the Common UNIX Printing System (CUPS).
You can use PT to view, delete, hold and release print jobs; even moving
jobs to another printer or changing their priority is supported.
Further administration tasks are not implemented since this program should
be easy-to-use, small and running fast on older machines.
You can save space on your desktop for real important applications by
choosing which information about print jobs should be displayed.

OPTIONS:
./configure --enable-alien-user: enable to set user name
./configure --enable-gnutls: enable GNUTLS encryption support

REQUIREMENTS:
PT is known to compile with gtk+ 1.2.10, cups 1.1.19 and gnutls 0.8.8
(see www.gtk.org, www.cups.org and www.gnu.org).

LEGAL NOTE:
CUPS, the CUPS logo, and the Common UNIX Printing System are the
trademark property of Easy Software Products.

LICENSE:
PT is released under the GNU GPL

INTERNATIONALIZATION:
If your language is not supported, you can do the following:
1. Change your directory to "po".
2. Copy an existing PO file like "de.po" to "YOURLANGUAGE.po"
(where "YOURLANGUAGE" is the language code)
3. Replace the translated text strings with your translation.
4. Change your directory to "..".
5. Add "YOURLANGUAGE" to "ALL_LINGUAS=..." in "configure.in"
6. Run "./configure" and "make", then "su -c 'make install'"
