Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/workflows/ | H | 28-Aug-2025 | - | 12 | 9 | |
_test/ | H | 28-Aug-2025 | - | 9,179 | 6,941 | |
action/ | H | 28-Aug-2025 | - | 2,477 | 1,409 | |
admin/ | H | 28-Aug-2025 | - | 514 | 369 | |
conf/ | H | 28-Aug-2025 | - | 14 | 10 | |
db/ | H | 28-Aug-2025 | - | 163 | 100 | |
helper/ | H | 28-Aug-2025 | - | 636 | 345 | |
jsoneditor/ | H | 28-Aug-2025 | - | 1,007 | 955 | |
lang/ | H | 28-Aug-2025 | - | 725 | 594 | |
meta/ | H | 28-Aug-2025 | - | 8,618 | 4,795 | |
renderer/ | H | 28-Aug-2025 | - | 328 | 224 | |
script/ | H | 28-Aug-2025 | - | 955 | 568 | |
syntax/ | H | 25-Sep-2025 | - | 836 | 444 | |
types/ | H | 28-Aug-2025 | - | 2,832 | 1,586 | |
.gitattributes | H A D | 28-Aug-2025 | 39 | 3 | 2 | |
LICENSE | H A D | 28-Aug-2025 | 17.6 KiB | 342 | 281 | |
README | H A D | 28-Aug-2025 | 973 | 28 | 19 | |
admin.svg | H A D | 28-Aug-2025 | 592 | 4 | 3 | |
all.less | H A D | 28-Aug-2025 | 98 | 6 | 5 | |
deleted.files | H A D | 28-Aug-2025 | 2.6 KiB | 102 | 101 | |
helper.php | H A D | 28-Aug-2025 | 6.8 KiB | 213 | 98 | |
plugin.info.txt | H A D | 25-Sep-2025 | 244 | 9 | 8 | |
print.less | H A D | 28-Aug-2025 | 544 | 37 | 31 | |
remote.php | H A D | 28-Aug-2025 | 5.6 KiB | 171 | 94 | |
requirements.txt | H A D | 28-Aug-2025 | 378 | 6 | 5 | |
script.js | H A D | 28-Aug-2025 | 945 | 25 | 14 | |
style.less | H A D | 28-Aug-2025 | 11.1 KiB | 589 | 480 |
README
1struct Plugin for DokuWiki 2 3Add and query additional structured page data 4 5All documentation for this plugin can be found at 6https://www.dokuwiki.org/plugin:struct 7 8If you install this plugin manually, make sure it is installed in 9lib/plugins/struct/ - 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) Andreas Gohr, Michael Große <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