
/*  $Header: /cvs/faces/faces/FILES,v 1.2 2002/01/15 22:58:46 devface Exp $
 *
 *  Copyright (C) 1990-2002  Rich Burridge, Sun Microsystems Inc.
 *  All rights reserved.
 *
 *  Permission is given to distribute these sources, as long as the
 *  copyright messages are not removed, and no monies are exchanged.
 *
 *  No responsibility is taken for any errors on inaccuracies inherent
 *  either to the comments or the code of this program, but if reported
 *  to me, then an attempt will be made to fix them.
 */

The file describes the main files that make up the faces distribution.

Top-level directory for faces: the visual monitor for mail and other things.
----------------------------------------------------------------------------

README             - describes what faces is, and how to get started.
Faces.ad           - list of faces X resource application defaults.
FILES              - what you're reading now.
CHANGES            - change history. Will be updated with each new patch.
NEWS               - overview of main features in each release.
TODO               - suggested enhancements. Volunteers anyone?
configure          - used to configure and build faces on Unix systems.
configure.in
Makefile.am 


Faces sub-directory: faces sources code and image files.
--------------------------------------------------------

faces/main.c             - STANDARD SOURCE FILES: includes declarations and 
                           main().
faces/address.y          - routines for parsing RFC822 mail header lines.
faces/get.c              - routines to get information, objects, icons etc..
faces/mon.c              - monitoring routines for mail, print, users etc..
faces/parsefrom.c        - routine to extract user and host names from the 
                           From line.
faces/rec.c              - various record manipulation routines.
faces/gtk.c              - Gtk+ graphics routines.

faces/pop.c              - pop open, close, read, and scan.
faces/pop.h
faces/face_socket.c      - socket open, close, read, write.
faces/face_socket.h
faces/imap.c             - imap routines (based on Mutt imap_lib.c)
faces/imap.h
faces/md5c.c             - MD5 routines for pop APOP authorization calculation.
faces/md5.h

faces/addr.h             - mail address data structures (used by address.c).
faces/extern.h           - External declarations.
faces/faces.h            - Macro and constant definitions.
faces/textutil.h         - Definitions and macros for I18N/L10N of strings.
                           (Taken from the support.h file generated by Glade).

faces/dialog_error.xpm   - Gtk+ Popup error dialog.
faces/dialog_warning.xpm - Gtk+ Popup warning dialog.
faces/noface.xbm         - STANDARD ICONS (XBM format): no faces available.
faces/nomail.xbm         - currently no mail in spoolfile.
faces/nothing.xbm        - totally empty.

faces/faces.man          - the faces manual page.
                           (tbl + troff/nroff -man format).
faces/faces.sendmail     - shell script to add X-Face: lines to a mail header.


Sub-directory compface: face ikon compression/uncompression.
------------------------------------------------------------

compface/Makefile      - used to build the compface programs and library.
compface/README        - overview of the compface kit.
compface/compface.1    - manual page for [un]compface programs.
compface/compface.3    - manual page for [un]compface library routines.

compface/arith.c       - compface/uncompface source files.
compface/cmain.c
compface/compface.c 
compface/compress.c
compface/file.c 
compface/gen.c 
compface/uncmain.c
compface/uncompface.c

compface/compface.h    - compface include files.
compface/data.h 
