mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 10:09:09 +00:00
89 lines
3.1 KiB
HTML
89 lines
3.1 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.3.2</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.2</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.2.0</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://www.fyneworks.com/jquery/star-rating/">jQuery Star Rating 2.61</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> (v3.2.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>
|