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