diff options
Diffstat (limited to 'framework/vendors/README.html')
| -rw-r--r-- | framework/vendors/README.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/framework/vendors/README.html b/framework/vendors/README.html new file mode 100644 index 0000000..3570feb --- /dev/null +++ b/framework/vendors/README.html @@ -0,0 +1,99 @@ +<html> +<head> +<title>Third-Party Library List</title> +</head> + +<body> +<h1>Third-Party Library List</h1> +<p> +This folder includes third-party libraries that are used by the Yii framework. +<em>All these libraries are using licenses that are compatible to the BSD license used by Yii.</em> +This means you can safely use Yii for whatever purpose, provided you comply to the BSD license. +Please refer to the detailed license information as shown below: +</p> +<table border="1"> +<tr> + <th>Library Name</th> + <th>License</th> + <th>Related Yii Component</th> +</tr> + +<tr> + <td><a href="http://jquery.com">jQuery 1.7.1</a></td> + <td><a href="jquery/LICENSE.txt">MIT</a></td> + <td>most JavaScript-related functionalities</td> +</tr> +<tr> + <td><a href="http://www.jqueryui.com">jQuery UI 1.8.17</a></td> + <td><a href="jqueryui/MIT-LICENSE.txt">MIT</a></td> + <td>the widgets under zii/widgets/jui</td> +</tr> +<tr> + <td><a href="http://benalman.com/projects/jquery-bbq-plugin/">jQuery BBQ Plugin 1.2.1</a></td> + <td><a href="bbq/LICENSE.txt">MIT</a></td> + <td>CGridView and CListView widgets</td> +</tr> +<tr> + <td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">jQuery Autocomplete 1.1.0</a></td> + <td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td> + <td>CHtml::autoComplete()</td> +</tr> +<tr> + <td><a href="http://digitalbush.com/projects/masked-input-plugin">jQuery Masked Input 1.3</a></td> + <td><a href="jquery/maskedinput/LICENSE.txt">MIT</a></td> + <td>CHtml::maskedTextField()</td> +</tr> +<tr> + <td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/">jQuery Multi File Upload 1.47</a></td> + <td><a href="http://www.fyneworks.com/jquery/multiple-file-upload/#tab-License">MIT</a></td> + <td>CMultiFileUpload</td> +</tr> +<tr> + <td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/">jQuery TreeView 1.4.1</a></td> + <td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td> + <td>CTreeView</td> +</tr> +<tr> + <td><a href="http://www.fyneworks.com/jquery/star-rating/">jQuery Star Rating 3.13</a></td> + <td><a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></td> + <td>CStarRating</td> +</tr> +<tr> + <td><a href="http://pear.php.net/pepr/pepr-proposal-show.php?id=198">PEAR JSON</a></td> + <td><a href="json/LICENSE.txt">BSD</a></td> + <td>CJSON</td> +</tr> +<tr> + <td><a href="http://www.unicode.org/cldr/">Unicode CLDR Data 1.6</a></td> + <td><a href="cldr/LICENSE.txt">Unicode</a></td> + <td>I18N-related functionalities</td> +</tr> +<tr> + <td><a href="http://phplens.com/phpeverywhere/">ADOdb Date Library</a></td> + <td><a href="adodb/LICENSE.txt">BSD</a></td> + <td>CTimestamp</td> +</tr> +<tr> + <td><a href="http://pear.php.net/package/Text_Highlighter/">Text_Highlighter - Generic Syntax Highlighter</a> (v0.7.0 beta)</td> + <td><a href="http://www.php.net/license/3_01.txt">The PHP License</a></td> + <td>CTextHighlighter (note: many PHP files are modified to make them workable in PHP 5 strict mode and their PEAR dependency are also removed.) </td> +</tr> +<tr> + <td><a href="http://pear.php.net/package/File_Gettext/">PEAR Gettext</a> (v0.4.1 beta)</td> + <td><a href="gettext/LICENSE.txt">The PHP License</a></td> + <td>CGettextMoFile</td> +</tr> +<tr> + <td><a href="http://htmlpurifier.org/">HTML Purifier</a> (v4.4.0)</td> + <td><a href="htmlpurifier/LICENSE.txt">LGPL</a></td> + <td>CHtmlPurifier</td> +</tr> +<tr> + <td><a href="http://michelf.com/projects/php-markdown/">PHP Markdown Extra</a> (v1.2.2)</td> + <td><a href="markdown/LICENSE.txt">BSD</a></td> + <td>CMarkdown</td> +</tr> +</table> + +</body> +</html> |
