dokuwiki (0.0.20220731.a-1) unstable; urgency=medium

  From upstream's release notes:

  * On farm setups a log dir needs to be created manually in animals

  If you just used Debian's dokuwiki-addsite command to create your
  DokuWiki farm, the package will create these directories for you upon
  package upgrade.

  If your DokuWiki farm is maintained by some other means and especially
  at some other path then /var/lib/dokuwiki/farm/, you need to execute a
  command like this as root:

  for d in …/farm/*/data/ ; do install -d -o www-data -g root -m 0700 "$d/log"; done

 -- Axel Beckert <abe@debian.org>  Sat, 05 Nov 2022 02:28:44 +0100

dokuwiki (0.0.20101107a-4) experimental; urgency=low

  This package can now serve several sites using a single wiki engine.
  This feature is called multisite, or farming in DokuWiki vocabulary:
  <http://www.dokuwiki.org/tips:farm>.

  By default, the main wiki is be accessible at the chosen path as before.
  You can create new sites with the command dokuwiki-addsite(1): they will
  be available at the chosen path/sites/name.

  Please refer to the README.Debian for more information on this feature.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Wed, 18 May 2011 01:00:57 +0200

dokuwiki (0.0.20091225c-8) unstable; urgency=low

  The Flash-based multiple upload tool is no longer distributed in the Debian
  package, as it cannot be built from source and violates the Debian Policy
  (cf. bug #592593).

  This tool can be enabled by manually installing it, as documented in
  /usr/share/doc/dokuwiki/README.Debian.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Wed, 11 Aug 2010 20:25:27 +0200

dokuwiki (0.0.20091225c-4) unstable; urgency=low

  Starting from this version, additional questions are asked when configuring
  new Dokuwiki installations. Most of them are based on upstream's install.php,
  and are used to set up initial wiki parameters:
  * wiki title,
  * administrator account,
  * access control lists,
  * default access policy.

  These questions will not be asked on upgrades to avoid modifying existing
  configuration files.

  Please note that admins will now be asked whether to give their web server
  writing permissions to configuration files and plugins directories. These
  non-standard permissions are required to use optional web-based interfaces
  for configuration and plugin installation.

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Tue, 02 Mar 2010 21:04:53 +0100

dokuwiki (0.0.20090214b-4) unstable; urgency=low

  The path to the plugins directory has changed
  /var/lib/dokuwiki/plugins/. Users can put custom plugins in there.

  The main /usr/share/dokuwiki/.htaccess file is now a symlink to
  /etc/dokuwiki/htaccess which is now a configuration file (this also
  implies that it will not be overwritten when upgrading).

 -- Tanguy Ortolo <tanguy+debian@ortolo.eu>  Sat, 06 Feb 2010 13:22:50 +0100

dokuwiki (0.0.20080411~rc.1-1) UNRELEASED; urgency=low

  The path of the templates directory has changed to
  /var/lib/dokuwiki/tpl/.

 -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Mon, 05 May 2008 21:06:49 +0200

dokuwiki (0.0.20050701-2) unstable; urgency=low

  The directory structure of DokuWiki's data tree has changed so that
  the new location for the pages (*.txt) is /var/lib/dokuwiki/data/pages.
  Additionally the 'attic' and 'media'
  directories have moved from /var/lib/dokuwiki/ to
  /var/lib/dokuwiki/data/.

 -- Matti Pöllä <mpo@iki.fi>  Tue, 05 Jul 2005 11:50:17 +0300

dokuwiki (0.0.20050701-1) unstable; urgency=low
  
  The support for access control has also been improved. The default
  location for the user database files 'acl.auth.php' and
  'users.auth.php' at /etc/dokuwiki does not allow the files to be
  writable for the web server. For this reason the files are located at
  /var/lib/dokuwiki/acl/. Access control can be turned on in the
  configuration file /etc/dokuwiki/dokuwiki.php by setting
  $conf['useacl'] to '1'. By default, everyone is granted level 4 access
  (see the DokuWiki guide at http://wiki.splitbrain.org/).

 -- Matti Pöllä <mpo@iki.fi>  Tue, 05 Jul 2005 11:50:17 +0300

dokuwiki (0.0.20050218-1) unstable; urgency=low

  The contents of the configuration files under conf/ in the upstream
  source tree can be found in /etc/dokuwiki.

 -- Matti Pöllä <mpo@iki.fi>  Mon, 04 Apr 2005 08:37:19 +0200
