From 561d5f1ea1de0d0af6938c9e446efb87e6b03ea0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 12:15:57 +0200 Subject: Implement output of static HTML and XML files. Ignore-this: 724acb08b4c75c08913325b2ebb7cb4f darcs-hash:e011eaebcaaccaef973cb0de5870dbfcbc94d8ac --- globals.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.lisp') diff --git a/globals.lisp b/globals.lisp index 67d78b7..83eb4f9 100644 --- a/globals.lisp +++ b/globals.lisp @@ -69,6 +69,9 @@ (defparameter *cache-dir* nil "The directory used for caching generated markup.") +(defparameter *static-dir* nil + "The directory which all the generated HTML files will live in.") + (defparameter *wordpress-key* nil "The WordPress/Akismet API key to use.") -- cgit v1.2.3