aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 33784b3131e5c01e2b55e57f9bcc574d3ceeabba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>Custom index widgets</name>
	<author>Fx NION, Lorea developers</author>
	<version>1.8.0</version>
	<category>content</category>
	<category>widget</category>
	<description>Customise your index, with severals layout and customisable widgets. And get fun.</description>
	<website>https://lorea.org/</website>
	<copyright>(C) Fx NION 2009-2011, Lorea 2012-2013</copyright>
	<license>GNU General Public License version 2</license>
	<requires>
		<type>elgg_release</type>
		<version>1.8.3</version>
	</requires>
	<conflicts>
		<type>plugin</type>
		<name>custom_index</name>
	</conflicts>
	<activate_on_install>false</activate_on_install>
</plugin_manifest>