aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
blob: 010d2ab1c8bc24a1dba2b5f7e223dcdf582403a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>HTML5</name>
	<author>Evan Winslow</author>
	<version>1.0</version>
	<description>Provides HTML5 support for Elgg</description>
	<copyright>(C) Evan Winslow 2010</copyright>
    <website>http://github.com/ewinslow/elgg-html5</website>
	<requires>
		<type>elgg_version</type>
		<version>2011031400</version>
	</requires>
</plugin_manifest>