packages icon
Here goes nothing!

This is libhtmlparse, released under the LGPL. It is an HTML parser that parses tags
and passes the information onto callback routines that you make. Right now there's
no documentation, but basically you do the following to install:

./configure
make
make install

This compiles libhtmlparse.a in src/ and prettyHTML in demo/
prettyHTML is a demonstration program that utilizes libhtmlparse to
make HTML code more organized and pretty.

If you have any patches you can email me at mooneer@translator.cx.

-Mooneer Salem <mooneer@translator.cx>