From 468ea3a95aa82824559da26f623b2f201983388b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 11:34:44 +0200 Subject: Introduce a *MODE* variable that distinguishes between static and dynamic mode. Ignore-this: fada9480007419d11bed4ab86bb06c48 darcs-hash:dd4ba6d22a835ec8db31a88de184186429733563 --- globals.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.lisp') diff --git a/globals.lisp b/globals.lisp index e832646..67d78b7 100644 --- a/globals.lisp +++ b/globals.lisp @@ -81,3 +81,7 @@ (defparameter *if-modified-since* nil) (defparameter *wsse* nil) (defparameter *wsse-key* nil) + +(defparameter *mode* :http ;either :HTTP or :FILE + "Whether we are serving stuff dynamically over HTTP or storing it into + files for later static service.") -- cgit v1.2.3