home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 115 / af115sub.adf / TransADF.lzx / TransADF / TransADF.readme < prev    next >
Encoding:
Text File  |  1998-07-28  |  3.0 KB  |  69 lines

  1. Short:     Makes Compressed ADFs (G/PKZip). v3.100.27
  2. Uploader:  kjots@lis.net.au (Karl J. Ots)
  3. Author:    kjots@lis.net.au (Karl J. Ots)
  4. Date:      28th July 1998
  5. Copyright: GPL
  6. Requires:  OS2.0+
  7. Type:      disk/misc
  8.  
  9. Note:  This is TransADF 3.100.27c.  I've fixed a bug in the PKZip 
  10.        routines and some more in the TrackDisk routines.  Nothing
  11.        else has changed.
  12.  
  13. New Features in v3.100.27
  14.   This is a minor upgrade.  I've included some new features, namely
  15.   a verify option and extended track support, as well as cleaned up
  16.   the source a bit.  I'm currently working on v4 which should be
  17.   out later on this year (October maybe, but no promises).
  18.   As of this and future versions, TransADF shall be released under
  19.   the GNU General Public License.  See the file COPYING included
  20.   with the distributuion.
  21.  
  22. What is TransADF?
  23.   TransADF creates Amiga Disk Files (ADFs), a 880kb file copy of
  24.   an Amiga floppy disk.  It can also be used to transfer ADFs back
  25.   to a real disk.  
  26.   
  27.   TransADF offerers several modes of operation.  It can create both
  28.   PKZip and GZip compression formats directly from the disk, with only
  29.   a small portion in memory at one time.  It can also decompress both
  30.   formats, again directly to disk with little memory use.  TransADF has
  31.   sophisticated PKZip support, allowing operation on any file within
  32.   the archive (not just the first item, like GUnZip), as well as adding
  33.   an ADF to an already existing archive.
  34.   
  35.   TransADF uses the Z Library to perform the compression and decompression.
  36.   For more info on ZLib, visit http://www.cdrom.com/pub/infozip/zlib/
  37.   ZLib was written by the same people who brought us GZip and Info-Zip,
  38.   they being Jean-loup Gailly and Mark Adler.
  39.   
  40.   TransADf comes in three 'flavours':
  41.   
  42.      TransADF (46k):       Fully featured, staticly linked with the ZLib.
  43.      TransADF-RT (19k):    Also fully featured, but uses the runtime
  44.                            "z.library", available on Aminet in 
  45.                            util/libs/zlib.lha.  
  46.      TransADF-Lite (8k):   This version offers no compression or
  47.                            decompression, hence the smaller size.  Only
  48.                            ADFs can be read or created with this version.
  49.  
  50.   All three versions are compiled from the same sources, which are 
  51.   included.  TransADF was written with the aid of DICE 3.15.
  52.   
  53.   This is the second release of TransADF, and the usual applies so send
  54.   bug or incompatibility reports to me at by e-mail address above.
  55.  
  56.   Oh, and by the way, TransADF is FreeWare as defined by the GNU General
  57.   Public License.
  58.  
  59.  
  60. A note about ADFs
  61.   An ADF has a variety of uses.  It can be used with floppy disk
  62.   emulators such as the FMS device, which enables a file to be
  63.   mounted as a drive.  Also, ADFs are used by the Amiga emulators
  64.   UAE and Fellow (Amiga disks can not be read by PC drives).  A 
  65.   zipped ADF can offer better compression than a DMS archive, with
  66.   the advantage that it can be unzipped by any computer with a copy
  67.   of GZip, PKZip, or the portable Info-Zip (which is just about all of
  68.   them, I think).
  69.