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

Directory faces: the visual monitor for mail and other things.
--------------------------------------------------------------

README          - describes what faces is, and how to get started.
MANIFEST        - tells you what archive part each file was posted in.
FILES           - what you're reading now.
CHANGES         - change history. Will be updated with each new patch.
TODO            - suggested enhancements. Volunteers anyone?
Makefile        - used to build faces on Unix systems.
faces.1         - the faces manual page (tbl + troff/nroff -man format).
face_update     - shell script to automatically update the faces database.
face_update.1   - the face_update manual page (troff/nroff -man format)

main.c          - STANDARD SOURCE FILES: includes declarations and main().
get.c           - routines to get information, objects, icons etc..
mon.c           - monitoring routines for mail, print, users etc..
parsefrom.c     - routine to extract user and host names from the From line.
rec.c           - various record manipulation routines.

news.c          - INDEPENDENT GRAPHICS FILES: NeWS C interface.
faces_cps.cps   - cps PostScript code used by the NeWS version.
sunview.c       - Sun SunView graphics routines.
xview.c         - X11 XView toolkit graphics routines.
x11.c           - X11 (Xlib) graphics routines.

extern.h        - External declarations.
faces.h         - Macro and constant definitions.
patchlevel.h    - Current patchlevel for this release of faces.

noface.icon     - STANDARD ICONS: no faces available.
nomail.icon     - currently no mail in spoolfile.
noprint.icon    - no jobs on print queue.
nopaper.icon    - no paper in printer.
nousers.icon    - no users on machine.


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 source files.
compface/compface.c 
compface/compress.c
compface/file.c 
compface/gen.c 
compface/main.c

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


Sub-directory facedir: sample face database and alias files.
------------------------------------------------------------

facedir/machine.tab                  - sample machine alias file.
facedir/people.tab                   - sample people alias file.
facedir/misc./acsnet/48x48x1         - SAMPLE ICONS: user acsnet
facedir/misc./adm/48x48x1                                 adm
facedir/misc./bin/48x48x1                                 bin
facedir/misc./daemon/48x48x1                              daemon
facedir/misc./mailer-daemon/48x48x1                       mailer-daemon
facedir/misc./net/48x48x1                                 net
facedir/misc./root/48x48x1                                root
facedir/misc./sys/48x48x1                                 sys
facedir/misc./unknown/48x48x1                             unknown
facedir/misc./uucp/48x48x1                                uucp
facedir/sunaus/richb/48x48x1                              richb@sunaus


Sub-directory filters: sample filters to convert from one format to another.
----------------------------------------------------------------------------

filters/Makefile         - used to build the filters.
filters/fs2ikon          - Usenix FaceSaver to blit ikon (48x48x1).
filters/icon2ikon.c      - Sun icon to blit ikon.
filters/ikon2icon.c      - Blit ikon to Sun icon.
filters/rs2icon.c        - Sun rasterfile to Sun icon (64x64 portion thereof).
