====== 目录结构 ====== * **''dokuwiki''** -- DokuWiki 根目录 - 也许你把它命名为不同 * **''.git''** -- [[git]] 元数据,你拥有它如果你使用git 检验 * **''_cs''** -- 设置 [[http://pear.php.net/package/PHP_CodeSniffer/|CodeSniffer]], [[devel:coding_style|编码风格]] 检查器 * **''_test''** -- contains the [[UnitTesting|Unit Test Suite]] * **''bin''** -- Collection of [[..cli|command line tools]] * **''conf''** -- [[configuration|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|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) * **''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 * **''geshi''** -- The GeShi syntax highlighting language definitions * **''lang''** -- DokuWiki's language files used for [[:localization|localization]] * **''parser''** -- DokuWiki's [[parser]] system * **''phpseclib''** -- FIXME * **''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]] * **''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 * **''authmysql''** -- The [[plugin:authMySQL|MySQL]] authentication plugin * **''authpgsql''** -- The [[plugin:authPgSQL|PostgreSQL]] 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 * **''popularity''** -- The [[plugin:Popularity|Popularity Feedback Plugin]] * **''revert''** -- The [[plugin:Revert]] plugin * **''safefnrecode''**-- The [[plugin:safefnrecode]] plugin * **''testing''** -- The [[plugin:testing]] plugin * **''usermanager''**-- The [[plugin:UserManager]] * **''scripts''** -- [[JavaScript]] files * **''jquery''** -- The [[devel:jqueryfaq|jQuery]] library * **''styles''** -- [[CSS]] style files * **''tpl''** -- [[:Template]] * **''dokuwiki''** -- The default template ===== TO DO ===== * **''vendor''** -- What is it? What permissions does it need? Please update also page [[install:permissions]].