====== Directory Layout ====== * **''dokuwiki''** -- DokuWiki root directory - maybe you named it differently * **''.git''** -- [[git]] metadata, you have this only if you're using a git checkout * **''.github''** -- configures workflows and other things for github * **''_test''** -- contains the [[UnitTesting|Unit Test Suite]], configurations for [[devel:coding_style|coding style]], rector * **''bin''** -- Collection of [[..cli|command line tools]] * **''conf''** -- [[configuration|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 made in 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 * **''data''** -- All data that is written by DokuWiki is stored here (see [[config:savedir]]), the [[changelog]] is placed here, too * **''attic''** -- [[:attic|old page revisions]] are stored here, it contains [[:namespaces|namespace]] directories * **''cache''** -- DokuWiki creates [[devel:caching|cachefiles]] to speed things up - cachefiles have [[phpfn>md5]] filenames and are stored inside 16 directories here, sorted by their first letter (0-f) * **''index''** -- Stores lookup tables for the [[fulltextindex|fulltext]] [[:search]] index * **''locks''** -- This directory is used to create temporary locks (not pagelocks) * **''log''** -- Stores the [[logging]] * **''media''** -- Here are all [[:image]] files stored, it contains [[:namespaces|namespace]] directories * **''media_attic''**-- old revisions of media files * **''media_meta''** -- meta data for media files * **''meta''** -- Stores [[devel:metadata|meta data]] for pages, it contains [[:namespaces|namespace]] directories * **''pages''** -- Here are the raw pages stored, it contains [[:namespaces|namespace]] directories * **''tmp''** -- Used to store temporary files via XML-RPC, etc. * **''inc''** -- Contains PHP libs -- the core of DokuWiki * **''lang''** -- DokuWiki's language files used for [[:localization|localization]] * **''parser''** -- DokuWiki's [[parser]] system * **''lib''** -- Files that get called externally (from your browser) * **''exe''** -- Externally accessed PHP files * **''images''** -- Images files * **''admin''** -- icons for the admin section * **''fileicons''** -- icons for files per [[:mime]] type * **''interwiki''** -- [[:interwiki]] icons * **''license''** -- buttons and badges for [[config:license|configured licenses]] * **''menu''** -- svg icons for [[menus]] * **''smileys''** -- [[:smiley]] icons * **''toolbar''** -- [[:toolbar]] icons * **''plugins''** -- [[:Plugins]] are stored here * **''acl''** -- The [[plugin:ACL]] plugin * **''authad''** -- The [[plugin:authAD|Active Directory]] authentication plugin * **''authldap''** -- The [[plugin:authLDAP|LDAP]] authentication plugin * **''authpdo''** -- The [[plugin:authPDO|PDO]] authentication plugin * **''authplain''** -- The [[plugin:authPlain|Plain]] authentication plugin * **''config''** -- The [[plugin:Config|Configuration Settings]] plugin * **''extension''** -- The [[plugin:Extension]] Manager * **''info''** -- The [[plugin:Info]] plugin * **''logviewer''** -- The [[plugin:Logviewer]] plugin * **''popularity''** -- The [[plugin:Popularity|Popularity Feedback Plugin]] * **''revert''** -- The [[plugin:Revert]] plugin * **''safefnrecode''**-- The [[plugin:safefnrecode]] plugin * **''styling''** -- The [[plugin:Styling]] plugin * **''testing''** -- The [[plugin:testing]] plugin * **''usermanager''**-- The [[plugin:UserManager]] * **''scripts''** -- [[JavaScript]] files * **''jquery''** -- The [[devel:jqueryfaq|jQuery]] library * **''styles''** -- Basic [[CSS]] style files ((Custom style files see ''/conf'' folder, template-specific ones see template folder(s).)) * **''tpl''** -- [[:Template]] * **''dokuwiki''** -- The default template * **''vendor''** -- files managed by [[composer]]