/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_test
– contains the Unit Test Suitebin
– 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 mad ein 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)media_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 DokuWikigeshi
– The GeShi syntax highlighting language definitionslang
– 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 filesadmin
– icons for the admin sectionfileicons
– icons for files per mime typeinterwiki
– interwiki iconslicense
– buttons and badges for configured licensessmileys
– smiley iconstoolbar
– toolbar icons
plugins
– Plugins are stored hereacl
– The ACL pluginauthad
– The Active Directory authentication pluginauthldap
– The LDAP authentication pluginauthmysql
– The MySQL authentication pluginauthpgsql
– The PostgreSQL authentication pluginauthplain
– The Plain authentication pluginconfig
– The Configuration Settings pluginextension
– The Extension Managerinfo
– The Info pluginpopularity
– The Popularity Feedback Pluginrevert
– The Revert pluginsafefnrecode
– The safefnrecode plugintesting
– The testing pluginusermanager
– The UserManager
scripts
– JavaScript filesjquery
– The jQuery library
tpl
– Templatedokuwiki
– The default template
TO DO
vendor
–What is it? What permissions does it need? Please update also page permissions.Thevendor
folder contains files managed by composer. There is aREADME
in the folder with more detailsWhere are stored the usernames and the passwords of the users?Seeconf
folder contents in list above.
1)
Custom style files see
devel/dirlayout.txt · Last modified: 2020-11-14 10:44 by Michaelsy