AppSuite:External libraries for the UI: Difference between revisions
From Open-Xchange
mNo edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
== UI == | == UI == | ||
{| | |||
! Name & Link | |||
! License | |||
! Modified? | |||
|- | |||
| [http://http://jquery.com/ jQuery] + jQuery UI | |||
| MIT / GPL Version 2 | |||
| no | |||
|- | |||
| [http://http://www.modernizr.com/ Modernizr] | |||
| MIT / BSD | |||
| No | |||
|- | |||
| [http://requirejs.org/ RequireJS] | |||
| MIT / BSD | |||
| No | |||
|- | |||
| [http://documentcloud.github.com/underscore/ Underscore.js] | |||
| MIT | |||
| No | |||
|- | |||
| [http://cldr.unicode.org/ Unicode CLDR] | |||
| MIT | |||
| No | |||
|- | |||
| [http://getbootstrap.com/ Twitter Bootstrap] | |||
| Apache | |||
| No | |||
|- | |||
| [http://mediaelementjs.com/ MediaElement.js] | |||
| MIT / GPL Version 2 | |||
| No | |||
|- | |||
| [http://brad.is/coding/BigScreen/ BigScreen] | |||
| Apache 2.0 | |||
| No | |||
|} | |||
== Build system == | == Build system == | ||
{| | |||
! Name & Link | |||
! License | |||
! Modified? | |||
|- | |||
| [http://nodejs.org Node.js] <em>not included</em> | |||
| | |||
| | |||
|- | |||
| [https://github.com/mde/jake Jake] | |||
| Apache | |||
| No | |||
|- | |||
| [https://github.com/mishoo/UglifyJS#readme UglifiyJS] | |||
| BSD | |||
| No | |||
|- | |||
| [http://jshint.com/ JSHint] | |||
| modified MIT license | |||
| | |||
|- | |||
| [http://vowsjs.org/ Vows] | |||
| BSD | |||
| | |||
|- | |||
| [https://github.com/cloudhead/eyes.js eyes.js] | |||
| BSD | |||
| | |||
|- | |||
| [https://github.com/isaacs/rimraf rimraf] | |||
| BSD | |||
| | |||
|- | |||
| [http://lesscss.org/ LESS] | |||
| Apache | |||
| | |||
|- | |||
| [https://github.com/isaacs/sax-js sax-js] | |||
| MIT | |||
| | |||
|- | |||
| [https://github.com/Leonidas-from-XIV/node-xml2js node-xml2js] | |||
| MIT | |||
| | |||
|- | |||
| [https://github.com/zzdhidden/node-jquery-deferred node-jquery-deferred] | |||
| MIT | |||
| | |||
|} | |||
[[Category:AppSuite]][[Category:UI]] | [[Category:AppSuite]][[Category:UI]] | ||
Revision as of 09:08, 28 June 2013
API status: Stable
Abstract: An overview over libraries that are used by the UI - either when running or when building it:
UI
| Name & Link | License | Modified? |
|---|---|---|
| jQuery + jQuery UI | MIT / GPL Version 2 | no |
| Modernizr | MIT / BSD | No |
| RequireJS | MIT / BSD | No |
| Underscore.js | MIT | No |
| Unicode CLDR | MIT | No |
| Twitter Bootstrap | Apache | No |
| MediaElement.js | MIT / GPL Version 2 | No |
| BigScreen | Apache 2.0 | No |
Build system
| Name & Link | License | Modified? |
|---|---|---|
| Node.js not included | ||
| Jake | Apache | No |
| UglifiyJS | BSD | No |
| JSHint | modified MIT license | |
| Vows | BSD | |
| eyes.js | BSD | |
| rimraf | BSD | |
| LESS | Apache | |
| sax-js | MIT | |
| node-xml2js | MIT | |
| node-jquery-deferred | MIT |