From 7f829dbfba7de43bbc2402b12ea476c63a2ef1f0 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 29 Sep 2007 17:58:58 +0200 Subject: Store data using CLSQL rather than custom files. darcs-hash:b736c3a1a111f001b4db43c5d869d42cdf032f94 --- globals.lisp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'globals.lisp') 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.") -- cgit v1.2.3