README.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <html>
  2. <head>
  3. <title>Third-Party Library List</title>
  4. </head>
  5. <body>
  6. <h1>Third-Party Library List</h1>
  7. <p>
  8. This folder includes third-party libraries that are used by the Yii framework.
  9. <em>All these libraries are using licenses that are compatible to the BSD license used by Yii.</em>
  10. This means you can safely use Yii for whatever purpose, provided you comply to the BSD license.
  11. Please refer to the detailed license information as shown below:
  12. </p>
  13. <table border="1">
  14. <tr>
  15. <th>Library Name</th>
  16. <th>License</th>
  17. <th>Related Yii Component</th>
  18. </tr>
  19. <tr>
  20. <td><a href="http://jquery.com">jQuery 1.11.1</a></td>
  21. <td><a href="jquery/LICENSE.txt">MIT</a></td>
  22. <td>most JavaScript-related functionalities</td>
  23. </tr>
  24. <tr>
  25. <td><a href="http://www.jqueryui.com">jQuery UI 1.11.2</a></td>
  26. <td><a href="jqueryui/MIT-LICENSE.txt">MIT</a></td>
  27. <td>the widgets under zii/widgets/jui</td>
  28. </tr>
  29. <tr>
  30. <td><a href="http://benalman.com/projects/jquery-bbq-plugin/">jQuery BBQ Plugin 1.4pre</a></td>
  31. <td><a href="bbq/LICENSE.txt">MIT</a></td>
  32. <td><a href="http://www.yiiframework.com/doc/api/1.1/CGridView">CGridView</a> and <a href="http://www.yiiframework.com/doc/api/1.1/CListView">CListView</a> widgets</td>
  33. </tr>
  34. <tr>
  35. <td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">jQuery Autocomplete 1.1.0</a></td>
  36. <td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td>
  37. <td>CHtml::autoComplete()</td>
  38. </tr>
  39. <tr>
  40. <td><a href="http://digitalbush.com/projects/masked-input-plugin">jQuery Masked Input 1.3.1</a></td>
  41. <td><a href="jquery/maskedinput/LICENSE.txt">MIT</a></td>
  42. <td><a href="http://www.yiiframework.com/doc/api/1.1/CMaskedTextField">CMaskedTextField</a></td>
  43. </tr>
  44. <tr>
  45. <td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/">jQuery Multi File Upload 1.47</a></td>
  46. <td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/#tab-License">MIT</a></td>
  47. <td><a href="http://www.yiiframework.com/doc/api/1.1/CMultiFileUpload">CMultiFileUpload</a></td>
  48. </tr>
  49. <tr>
  50. <td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/">jQuery TreeView 1.4.1</a></td>
  51. <td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td>
  52. <td><a href="http://www.yiiframework.com/doc/api/1.1/CTreeView">CTreeView</a></td>
  53. </tr>
  54. <tr>
  55. <td><a href="http://www.fyneworks.com/jquery/star-rating/">jQuery Star Rating 4.11</a></td>
  56. <td><a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></td>
  57. <td><a href="http://www.yiiframework.com/doc/api/1.1/CStarRating">CStarRating</a></td>
  58. </tr>
  59. <tr>
  60. <td><a href="http://pear.php.net/pepr/pepr-proposal-show.php?id=198">PEAR JSON</a></td>
  61. <td><a href="json/LICENSE.txt">BSD</a></td>
  62. <td><a href="http://www.yiiframework.com/doc/api/1.1/CJSON">CJSON</a>, <a href="http://www.yiiframework.com/doc/api/1.1/CJavaScript">CJavaScript</a></td>
  63. </tr>
  64. <tr>
  65. <td><a href="http://www.unicode.org/cldr/">Unicode CLDR Data 1.6</a></td>
  66. <td><a href="cldr/LICENSE.txt">Unicode</a></td>
  67. <td>I18N-related functionalities</td>
  68. </tr>
  69. <tr>
  70. <td><a href="http://phplens.com/phpeverywhere/">ADOdb Date Library</a></td>
  71. <td><a href="adodb/LICENSE.txt">BSD</a></td>
  72. <td><a href="http://www.yiiframework.com/doc/api/1.1/CTimestamp">CTimestamp</a></td>
  73. </tr>
  74. <tr>
  75. <td><a href="http://pear.php.net/package/Text_Highlighter/">Text_Highlighter - Generic Syntax Highlighter</a> (v0.7.0 beta)</td>
  76. <td><a href="http://www.php.net/license/3_01.txt">The PHP License</a></td>
  77. <td><a href="http://www.yiiframework.com/doc/api/1.1/CTextHighlighter">CTextHighlighter</a> (note: many PHP files are modified to make them workable in PHP 5 strict mode and their PEAR dependency are also removed.) </td>
  78. </tr>
  79. <tr>
  80. <td><a href="http://pear.php.net/package/File_Gettext/">PEAR Gettext</a> (v0.4.1 beta)</td>
  81. <td><a href="gettext/LICENSE.txt">The PHP License</a></td>
  82. <td><a href="http://www.yiiframework.com/doc/api/1.1/CGettextMoFile">CGettextMoFile</a></td>
  83. </tr>
  84. <tr>
  85. <td><a href="http://htmlpurifier.org/">HTML Purifier</a> (v4.5.0)</td>
  86. <td><a href="htmlpurifier/LICENSE.txt">LGPL</a></td>
  87. <td><a href="http://www.yiiframework.com/doc/api/1.1/CHtmlPurifier">CHtmlPurifier</a></td>
  88. </tr>
  89. <tr>
  90. <td><a href="http://michelf.com/projects/php-markdown/">PHP Markdown Extra</a> (v1.2.5)</td>
  91. <td><a href="markdown/LICENSE.txt">BSD</a></td>
  92. <td><a href="http://www.yiiframework.com/doc/api/1.1/CMarkdown">CMarkdown</a></td>
  93. </tr>
  94. <tr>
  95. <td><a href="https://github.com/balupton/history.js/">History.js</a> (v1.7.1) - October 4 2011</td>
  96. <td><a href="history/license.txt">BSD</a></td>
  97. <td><a href="http://www.yiiframework.com/doc/api/1.1/CGridView">CGridView</a>, <a href="http://www.yiiframework.com/doc/api/1.1/CGridView">CListView</a></td>
  98. </tr>
  99. <tr>
  100. <td><a href="http://pear.php.net/package/Net_IDNA2/">Net_IDNA2 - Punycode encoding and decoding</a> (0.1.1 (beta) was released on 2010-12-09)</td>
  101. <td><a href="Net_IDNA2/LICENSE.txt">LGPL</a></td>
  102. <td><a href="http://www.yiiframework.com/doc/api/1.1/CUrlValidator">CUrlValidator</a>, <a href="http://www.yiiframework.com/doc/api/1.1/CEmailValidator">CEmailValidator</a></td>
  103. </tr>
  104. <tr>
  105. <td><a href="https://github.com/bestiejs/punycode.js">Punycode.js</a> (v1.2.0) - October 10 2012</td>
  106. <td><a href="punycode/LICENSE-MIT.txt">MIT</a>, <a href="punycode/LICENSE-GPL.txt">GPL</a></td>
  107. <td><a href="http://www.yiiframework.com/doc/api/1.1/CUrlValidator">CUrlValidator</a>, <a href="http://www.yiiframework.com/doc/api/1.1/CEmailValidator">CEmailValidator</a></td>
  108. </tr>
  109. <tr>
  110. <td><a href="https://github.com/Zenovations/console-normalizer">Console Normalizer</a> (git commit: <a href="https://github.com/Zenovations/console-normalizer/commit/36556c695ec1a741e1e2c0f99f17d1639169bb82">36556c695e</a>) - December 7 2012</td>
  111. <td><a href="console-normalizer/README.md">MIT</a></td>
  112. <td><a href="http://www.yiiframework.com/doc/api/1.1/CWebLogRoute">CWebLogRoute</a></td>
  113. </tr>
  114. </table>
  115. </body>
  116. </html>