release
[closure-html.git] / README
blobe348dfe45a6ce99c1a289f5e06e80306a00b5fab
2 Closure HTML
4    An HTML parser written in Common Lisp.
6    Closure HTML was written by Gilbert Baumann as part of the Closure
7    web browser. It was first converted into a stand-alone installation by
8    Ignas Mikalajunas, and finally reassembled and documented for
9    integration with Closure XML and use with the Closure browser by David
10    Lichteblau under its current name.
12    It available under an MIT-style license.
14    Please send bug reports to closure-devel@common-lisp.net
15    (http://common-lisp.net/cgi-bin/mailman/listinfo/closure-devel)
18 Documentation
20    Please refer to http://common-lisp.net/project/closure/closure-html/
21    for details.
23    The documentation is also available in the doc/ subdirectory of this
24    source distribution, run `make' in that directory to build HTML
25    from the XML sources (requires xsltproc).