[imc-sf-coders] CVS update of sf-active/sf-active/sitename/local/config (sfactive.cfg)

Bart M pseudopunk at codecoop.org
Tue Dec 27 11:27:39 PST 2005


    Date: Tuesday, December 27, 2005 @ 20:27:39
  Author: pseudopunk
    Path: /cvsroot/sf-active/sf-active/sf-active/sitename/local/config

Modified: sfactive.cfg

changed default to build sites to / instead of language subdirs


Index: sf-active/sf-active/sitename/local/config/sfactive.cfg
diff -u sf-active/sf-active/sitename/local/config/sfactive.cfg:1.123 sf-active/sf-active/sitename/local/config/sfactive.cfg:1.124
--- sf-active/sf-active/sitename/local/config/sfactive.cfg:1.123	Thu Jun 16 13:01:12 2005
+++ sf-active/sf-active/sitename/local/config/sfactive.cfg	Tue Dec 27 20:27:39 2005
@@ -103,9 +103,10 @@
 $GLOBALS['build']['pure_ext'] = ''; // set this to write single language content to en/ nl/ ...
 $GLOBALS['build']['mixed_ext'] = 'mix'; // will write mixed output to enmix,
 $GLOBALS['build']['build_mixed'] = true ; // do we do mixed language sites ?
-$GLOBALS['build']['build_pure'] = true ; // do we build sections for a specific language ?
-$GLOBALS['build']['clear_path'] = false ; /* can only be used if you do single language sites
+$GLOBALS['build']['build_pure'] = false ; // do we build sections for a specific language ?
+$GLOBALS['build']['clear_path'] = true ; /* can only be used if you do single language sites
     this will produce your site in / instead of /en/ */
+
 $GLOBALS['max_age'] = 3600 ; /* setting in seconds for Header('Cache-Control: max-age=xxxx') */
 $GLOBALS['short_max_age'] = 600 ; /* same as max_age, but then a shorter time for pages that change
     often (like frontpage features/category_shortname/ and so on) */


More information about the imc-sf-coders mailing list