More integration work.
commit74c00406aa5cb4fd2bcb882b1de01a497e94572c
authorDavid Lichteblau <david@lichteblau.com>
Sun, 7 Oct 2007 17:48:01 +0000 (7 19:48 +0200)
committerDavid Lichteblau <david@radon.home.lichteblau.com>
Sun, 7 Oct 2007 17:48:01 +0000 (7 19:48 +0200)
tree36a41e96aa9d515965a55afd514b983b6118b787
parent2f82674026143b6a36331b51f9293db1c85cdf6e
More integration work.

* closure-html.asd: Big cleanup.

* src/glisp/util.lisp (DEFSUBST): Removed macro.

* src/net/mime.lisp: Renamed package NETLIB to closure-mime-types.

* src/parse/sgml-parse.lisp: s/defsubst/definline/
s/netlib/closure-mime-types/

* src/defpack.lisp: New, from net/package.lisp and
parse/package.lisp as well as trivial-html-parser/package.lisp.
Renamed package NETLIB to closure-mime-types.

* src/parse/html-parser.lisp: New, from trivial-html-parser.
Renamed package to closure-html.  (PARSE): Renamed from parse-html.

* src/parse/lhtml.lisp: New, from trivial-html-parser/html-parser.lisp.
* src/test/test.lisp: New, from trivial-html-parser/html-parser.lisp.

* src/net/package.lisp: Deleted.
* src/parse/package.lisp: Deleted.
closure-html.asd
src/defpack.lisp [new file with mode: 0644]
src/glisp/util.lisp
src/net/mime.lisp
src/net/package.lisp [deleted file]
src/parse/html-parser.lisp [new file with mode: 0644]
src/parse/lhtml.lisp [new file with mode: 0644]
src/parse/package.lisp [deleted file]
src/parse/sgml-parse.lisp
src/test/test.lisp [new file with mode: 0644]