forked from AU-Landing-Project/au_subgroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
60 lines (50 loc) · 1.63 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>AU Sub-Groups</name>
<author>Matt Beckett</author>
<version>1.7</version>
<description>Allows creation of groups within groups</description>
<website>https://landing.athabascau.ca</website>
<copyright>(C) Athabasca University, 2012</copyright>
<license>GNU Public License version 2</license>
<!-- All plugins must require either elgg_version or elgg_release. -->
<requires>
<type>elgg_release</type>
<version>1.8.9</version>
</requires>
<requires>
<type>plugin</type>
<name>groups</name>
</requires>
<requires>
<type>priority</type>
<plugin>groups</plugin>
<priority>after</priority>
</requires>
<suggests>
<type>plugin</type>
<name>group_tools</name>
</suggests>
<requires>
<type>priority</type>
<plugin>group_tools</plugin>
<priority>after</priority>
</requires>
<screenshot>
<description>Group pages have a link to view subgroups of that group</description>
<path>graphics/subgroups1.png</path>
</screenshot>
<screenshot>
<description>List of subgroups</description>
<path>graphics/subgroups2.png</path>
</screenshot>
<screenshot>
<description>Subgroups can have visibility as permissive as the parent, with the option of 'members of the parent group'</description>
<path>graphics/subgroups3.png</path>
</screenshot>
<screenshot>
<description>Widget and group module for listing subgroups</description>
<path>graphics/subgroups4.png</path>
</screenshot>
<category>Site Admin</category>
</plugin_manifest>