aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.xml')
-rwxr-xr-xmanifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100755
index 000000000..8bef940e9
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Curated Groups</name>
+ <author>Lorea developers</author>
+ <version>1.1</version>
+ <category>lorea</category>
+ <category>groups</category>
+ <description>Limit group creation to administrators.</description>
+ <website>https://lorea.org/plugin/curatedgroups</website>
+ <repository>https://gitorious.org/lorea/curatedgroups</repository>
+ <donations>https://lorea.org/support</donations>
+ <license>GNU Affero GeneralPublic License version 3 or later</license>
+ <requires>
+ <type>elgg_version</type>
+ <version>2011061200</version>
+ </requires>
+ <admin_interface>advanced</admin_interface>
+</plugin_manifest>