r11859: Canonicalize whitespace
[lml2.git] / package.lisp
index 432a059431bd5ef16e263347ed904cdc1e2f5310..5d93991a627a14ed3c498ffd49a5fcdb3d77973d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  June 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.5 2003/07/12 17:54:05 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg.
 ;;;; Rights of modification and redistribution are in the LICENSE file.
 (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*
@@ -45,7 +45,7 @@
    #:with-dir
    #:process-dir
    #:lml-load
-   #:include-file
+   #:insert-file
 
    ;; stdsite.lisp
    #:print-std-page
@@ -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
 ))