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 [2013-05-10 16:17] Klap-indevel:dirlayout [2023-09-02 15:10] (current) Klap-in
Line 3: Line 3:
   * **''dokuwiki''**       -- DokuWiki root directory - maybe you named it differently   * **''dokuwiki''**       -- DokuWiki root directory - maybe you named it differently
     * **''.git''**         -- [[git]] metadata, you have this only if you're using a git checkout     * **''.git''**         -- [[git]] metadata, you have this only if you're using a git checkout
-    * **''_cs''**          -- Settings for [[http://pear.php.net/package/PHP_CodeSniffer/|CodeSniffer]], a [[devel:coding_style|coding style]] checker +    * **''.github''**      -- configures workflows and other things for github 
-    * **''_test''**        -- contains the [[UnitTesting|Unit Test Suite]]+    * **''_test''**        -- contains the [[UnitTesting|Unit Test Suite]], configurations for [[devel:coding_style|coding style]], rector
     * **''bin''**          -- Collection of [[..cli|command line tools]]     * **''bin''**          -- Collection of [[..cli|command line tools]]
     * **''conf''**         -- [[configuration|Configuration]] data is stored here     * **''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     * **''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+      * **''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)       * **''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       * **''index''**      -- Stores lookup tables for the [[fulltextindex|fulltext]] [[:search]] index
       * **''locks''**      -- This directory is used to create temporary locks (not pagelocks)       * **''locks''**      -- This directory is used to create temporary locks (not pagelocks)
-      * **''media''**      -- Here are all [[:image]] files stored, it contains [[:namespaces]] directories +      * **''log''**        -- Stores the [[logging]] 
-      * **''meta''**       -- Stores [[devel:metadata|meta data]] for pages, it contains [[:namespaces]] directories +      * **''media''**      -- Here are all [[:image]] files stored, it contains [[:namespaces|namespace]] directories 
-      * **''pages''**      -- Here are the raw pages stored, it contains [[:namespaces]] 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.       * **''tmp''**        -- Used to store temporary files via XML-RPC, etc.
     * **''inc''**          -- Contains PHP libs -- the core of DokuWiki     * **''inc''**          -- Contains PHP libs -- the core of DokuWiki
-      * **''auth''**       -- [[:auth|Authentication backends]] ([[deprecated|removed]] since 2013-05-10 Weatherwax) 
-      * **''geshi''**      -- The GeShi syntax highlighting language definitions 
       * **''lang''**       -- DokuWiki's language files used for [[:localization|localization]]       * **''lang''**       -- DokuWiki's language files used for [[:localization|localization]]
-      * **''magpie''**     -- The magpie RSS parser 
       * **''parser''**     -- DokuWiki's [[parser]] system       * **''parser''**     -- DokuWiki's [[parser]] system
     * **''lib''**            -- Files that get called externally (from your browser)     * **''lib''**            -- Files that get called externally (from your browser)
-      * **''exe''**          -- Externally accessed PHP files (for AJAX)+      * **''exe''**          -- Externally accessed PHP files
       * **''images''**       -- Images files       * **''images''**       -- Images files
 +        * **''admin''**      -- icons for the admin section
 +        * **''fileicons''**  -- icons for files per [[:mime]] type
         * **''interwiki''**  -- [[:interwiki]] icons         * **''interwiki''**  -- [[:interwiki]] icons
 +        * **''license''**    -- buttons and badges for [[config:license|configured licenses]]
 +        * **''menu''**       -- svg icons for [[menus]]
         * **''smileys''**    -- [[:smiley]] icons         * **''smileys''**    -- [[:smiley]] icons
         * **''toolbar''**    -- [[:toolbar]] icons         * **''toolbar''**    -- [[:toolbar]] icons
       * **''plugins''**      -- [[:Plugins]] are stored here       * **''plugins''**      -- [[:Plugins]] are stored here
         * **''acl''**        -- The [[plugin:ACL]] plugin         * **''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         * **''config''**     -- The [[plugin:Config|Configuration Settings]] plugin
 +        * **''extension''**  -- The [[plugin:Extension]] Manager
         * **''info''**       -- The [[plugin:Info]] plugin         * **''info''**       -- The [[plugin:Info]] plugin
-        * **''plugin''**     -- The [[plugin:Plugin]] Manager+        * **''logviewer''**  -- The [[plugin:Logviewer]] plugin 
 +        * **''popularity''** -- The [[plugin:Popularity|Popularity Feedback Plugin]]
         * **''revert''**     -- The [[plugin:Revert]] 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]]         * **''usermanager''**-- The [[plugin:UserManager]]
-        * **''authplain''**  -- The [[plugin:authPlain|Plain]] authentication plugin 
-        * **''authmysql''**  -- The [[plugin:authMySQL|MySQL]] authentication plugin 
-        * **''authpgsql''**  -- The [[plugin:authPgSQL|PostgreSQL]] authentication plugin 
-        * **''authldap''**   -- The [[plugin:authLDAP|LDAP]] authentication plugin 
-        * **''authad''**     -- The [[plugin:authAD|Active Directory]] authentication plugin 
       * **''scripts''**      -- [[JavaScript]] files       * **''scripts''**      -- [[JavaScript]] files
-      * **''styles''**       -- [[CSS]] style 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]]       * **''tpl''**          -- [[:Template]]
-        * **''default''**    -- The default template+        * **''dokuwiki''**    -- The default template 
 +    * **''vendor''** -- files managed by [[composer]] 
 + 
devel/dirlayout.1368195466.txt.gz · Last modified: 2013-05-10 16:17 by Klap-in

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