home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / DELZIP10.ZIP / DOC.ZIP / INFOWHO.TXT < prev    next >
Encoding:
Text File  |  1997-04-07  |  2.2 KB  |  51 lines

  1.  
  2.                        Who is Info-Zip?
  3.  
  4.  
  5.   They are a dedicated group of people who have developed a 
  6. freeware implementation of ZIP and UNZIP.  Their code originated
  7. on Unix, but now exists on a multitude of platforms!
  8.  
  9.   They formed shortly after the famous SEA vs. Phil Katz lawsuit
  10. around 1990.  This was when Thom Henderson of System Enhancement
  11. Associates (author of the then-popular ARC program) sued Phil Katz
  12. for making a compatible set of programs (PKARC and PKXARC) that
  13. were far better than the original.  The majority of programmers
  14. supported Phil because he didn't steal or borrow any of SEA's code.
  15. His only sin was using the same file format developed by SEA, and 
  16. using the 3 letters: ARC.
  17.  
  18.   Following the lawsuit, which Phil lost, sadly, he renamed his 
  19. programs (PKARC became PKPAK, PKXARC became PKUNPAK), and developed
  20. a new and improved compression program called PKZIP. The rest is
  21. history.  Phil released the file format into the public domain so 
  22. others could write compatible programs (he didn't want anyone else
  23. burned over such a ridiculous issue).
  24.  
  25.   The Info-Zip group of programmers got started when they couldn't 
  26. find a Unix program to handle the ZIP format.  Their efforts were
  27. slow to get going, but they became known for their high quality
  28. freeware C source code.  Today, their code is more compatible with
  29. Windows 95 and NT than any of the programmer libraries released by
  30. Phil Katz to date. 
  31.  
  32.   This is where I come in - Phil's own commercially offered Delphi
  33. File Compression library was very limited (at least in the Dec 96 
  34. timeframe when I started by port).  It did not come with source code,
  35. did not support deflation (the best compression method), and worst
  36. of all, it didn't even support the standard PKZIP file format!
  37.  
  38.   Since I knew of Info-Zip, I decided to see if I could port their
  39. C source code to work as a Win32 DLL. This allows Delphi programmers
  40. to benefit from the mega-manhours spent on the Info-Zip project.  My
  41. efforts are NOT an official part of the Info-Zip project, since I
  42. have not "carried over" all of the platform independant code.
  43.  
  44.  
  45.   Info-Zip home page:
  46.   http://www.cdrom.com/pub/infozip/
  47.  
  48.  
  49. Eric W. Engler
  50. March 1997
  51.