App Framework is a Javascript framework targeted at HTML5 browsers with a blazingly fast query selector library that supports W3C queries.
Visit http://app-framework-software.intel.com/index.php for more information, documentation, and support.
You can contribute to the core code by forking it and make a pull request. Please keep in mind we do not want to add functionality that is a one-off case. These are best dealt with via plugins.
Please use github issues and file any bugs with the following
- 
Any error messages from the console
 - 
Line numbers of offending code
 - 
Test cases
 - 
Description of the Error
 - 
Expected result
 - 
Browser/Device you are testing on
 
App Framework is is licensed under the terms of the MIT License, see the included license.txt file.
App Framework uses code from the following software:
- 
Zepto.js - Thomas Fuchs (MIT X11 License)
 - 
qUnit - jQuery Foundation (MIT X11 License)