/conf folder, template-specific ones see template folder(s).devel:dirlayout
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 githubbin– Collection of command line toolsconf– Configuration data is stored hereusers.auth.php– user data is stored here including group membership and passwordslocal.php– Configuration settingslocal.protected.php– Configuration settings made in this file cannot then be changed in the web interfaceplugins*.php– values in these files determine whether plugins are enabled or notacronyms.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 savedir), the changelog is placed here, toocache– 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)log– Stores the loggingmedia_attic– old revisions of media filesmedia_meta– meta data for media filespages– Here are the raw pages stored, it contains namespace directoriestmp– Used to store temporary files via XML-RPC, etc.
inc– Contains PHP libs – the core of DokuWikilang– DokuWiki's language files used for localizationparser– DokuWiki's parser system
lib– Files that get called externally (from your browser)exe– Externally accessed PHP filesimages– Images filesplugins– Plugins are stored hereacl– The ACL pluginauthad– The Active Directory authentication pluginauthldap– The LDAP authentication pluginauthpdo– The PDO authentication pluginauthplain– The Plain authentication pluginconfig– The Configuration Settings pluginextension– The Extension Managerinfo– The Info pluginlogviewer– The Logviewer pluginpopularity– The Popularity Feedback Pluginrevert– The Revert pluginsafefnrecode– The safefnrecode pluginstyling– The Styling plugintesting– The testing pluginusermanager– The UserManager
scripts– JavaScript filesjquery– The jQuery library
tpl– Templatedokuwiki– The default template
vendor– files managed by composer
1)
Custom style files see
devel/dirlayout.txt · Last modified: 2023-09-02 15:10 by Klap-in
