DokuWiki

It's better when it's simple

User Tools

Site Tools


config

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
Next revisionBoth sides next revision
config [2016-11-18 16:28] – [Configuration files] 109.192.123.19config [2018-04-11 14:52] – [Available Options] andi
Line 4: Line 4:
  
 To start the Configuration Manager log in as superuser and click the Admin button. To start the Configuration Manager log in as superuser and click the Admin button.
 +
  
 ===== What can be configured ===== ===== What can be configured =====
Line 9: Line 10:
 The "system" options of DokuWiki will be found in the ''conf/dokuwiki.php'' file. However this file contains the "default" values of the system. To customize it, you should edit the file ''conf/local.php'' or create it if it doesn't exist. To find what you can configure within that file, see the list of [[#available options]] below. The "system" options of DokuWiki will be found in the ''conf/dokuwiki.php'' file. However this file contains the "default" values of the system. To customize it, you should edit the file ''conf/local.php'' or create it if it doesn't exist. To find what you can configure within that file, see the list of [[#available options]] below.
  
-User names, (encrypted) passwords and Access Control rules are stored in the [[acl|users.auth.php and acl.auth.php]].+User names, (encrypted) passwords and Access Control rules are stored in the [[acl|users.auth.php and acl.auth.php]] files which can be found in the conf directory.
  
 When uploading a new file within the mediamanager, you may encounter a ''"Upload denied. This file extension is forbidden!"'' message. This behavior is controlled within the ''conf/mime.conf'' file. To upload a new type of file, specify it within the [[mime|mime.conf]] file. When uploading a new file within the mediamanager, you may encounter a ''"Upload denied. This file extension is forbidden!"'' message. This behavior is controlled within the ''conf/mime.conf'' file. To upload a new type of file, specify it within the [[mime|mime.conf]] file.
  
 Some automatic replacements are done when you edit your pages. Some generate tooltips, smileys or some special chars. This behavior is controlled by the [[abbreviations|acronyms.conf]], [[smileys|smileys.conf]] or [[entities|entities.conf]]. Some automatic replacements are done when you edit your pages. Some generate tooltips, smileys or some special chars. This behavior is controlled by the [[abbreviations|acronyms.conf]], [[smileys|smileys.conf]] or [[entities|entities.conf]].
 +
  
  
Line 25: Line 27:
  
  
-^main file           ^local file                ^type of config                 ^ quick info   +^ main file                 ^ local file                                         ^ type of config        ^ quick info                             
-|''dokuwiki.php''    |''local.php''\\ ''local.protected.php''|see below    | general wiki configuration | +| ''dokuwiki.php''          | ''local.php''\\ ''local.protected.php''            | see below             | general wiki configuration             
-|''acronyms.conf''   |''acronyms.local.conf''   |[[abbreviations]]         | automatic abbreviation hints | +| ''acronyms.conf''         | ''acronyms.local.conf''                            | [[abbreviations]]     | automatic abbreviation hints           
-|''entities.conf''   |''entities.local.conf''   |[[entities]]              | automatic text replacements | +| ''entities.conf''         | ''entities.local.conf''                            | [[entities]]          | automatic text replacements            
-|''interwiki.conf''  |''interwiki.local.conf''  |[[interwiki]]             | interwiki shortcut links | +| ''interwiki.conf''        | ''interwiki.local.conf''                           | [[interwiki]]         | interwiki shortcut links               
-|''mime.conf''       |''mime.local.conf''       |[[mime]]                  | mime type settings for uploads | +| ''mime.conf''             | ''mime.local.conf''                                | [[mime]]              | mime type settings for uploads         
-|''smileys.conf''    |''smileys.local.conf''    |[[smileys]]               | image replacements | +| ''smileys.conf''          | ''smileys.local.conf''                             | [[smileys]]           | image replacements                     
-                   |''acl.auth.php''          |see [[acl]]               | Access Control settings | +                          | ''acl.auth.php''                                   | see [[acl]]           | Access Control settings                
-                   |''users.auth.php''        |see [[acl]]               | Users and passwords | +                          | ''users.auth.php''                                 | see [[acl]]           | Users and passwords                    
-|''license.php''     |''license.local.php''     |[[config:license]]        | list of available licenses | +| ''license.php''           | ''license.local.php''                              | [[config:license]]    | list of available licenses             
-|''scheme.conf''     |''scheme.local.conf''     |[[urlschemes]]            | URL schemes to be recognized as links | +| ''scheme.conf''           | ''scheme.local.conf''                              | [[urlschemes]]        | URL schemes to be recognized as links  
-|''mediameta.php''                            |[[exif]]                  | Metadata editable for images | +| ''mediameta.php''                                                            | [[exif]]              | Metadata editable for images           
-|''wordblock.conf''  |''wordblock.local.conf''  |[[blacklist]]             | Spam blacklist | +| ''wordblock.conf''        | ''wordblock.local.conf''                           | [[blacklist]]         | Spam blacklist                         
-|''plugins.required.php'' |''plugins.local.php''\\ ''plugins.protected.php'' |see below      | Enabling/disabling plugins | +| ''plugins.required.php''  | ''plugins.local.php''\\ ''plugins.protected.php''  | see below             | Enabling/disabling plugins             
-                   |''userscript.js''         |[[devel:javascript]]      | Custom JavaScript enhancements | +                          | ''userscript.js''                                  | [[devel:javascript]]  | Custom JavaScript enhancements         
-                   |''userstyle.css''         |[[devel:css]]             | Custom CSS enhancements |+                          | ''userstyle.css''                                  | [[devel:css]]         | Custom CSS enhancements                |
  
 ==== Theme configuration files ==== ==== Theme configuration files ====
Line 168: Line 170:
     * [[config:rss_linkto]]     * [[config:rss_linkto]]
     * [[config:rss_content]]     * [[config:rss_content]]
-    * [[config:rss_media]]+    * rss_media
     * [[config:rss_update]]     * [[config:rss_update]]
     * [[config:rss_show_summary]]     * [[config:rss_show_summary]]
Line 188: Line 190:
     * [[config:renderer_xhtml]]     * [[config:renderer_xhtml]]
     * [[config:readdircache]]     * [[config:readdircache]]
 +    * [[config:search_nslimit]]
 +    * [[config:search_fragment]]
   * ** Network Settings **   * ** Network Settings **
     * [[config:dnslookups]]     * [[config:dnslookups]]
 +    * [[config:jquerycdn]]
     * [[config:proxy|proxy (host, port, user, pass, ssl)]]     * [[config:proxy|proxy (host, port, user, pass, ssl)]]
     * [[config:safemodehack]]     * [[config:safemodehack]]
     * [[config:ftp|ftp (host, port, user, pass, root)]]     * [[config:ftp|ftp (host, port, user, pass, root)]]
config.txt · Last modified: 2024-02-27 19:32 by 182.177.27.17

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