diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | manifest.xml | 4 |
2 files changed, 10 insertions, 1 deletions
@@ -0,0 +1,7 @@ +# HTML5 Plugin for Elgg #
+Provides several javascript libraries + views that allow developers to start using HTML5 features in Elgg today.
+
+## Features ##
+* HTML5 input views
+* Modernizr javascript library for easy html5 feature detection
+* Javascript shim for the placeholder attribute
\ No newline at end of file diff --git a/manifest.xml b/manifest.xml index 010d2ab1c..3f874d3bf 100644 --- a/manifest.xml +++ b/manifest.xml @@ -3,7 +3,9 @@ <name>HTML5</name>
<author>Evan Winslow</author>
<version>1.0</version>
- <description>Provides HTML5 support for Elgg</description>
+ <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>
|