~ubuntu-branches/ubuntu/natty/ntop/natty

« back to all changes in this revision

Viewing changes to gdchart0.94c/zlib-1.1.3/contrib/minizip/readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-01-30 21:59:13 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050130215913-xc3ke963bw49b3k4
Tags: 2:3.0-5
* Updated README.Debian file so users will understand what to do at
  install, closes: #291794, #287802.
* Updated ntop init script to give better output.
* Also changed log directory from /var/lib/ntop to /var/log/ntop,
  closes: #252352.
* Quoted the interface list to allow whitespace, closes: #267248.
* Added a couple of logcheck ignores, closes: #269321, #269319.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
UnZip 0.15 additionnal library
3
 
 
4
 
 
5
 
  This unzip package allow extract file from .ZIP file, compatible with 
6
 
PKZip 2.04g, WinZip, InfoZip tools and compatible.
7
 
 
8
 
  Multi volume ZipFile (span) are not supported, and old compression used by old 
9
 
PKZip 1.x are not supported.
10
 
 
11
 
See probdesc.zip from PKWare for specification of .ZIP format.
12
 
 
13
 
What is Unzip
14
 
  The Zlib library support the deflate compression and the creation of gzip (.gz) 
15
 
file. Zlib is free and small.
16
 
  The .Zip format, which can contain several compressed files (.gz can containt
17
 
only one file) is a very popular format. This is why I've written a package for reading file compressed in Zipfile.
18
 
 
19
 
Using Unzip package
20
 
 
21
 
You need source of Zlib (get zlib111.zip and read zlib.h).
22
 
Get unzlb015.zip and read unzip.h (whith documentation of unzip functions)
23
 
 
24
 
The Unzip package is only two file : unzip.h and unzip.c. But it use the Zlib 
25
 
  files.
26
 
unztst.c is a simple sample program, which list file in a zipfile and display
27
 
  README.TXT or FILE_ID.DIZ (if these files are found).
28
 
miniunz.c is a mini unzip program.
29
 
 
30
 
I'm also currenlyt writing a zipping portion (zip.h, zip.c and test with minizip.c)
31
 
 
32
 
Please email me for feedback.
33
 
I hope my source is compatible with Unix system, but I need your help for be sure
34
 
 
35
 
Latest revision : Mar 04th, 1998
36
 
 
37
 
Check http://www.winimage.com/zLibDll/unzip.html for up to date info.