DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:dirlayout

This is an old revision of the document!


Directory Layout

  • dokuwiki – DokuWiki root directory - maybe you named it differently
    • .gitgit metadata, you have this only if you're using a git checkout
    • _test – contains the Unit Test Suite
    • bin – Collection of command line tools
    • confConfiguration data is stored here
    • data – All data that is written by DokuWiki is stored here (see savedir), the changelog is placed here, too
      • atticold page revisions are stored here, it contains namespaces directories
      • 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)
      • 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
      • 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
      • lang – DokuWiki's language files used for localization
      • magpie – The magpie RSS parser
      • parser – DokuWiki's parser system
    • lib – Files that get called externally (from your browser)
devel/dirlayout.1295797604.txt.gz · Last modified: 2011-01-23 16:46 by HåkanS

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki