home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / hylafax.txt < prev    next >
Text File  |  1997-09-22  |  3KB  |  86 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR HYLAFAX:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: HylaFAX - Fax modem support for UNIX
  6.  
  7. Version: 4.0 PL1
  8.  
  9. Author(s): Sam Leffler, SGI <flexfax@sgi.com>
  10.  
  11. On the CD-ROM in: goodies/hylafax.tar
  12.  
  13. Ftp source: ftp.sgi.com:/sgi/fax
  14. Web page: http://www.vix.com/hylafax/
  15.  
  16. The HylaFAX(tm) home page contains everything included in the
  17. distribution plus some extras. It is the preferred source for HylaFAX
  18. software and information.
  19.  
  20. Size on the CD: 6.9 MB (partially compressed)
  21.  
  22. Description:
  23.  
  24.     HylaFAX(tm) is a facsimile system for UNIX systems. It supports:
  25.     
  26.         sending facsimile
  27.         receiving facsimile
  28.         polled retrieval of facsimile
  29.         transparent shared data use of the modem
  30.     
  31.     Facsimile can be any size (e.g. A4, B4), either 98 or 196 lpi,
  32.     and transmitted/received as either 1D-encoded or 2D-encoded
  33.     facsimile data (2D-encoded data is frequently more compact and
  34.     hence takes a shorter time to communicate).  Any modem that
  35.     supports one of the standard interfaces for facsimile operation
  36.     can be used; i.e. any Class 1, Class 2, or Class 2.0 modem.
  37.  
  38.     Outgoing documents can be any format; the sendfax program uses a
  39.     rule-based definition file similar to the System V /etc/magic file
  40.     to deduce document types and to decide how to convert each
  41.     document to a form suitable for transmission (either PostScript
  42.     or TIFF/F). Automatic cover page generation is supported and
  43.     users can easily tailor cover pages to their environment.  A
  44.     simple text-based phonebook database is supported by sendfax.
  45.     Information is also provided on how to trivially setup an email
  46.     to fax gateway service.
  47.  
  48.     The software is structured around a client-server architecture.
  49.     Fax modems may reside on a single machine on a network and clients
  50.     can submit an outbound job from any machine that can communicate
  51.     with the machine on which the modems reside.  Client software is
  52.     designed to be lightweight and easy to port; imaging can be
  53.     offloaded to the server or done on the client.  (Imaging is,
  54.     however, typically done on the server because it simplifies
  55.     administration.) An access control mechanism is included to
  56.     control which users on which machines may submit jobs.
  57.  
  58.     -- Quoted from overview.html by Sam Leffler included with the 
  59.         hylafax.3.0 distribution.
  60.  
  61. Advertised architectures:
  62.  
  63.     Some systems that HylaFAX is known to run on:
  64.  
  65.     AIX, BSD/OS (akak BSDI), 4.4BSD, FreeBSD, HP-UX, Linux, SCO, IRIX,
  66.     Solaris, SunOS, SVR4 (various flavors), 386BSD, OpenBSD, NetBSD,
  67.     Ultrix, ISC
  68.  
  69.     HylaFAX is designed to run on any OS that provides certain
  70.     functionality. The required functionality is tested by the
  71.     configure script. 
  72.     
  73. Prerequisites:
  74.  
  75.     A C++ compiler is require to compile HylaFAX.
  76.     
  77.     The server requires a PostScript-to-facsimile imaging utility for
  78.     useful operation (otherwise, only pre-imaged facsimile may be
  79.     transmitted.) A Display PostScript-based imager is provided for IRIX
  80.     4.x and 5.x-based systems. For other systems, a Ghostscript-based
  81.     version can be built from the GNU sources.
  82.     
  83.     -- Quoted from README by Sam Leffler included with the distributions
  84.      
  85. ** HylaFAX(tm) is a trademark of Silicon Graphics Inc.
  86.