====== Directory Layout ====== * **''dokuwiki''** -- DokuWiki root directory - maybe you named it differently * **''_darcs''** -- [[darcs]] metadata, you have this only if you're using a darcs checkout * **''_test''** -- contains the [[UnitTesting|Unit Test Suite]] * **''conf''** -- Configuration data is stored here * **''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]] directories * **''cache''** -- DokuWiki creates 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 fulltext [[:search]] index * **''locks''** -- This directory is used to create temporary locks (not pagelocks) * **''media''** -- here are all [[:image]] files stored, it contains [[:namespaces]] directories * **''meta''** -- stores meta data for pages, it contains [[:namespaces]] directories * **''pages''** -- here are the raw pages stored, it contains [[:namespaces]] directories * **''inc''** -- contains PHP libs -- the core of DokuWiki * **''auth''** -- authentication backends * **''geshi''** -- The GeShi syntax highlighting language definitions * **''lang''** -- DokuWiki's translation files * **''magpie''** -- The magpie RSS parser * **''parser''** -- DokuWiki's [[parser]] system * **''lib''** -- Files that get called externally (from your browser) * **''exe''** -- externally access PHP files (for AJAX) * **''images''** -- Images files * **''interwiki''** -- [[:interwiki]] icons * **''smileys''** -- [[:smiley]] icons * **''toolbar''** -- [[:toolbar]] icons * **''plugins''** -- [[:Plugins]] are stored here * **''acl''** -- The [[plugin:ACL]] plugin * **''config''** -- The [[plugin:Config|Configuration Settings]] plugin * **''info''** -- The [[plugin:Info]] plugin * **''plugin''** -- The [[plugin:Plugin]] Manager * **''revert''** -- The [[plugin:Revert]] plugin * **''usermanager''**-- The [[plugin:UserManager]] * **''scripts''** -- JavaScript files * **''styles''** -- CSS style files * **''tpl''** -- [[:Template]] * **''default''** -- The default template