X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=package.lisp;h=731814953c8abc2dff53feebdb9c45063801344b;hp=bb9b48bf71183a3cd30971902a4db2ad5ad2416d;hb=HEAD;hpb=e0e0162244fe21b5e2daf1ea9b1c4a58c732aa13 diff --git a/package.lisp b/package.lisp index bb9b48b..7318149 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: package.lisp,v 1.3 2002/11/12 17:35:49 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,40 +16,45 @@ ;;;; (http://www.gnu.org/licenses/gpl.html) ;;;; ************************************************************************* -(in-package :cl-user) +(in-package #:cl-user) (defpackage #:lisp-markup-language (:use #:common-lisp) (:nicknames #:lml) (:export - ;; lml.cl + ;; base.lisp + #:*print-spaces* #:reset-indent #:with #:print-page #:page + #:lml-format #:lml-print + #:lml-princ + #:lml-write-char + #:lml-write-string #:lml-print-date #:*html-output* - - ;; files.cl + + ;; files.lisp #:with-dir #:process-dir #:lml-load #:include-file - ;; stdsite.cl + ;; stdsite.lisp #:print-std-page #:std-page #:std-body #:std-head #:titled-pre-section - - ;; downloads.cl + + ;; downloads.lisp #:std-dl-page #:full-dl-page - ;; utils.cl + ;; utils.lisp #:lml-quit #:lml-cwd ))