gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/etc local.inc.example,1.3,1.4


From: gsmet
Subject: [Gforge-commits] gforge/etc local.inc.example,1.3,1.4
Date: Fri, 16 Jan 2004 04:35:17 -0600

Update of /cvsroot/gforge/gforge/etc
In directory db.perdue.net:/tmp/cvs-serv9044/etc

Modified Files:
        local.inc.example 
Log Message:
- optimized BaseLanguage
- implemented a localization caching system

Index: local.inc.example
===================================================================
RCS file: /cvsroot/gforge/gforge/etc/local.inc.example,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- local.inc.example   15 Jan 2004 21:46:45 -0000      1.3
+++ local.inc.example   16 Jan 2004 10:35:15 -0000      1.4
@@ -230,5 +230,21 @@
 //$gantt_task_font_style="FS_NORMAL";
 //$gantt_task_font_size=12;
 
+//
+// Localization caching Configuration
+//
+
+// Enable localization caching system
+$sys_localization_enable_caching = true;
+
+// Create a directory, which is writable by your webserver, but not
+// within its document root (does not fall under www/ in the tarball)
+// Your php.ini file may have to be modified to allow writing outside
+// the webserver's directory
+$sys_localization_cache_path = '/path/to/localization/cache/';
+
+// Enable timestamp checking (if disabled, you have to remove manually cache 
files on update)
+$sys_localization_enable_timestamp_checking = true;
+
 // End of customizations -- place nothing after the closing PHP tag!
 ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]