aboutsummaryrefslogtreecommitdiff
path: root/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
commiteef8dc3c35a4d6339fae7d942388009afe1f78c1 (patch)
treef0b8927c27691bb52ef59332f62ea09e1e7fcea4 /manifest.xml
downloadelgg-eef8dc3c35a4d6339fae7d942388009afe1f78c1.tar.gz
elgg-eef8dc3c35a4d6339fae7d942388009afe1f78c1.tar.bz2
Squashed 'mod/faq/' content from commit b3a038c
git-subtree-dir: mod/faq git-subtree-split: b3a038c8ac7db28d5cd47a7ae870f722c24e5921
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml27
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>