-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
executable file
·58 lines (48 loc) · 1.51 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>IZAP user points</name>
<author>iZAP Team</author>
<version>0.1</version>
<blurb>Point system for the user</blurb>
<description>Point system for the user. Admin can define points for every entity created
by user. Requires 'izap-elgg-bridge' plugin
</description>
<website>http://www.pluginlotto.com/store</website>
<copyright>(C) iZAP Web Solutions</copyright>
<licence>GNU Public Licence Version 3</licence>
<requires>
<type>elgg_version</type>
<version>2010030101</version>
</requires>
<requires>
<type>plugin</type>
<name>izap-elgg-bridge</name>
<version>2.0</version>
</requires>
<requires>
<type>priority</type>
<plugin>izap-elgg-bridge</plugin>
<priority>after</priority>
</requires>
<screenshot>
<description>User-Points Screenshots</description>
<path>_graphics/user-points.png</path>
</screenshot>
<screenshot>
<description>Create Offer Screenshot</description>
<path>_graphics/create_offer.png</path>
</screenshot>
<screenshot>
<description>User Point Settings</description>
<path>_graphics/user_point_setting.png</path>
</screenshot>
<screenshot>
<description>Top Users listing</description>
<path>_graphics/top_users.png</path>
</screenshot>
<on_activate>
func_update_subtype
</on_activate>
<category>media</category>
<admin_interface>advanced</admin_interface>
</plugin_manifest>