summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 00:04:52 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 00:04:52 +0100
commit6406c2616403ebac3a6e7be76badb05e68801264 (patch)
tree8ec9661e69bbb4620be4a299cc7fc173d75c767a /package.lisp
parent139498f649b3967e220cb6e1c684e972b9e37a9c (diff)
Add package MULKCMS-HUNCHENTOOT.
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 77dbdcf..c034013 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,4 +1,10 @@
(cl:defpackage #:mulkcms
(:use #:common-lisp #:split-sequence #:alexandria #:cl-fad #:cl-who
#:cl-ppcre #:postmodern)
- (:shadow #:copy-file #:copy-stream))
+ (:shadow #:copy-file #:copy-stream)
+ (:export #:*base-uri*
+ #:*static-files*
+ #:*templates*
+ #:*server-address*
+ #:*server-port*
+ #:*site-name*))