summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 12:16:35 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 12:16:35 +0200
commit0161b4b655e549d57fef122cabae5d4e380a4e95 (patch)
treeb7286abc28ab2aeab805341abc7aa472688ac0db /globals.lisp
parentb388b7c6921d9661b474b7acd1a3ea5748bfeb37 (diff)
Implement sane caching behaviour.
Ignore-this: 8ed0815613cb44c0eee9d8ac47e1753b darcs-hash:e41ff965d8172b7979369cb0df98302f29a9a9c4
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.lisp b/globals.lisp
index a609e63..1637931 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -76,3 +76,7 @@
"Warnings that should be displayed to the user.")
(defparameter *full-entry-view* t)
+
+(defparameter *site-root* nil)
+(defparameter *if-modified-since* nil)
+