| /dokuwiki/lib/plugins/popularity/lang/en/ |
| H A D | intro.txt | 3 This [[doku>popularity|tool]] gathers anonymous data about your wiki and allows you to send it back… 5 …r an automated monthly dispatch, to keep developers informed when your wiki grows. Your repeated d… 7 …ns information like your DokuWiki version, the number and size of your pages and files, installed …
|
| /dokuwiki/inc/lang/en/ |
| H A D | draft.txt | 3 Your last edit session on this page was not completed correctly. DokuWiki automatically saved a dra… 5 Please decide if you want to //recover// your lost edit session, //delete// the autosaved draft or …
|
| H A D | resendpwd.txt | 3 …ease enter your user name in the form below to request a new password for your account in this wik…
|
| H A D | updateprofile.txt | 1 ====== Update your account profile ====== 3 You only need to complete those fields you wish to change. You may not change your user name.
|
| H A D | lang.php | 72 …dn\'t find what you were looking for, you can create or edit the page %s, named after your query.'; 97 $lang['regpwmail'] = 'Your DokuWiki password'; 106 $lang['profdeleted'] = 'Your user account has been deleted from this wiki'; 114 …tion Token can be used to let 3rd party applications to log in and act on your behalf. Resetting t… 116 $lang['pwdforget'] = 'Forgotten your password? Get a new one'; 123 $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; 126 $lang['licenseok'] = 'Note: By editing this page you agree to license your content unde… 138 $lang['js']['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\n… 179 $lang['js']['data_insecure'] = 'WARNING: It seems your data directory is not properly secured. Plea… 208 …e to the current namespace here. To create subnamespaces, prepend them to your filename separated … [all …]
|
| H A D | searchpage.txt | 3 You can find the results of your search below. @CREATEPAGEINFO@
|
| H A D | password.txt | 3 Here is your userdata for @TITLE@ at @DOKUWIKIURL@
|
| H A D | read.txt | 1 This page is read only. You can view the source, but not change it. Ask your administrator if you t…
|
| H A D | resetpwd.txt | 3 Please enter a new password for your account in this wiki.
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 1 ====== Welcome to your new DokuWiki ====== 3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started. 5 Enjoy your work with DokuWiki,\\ 8 ===== Create your first pages ===== 10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]… 18 ===== Customize your Wiki ===== 22 …]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installati…
|
| /dokuwiki/vendor/composer/ |
| H A D | platform_check.php | 8 …$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_… 17 …fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $… 19 …echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running… 23 'Composer detected issues in your platform: ' . implode(' ', $issues)
|
| /dokuwiki/ |
| H A D | AI_POLICY.md | 3 …oding is okay if you understand the code you are contributing and can explain it in your own words. 14 **It's okay to use AI to translate** comments to English as long as it reflects your own voice. Con… 18 your motivation for contributing to the DokuWiki project. How are you using DokuWiki and why is the… 25 Failure to follow this policy may result in your contribution being rejected and/or your account be… 30 towards AI and your contributions in general. 42 > with your changes, which makes reviewing and merging them riskier than implementing them myself.\ 46 > from ["I don't want your PRs anymore"](https://dpc.pw/posts/i-dont-want-your-prs-anymore/)
|
| H A D | COPYING | 11 The licenses for most software are designed to take away your 13 License is intended to guarantee your freedom to share and change free 19 your programs, too. 28 To protect your rights, we need to make restrictions that forbid 39 We protect your rights with two steps: (1) copyright the software, and 88 you may at your option offer warranty protection in exchange for a fee. 90 2. You may modify your copy or copies of the Program or any portion 111 does not normally print such an announcement, your work based on 125 your rights to work written entirely by you; rather, the intent is to 143 years, to give any third party, for a charge no more than your [all …]
|
| H A D | .htaccess.dist | 35 ## change "/dokuwiki" to the path to your dokuwiki directory relative 36 ## to your document root. 41 ## rules if your server setup allows HTTPS.
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 41 // implement your code 67 - implement the ```main($options)``` method and do your business logic there 71 - instantiate your class and call ```run()``` on it 82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main co… 90 …terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts. 96 For more complex coloring you can access the color class through ``$this->colors`` in your script. … 101 and wrapping will fail, breaking your texts). 126 The table formatter is used for the automatic help screen accessible when calling your script with … 131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o… 140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interf… [all …]
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 11 The licenses for most software are designed to take away your 13 License is intended to guarantee your freedom to share and change free 19 your programs, too. 28 To protect your rights, we need to make restrictions that forbid 39 We protect your rights with two steps: (1) copyright the software, and 88 you may at your option offer warranty protection in exchange for a fee. 90 2. You may modify your copy or copies of the Program or any portion 111 does not normally print such an announcement, your work based on 125 your rights to work written entirely by you; rather, the intent is to 143 years, to give any third party, for a charge no more than your [all …]
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 3 Use this page to control the settings of your DokuWiki installation. For help on individual settin… 7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | README.md | 18 You'll have to convert your code to use ';' first. 36 $js = file_get_contents('somefile.js'); // gather your JS here somehow 43 You can skip Minification for parts of your code by surrounding it by special comments:
|
| /dokuwiki/lib/plugins/authad/lang/en/ |
| H A D | lang.php | 10 $lang['authpwdexpire'] = 'Your password will expire in %d days, you should change it soon.'; 12 $lang['userchangefail'] = 'Failed to change user attributes. Maybe your account does not have perm…
|
| H A D | settings.php | 3 $lang['account_suffix'] = 'Your account suffix. Eg. <code>@my.domain.org</code>'; 4 $lang['base_dn'] = 'Your base DN. Eg. <code>DC=my,DC=domain,DC=org</code>'; 9 $lang['sso_charset'] = 'The charset your webserver will pass the Kerberos or NTLM username i…
|
| /dokuwiki/inc/ |
| H A D | preload.php.dist | 9 // set this to your farm directory 15 // you can overwrite the $config_cascade to your liking
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 2 You are free to pick which one suits your needs. 55 to take away your freedom to share and change the works. By contrast, 56 the GNU General Public License is intended to guarantee your freedom to 61 your programs, too. 70 To protect your rights, we need to prevent others from denying you 81 Developers that use the GNU GPL protect your rights with two steps: 199 conditions are met. This License explicitly affirms your unlimited 202 content, constitutes a covered work. This License acknowledges your 206 convey, without conditions so long as your license otherwise remains 212 for you must do so exclusively on your behalf, under your direction [all …]
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 73 …If you think it might be relevant, please provide any additional information about your environmen… 78 * Your configuration settings related to the problem 89 * Your browser's JavaScript console, if you are reporting a problem with the 93 * Related entries in your webserver's error log files.
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | LICENSE | 64 contract, You are granted the Licensed Rights in consideration of Your 83 b. Adapter's License means the license You apply to Your Copyright 84 and Similar Rights in Your contributions to Adapted Material in 107 that applies to Your use of the Licensed Material. 119 all Copyright and Similar Rights that apply to Your use of the 140 under this Public License. Your has a corresponding meaning. 158 Exceptions and Limitations apply to Your use, this Public 200 are, or that Your use of the Licensed Material is, connected 228 Your exercise of the Licensed Rights is expressly made subject to the 296 apply to Your use of the Licensed Material: [all …]
|
| /dokuwiki/conf/ |
| H A D | acronyms.conf | 23 FYI For your information 62 YMMV Your mileage may vary
|