gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/deb-specific local.inc.template,1.32,1.33


From: cbayle
Subject: [Gforge-commits] gforge/deb-specific local.inc.template,1.32,1.33
Date: Tue, 20 Jan 2004 17:49:58 -0600

Update of /cvsroot/gforge/gforge/deb-specific
In directory db.perdue.net:/tmp/cvs-serv10540/deb-specific

Modified Files:
        local.inc.template 
Log Message:
Added new features


Index: local.inc.template
===================================================================
RCS file: /cvsroot/gforge/gforge/deb-specific/local.inc.template,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- local.inc.template  9 Nov 2003 19:59:59 -0000       1.32
+++ local.inc.template  20 Jan 2004 23:49:55 -0000      1.33
@@ -208,5 +208,44 @@
 //$gantt_task_font_style="FS_NORMAL";
 //$gantt_task_font_size=12;
 
+//
+//     FEATURES
+//     You can turn features on/off sitewide
+//
+$sys_use_cvs=true;
+$sys_use_tracker=true;
+$sys_use_forum=true;
+$sys_use_pm=true;
+$sys_use_docman=true;
+$sys_use_news=true;
+$sys_use_mail=true;
+$sys_use_survey=true;
+$sys_use_file=true;
+$sys_use_ftp=true;
+$sys_use_trove=true;
+$sys_use_snippet=true;
+
+//
+//     Restricted project registration
+//     If set to true, only a site admin can register projects
+//
+$sys_project_reg_restricted=true;
+
+//
+// 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 = '/var/cache/gforge/';
+
+// 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]