home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip201.zip / README < prev    next >
Text File  |  1993-09-18  |  8KB  |  156 lines

  1. Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  2. Kai Uwe Rommel, Igor Mandrichenko and John Bush.
  3. Permission is granted to any individual or institution to use, copy, or
  4. redistribute this software so long as all of the original files are included,
  5. that it is not sold for profit, and that this copyright notice is retained.
  6.  
  7.  
  8. Zip 2.0.1 is a compression and file packaging utility.  It is compatible with
  9. PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems.  There is a companion to zip
  10. called unzip (of course) which you should be able to find the same place
  11. you got zip. See the file 'Where' for details on ftp sites and mail
  12. servers.
  13.  
  14. This version of zip has been ported to a wide array of Unix and other
  15. mainframes, minis, and micros including VMS, OS/2, Minix, MSDOS, Windows NT,
  16. Atari and Amiga. Although highly compatible with PKware's PKZIP and PKUNZIP
  17. utilities of MSDOS fame, our primary objective has been one of portability
  18. and other-than-MSDOS functionality.  Features not found in the PKWare version
  19. include creation of zip files in a pipe or on a device, VMS and OS/2 extended
  20. file attributes, conversion from Unix to MSDOS text file format; and, of
  21. course, the ability to run on most of your favorite operating systems.
  22. And it's free.
  23.  
  24. Main changes since zip 2.0:
  25.  
  26. - fix a serious bug affecting OS/2 only (files with EAs were truncated to 64K)
  27.  
  28. Main changes since zip 1.9p1:
  29.  
  30. - new -i option (include only the following names).
  31. - new -T option to test zip file integrity before overwriting original
  32. - new -F and -FF (zipfix) options
  33. - new -D option (do not create entries for directories)
  34. - new -S option to include hidden/system files on MSDOS and OS/2
  35. - new -$ option to include a volume label on MSDOS and OS/2
  36. - new -ll option for CR LF to LF translation
  37. - new -p option for zipsplit (pause between diskettes)
  38. - speed up for the fast options (-1 to -3)
  39. - support for new systems (Amiga, TOPS 20, Human68k, ...)
  40. - many portability improvements
  41. - many bug fixes
  42.  
  43. See the file 'history' for a detailed list of all changes.
  44.  
  45. This version does not support multi-volume archives as in pkzip 2.04g.
  46. This may be provided in a future version if time permits.
  47.  
  48. Please read the file install.doc for information on how to compile and
  49. install zip, zipsplit and zipnote.  Please read the file zip.doc for
  50. information on how to use them.  The file "contents" is a complete
  51. list of the files you should have in this distribution.  Also, if you
  52. are using MSDOS, you should read the note on file formats at the end
  53. of the contents file.
  54.  
  55. This version supports encryption, but the encryption code is distributed
  56. separately because of the US export regulations. See the file 'Where'
  57. for access to the encryption code. Decryption can be made with unzip 5.0p1
  58. or later, or with zipcloak (which is provided in the encryption supplement).
  59.  
  60. All bug reports should go to zip-bugs@wkuvx1.bitnet, and suggestions for
  61. new features can be sent to info-zip@wkuvx1.bitnet (although we don't
  62. promise to use all suggestions). Patches should be sent as context diffs
  63. only (diff -c).
  64.  
  65. If you're considering a port, please check in with zip-bugs FIRST,
  66. since the code is constantly being updated behind the scenes.  We'll
  67. arrange to give you access to the latest source.  The alternative is the
  68. possibility that your hard work will be tucked away in a sub-archive
  69. and pretty much ignored. Ports to VM/CMS and MVS would be welcome.
  70.  
  71. All bug reports should go to zip-bugs@wkuvx1.bitnet, and suggestions for
  72. new features can be sent to info-zip@wkuvx1.bitnet (although we don't
  73. promise to use all suggestions). If you can't reach bitnet, try
  74. zip-bugs%wkuvx1.bitnet@ukcc.uky.edu.
  75.  
  76. If you'd like to keep up to date with our Zip (and companion UnZip utility)
  77. development, join the ranks of BETA testers, add your own thoughts and con-
  78. tributions, etc., send a two-line mail message containing the commands HELP
  79. and LIST (on separate lines in the body of the message, not on the subject
  80. line) to mxserver@wkuvx1.bitnet.  You'll receive two messages listing the
  81. various Info-ZIP mailing-list formats which are available (and also various
  82. unrelated lists) and instructions on how to subscribe to one or more of them
  83. (courtesy of Hunter Goatley).
  84.  
  85. Frequently asked questions on zip and unzip:
  86.  
  87. Q. When unzipping I get an error message about "compression method 8".
  88.  
  89. A. Please get the latest version of unzip. See the file Where for details.
  90.  
  91.  
  92. Q. I can't extract this zip file that I just downloaded. I get
  93.    "zipfile is part of multi-disk archive" or some other message.
  94.  
  95. A. Please make sure that you made the transfer in binary mode. Check
  96.    in particular that your copy has exactly the same size as the original.
  97.    
  98.  
  99. Q. When running unzip, I get a message about "End-of-central-directory
  100.    signature not found".
  101.  
  102. A. This usually means that your zip archive is damaged, or that you
  103.    have an uncompressed file with the same name in the same directory.
  104.    In the first case, it makes more sense to contact the person you
  105.    obtained the zip file from rather than the Info-Zip software
  106.    developers, and to make sure that your copy is strictly identical to
  107.    the original.  In the second case, use "unzip zipfile.zip" instead
  108.    of "unzip zipfile", to let unzip know which file is the zip archive
  109.    you want to extract.
  110.  
  111.  
  112. Q. Why doesn't zip do <something> just like PKZIP does?
  113.  
  114. A. Zip is not a PKZIP clone and is not intended to be one.  In some
  115.    cases we feel PKZIP does not do the right thing (e.g., not
  116.    including pathnames by default); in some cases the operating system
  117.    itself is responsible (e.g., under Unix it is the shell which
  118.    expands wildcards, not zip).  Info-ZIP's and PKWARE's zipfiles
  119.    are interchangeable, not the programs.
  120.  
  121.  
  122. Q. Can I distribute zip and unzip sources and/or executables?
  123.  
  124. A. You may redistribute the latest official distributions without any
  125.    modification, without even asking us for permission. You can charge
  126.    for the cost of the media (CDROM, diskettes, etc...) and a small copying
  127.    fee.  If you want to distribute modified versions please contact us at
  128.    zip-bugs@wkuvx1.bitnet first. You must not distribute beta versions.
  129.    The latest official distributions are always on ftp.uu.net in directory
  130.    /pub/archiving/zip and subdirectories.
  131.  
  132.  
  133. Q. Can I use the executables of zip and unzip to distribute my software?
  134.  
  135. A. Yes, so long as it is made clear in the product documentation that
  136.    zip or unzip are not being sold, that the source code is freely
  137.    available, and that there are no extra or hidden charges resulting
  138.    from its use by or inclusion with the commercial product. Here is
  139.    an example of a suitable notice:
  140.  
  141.      NOTE:  <Product> is packaged on this CD using Info-ZIP's compression
  142.      utility.  The installation program uses UnZip to read zip files from
  143.      the CD.  Info-ZIP's software (Zip, UnZip and related utilities) is
  144.      free and can be obtained as source code or executables from various
  145.      anonymous-ftp sites, including ftp.uu.net:/pub/archiving/zip/*.
  146.  
  147.  
  148. Q. Can I use the source code of zip and unzip in my commercial application?
  149.  
  150. A. Yes, so long as you include in your product an acknowledgment and an
  151.    offer of the original compression sources for free or for a small
  152.    copying fee, and make clear that there are no extra or hidden charges
  153.    resulting from the use of the compression code by your product. In other
  154.    words, you are allowed to sell only your own work, not ours. If you have
  155.    special requirements contact us at zip-bugs@wkuvx1.bitnet.
  156.