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

« back to all changes in this revision

Viewing changes to gdchart0.94c/zlib-1.1.3/contrib/README.contrib

  • 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
 
All files under this contrib directory are UNSUPPORTED. There were
2
 
provided by users of zlib and were not tested by the authors of zlib.
3
 
Use at your own risk. Please contact the authors of the contributions
4
 
for help about these, not the zlib authors. Thanks.
5
 
 
6
 
 
7
 
asm386/     by Gilles Vollant <info@winimage.com>
8
 
        386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
9
 
 
10
 
asm586/ and asm686/    by Brian Raiter <breadbox@muppetlabs.com> 
11
 
        asm code for Pentium and Pentium Pro
12
 
        See http://www.muppetlabs.com/~breadbox/software/assembly.html
13
 
 
14
 
delphi/      by Bob Dellaca <bobdl@xtra.co.nz>
15
 
        Support for Delphi
16
 
 
17
 
delphi2/     by Davide Moretti <dave@rimini.com>
18
 
        Another support for C++Builder and Delphi
19
 
 
20
 
minizip/    by Gilles Vollant <info@winimage.com>
21
 
        Mini zip and unzip based on zlib
22
 
        See http://www.winimage.com/zLibDll/unzip.html
23
 
 
24
 
iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
25
 
        A C++ I/O streams interface to the zlib gz* functions
26
 
 
27
 
iostream2/  by Tyge L�vset <Tyge.Lovset@cmr.no>
28
 
        Another C++ I/O streams interface
29
 
 
30
 
untgz/      by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
31
 
        A very simple tar.gz file extractor using zlib
32
 
 
33
 
visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
34
 
        How to use compress(), uncompress() and the gz* functions from VB.