aboutsummaryrefslogtreecommitdiff
path: root/mod/html5/manifest.xml
blob: e5a53dda7ec41657b0ce500fc0b7294477410efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
	<name>HTML5</name>
	<author>Evan Winslow and Lorea Developers</author>
	<version>1.8.0</version>
	<description>
		Provides several javascript libraries + views that allow developers to start using HTML5 features in Elgg today.
	</description>
	<copyright>(C) Evan Winslow 2010</copyright>
    <website>http://github.com/ewinslow/elgg-html5</website>
	<requires>
		<type>elgg_release</type>
		<version>1.8</version>
	</requires>
</plugin_manifest>