Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 174) sorted by path

1234567

/dokuwiki/
H A D.htaccess.dist16 ## Don't allow access to git directories
21 ## Uncomment these rules if you want to have nice URLs using
35 ## change "/dokuwiki" to the path to your dokuwiki directory relative
36 ## to your document root.
39 ## If you enable DokuWikis XML-RPC interface, you should consider to
40 ## restrict access to it over HTTPS only! Uncomment the following two
H A DCOPYING6 Everyone is permitted to copy and distribute verbatim copies
11 The licenses for most software are designed to take away your
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
16 Foundation's software and to any other program whose authors commit to
18 the GNU Lesser General Public License instead.) You can apply it to
[all...]
H A DSECURITY.md5 We try to fix vulnerabilites as fast as possible, but please keep in mind that this is a project run by volunteers. Depending on the severity we may release hotfixes for the current stable release or may simply incorporate the fix in the next proper release.
7 **This policy only applies to DokuWiki and the bundled plugins. Do not report issues about 3rd party plugins here.**
14 * Send an e-mail to [Andi](mailto:andi@splitbrain.org)
16 * Send a mail to the [Mailing List](https://www.dokuwiki.org/mailinglist)
/dokuwiki/conf/
H A D.htaccess1 ## no access to the conf directory
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
H A Dlocal.php.dist4 * Simply copy the options you want to change from dokuwiki.php
5 * to this file and change them.
12 //$conf['title'] = 'My Wiki'; //what to show in the title
14 //$conf['useacl'] = 1; //Use Access Control Lists to restrict access?
H A Dmysql.conf.php.example6 * If you use a different one you have to change them accordingly.
18 * To use this configuration you have to copy them to local.protected.php
22 /* Options to configure database access. You need to set up this
23 * options carefully, otherwise you won't be able to access you
37 * some reasons it might be useful to let the database do the encryption.
38 * Set 'forwardClearPass' to '1' and the cleartext password is forwarded to
44 * the plugin which tables to loc
[all...]
/dokuwiki/data/
H A Ddeleted.files2 # but were removed later. An up to date DokuWiki should not have any of
/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.
5 Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
29 * [[doku>Install|How to install or upgrade]] :!:
42 * [[doku>Template|How to create and use templates]]
48 * [[doku>newsletter|Subscribe to the newsletter]] :!:
51 * [[doku>irc|Talk to other users in the IRC channel]]
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
52 [[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[synta
[all...]
H A Dwelcome.txt1 ====== Welcome to your new DokuWiki ======
3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
20 Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to exten
[all...]
/dokuwiki/inc/
H A D.htaccess1 ## no access to the inc directory
H A DActionRouter.php38 * the selected action to $ACT
73 * @param string $actionname this is passed as a reference to $ACT, for plugin backward compatibility
81 // give plugins an opportunity to process the actionname
118 * Transitions from one action to another
123 * @param string $to new action name
126 protected function transitionAction($from, $to, $e = null)
131 if ($from == $to) {
141 $this->setupAction($to);
170 * This translates the given name to a class name by uppercasing the first letter.
171 * Underscores translate to camelcas
125 transitionAction($from, $to, $e = null) global() argument
[all...]
H A DMailer.class.php4 * A class to build and send multi part mails (with HTML content and embedded
5 * attachments). All mails are assumed to be in UTF-8 encoding.
7 * Attachments are handled in memory so this shouldn't be used to send huge
8 * files, but then again mail shouldn't be used to send huge files either.
78 * @param string $path Path to the file to attach
80 * @param string $name The filename to use
81 * @param string $embed Unique key to reference this file from the HTML part
100 * @param string $data The file contents to attach
102 * @param string $name The filename to us
277 public function to($address) { global() function in Mailer
[all...]
H A Dauth.php6 * Including this file will automatically try to login
30 * This used to be the main() of the auth.php
52 // try to load auth backend from plugins
66 // degrade to unauthenticated user
85 // if no credentials were given try to use HTTP auth (for SSO)
241 * This tries to login the user based on the sent auth credentials
287 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
318 $USERINFO = $session['info']; //FIXME move all references to session
323 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
328 //just to b
[all...]
H A Dchangelog.php32 * Adds an entry to the changelog and saves the metadata for the page
78 // update changelog file and get the added entry that is also to be stored in metadata
96 * Adds an entry to the media changelog
152 * The following constants can be used to control which changes are
164 * @param string $ns restrict to given namespace
255 * The following constants can be used to control which changes are
264 * @param int $from date of the oldest entry to return
265 * @param int $to date of the newest entry to return (for pagination, optional)
266 * @param string $ns restrict to give
262 getRecentsSince($from, $to = null, $ns = '', $flags = 0) global() argument
[all...]
H A Dcommon.php48 * @param mixed $default The value to use when filling up missing elements
60 * This is similar to empty() but will return false for "0".
65 * To avoid this it's recommended to guard the call with isset like this:
71 * @param bool $trim Consider a string of whitespace to be blank
98 * Return a secret token to be used for CSRF attack prevention
122 * @param null|string $token security token or null to read it from request variable
225 // FIXME ... perhaps it would be better to ensure the temporary changes weren't necessary
311 * Initialize and/or fill global $JSINFO with some basic info to be given to javascript
320 //export minimal info to J
[all...]
H A Dinfoutils.php42 // check if new messages needs to be fetched
47 'checkUpdateMessages(): downloading messages to %s%s',
63 Logger::debug("checkUpdateMessages(): messages up to date");
92 // First try to get date and commit hash by calling Git
195 msg('PHP is limited to less than 16MB RAM (' . filesize_h($mem) . ').
198 msg('PHP is limited to less than 20MB RAM (' . filesize_h($mem) . '),
201 msg('PHP is limited to less than 32MB RAM (' . filesize_h($mem) . '),
268 msg('Your locale <code>' . hsc($loc) . '</code> seems not to be a UTF-8 locale,
327 probably needs to be rebuilt. See
329 for ways to rebuil
[all...]
H A Dio.php22 * @param string $id - a pageid, the namespace of that id will be tried to deleted
23 * @param string $basedir - the config name of the type to delete (datadir or mediadir usally)
41 //try to delete dir else return
56 * Used to read in a DokuWiki page from file, and send IO_WIKIPAGE_READ events.
58 * Generates the action event which delegates to io_readFile().
59 * Action plugins are allowed to modify the page content in transit.
106 * If you want to use the returned value in unserialize
107 * be sure to set $clean to false!
161 //8192 seems to b
659 io_rename($from, $to) global() argument
[all...]
/dokuwiki/inc/Action/
H A DResendpwd.php170 $mail->to($userinfo['name'] . ' <' . $userinfo['mail'] . '>');
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/az/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt2 # When you edit this file be sure to use UNIX line endings (single newline)
3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ckb/
H A Dstopwords.txt29 to
/dokuwiki/inc/lang/cs/
H A Ddenied.txt

1234567