diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:50:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:50:57 -0300 |
commit | ef47af966edaf727834758f1a4fc7b1c19a0f230 (patch) | |
tree | f853217022b5e1a868a227dddc5c8010f4266e55 /manifest.xml | |
download | elgg-ef47af966edaf727834758f1a4fc7b1c19a0f230.tar.gz elgg-ef47af966edaf727834758f1a4fc7b1c19a0f230.tar.bz2 |
Squashed 'mod/simple_faq/' content from commit 1852794
git-subtree-dir: mod/simple_faq
git-subtree-split: 1852794b849fcbab29c2b37ca6c106dc0cb9903d
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..d84f2d999 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Simple FAQ</name> + <author>Lorea developers</author> + <version>1.2</version> + <description>A FAQ plugin.</description> + <website>https://lorea.cc/</website> + <copyright>(C) Lorea 2012</copyright> + <license>GNU Affero General Public License, version 3 or higher</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <requires> + <type>plugin</type> + <name>externalpages</name> + </requires> + <requires> + <type>priority</type> + <priority>after</priority> + <plugin>externalpages</plugin> + </requires> + <conflicts> + <type>plugin</type> + <name>faq</name> + </conflicts> +</plugin_manifest> |