diff options
author | Evan Winslow <evan@elgg.org> | 2011-05-19 16:07:44 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-05-19 16:07:44 -0700 |
commit | 0faef2c4468f70be1819a6f62c60ab5cbd6c5cbd (patch) | |
tree | 861ef002e32a3d8b5976862186ed1d4e9e0296d3 | |
parent | 888751ed186a8312fa482ae41a91eed0f8786d2b (diff) | |
download | elgg-0faef2c4468f70be1819a6f62c60ab5cbd6c5cbd.tar.gz elgg-0faef2c4468f70be1819a6f62c60ab5cbd6c5cbd.tar.bz2 |
Updated manifest, added README
-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>
|