-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest_for_elgg_1.8.xml
executable file
·63 lines (57 loc) · 1.84 KB
/
manifest_for_elgg_1.8.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
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>iZAP Videos</name>
<id>izap-videos</id>
<author>iZAP Team</author>
<version>1.9</version>
<category>bundled</category>
<category>content</category>
<category>widget</category>
<description>You can host your own videos, You can host videos on YouTube (API has been integrated). You can embed videos from multiple vendors at once.</description>
<website>http://www.pluginlotto.com/store</website>
<copyright>(C) iZAP Web Solutions</copyright>
<license>GNU General Public License version 2</license>
<requires>
<type>elgg_version</type>
<version>1.9</version>
</requires>
<requires>
<type>php_extension</type>
<name>curl</name>
</requires>
<suggests>
<type>php_extension</type>
<name>pdo_sqlite</name>
</suggests>
<provides>
<type>plugin</type>
<name>file_uploading</name>
</provides>
<activate_on_install>true</activate_on_install>
<screenshot>
<description>Full play page</description>
<path>screenshots/full-play-page.png</path>
</screenshot>
<screenshot>
<description>Requirements to upload bigger videos.</description>
<path>screenshots/requirements.png</path>
</screenshot>
<screenshot>
<description>Listing page</description>
<path>screenshots/listing-page.png</path>
</screenshot>
<screenshot>
<description>Widget</description>
<path>screenshots/widget.png</path>
</screenshot>
<screenshot>
<description>New video preview</description>
<path>screenshots/preview.png</path>
</screenshot>
<screenshot>
<description>Conversion failed list</description>
<path>screenshots/conversion_fail.png</path>
</screenshot>
<category>Multimedia</category>
<admin_interface>advanced</admin_interface>
</plugin_manifest>