aboutsummaryrefslogtreecommitdiff
path: root/mod/html5/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:30:07 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:30:07 +0100
commite843405646960ffd1918d8191c5eba6219ba38b3 (patch)
tree968a62c1fac728f5e0efdce5927fb1b79615e6cc /mod/html5/manifest.xml
parentdee4ff21a5a5e8b8c5dbeae0a2f89a36a3f1c6cc (diff)
parentb623f64507956f7beee0d8352fd044bdb70f5d23 (diff)
downloadelgg-e843405646960ffd1918d8191c5eba6219ba38b3.tar.gz
elgg-e843405646960ffd1918d8191c5eba6219ba38b3.tar.bz2
Add 'mod/html5/' from commit 'b623f64507956f7beee0d8352fd044bdb70f5d23'
git-subtree-dir: mod/html5 git-subtree-mainline: dee4ff21a5a5e8b8c5dbeae0a2f89a36a3f1c6cc git-subtree-split: b623f64507956f7beee0d8352fd044bdb70f5d23
Diffstat (limited to 'mod/html5/manifest.xml')
-rw-r--r--mod/html5/manifest.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mod/html5/manifest.xml b/mod/html5/manifest.xml
new file mode 100644
index 000000000..e5a53dda7
--- /dev/null
+++ b/mod/html5/manifest.xml
@@ -0,0 +1,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>