README.txt                                20 October 2003

This is the development directory for the MNGZILLA project,
whose objective is to restore MNG/JNG support to Mozilla.

For the latest version of this file, and related information, see
http://mngzilla.sourceforge.net

The "mozilla" directory does not contain a complete mozilla package.
It only contains new and changed files that are necessary for adding
MNG/JNG support to an existing mozilla distribution directory.

Assuming you have a full mozilla-1.5 directory, just copy the files in
the CVS' "mozilla" directory into it (e.g. on a *NIX platform,
if you have
    mozilla (the full mozilla-1.5 distribution)
    mngzilla (this directory)
type
    cp -rp mozilla/* ../mozilla
then follow the usual procedure for building your application).

Eventually, when we have developed a final patch file, you could
type
    cd ../mozilla
    patch < ../mngzilla/patches/mng-restoration-patch.dif
which would have the same effect.