News
|
|
21/1/2008
Mozilla Java Html Parser v.0.2.0 released
|
|
|
|
All files can be accessed via
SoucreForge downloads
There are two things you required to download in
order to make the parser work :
-
download a platform-specific Mozilla compiled distribution. The
compiled version of Mozilla requires a lot of disk space (60MB+) , but my guess
is that not all of them are required , so i have put it in the TODO list to
reduce the size of it.
-
download the MozillaParser.zip and unzip it. it contains the java sources and
the c++ sources , with a make file for every platform. binary packages have
been precompiled.
You can access the code via CVS as well . use :
cvs
-d:pserver:anonymous@mozillaparser.cvs.sourceforge.net/cvsroot/mozillaparser
login
cvs -z3
-d:pserver:anonymous@mozillaparser.cvs.sourceforge.net/cvsroot/mozillaparser co
-p MozillaHtmlParser
|