home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / lino / readme < prev    next >
Encoding:
Text File  |  1995-04-13  |  1.5 KB  |  49 lines

  1.  
  2.  ****  LINO - ReadMe  ****
  3.  
  4.  
  5.              LINO V1.0, 1995 - (c) Gerhard Tuenkler
  6.  
  7.  
  8.  LINO is a file to file packer, which compresses/expands files or directories.
  9.  It includes a 'XPK compression interface' (about XPK see lino.doc), to use
  10.  compression software, which is written for this standard.
  11.  
  12.  Data compression is a software technic to spare space on disk or tape.
  13.  There are different algorithms to do this. From a simple Run-Length-Encoding
  14.  which replaces a sequence of equal bytes with one of this bytes and the
  15.  number of these bytes, as far as the Arithmetic Coding, where the
  16.  probability of a byte within a file determines the code.
  17.  
  18.  Applications for data compression are archiving files, backup storage,
  19.  and harddisk compressing.
  20.  There are some very good freeware, shareware and commercial applications
  21.  which have a XPK-interface implemented.
  22.  For example: the XPK-package with XFH (a harddisk compressor) on Fish 754,
  23.  EPU (also a harddisk compressor) on Fish 858,  ABackup (a backup utility)
  24.  on Fish 838 (for some references see file lino.doc).
  25.  
  26.  This package contents:
  27.    LINO         a file to file packer (with source code)
  28.    XLIN         like lino, but includes 4 packers
  29.    xpkZENO.library  a LZ78 packer
  30.  
  31.  
  32.  If you send me 15 $ / 20 DM / 140 OeS , you get the external versions of
  33.  the 4 packers LIN1-4, so you can use them with every XPK-application.
  34.  If you have some ideas, critics or another desire, please write to:
  35.  
  36.  
  37.  Gerhard Tuenkler
  38.  Th. Koerner Str. 40/3/11
  39.  A-8010 Graz
  40.  AUSTRIA
  41.  EUROPE
  42.  
  43.  or
  44.  
  45.  Gerhard Tuenkler
  46.  A-8551 Wies 23
  47.  AUSTRIA
  48.  EUROPE
  49.