diff options
author | Michael Hamann <michael@content-space.de> | 2013-08-01 11:35:05 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-08-01 11:36:28 +0200 |
commit | c7b9800aee5425a3964963c77c761f4439578b75 (patch) | |
tree | 2b2eb0acd58b8d024e7d820ff55377a6e815942e /lib/plugins/extension/README | |
parent | 15754217312575b58b0594cd63f1e1db57623b42 (diff) | |
download | rpg-c7b9800aee5425a3964963c77c761f4439578b75.tar.gz rpg-c7b9800aee5425a3964963c77c761f4439578b75.tar.bz2 |
Extension manager: First draft of the extension class
Diffstat (limited to 'lib/plugins/extension/README')
-rw-r--r-- | lib/plugins/extension/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/plugins/extension/README b/lib/plugins/extension/README new file mode 100644 index 000000000..5eefe924d --- /dev/null +++ b/lib/plugins/extension/README @@ -0,0 +1,27 @@ +extension Plugin for DokuWiki + +Extension manager + +All documentation for this plugin can be found at +https://www.dokuwiki.org/plugin:extension + +If you install this plugin manually, make sure it is installed in +lib/plugins/extension/ - if the folder is called different it +will not work! + +Please refer to http://www.dokuwiki.org/plugins for additional info +on how to install plugins in DokuWiki. + +---- +Copyright (C) Michael Hamann <michael@content-space.de> + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; version 2 of the License + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +See the COPYING file in your DokuWiki folder for details |