X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=package.lisp;h=e7bd839d9a55b10c584a8f689708c72112e8ec90;hp=d24686305f595989c977f7fc6d4a4299b7a0a46d;hb=91da637a38b3a1f38d0bf25b2e3584b80400664f;hpb=baab0724ae6b89da695994a9ca394b47a0559dc4 diff --git a/package.lisp b/package.lisp index d246863..e7bd839 100644 --- a/package.lisp +++ b/package.lisp @@ -7,13 +7,11 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: package.lisp,v 1.4 2003/06/29 16:21:09 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg. +;;;; Rights of modification and redistribution are in the LICENSE file. ;;;; -;;;; LML2 users are granted the rights to distribute and use this software -;;;; as governed by the terms of the GNU General Public License v2 -;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* (in-package #:cl-user) @@ -24,11 +22,9 @@ (:export ;; data.lisp - #:*print-spaces* #:*html-stream* ;; base.lisp - #:reset-indent #:html-file-page #:dtd-prologue #:lml-format @@ -49,7 +45,7 @@ #:with-dir #:process-dir #:lml-load - #:include-file + #:insert-file ;; stdsite.lisp #:print-std-page @@ -65,4 +61,7 @@ ;; utils.lisp #:lml-quit #:lml-cwd + + ;; apache-dir + #:write-html-apache-directory ))