Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | H | 30-Jul-2025 | - | 22 | 13 | |
_animal/ | H | 30-Jul-2025 | - | 583 | 384 | |
_test/ | H | 25-Sep-2025 | - | 614 | 480 | |
action/ | H | 14-Aug-2025 | - | 442 | 268 | |
admin/ | H | 07-Oct-2025 | - | 974 | 667 | |
conf/ | H | 30-Jul-2025 | - | 22 | 6 | |
css/ | H | 30-Jul-2025 | - | 451 | 440 | |
includes/ | H | 30-Jul-2025 | - | 57 | 34 | |
lang/ | H | 30-Jul-2025 | - | 1,118 | 834 | |
script/ | H | 30-Jul-2025 | - | 1,408 | 1,268 | |
vendor/ | H | 07-Oct-2025 | - | 2,694 | 1,748 | |
.gitattributes | H A D | 30-Jul-2025 | 39 | 3 | 2 | |
.gitignore | H A D | 07-Oct-2025 | 107 | 4 | 3 | |
DokuWikiFarmCore.php | H A D | 30-Jul-2025 | 18.2 KiB | 565 | 380 | |
LICENSE | H A D | 30-Jul-2025 | 17.7 KiB | 340 | 281 | |
README | H A D | 30-Jul-2025 | 989 | 28 | 19 | |
admin.php | H A D | 30-Jul-2025 | 3 KiB | 109 | 63 | |
admin.svg | H A D | 30-Jul-2025 | 1 KiB | 1 | 1 | |
all.less | H A D | 30-Jul-2025 | 561 | 14 | 11 | |
composer.json | H A D | 07-Oct-2025 | 107 | 7 | 6 | |
composer.lock | H A D | 07-Oct-2025 | 4.2 KiB | 125 | 124 | |
deleted.files | H A D | 14-Aug-2025 | 548 | 22 | 21 | |
helper.php | H A D | 25-Sep-2025 | 9.6 KiB | 347 | 184 | |
plugin.info.txt | H A D | 07-Oct-2025 | 233 | 8 | 7 | |
remote.php | H A D | 30-Jul-2025 | 2.5 KiB | 103 | 54 | |
script.js | H A D | 30-Jul-2025 | 93 | 3 | 0 | |
style.less | H A D | 30-Jul-2025 | 2.1 KiB | 105 | 85 |
README
1farmer Plugin for DokuWiki 2 3A plugin to help with creating and administring wiki farm animals 4 5All documentation for this plugin can be found at 6https://dokuwiki.org/plugin:farmer 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/farmer/ - if the folder is called different it 10will not work! 11 12Please refer to http://www.dokuwiki.org/plugins for additional info 13on how to install plugins in DokuWiki. 14 15---- 16Copyright (C) Michael Große, Andreas Gohr <dokuwiki@cosmocode.de> 17 18This program is free software; you can redistribute it and/or modify 19it under the terms of the GNU General Public License as published by 20the Free Software Foundation; version 2 of the License 21 22This program is distributed in the hope that it will be useful, 23but WITHOUT ANY WARRANTY; without even the implied warranty of 24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 25GNU General Public License for more details. 26 27See the COPYING file in your DokuWiki folder for details 28