-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
32 lines (27 loc) · 962 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>BabelRoom</name>
<author>BabelRoom</author>
<version>2.38.3a</version>
<description>BabelRoom integration for Elgg</description>
<website>http://babelroom.com/</website>
<copyright>(c) John Roy 2013</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_release</type>
<version>1.8.0</version>
</requires>
<screenshot>
<description>Profile Page with Widgets</description>
<path>screenshots/profile.png</path>
</screenshot>
<screenshot>
<description>Plugin Settings</description>
<path>screenshots/plugin_settings.png</path>
</screenshot>
<screenshot>
<description>Room</description>
<path>screenshots/room.png</path>
</screenshot>
<category>BabelRoom</category>
</plugin_manifest>