X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Fpackage.lisp;h=a1a4420e80fa2c0310b915fe44b955ffc50bb77b;hp=857a82c86443218c24b458f0d8960677a1b93242;hb=49fe736edf268d7939ad36a550a232d7602d4cf9;hpb=57df6eefa6b83ff8dede355af9b7a00acfef6adc diff --git a/2/package.lisp b/2/package.lisp index 857a82c..a1a4420 100644 --- a/2/package.lisp +++ b/2/package.lisp @@ -7,29 +7,25 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: June 2003 ;;;; -;;;; $Id: package.lisp,v 1.3 2003/06/23 23:58:29 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) (defpackage #:lisp-markup-language-2 - (:use #:common-lisp) + (:use #:common-lisp #:kmrcl) (:nicknames #:lml2) (:export ;; data.lisp - #:*print-spaces* #:*html-stream* ;; base.lisp - #:reset-indent - #:page + #:html-file-page #:dtd-prologue #:lml-format #:lml-print @@ -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 ))