summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
commitb5c357c081a4901c892ab0e61e33ab94ade98086 (patch)
treefcc2b13bf09d5b7cb0c4be6489645aa8cdae9355 /globals.lisp
parente6b65cb7b6c16d1fb9ecb86260dddb1fc0c4b115 (diff)
Make use of Akismet for spam detection.
darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.lisp b/globals.lisp
index 9d5f1f7..ade91a3 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -65,3 +65,9 @@
(defparameter *cache-dir* nil
"The directory used for caching generated markup.")
+
+(defparameter *wordpress-key* nil
+ "The WordPress/Akismet API key to use.")
+
+(defparameter *journal-warnings* nil
+ "Warnings that should be displayed to the user.")