Merge branch 'master' of git://github.com/remy/html5demos

This commit is contained in:
Remy Sharp 2010-02-10 08:15:49 +00:00
commit 2863e9f43e
1 changed files with 16 additions and 1 deletions

View File

@ -7,4 +7,19 @@ A collection of HTML5 experiments I've created, now open source and on GitHub, s
* If a user can hit view source on the demo, then we've done our job
* Where possible browser support should be named (FF3.5, etc)
* All content is open source and content is [Creative Commons Share Alike 2.0](http://creativecommons.org/licenses/by-sa/2.0/uk/)
* Individual demos, if authored by someone other than [@rem](http://twitter.com) can be credited as appropriate
* Individual demos, if authored by someone other than [@rem](http://twitter.com) can be credited as appropriate
## Demos Required
* Microdata
* SVG
* More audio and video demos
* More introductions to canvas
* More event based stuff
* WebSockets (@rem - have a demo ready, but not the server side)
## TODO
* Clearer versioning on the demos, rather than "All bar Opera", should include last version to support feature, i.e. Opera 10.10b, Chrome 4 dev, Safari 4.0, etc.
* Reorganise the directory structure to categorise demos
* Create an easy way to drive the template for the site (currently it's a complete copy for each of the files)