7954265e23eeaaea176ec9fbb8ce428f211a201d
[atutor.git] / mods / wiki / tools / cron.d / S11defaults.php
1 <?php
2 /*
3    All default settings. Use `grep define *.*` to get this list.
4    Rename this script into "S05myconfig.php" or so and enable what
5    you want.
6 */
7
8 // define("PREPARE_AUTOLINKING", 1);    // for GaGaLink extension
9
10 // define("KEPTPAGES", 21);             // in days, influences automatic page deletion
11 // define("DELETEPAGES", 1);            //
12 // define("TRASHCAN_ENGAGE", 14);       // in days, how long something must be listed on the special "TrashCan" page before that deletion request is valid
13 // define("VERHOLES_INTERLEAVE", 10);   // keep every Nth version, off==0
14 // define("VERHOLES_KEEP_END", 3);      // always keep last num versions
15 // define("VERHOLES_KEEP_START", 1);    // you SHOULD keep .1 for flat_files!
16 // define("VERHOLES_NOTOUCH_TIME", 30); // keep versions younger than 30 days
17
18 ?>