dokuwiki_directory_layout
Table of Contents
DokuWiki Directory Layout
Return to DokuWiki development
dokuwiki - DokuWiki root directory - maybe you named it differently
- _test - contains the Unit Test Suite
- bin - Collection of command line tools
- conf - Configuration data is stored here
- users.auth.php - user data is stored here including group membership and passwords
- local.php - Configuration settings
- local.protected.php - Configuration settings mad ein this file cannot then be changed in the web interface
- plugins*.php - values in these files determine whether plugins are enabled or not
- acronyms.php - Where these appear in your text a mouse over will be displayed with the corresponding description
- cache - DokuWiki creates cachefiles to speed things up - cachefiles have md5 filenames and are stored inside 16 directories here, sorted by their first letter (0-f)
- locks - This directory is used to create temporary locks (not pagelocks)
- media_attic''**-- old revisions of media files ** ''[[media_meta - – meta data for media files
- tmp - Used to store temporary files via XML-RPC, etc.
- inc - Contains PHP libs – the core of DokuWiki
- geshi - The GeShi syntax highlighting language definitions
- lib - Files that get called externally (from your browser)
- exe - Externally accessed PHP files
- images'' - Images files *** ''[[admin - icons for the admin section
- license - buttons and badges for configured licenses
-
- authad - The Active Directory authentication plugin
- authpgsql -The PostgreSQL authentication plugin
- config - The Configuration Settings plugin
- Info plugin
- popularity - – The Popularity Feedback Plugin
- safefnrecode plugin
- scripts - JavaScript files
- styles'' - Basic [[CSS style files 1)
-
- dokuwiki - The default template
TO DO
- ** vendor'' - <del>What is it.</del> The ** vendor - folder contains files managed by composer. There is a ** README - in the folder with more details
Where are stored the usernames and the passwords of the users?See ** conf - folder contents in list above.
1)
Custom style files see /conf folder, template-specific ones see template folder(s).
dokuwiki_directory_layout.txt · Last modified: 2024/04/28 03:30 by 127.0.0.1