Go to file
Michael Große 36faf6960d
Split out temporary code style excludes
Splitting them out allows for plugins to use _test/phpcs.xml as the
basis for their own linting without having an overly permissive coding
standard.
Also, this makes it more obvious and painful that these are just
intended as temporary exceptions and should be actually fixed.

The rule `Generic.ControlStructures.InlineControlStructure.NotAllowed`
has its comment adjust to make it clear that this is an intended
deviation from the PSR-2/PSR-12 coding standard.

The rule `PSR1.Classes.ClassDeclaration.MissingNamespace` has to remain
in the DokuWiki coding standard as the plugin base classes can currently
not reasonably be in namespaces.
2020-02-19 10:55:56 +01:00
.github/workflows Split out temporary code style excludes 2020-02-19 10:55:56 +01:00
_test Split out temporary code style excludes 2020-02-19 10:55:56 +01:00
bin replaced deprecated utf8 functions 2019-06-10 16:12:59 +02:00
conf Languageable CC licenses 2020-01-20 11:45:50 +10:00
data Update year 2019 to 2020 2019-11-30 21:04:02 +01:00
inc Sort plugins in Config Manager and Extension Manager (#2893) 2020-01-20 23:52:13 +01:00
lib Sort plugins in Config Manager and Extension Manager (#2893) 2020-01-20 23:52:13 +01:00
vendor Update composer dependencies 2019-10-21 21:05:20 +02:00
.editorconfig updated .editorconfig 2015-07-25 22:04:59 +01:00
.gitattributes do not export the appveyor config 2017-08-27 11:26:13 +02:00
.gitignore replace Doku_CLI with splitbrain\phpcli\CLI 2017-11-10 14:22:02 +01:00
.htaccess.dist Fix .htaccess files for Apache 2.4 (and 2.2) 2018-06-17 16:48:11 +02:00
.travis.yml use a script to fetch the correct phpunit 2019-08-16 10:30:06 +02:00
COPYING updated GPL2 license text (fixes whitespace issues and typos and updates FSF address) 2011-12-11 12:21:56 +00:00
README Updated README 2019-01-09 11:48:31 +08:00
appveyor.yml decrease php versions by one 2018-05-17 10:00:49 +02:00
composer.json Force Travis CI PHPUnit version to 7 on PHP 7.2+, fixes #2693 2019-02-14 20:18:53 -05:00
composer.lock Update composer dependencies 2019-10-21 21:05:20 +02:00
doku.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
feed.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
index.php use absolute URL in index.php when redirecting to doku.php, fixes #2706 2019-03-11 22:34:23 -04:00
install.php Merge pull request #2857 from splitbrain/issue2845 2019-10-15 14:34:31 +02:00

README

All documentation for DokuWiki is available online
at http://www.dokuwiki.org/

For Installation Instructions see
http://www.dokuwiki.org/install

DokuWiki - 2004-2019 (c) Andreas Gohr <andi@splitbrain.org>
                         and the DokuWiki Community
See COPYING and file headers for license info