1tagging Plugin for DokuWiki
2
3Allows logged in users to add tags to pages. Tags are looked up in
4the search.
5
6All documentation for this plugin can be found at
7http://www.dokuwiki.org/plugin:tagging
8
9If you install this plugin manually, make sure it is installed in
10lib/plugins/tagging/ - if the folder is called different it
11will not work!
12
13This plugin requires the sqlite plugin!
14See https://www.dokuwiki.org/plugin:sqlite
15
16Please refer to http://www.dokuwiki.org/plugins for additional info
17on how to install plugins in DokuWiki.
18
19----
20Copyright (C) Andreas Gohr <dokuwiki@cosmocode.de>,
21              Adrian Lang <lang@cosmocode.de>
22
23This program is free software; you can redistribute it and/or modify
24it under the terms of the GNU General Public License as published by
25the Free Software Foundation; version 2 of the License
26
27This program is distributed in the hope that it will be useful,
28but WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30GNU General Public License for more details.
31
32See the COPYING file in your DokuWiki folder for details
33