r2915: *** empty log message ***
[lml.git] / package.cl
diff --git a/package.cl b/package.cl
deleted file mode 100644 (file)
index cdcba6b..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; *************************************************************************
-;;;; FILE IDENTIFICATION
-;;;;
-;;;; Name:          package.cl
-;;;; Purpose:       Package file for Lisp Markup Language
-;;;; Programmer:    Kevin M. Rosenberg
-;;;; Date Started:  Aug 2002
-;;;;
-;;;; $Id: package.cl,v 1.4 2002/09/16 07:11:12 kevin Exp $
-;;;;
-;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
-;;;;
-;;;; LML 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
-  (:use #:common-lisp)
-  (:nicknames #:lml)
-  (:export
-
-   ;; lml.cl
-   #:reset-indent
-   #:with
-   #:print-page
-   #:page
-   #:lml-print
-   #:lml-print-date
-
-   ;; files.cl
-   #:with-dir
-   #:process-dir
-   #:lml-load
-   #:include-file
-
-   ;; stdsite.cl
-   #:print-std-page
-   #:std-page
-   #:std-body
-   #:std-head
-   #:titled-pre-section
-   
-   ;; downloads.cl
-   #:std-dl-page
-   #:full-dl-page
-
-   ;; utils.cl
-   #:lml-quit
-   #:lml-cwd
-))