Difference between revisions of "AppSuite:External libraries for the UI"

 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The following libraries are used by the UI - either when running or when building it:
+
<!-- !!! -->
 +
<!-- 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 ==
* [http://http://jquery.com/ jQuery] [MIT / GPL Version 2]
+
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]
** + jQuery UI
 
* [http://http://www.modernizr.com/ Modernizr] [MIT / BSD]
 
* [http://requirejs.org/ RequireJS] [MIT / BSD]
 
* [http://documentcloud.github.com/underscore/ Underscore.js] [MIT]
 
* [http://cldr.unicode.org/ Unicode CLDR] [MIT]
 
* [http://getbootstrap.com/ Twitter Bootstrap] [Apache]
 
* [http://mediaelementjs.com/ MediaElement.js] [MIT / GPL Version 2]
 
* [http://brad.is/coding/BigScreen/ BigScreen] [Apache 2.0]
 
  
 
== Build system ==
 
== Build system ==
* [http://nodejs.org Node.js] <em>not included</em>
+
{|
* [https://github.com/mde/jake Jake] [Apache]
+
! Name & Link
* [https://github.com/mishoo/UglifyJS#readme UglifiyJS] [BSD]
+
! License
* [http://jshint.com/ JSHint] [modified MIT license]
+
! Modified?
* [http://vowsjs.org/ Vows] [BSD]
+
|-
* [https://github.com/cloudhead/eyes.js eyes.js] [BSD]
+
| [http://nodejs.org Node.js] <em>not included</em>
* [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/mde/jake Jake]  
* [https://github.com/zzdhidden/node-jquery-deferred node-jquery-deferred] [MIT]
+
| 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