diff options
author | Anika Henke <anika@selfthinker.org> | 2015-07-26 15:06:21 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2015-07-26 15:06:21 +0100 |
commit | 6439cee6ee86a156a7a138021521f579ef444b80 (patch) | |
tree | 56bbad12a63f1b1022ee0b6c3a3c58abb3d6962d /lib/plugins/styling/README | |
parent | e7aa4a376b81e5ae9ee069215afc1bf42cbbf982 (diff) | |
parent | ec2b4bab83a5eb6ddcdb41853d311b99b71c6f86 (diff) | |
download | rpg-6439cee6ee86a156a7a138021521f579ef444b80.tar.gz rpg-6439cee6ee86a156a7a138021521f579ef444b80.tar.bz2 |
Merge pull request #1163 from splitbrain/styler
Template Style Dialog Plugin
Diffstat (limited to 'lib/plugins/styling/README')
-rw-r--r-- | lib/plugins/styling/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/plugins/styling/README b/lib/plugins/styling/README new file mode 100644 index 000000000..a1a5e890c --- /dev/null +++ b/lib/plugins/styling/README @@ -0,0 +1,27 @@ +styling Plugin for DokuWiki + +Allows to edit style.ini replacements + +All documentation for this plugin can be found at +https://www.dokuwiki.org/plugin:styling + +If you install this plugin manually, make sure it is installed in +lib/plugins/styling/ - 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) Andreas Gohr <andi@splitbrain.org> + +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 |