DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:dirlayout

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:dirlayout [2015-03-11 11:53] – created 89.101.219.195devel:dirlayout [2023-09-02 15:10] (current) Klap-in
Line 1: Line 1:
-uhiuhiu+====== 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]] 
 + 
devel/dirlayout.1426071189.txt.gz · Last modified: 2015-03-11 11:53 by 89.101.219.195

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