*** TWiki.cfg.orig Thu Jun 12 18:10:25 2003 --- TWiki.cfg Wed Aug 6 19:30:50 2003 *************** *** 1,6 **** # Module of TWiki Collaboration Platform, http://your.domain.com/twiki # ! # Configuration file for TWiki, held in 'lib' directory. # # See 'setlib.cfg' in 'bin' directory to configure non-standard location # for 'lib' directory or Perl modules. --- 1,10 ---- # Module of TWiki Collaboration Platform, http://your.domain.com/twiki # ! # FALLBACK configuration file for TWiki, held in 'lib' directory. ! # ! # ******************************************************************* ! # ** DON'T CHANGE ANYTHING HERE, CHANGE TWikiCustom.cfg INSTEAD!!! ** ! # ******************************************************************* # # See 'setlib.cfg' in 'bin' directory to configure non-standard location # for 'lib' directory or Perl modules. *************** *** 331,336 **** --- 335,342 ---- $notifyTopicname = "WebNotify"; # %WIKIPREFSTOPIC% : Name of site-level preferences topic, default "TWikiPreferences" : $wikiPrefsTopicname = "TWikiPreferences"; + # %WIKICUSTOMPREFSTOPIC% : Name of site-level custom preferences topic, default "TWikiPreferences" : + $wikiCustomPrefsTopicname = "TWikiCustomPreferences"; # %WEBPREFSTOPIC% : Name of preferences topic in a web, default "WebPreferences" : $webPrefsTopicname = "WebPreferences"; # %STATISTICSTOPIC% : Name of statistics topic, default "WebStatistics" : *************** *** 420,422 **** --- 426,430 ---- # - ignore preview output # - when you press save last revision will be deleted # + + do "TWikiCustom.cfg";