• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H12-Jul-2023-216

lang/en/H12-Jul-2023-43

LICENSEH A D11-Jul-202317.6 KiB341281

READMEH A D11-Jul-20231 KiB2920

README.mdH A D11-Jul-2023139 53

helper.phpH A D11-Jul-202315.9 KiB527298

plugin.info.txtH A D11-Jul-2023250 87

README

1attribute Plugin for DokuWiki
2
3Arbitrary attribute definition and storage for user associated data.
4
5All documentation for this plugin can be found at
6https://www.dokuwiki.org/plugin:attribute
7
8If you install this plugin manually, make sure it is installed in
9lib/plugins/attribute/ - 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----
16A huge thanks to János Fekete - his memcache plugin provided me a starting
17point to write this plugin.
18
19This program is free software; you can redistribute it and/or modify
20it under the terms of the GNU General Public License as published by
21the Free Software Foundation; version 2 of the License
22
23This program is distributed in the hope that it will be useful,
24but WITHOUT ANY WARRANTY; without even the implied warranty of
25MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26GNU General Public License for more details.
27
28See the COPYING file in your DokuWiki folder for details
29

README.md

1# attribute
2Arbitrary attribute definition and storage for user associated data.
3
4See detail on: https://www.dokuwiki.org/plugin:attribute
5