added dhodgin README and updated

This commit is contained in:
Anna Sobiepanek 2010-06-20 19:30:05 -04:00
Родитель 4720baa45d
Коммит a7d5db1a9a
1 изменённых файлов: 35 добавлений и 0 удалений

35
README
Просмотреть файл

@ -0,0 +1,35 @@
V I D E O . J S - 0.0
a library to work with the HTML5 <video> tag
//////////////////////////////////////////////////////////////////////////////
License MIT (see included LICENSE)
Original Authors Center for Development of Open Technology @ Seneca College
Web Site https://wiki.mozilla.org/PopcornOpenVideoAPI
Github Repo. http://github.com/annasob/popcorn-js/
Bug Tracking https://processing-js.lighthouseapp.com/projects/52212-popcornjs/overview
IMPORTANT! - NOTE FOR DEVELOPERS
Please read the guidelines before pushing your code to the repository. The
function(s) you are working on may already be finished and queued for push.
GUIDELINES
https://processing-js.lighthouseapp.com/projects/52212/project-workflow
IRC CHANNEL
Join the development team at irc://irc.mozilla.org/popcorn for more info
//////////////////////////////////////////////////////////////////////////////
PLATFORM AND BROWSER COMPATIBILITY
Video.js is explicitly developed for and actively tested on browsers that
support the HTML5 <Video> element.
Video.js aims for 100 percent compatibility across all supported browsers;
however, differences between individual video implementations may give
slightly different results.
//////////////////////////////////////////////////////////////////////////////