Skip to content

Data folder structure

Gerrit Uitslag edited this page Jun 1, 2016 · 5 revisions

Data folder is configured in /app/config/parameters.yml(.dist).

The data folder has the structure <type>/<name>. Currently there are two types, core and plugin. Some examples are:

  • plugin/data
  • plugin/do
  • core/dokuwiki

Each folder represents a single extension. The following folders are possible:

  • repository: local git checkout of the extension
  • tmp: temporary folder. it is used to process language updates.
  • lang: contains a single file per available language of the extension.
  • updates: a file per user translations as serialized php arrays. File names correspondent to the entries in the translationUpdate table.

Read more!

Process

Files

Maintenance/development

Documentation

Clone this wiki locally