summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp10
1 files changed, 8 insertions, 2 deletions
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.")