DokuWiki

It's better when it's simple

用户工具

站点工具


zh:devel:dirlayout

目录结构

  • dokuwiki – DokuWiki 根目录 - 也许你把它命名为不同
    • .gitgit 元数据,你拥有它如果你使用git 检验
    • _cs – 设置 CodeSniffer编码风格 检查器
    • _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 namespace 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 namespace directories
      • media_attic– old revisions of media files
      • media_meta – meta data for media files
      • meta – Stores meta data for pages, it contains namespace directories
      • pages – Here are the raw pages stored, it contains 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
      • parser – DokuWiki's parser system
      • phpseclibFIXME
    • lib – Files that get called externally (from your browser)

TO DO

  • vendor – What is it? What permissions does it need? Please update also page permissions.
zh/devel/dirlayout.txt · 最后更改: 2017-06-28 04:14 由 223.74.246.33

除额外注明的地方外,本维基上的内容按下列许可协议发布: 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