diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 09:57:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 09:57:50 +0200 |
commit | 3ab981498716c293a96d63c2e1c94b9694b4c581 (patch) | |
tree | 5353c1d4598353cca5ce0784befee2653af81d83 /lib/plugins/extension/README | |
parent | 08d5d52a34fa7f972f3a7da214f796ad72a9d944 (diff) | |
parent | 02779b18797b2ee1304613de684d54988815dacb (diff) | |
download | rpg-3ab981498716c293a96d63c2e1c94b9694b4c581.tar.gz rpg-3ab981498716c293a96d63c2e1c94b9694b4c581.tar.bz2 |
Merge branch 'extension_manager' of github.com:splitbrain/dokuwiki into extension_manager
* 'extension_manager' of github.com:splitbrain/dokuwiki:
Extension manager: Implement extension table
Extension manager: implement uninstall, canModify and install/update
Extension manager: Improve update check
Extension manager: Use getInfo() when no info.txt is available
Extension manager: fix install dir for templates
Extension manager: add language file and simple admin component
Extension manager: implemented more extension info and basic repository access
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 |