Files
yii/framework/vendors/README.html
qiang.xue 662798d8a5
2008-09-28 12:03:53 +00:00

70 lines
2.5 KiB
HTML

<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.2.6</a></td>
<td><a href="jquery/LICENSE.txt">MIT</a></td>
<td>most JavaScript-related functionalities</td>
</tr>
<tr>
<td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/">jQuery Autocomplete 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.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.29</a></td>
<td><a href="jquery/multifile/LICENSE.txt">MIT</a></td>
<td>CMultiFileUpload</td>
</tr>
<tr>
<td><a href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/">jQuery TreeView 1.4</a></td>
<td><a href="jquery/autocomplete/LICENSE.txt">MIT</a></td>
<td>CTreeView</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>
</table>
</body>
</html>