-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.xml
45 lines (44 loc) · 1.19 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
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Debaixo Theme</name>
<author>debaixo@riseup.net</author>
<version>1.8.0</version>
<category>theme</category>
<description>Tema pra https://baixo.de baseado no tema N-1 disponível em https://gitorious.org/lorea/n1_theme.</description>
<website>https://github.com/hiatobr/debaixo_theme</website>
<copyright>(C) 2011-2013 Lorea</copyright>
<license>GNU Affero General Public License version 3 or later</license>
<requires>
<type>elgg_release</type>
<version>1.8</version>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>groups</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>html5</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>profile</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>search</plugin>
</requires>
<requires>
<type>priority</type>
<priority>after</priority>
<plugin>thewire</plugin>
</requires>
<conflicts>
<type>plugin</type>
<name>n1_theme</name>
</conflicts>
</plugin_manifest>