summaryrefslogtreecommitdiff
path: root/package-hunchentoot.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-12 15:45:53 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-12 15:45:53 +0100
commit9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 (patch)
tree17e3f101f557ae049454038a7d1a1a38feb5f208 /package-hunchentoot.lisp
parent7d9f81622846a5d775703b765819d887f23dd29c (diff)
Calculate the number of comments for each article. Add Google Code Prettify.
Diffstat (limited to 'package-hunchentoot.lisp')
-rw-r--r--package-hunchentoot.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/package-hunchentoot.lisp b/package-hunchentoot.lisp
index c1e8bba..955c25a 100644
--- a/package-hunchentoot.lisp
+++ b/package-hunchentoot.lisp
@@ -2,4 +2,5 @@
(:use #:common-lisp #:hunchentoot #:cl-who #:cl-ppcre #:alexandria #:cl-fad
#:mulkcms)
(:nicknames #:mulkcms-ht)
- (:shadow #:copy-file #:copy-stream))
+ (:shadow #:copy-file #:copy-stream)
+ (:export #:start-server))