X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fpackage.lisp;h=5d93991a627a14ed3c498ffd49a5fcdb3d77973d;hb=ffe053ab486b6e503513cf57f5321c61bd38b9c2;hp=51a515c343d29de7254cde164373b9ffd561b474;hpb=b2e27d22e4901acfffac824ea15679edf14c6ec9;p=lml.git diff --git a/2/package.lisp b/2/package.lisp index 51a515c..5d93991 100644 --- a/2/package.lisp +++ b/2/package.lisp @@ -17,13 +17,13 @@ (in-package #:cl-user) (defpackage #:lisp-markup-language-2 - (:use #:common-lisp) + (:use #:common-lisp #:kmrcl) (:nicknames #:lml2) (:export ;; data.lisp #:*html-stream* - + ;; base.lisp #:html-file-page #:dtd-prologue @@ -35,7 +35,7 @@ #:lml-print-date #:alink #:alink-c - + ;; htmlgen.lisp #:html #:html-print #:html-print-subst #:html-print-list #:html-print-list-subst #:html-stream #:*html-stream* @@ -53,7 +53,7 @@ #:std-body #:std-head #:titled-pre-section - + ;; downloads.lisp #:std-dl-page #:full-dl-page @@ -61,4 +61,7 @@ ;; utils.lisp #:lml-quit #:lml-cwd + + ;; apache-dir + #:write-html-apache-directory ))