[interchange-cvs] interchange - racke modified lib/Vend/Config.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Tue Oct 9 08:07:00 2001


User:      racke
Date:      2001-10-09 12:03:27 GMT
Modified:  lib/Vend Tag: LINUXIA Config.pm
Log:
static page building backport

Revision  Changes    Path
No                   revision



No                   revision



1.23.4.10 +5 -3      interchange/lib/Vend/Config.pm


rev 1.23.4.10, prev_rev 1.23.4.9
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 1.23.4.9
retrieving revision 1.23.4.10
diff -u -r1.23.4.9 -r1.23.4.10
--- Config.pm	2001/03/23 13:25:27	1.23.4.9
+++ Config.pm	2001/10/09 12:03:27	1.23.4.10
@@ -1,6 +1,6 @@
 # Config.pm - Configure Interchange
 #
-# $Id: Config.pm,v 1.23.4.9 2001/03/23 13:25:27 racke Exp $
+# $Id: Config.pm,v 1.23.4.10 2001/10/09 12:03:27 racke Exp $
 #
 # Copyright (C) 1996-2000 Akopia, Inc. <info@akopia.com>
 #
@@ -104,7 +104,7 @@
 	};
 }
 
-$VERSION = substr(q$Revision: 1.23.4.9 $, 10);
+$VERSION = substr(q$Revision: 1.23.4.10 $, 10);
 
 my %CDname;
 
@@ -425,7 +425,9 @@
     ['StaticDepth',		 undef,     	     '1'],
     ['StaticFly',		 'yesno',     	     'No'],
     ['StaticLogged',	 'yesno',     	     'No'],
-    ['StaticDir',		 undef,     	     ''], 
+    ['StaticDir',		 undef,     	     ''],
+    ['StaticIndex',		 undef,     	     ''],
+    ['StaticSessionDefault',	'hash',	     ''],
 	['UserDB',			 'locale',	     	 ''], 
 	['UserDatabase',	 undef,		     	 ''],  #undocumented
     ['RobotLimit',		 'integer',		      0],