home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / IZPDJ004 / IZPDJ004.LZH / DOC / README < prev    next >
Text File  |  1998-06-02  |  7KB  |  146 lines

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