Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce DOKU_DATA and DOKU_CACHE variables for packaging #108

Closed
wants to merge 4 commits into from

Commits on Jun 24, 2012

  1. introduce DOKU_DATA and DOKU_CACHE variables for packaging

    add new constants, that makes packaging (rpm, deb) dokuwiki better fit
    to [FHS standards](http://www.pathname.com/fhs/pub/fhs-2.3.html):
    - DOKU_DATA - /var/lib/dokuwiki/
    - DOKU_CACHE - /var/cache/dokuwiki/
    glensc committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    f835e03 View commit details
    Browse the repository at this point in the history
  2. original value for upstream

    glensc committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    487769b View commit details
    Browse the repository at this point in the history
  3. init_paths: allow full paths

    this allows you to put 'cachedir' outside 'savedir', i.e
    savedir=/var/lib/dokuwiki, and cachedir=/var/cache/dokuwiki
    glensc committed Jun 24, 2012
    Configuration menu
    Copy the full SHA
    52be17e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2012

  1. Configuration menu
    Copy the full SHA
    bf68c16 View commit details
    Browse the repository at this point in the history