1# htmlmetatags Plugin for DokuWiki 2 3Dokuwiki-Plugin: Adds some (open graph) meta tags to the html header 4(e.g. keywords, description or any others). 5 6All documentation for this plugin can be found at 7https://www.dokuwiki.org/plugin:htmlmetatags 8 9If you install this plugin manually, make sure it is installed in 10`lib/plugins/htmlmetatags/` - if the folder is called differently 11it will not work! 12 13Please refer to http://www.dokuwiki.org/plugins for additional info on 14how to install plugins in DokuWiki. 15 16---- 17 18Copyright (C) Heiko Heinz <heiko.heinz@soft2c.de> 19 20This program is free software; you can redistribute it and/or modify it 21under the terms of the GNU General Public License as published by the 22Free Software Foundation; version 2 of the License. 23 24This program is distributed in the hope that it will be useful, but WITHOUT 25ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 26FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 27more details. 28 29See the COPYING file in your DokuWiki folder for details 30