1<section><date> 15. July 2002 </date>
2<h2> ZZIP Referentials </h2>                       Where is it used.
3
4<!--noborder-->
5
6<section>
7<h3> GPL Rant </h3>
8
9<BLOCKQUOTE>
10  The GPL/LGPL do not have a clause like MPL and others to notify the
11  original author about certain usages of the library - that's a pity
12  since I do not get to know many of the areas where zziplib has come
13  to be used. I can only ask you to send me an e-mail, so I can put a
14  link from here to your project. Within thousands of downloads less
15  than a handful of people wrote to me - mostly for having found a bug
16  or having a feature request. Be nice, and write even if you have had
17  successfully implanted zziplib in your project... I love to hear that ;-)
18</BLOCKQUOTE>
19
20</section><section>
21<h3> opensource games </h3>
22
23<BLOCKQUOTE>
24  Although the library has not been written focusing on game data,
25  it has it greatest success just there. The SDL-rwops example did
26  further it by great amounts, people just like it to have the
27  thousand of small bitmaps to be assembled into one big dat file,
28  and put the AI scripts just next to them.
29</BLOCKQUOTE>
30
31<ul><li> Underworld Adventures: <br>
32<a href="http://uwadv.sourceforge.net">
33         http://uwadv.sourceforge.net</a>
34</li><li> Ogre3D Game Development <br />
35<a href="http://www.ogre3d.org/">
36         http://www.ogre3d.org/</a>
37</li></ul>
38
39</section><section>
40<h3> opensource apps/libs </h3>
41
42<BLOCKQUOTE>
43  Here the most important feature has been the smalls size of this
44  library and the possible to use its autoconf script and even for
45  those who don't, it is easy to make a custom configuration. The
46  source code is easy to understand and therefore to customize for
47  the needs of the app/lib that wants to use the functionality.
48</BLOCKQUOTE>
49
50<ul><li> PHP ZIP Module <br>
51<a href="http://www.php.net/manual/en/ref.zip.php">
52         http://www.php.net/manual/en/ref.zip.php</a>
53</li></ul>
54
55</section><section>
56<h3> commercial usage </h3>
57
58<BLOCKQUOTE>
59  For commercial usage, you can bind many small files into a zip
60  file for easier handling. Obfuscation and io-wrapping help
61  greatly to implant it in areas even far from posix-io grounds.
62</BLOCKQUOTE>
63
64<ul><li> Media Portal Backside <br>
65<a href="http://www.appwares.com">
66         http://www.appwares.com</a>
67</li></ul>
68</section></section>
69