X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=757c9165bcff0bbeff02aa588d3e9e9722f32fb0;hb=bd67bea99b0f8645241a79b2cbbba80d707bd6ab;hp=afb5385c9543902616f5312283da2b343ecc4203;hpb=93b0a41567a808a95f8fc07bd7c76cedc5fbfa40;p=kmrcl.git diff --git a/package.lisp b/package.lisp index afb5385..757c916 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.12 2002/11/07 22:08:41 kevin Exp $ +;;;; $Id: package.lisp,v 1.15 2002/12/04 16:49:23 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,13 +22,9 @@ (defpackage #:kmrcl (:nicknames :kl) - (:use :common-lisp - #+(or aserve allegro) :net.html.generator - #+(or aserve allegro) :net.aserve - #+allegro :net.xml.parser - ) - (:export #:bind-if - #:bind-when + (:use :common-lisp) + (:export #:let-if + #:let-when #:aif #:awhen #:awhile @@ -110,31 +106,19 @@ #:start-telnet-server ;; From web-utils + #:*base-url* + #:base-url! + #:make-url #:*standard-html-header* #:*standard-xhtml-header* #:*standard-xml-header* - #:xml-cdata #:user-agent-ie-p - - ;; From web-utils-aserve - #:cgi-var - #:print-http - #:princ-http - #:base-url! - #:make-url - #:with-tag - #:with-tag-attribute - #:princ-http-with-color - #:princ-http-with-size - #:with-link - #:home-link - #:head - #:with-page + + ;; From xml-utils #:wrap-with-xml - #:parse-xml-no-ws - #:positions-xml-tag-contents #:xml-tag-contents - #:encode-query + #:positions-xml-tag-contents + #:xml-cdata ))