Home
last modified time | relevance | path

Searched refs:dokuwiki (Results 1 – 25 of 390) sorted by path

12345678910>>...16

/dokuwiki/
H A D.htaccess.dist35 ## change "/dokuwiki" to the path to your dokuwiki directory relative
37 #RewriteBase /dokuwiki
H A DREADME2 at https://www.dokuwiki.org/
5 https://www.dokuwiki.org/install
H A DSECURITY.md13 * Use [huntr.dev](https://www.huntr.dev/repos/dokuwiki/dokuwiki)
15 * Open a [Github Issue](https://github.com/dokuwiki/dokuwiki/issues)
16 * Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist)
H A Ddoku.php12 use dokuwiki\ChangeLog\PageChangeLog;
13 use dokuwiki\Extension\Event;
H A Dfeed.php13 use dokuwiki\Feed\FeedCreator;
14 use dokuwiki\Feed\FeedCreatorOptions;
15 use dokuwiki\Cache\Cache;
16 use dokuwiki\ChangeLog\MediaChangeLog;
17 use dokuwiki\ChangeLog\PageChangeLog;
18 use dokuwiki\Extension\AuthPlugin;
19 use dokuwiki\Extension\Event;
/dokuwiki/bin/
H A Ddwpage.php6 use dokuwiki\Utf8\PhpString;
H A Dplugin.php4 use dokuwiki\Extension\CLIPlugin;
5 use dokuwiki\Extension\PluginController;
H A Dwantedpages.php4 use dokuwiki\Utf8\Sort;
5 use dokuwiki\File\PageResolver;
/dokuwiki/conf/
H A Dinterwiki.conf27 doku https://www.dokuwiki.org/
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
/dokuwiki/data/
H A Ddeleted.files228 lib/tpl/dokuwiki/css/_search.css
248 lib/tpl/dokuwiki/css/_admin.css
252 lib/tpl/dokuwiki/css/mixins.less
655 lib/tpl/dokuwiki/css/basic.css
656 lib/tpl/dokuwiki/css/content.css
657 lib/tpl/dokuwiki/css/design.css
658 lib/tpl/dokuwiki/css/includes.css
659 lib/tpl/dokuwiki/css/mobile.css
660 lib/tpl/dokuwiki/css/pagetools.css
661 lib/tpl/dokuwiki/cs
[all...]
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt3 [[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
9 DokuWiki is available at https://download.dokuwiki.org/
14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
27 * [[https://download.dokuwiki.org/|Download DokuWiki]] :!:
50 * [[https://forum.dokuwiki.org|Check out the user forum]]
52 * [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]]
58 2004-2020 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community
H A Dsyntax.txt99 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
101 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
133 Real size: {{wiki:dokuwiki-128.png}}
135 Resize to given width: {{wiki:dokuwiki-128.png?50}}
137 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
141 Real size: {{wiki:dokuwiki-128.png}}
142 Resize to given width: {{wiki:dokuwiki-128.png?50}}
143 Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
149 {{ wiki:dokuwiki-128.png}}
151 {{wiki:dokuwiki
[all...]
H A Dwelcome.txt28 The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
/dokuwiki/inc/Action/
H A DAbstractAclAction.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionAclRequiredException;
6 use dokuwiki\Extension\AuthPlugin;
13 * @package dokuwiki\Action
H A DAbstractAction.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionException;
6 use dokuwiki\Action\Exception\FatalException;
13 * @package dokuwiki\Action
H A DAbstractAliasAction.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\FatalException;
15 * @package dokuwiki\Action
H A DAbstractUserAction.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionUserRequiredException;
12 * @package dokuwiki\Action
H A DAdmin.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionException;
6 use dokuwiki\Extension\AdminPlugin;
13 * @package dokuwiki\Action
H A DBacklink.php3 namespace dokuwiki\Action;
5 use dokuwiki\Ui\Backlinks;
6 use dokuwiki\Ui;
13 * @package dokuwiki\Action
H A DCancel.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionAbort;
12 * @package dokuwiki\Action
H A DCheck.php3 namespace dokuwiki\Action;
5 use dokuwiki\Action\Exception\ActionAbort;
12 * @package dokuwiki\Action
H A DConflict.php3 namespace dokuwiki\Action;
5 use dokuwiki\Ui\PageConflict;
6 use dokuwiki\Ui;
13 * @package dokuwiki\Action
H A DDenied.php3 namespace dokuwiki\Action;
5 use dokuwiki\Ui\Login;
6 use dokuwiki\Extension\Event;
7 use dokuwiki\Ui;
14 * @package dokuwiki\Action
H A DDiff.php3 namespace dokuwiki\Action;
5 use dokuwiki\Ui\PageDiff;
6 use dokuwiki\Ui;
13 * @package dokuwiki\Action

12345678910>>...16