DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:preload

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:preload [2011-11-06 14:05] – added conf/plugins to example HåkanSdevel:preload [2023-07-20 14:17] (current) Klap-in
Line 1: Line 1:
 ====== Preload ====== ====== Preload ======
  
-FIXME - could probably be done with better prose rather than bullets :) 
  
   * ''inc/preload.php'' is not part of the default dokuwiki installation   * ''inc/preload.php'' is not part of the default dokuwiki installation
Line 11: Line 10:
  
 It is of particular interest to [[devel:farm|wiki farms]] allowing them control several independent wikis from a single dokuwiki installation. It is of particular interest to [[devel:farm|wiki farms]] allowing them control several independent wikis from a single dokuwiki installation.
 +
 +====See also====
 +  * [[devel:environment#doku|DOKU_*]] constants
 +
  
 ===== Examples ===== ===== Examples =====
Line 91: Line 94:
   ),   ),
   'plugins' => array(   'plugins' => array(
-    'local'     => array(DOKU_CONF.'plugins.php'), +    'local'     => array(DOKU_CONF.'plugins.local.php'), 
-    'protected' => array(DOKU_DEFAULT.'plugins.protected.php'),+    'protected' => array( 
 +      DOKU_CONF.'plugins.required.php', 
 +      DOKU_CONF.'plugins.protected.php'
 +    ),
   ),   ),
   'userstyle' => array(   'userstyle' => array(
devel/preload.1320584725.txt.gz · Last modified: 2011-11-06 14:05 by HåkanS

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki