From f262befd1591052f273055a3b1e80aa0d62e3814 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 30 Jun 2007 21:40:27 +0200 Subject: Cache FORMAT-DATE results for faster page generation. darcs-hash:2efe2fb7b5c7637c31d56be210624a48f61755ec --- globals.lisp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'globals.lisp') diff --git a/globals.lisp b/globals.lisp index 1764089..cf69230 100644 --- a/globals.lisp +++ b/globals.lisp @@ -60,5 +60,11 @@ (defparameter *journal-entries* nil "A list of JOURNAL-ENTRY objects.") -(defparameter *cgi-p* nil - "Whether we have been called as a CGI script or not.") +(defparameter *script-dir* nil + "The directory which all the Lisp code lives in.") + +(defparameter *cache-dir* nil + "The directory used for caching generated markup.") + +(defparameter *entry-dir* nil + "The directory containing the journal entry data files.") -- cgit v1.2.3