diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:44:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:44:13 -0300 |
commit | 33de97cc48cc2f7d79db38568ee74cb93f7b0041 (patch) | |
tree | c9089edfc036a56dbf7a00703be9ad859a64e767 /manifest.xml | |
download | elgg-33de97cc48cc2f7d79db38568ee74cb93f7b0041.tar.gz elgg-33de97cc48cc2f7d79db38568ee74cb93f7b0041.tar.bz2 |
Squashed 'mod/curatedgroups/' content from commit fb2fc6f
git-subtree-dir: mod/curatedgroups
git-subtree-split: fb2fc6f267b9c3c7e6c5055412b716ce22b34a32
Diffstat (limited to 'manifest.xml')
-rwxr-xr-x | manifest.xml | 18 |
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> |