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 [2017-11-21 08:03] – [TO DO] 31.27.10.163devel: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|namespace]] directories       * **''attic''**      -- [[:attic|old page revisions]] are stored here, it contains [[:namespaces|namespace]] directories
Line 12: Line 17:
       * **''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)
 +      * **''log''**        -- Stores the [[logging]]
       * **''media''**      -- Here are all [[:image]] files stored, it contains [[:namespaces|namespace]] directories       * **''media''**      -- Here are all [[:image]] files stored, it contains [[:namespaces|namespace]] directories
       * **''media_attic''**-- old revisions of media files       * **''media_attic''**-- old revisions of media files
Line 19: Line 25:
       * **''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
-      * **''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]]
       * **''parser''**     -- DokuWiki's [[parser]] system       * **''parser''**     -- DokuWiki's [[parser]] system
-      * **''phpseclib''**  -- FIXME 
     * **''lib''**            -- Files that get called externally (from your browser)     * **''lib''**            -- Files that get called externally (from your browser)
       * **''exe''**          -- Externally accessed PHP files       * **''exe''**          -- Externally accessed PHP files
Line 30: Line 34:
         * **''interwiki''**  -- [[:interwiki]] icons         * **''interwiki''**  -- [[:interwiki]] icons
         * **''license''**    -- buttons and badges for [[config:license|configured licenses]]         * **''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
Line 36: Line 41:
         * **''authad''**     -- The [[plugin:authAD|Active Directory]] authentication plugin         * **''authad''**     -- The [[plugin:authAD|Active Directory]] authentication plugin
         * **''authldap''**   -- The [[plugin:authLDAP|LDAP]] authentication plugin         * **''authldap''**   -- The [[plugin:authLDAP|LDAP]] authentication plugin
-        * **''authmysql''**  -- The [[plugin:authMySQL|MySQL]] authentication plugin +        * **''authpdo''**  -- The [[plugin:authPDO|PDO]] authentication plugin
-        * **''authpgsql''**  -- The [[plugin:authPgSQL|PostgreSQL]] authentication plugin+
         * **''authplain''**  -- The [[plugin:authPlain|Plain]] 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         * **''extension''**  -- The [[plugin:Extension]] Manager
         * **''info''**       -- The [[plugin:Info]] plugin         * **''info''**       -- The [[plugin:Info]] plugin
 +        * **''logviewer''**  -- The [[plugin:Logviewer]] plugin
         * **''popularity''** -- The [[plugin:Popularity|Popularity Feedback Plugin]]         * **''popularity''** -- The [[plugin:Popularity|Popularity Feedback Plugin]]
         * **''revert''**     -- The [[plugin:Revert]] plugin         * **''revert''**     -- The [[plugin:Revert]] plugin
         * **''safefnrecode''**-- The [[plugin:safefnrecode]] plugin         * **''safefnrecode''**-- The [[plugin:safefnrecode]] plugin
 +        * **''styling''**    -- The [[plugin:Styling]] plugin
         * **''testing''**    -- The [[plugin:testing]] plugin         * **''testing''**    -- The [[plugin:testing]] plugin
         * **''usermanager''**-- The [[plugin:UserManager]]         * **''usermanager''**-- The [[plugin:UserManager]]
       * **''scripts''**      -- [[JavaScript]] files       * **''scripts''**      -- [[JavaScript]] files
         * **''jquery''**     -- The [[devel:jqueryfaq|jQuery]] library         * **''jquery''**     -- The [[devel:jqueryfaq|jQuery]] library
-      * **''styles''**       -- [[CSS]] style files+      * **''styles''**       -- Basic [[CSS]] style files ((Custom style files see ''/conf'' folder, template-specific ones see template folder(s).))
       * **''tpl''**          -- [[:Template]]       * **''tpl''**          -- [[:Template]]
         * **''dokuwiki''**    -- The default template         * **''dokuwiki''**    -- The default template
- +    * **''vendor''** -- files managed by [[composer]]
-===== TO DO ===== +
- +
-  * **''vendor''**       -- What is it? What permissions does it need? Please update also page  +
-  * Where are stored the usernames and the passwords of the users? +
-[[install:permissions]].+
  
  
devel/dirlayout.1511247833.txt.gz · Last modified: 2017-11-21 08:03 by 31.27.10.163

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