AppSuite:External libraries for the UI: Difference between revisions
From Open-Xchange
No edit summary |
No edit summary |
||
(14 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
<!-- !!! --> | |||
<!-- PLEASE APPLY CHANGES ONLY TO THE NEW TECHNICAL DOCUMENTATION: wd/frontend/web/documentation --> | |||
<!-- !!! --> | |||
{{Stability-stable}} | |||
'''Abstract: ''' An overview over libraries that are used by the UI, either when running or when building it. The field "modified" is a hint that simply updating the library to a newer version might break some feature that we depend on. Feel free to explain the details of the change, too. | |||
== UI == | == UI == | ||
Libraries that are used by the frontend, as delivered to the customer, are listed here: [http://www.open-xchange.com/licenses-ox-app-suite List of 3rd party libraries used in the UI] | |||
== Build system == | == Build system == | ||
{| | |||
! Name & Link | |||
! License | |||
! Modified? | |||
|- | |||
| [http://nodejs.org Node.js] <em>not included</em> | |||
| | |||
| | |||
|- | |||
| [https://github.com/mde/jake Jake] | |||
| Apache | |||
| Yes | |||
|- | |||
| [https://github.com/mishoo/UglifyJS#readme UglifiyJS] | |||
| BSD | |||
| No | |||
|- | |||
| [http://jshint.com/ JSHint] | |||
| modified MIT license | |||
| No | |||
|- | |||
| [http://vowsjs.org/ Vows] | |||
| BSD | |||
| No | |||
|- | |||
| [https://github.com/cloudhead/eyes.js eyes.js] | |||
| BSD | |||
| No | |||
|- | |||
| [https://github.com/isaacs/rimraf rimraf] | |||
| BSD | |||
| No | |||
|- | |||
| [http://lesscss.org/ LESS] | |||
| Apache | |||
| No | |||
|- | |||
| [https://github.com/isaacs/sax-js sax-js] | |||
| MIT | |||
| No | |||
|- | |||
| [https://github.com/Leonidas-from-XIV/node-xml2js node-xml2js] | |||
| MIT | |||
| No | |||
|- | |||
| [https://github.com/zzdhidden/node-jquery-deferred node-jquery-deferred] | |||
| MIT | |||
| No | |||
|} | |||
[[Category:AppSuite]][[Category:UI]] | [[Category:AppSuite]][[Category:UI]] |
Latest revision as of 05:14, 11 February 2016
API status: Stable
Abstract: An overview over libraries that are used by the UI, either when running or when building it. The field "modified" is a hint that simply updating the library to a newer version might break some feature that we depend on. Feel free to explain the details of the change, too.
UI
Libraries that are used by the frontend, as delivered to the customer, are listed here: List of 3rd party libraries used in the UI
Build system
Name & Link | License | Modified? |
---|---|---|
Node.js not included | ||
Jake | Apache | Yes |
UglifiyJS | BSD | No |
JSHint | modified MIT license | No |
Vows | BSD | No |
eyes.js | BSD | No |
rimraf | BSD | No |
LESS | Apache | No |
sax-js | MIT | No |
node-xml2js | MIT | No |
node-jquery-deferred | MIT | No |