ABOUT LIBPHISH

Libphish is a library to interact with the Open Phishing Database, providing
a consistent API which browsers and other programs can use to verify the safety
and risk level of URLs.
Libphish is part of the Open Phishing Database project, an effort to create
and maintain and open database of phishing sites in order to protect users,
in addition to providing extensions to browsers that utilise the database.


INSTALLATION

The file 'INSTALL' contains generic installation instructions.
Libphish requires expat, an XML parsing library.
Expat can be obtained at http://expat.sourceforge.net/.

Installation is basically done as usual:
./configure
make
make install

with the latter command being executed as root.


MORE INFORMATION

See the OPDB website at http://opdb.berlios.de/ for general information about
the Open Phishing Database, browser extensions, and contact information and
mailing lists.


