home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22x1.zip / README < prev    next >
Text File  |  1997-11-04  |  7KB  |  137 lines

  1. Copyright (C) 1990-1997 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  2. Onno van der Linden, 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.2 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, Amiga, BeOS and VM/CMS. Although highly compatible with PKware's
  17. PKZIP and PKUNZIP utilities of MSDOS fame, our primary objective has been
  18. one of portability and other-than-MSDOS functionality.  Features not found
  19. in the PKWare version include creation of zip files in a pipe or on a
  20. device, VMS, BeOS and OS/2 extended file attributes, conversion from Unix to
  21. MSDOS text file format; and, of course, the ability to run on most of your
  22. favorite operating systems.  And it's free.
  23.  
  24. See the file 'CHANGES' for a detailed list of all changes.
  25.  
  26. This version does not support multi-volume archives as in pkzip 2.04g.
  27. This may be provided in a future version if time permits.
  28.  
  29. Please read the file INSTALL for information on how to compile and
  30. install zip, zipsplit and zipnote.  Please read the file MANUAL for
  31. information on how to use them.  The file "contents" is a complete
  32. list of the files you should have in this distribution.  Also, if you
  33. are using MSDOS, you should read the note on file formats at the end
  34. of the contents file.
  35.  
  36. This version supports encryption, but the encryption code is distributed
  37. separately because of the US export regulations. See the file 'WHERE'
  38. for access to the encryption code. Decryption can be made with unzip 5.0p1
  39. or later, or with zipcloak.
  40.  
  41. All bug reports or patches should go to zip-bugs@lists.wku.edu, and
  42. suggestions for new features can be sent to info-zip@lists.wku.edu
  43. (although we don't promise to use all suggestions).  Patches should be
  44. sent as context diffs only (diff -c).
  45.  
  46. If you're considering a port, please check in with zip-bugs FIRST,
  47. since the code is constantly being updated behind the scenes.  We'll
  48. arrange to give you access to the latest source.
  49.  
  50. If you'd like to keep up to date with our Zip (and companion UnZip utility)
  51. development, join the ranks of BETA testers, add your own thoughts and con-
  52. tributions, etc., send a two-line mail message containing the commands HELP
  53. and LIST (on separate lines in the body of the message, not on the subject
  54. line) to mxserver@lists.wku.edu.  You'll receive two messages listing the
  55. various Info-ZIP mailing-list formats which are available (and also various
  56. unrelated lists) and instructions on how to subscribe to one or more of them
  57. (courtesy of Hunter Goatley).
  58.  
  59. Frequently asked questions on zip and unzip:
  60.  
  61. Q. When unzipping I get an error message about "compression method 8".
  62.  
  63. A. Please get the latest version of unzip. See the file 'WHERE' for details.
  64.  
  65.  
  66. Q. I can't extract this zip file that I just downloaded. I get
  67.    "zipfile is part of multi-disk archive" or some other message.
  68.  
  69. A. Please make sure that you made the transfer in binary mode. Check
  70.    in particular that your copy has exactly the same size as the original.
  71.  
  72.  
  73. Q. When running unzip, I get a message about "End-of-central-directory
  74.    signature not found".
  75.  
  76. A. This usually means that your zip archive is damaged, or that you
  77.    have an uncompressed file with the same name in the same directory.
  78.    In the first case, it makes more sense to contact the person you
  79.    obtained the zip file from rather than the Info-ZIP software
  80.    developers, and to make sure that your copy is strictly identical to
  81.    the original.  In the second case, use "unzip zipfile.zip" instead
  82.    of "unzip zipfile", to let unzip know which file is the zip archive
  83.    you want to extract.
  84.  
  85.  
  86. Q. Why doesn't zip do <something> just like PKZIP does?
  87.  
  88. A. Zip is not a PKZIP clone and is not intended to be one.  In some
  89.    cases we feel PKZIP does not do the right thing (e.g., not
  90.    including pathnames by default); in some cases the operating system
  91.    itself is responsible (e.g., under Unix it is the shell which
  92.    expands wildcards, not zip).  Info-ZIP's and PKWARE's zipfiles
  93.    are interchangeable, not the programs.
  94.  
  95.    For example, if you are used to the following PKZIP command:
  96.                pkzip -rP foo *.c
  97.    you must use instead on Unix:
  98.                zip -R foo '*.c'
  99.    (the singled quotes are needed to let the shell know that it should
  100.     not expand the *.c argument but instead pass it on to the program)
  101.  
  102.  
  103. Q. Can I distribute zip and unzip sources and/or executables?
  104.  
  105. A. You may redistribute the latest official distributions without any
  106.    modification, without even asking us for permission. You can charge
  107.    for the cost of the media (CDROM, diskettes, etc...) and a small copying
  108.    fee.  If you want to distribute modified versions please contact us at
  109.    zip-bugs@lists.wku.edu first. You must not distribute beta versions.
  110.    The latest official distributions are always on ftp.uu.net in directory
  111.    /pub/archiving/zip and subdirectories.
  112.  
  113.  
  114. Q. Can I use the executables of zip and unzip to distribute my software?
  115.  
  116. A. Yes, so long as it is made clear in the product documentation that
  117.    zip or unzip are not being sold, that the source code is freely
  118.    available, and that there are no extra or hidden charges resulting
  119.    from its use by or inclusion with the commercial product. Here is
  120.    an example of a suitable notice:
  121.  
  122.      NOTE:  <Product> is packaged on this CD using Info-ZIP's compression
  123.      utility.  The installation program uses UnZip to read zip files from
  124.      the CD.  Info-ZIP's software (Zip, UnZip and related utilities) is
  125.      free and can be obtained as source code or executables from various
  126.      anonymous-ftp sites, including ftp.uu.net:/pub/archiving/zip/*.
  127.  
  128.  
  129. Q. Can I use the source code of zip and unzip in my commercial application?
  130.  
  131. A. Yes, so long as you include in your product an acknowledgment and an
  132.    offer of the original compression sources for free or for a small
  133.    copying fee, and make clear that there are no extra or hidden charges
  134.    resulting from the use of the compression code by your product. In other
  135.    words, you are allowed to sell only your own work, not ours. If you have
  136.    special requirements contact us at zip-bugs@lists.wku.edu.
  137.