diff options
Diffstat (limited to 'mod/simple_faq/manifest.xml')
-rw-r--r-- | mod/simple_faq/manifest.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mod/simple_faq/manifest.xml b/mod/simple_faq/manifest.xml new file mode 100644 index 000000000..d84f2d999 --- /dev/null +++ b/mod/simple_faq/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> |