aboutsummaryrefslogtreecommitdiff
path: root/mod/faq/manifest.xml
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:07:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-15 15:07:11 -0300
commit1aa4270124992cff9e9014ce30270431dcffeee2 (patch)
tree5b7ae668b3deab655a53f44facd77c4f7d672c6c /mod/faq/manifest.xml
parent6800aad47fb4208289171b1125eba69ccf93c08c (diff)
parenteef8dc3c35a4d6339fae7d942388009afe1f78c1 (diff)
downloadelgg-1aa4270124992cff9e9014ce30270431dcffeee2.tar.gz
elgg-1aa4270124992cff9e9014ce30270431dcffeee2.tar.bz2
Merge commit 'eef8dc3c35a4d6339fae7d942388009afe1f78c1' as 'mod/faq'
Diffstat (limited to 'mod/faq/manifest.xml')
-rw-r--r--mod/faq/manifest.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/mod/faq/manifest.xml b/mod/faq/manifest.xml
new file mode 100644
index 000000000..d84f2d999
--- /dev/null
+++ b/mod/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>