-
Notifications
You must be signed in to change notification settings - Fork 3
Minimal JavaScript library for writing and developing widgets.
GarrettS/ape-javascript-library
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Overview: APE JavaScript Library is a Framework for building widgets Supports standards mode HTML DOM, not quirks. Code Guidelines: * Unit Test your code. * Validate the Unit Test HTML. * Use spaces (four) not tabs. Tested Browsers: - Safari 2.0.4 up, mac/win, iPhone - Gecko (Firefox 2, 3, 3.5, Seamonkey, Fennec) - IE 6 up - Opera 9.5 up - Chrome 2 up Other browsers: Safari 2.0.4 has many test failures due to limitation in YUI Test's UserAction (pageX). Many tests will unofficially pass in Safari 2.0, and IE 5.5. Blackberry9000 support is desirable, where possible, though the test runner needs reengineering to better support that. Contributing: Code reviews: Click "Commits" and add your comments. Code contributions: Create a Fork of APE using the Fork button (http://help.github.com/forking/) When you're done, click "Pull Request". Building: Download ANT (http://ant.apache.org/). Modify build.xml to point to directory on your drive or use a .properties file to specify own properties for build.xml. Build Targets: * js.rollups - builds the rollups to the build directory * js.minify - builds rollups then minifies to *-min.js * deploy - deploys to your Tomcat (or other webserver). * deploy copy - just a fast copy, does not include -min files. Deploying to server is necessary for testing AsyncRequest or anything else that may involve server communication. Testing: Tests are located under /test/tests/. File suite.html contains test suites for the entire APE library.
About
Minimal JavaScript library for writing and developing widgets.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published