Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 11-Apr-2025 | - | ||||
conf/ | H | 12-Jul-2023 | - | 21 | 6 | |
lang/en/ | H | 12-Jul-2023 | - | 4 | 3 | |
LICENSE | H A D | 11-Jul-2023 | 17.6 KiB | 341 | 281 | |
README | H A D | 11-Jul-2023 | 1 KiB | 29 | 20 | |
README.md | H A D | 11-Jul-2023 | 139 | 5 | 3 | |
helper.php | H A D | 11-Jul-2023 | 15.9 KiB | 527 | 298 | |
plugin.info.txt | H A D | 11-Jul-2023 | 250 | 8 | 7 |
README
1 attribute Plugin for DokuWiki 2 3 Arbitrary attribute definition and storage for user associated data. 4 5 All documentation for this plugin can be found at 6 https://www.dokuwiki.org/plugin:attribute 7 8 If you install this plugin manually, make sure it is installed in 9 lib/plugins/attribute/ - if the folder is called different it 10 will not work! 11 12 Please refer to http://www.dokuwiki.org/plugins for additional info 13 on how to install plugins in DokuWiki. 14 15 ---- 16 A huge thanks to János Fekete - his memcache plugin provided me a starting 17 point to write this plugin. 18 19 This program is free software; you can redistribute it and/or modify 20 it under the terms of the GNU General Public License as published by 21 the Free Software Foundation; version 2 of the License 22 23 This program is distributed in the hope that it will be useful, 24 but WITHOUT ANY WARRANTY; without even the implied warranty of 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 GNU General Public License for more details. 27 28 See the COPYING file in your DokuWiki folder for details 29