summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-29 17:58:58 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-29 17:58:58 +0200
commit7f829dbfba7de43bbc2402b12ea476c63a2ef1f0 (patch)
treed4c2f8d285951b7a5a29ed9188fa533d84c80f94 /globals.lisp
parent29945a7ea76b60795b8dc6d6267924bfa4459357 (diff)
Store data using CLSQL rather than custom files.
darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp9
1 files changed, 3 insertions, 6 deletions
diff --git a/globals.lisp b/globals.lisp
index cf69230..9d5f1f7 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -57,14 +57,11 @@
(defparameter *script-filename* nil)
-(defparameter *journal-entries* nil
- "A list of JOURNAL-ENTRY objects.")
-
(defparameter *script-dir* nil
"The directory which all the Lisp code lives in.")
+(defparameter *data-dir* nil
+ "The directory which all the journal data 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.")