forked from ewinslow/elgg-facebook_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
73 lines (69 loc) · 1.75 KB
/
manifest.xml
File metadata and controls
73 lines (69 loc) · 1.75 KB
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
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Facebook Theme</name>
<author>Evan Winslow</author>
<version>1.0</version>
<category>theme</category>
<description>
Modifies your Elgg site to look and behave very much like Facebook.
</description>
<website>https://github.com/ewinslow/elgg-facebook_theme</website>
<copyright>(C) 2011 Evan Winslow</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
<version>2011061200</version>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>profile</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>groups</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>messages</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>search</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>thewire</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>socialwiki</plugin>
</requires>
<suggests>
<type>plugin</type>
<name>profile</name>
<version>1.8</version>
</suggests>
<screenshot>
<description>Index</description>
<path>screenshots/index.png</path>
</screenshot>
<screenshot>
<description>Dashboard</description>
<path>screenshots/dashboard.png</path>
</screenshot>
<screenshot>
<description>User's Wall</description>
<path>screenshots/user-wall.png</path>
</screenshot>
<screenshot>
<description>Group's Wall</description>
<path>screenshots/group-wall.png</path>
</screenshot>
<admin_interface>simple</admin_interface>
</plugin_manifest>