summaryrefslogtreecommitdiff
path: root/framework/3rdParty/readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'framework/3rdParty/readme.html')
-rw-r--r--framework/3rdParty/readme.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/framework/3rdParty/readme.html b/framework/3rdParty/readme.html
new file mode 100644
index 00000000..e48eba45
--- /dev/null
+++ b/framework/3rdParty/readme.html
@@ -0,0 +1,34 @@
+<html>
+<head>
+<title>3rd-Party Project List</title>
+</head>
+<body>
+<h1>3rd-Party Project List</h1>
+<p>
+PRADO makes use of several 3rd-party projects. Please read carefully about
+their license terms if you are using PRADO components that depend on these
+projects.
+</p>
+<table border="1">
+<tr>
+ <th>Directory</th>
+ <th>Project Name</th>
+ <th>License</th>
+ <th>Related PRADO Component</th>
+ <th>Memo</th>
+</tr>
+
+<tr>
+ <td>geshi</td>
+ <td><a href="http://qbnz.com/highlighter/">GeSHi</a> - Generic Syntax Highlighter</a> (v1.0.7.5)</td>
+ <td><a href="http://qbnz.com/highlighter/license.php">GNU</a></td>
+ <td>System.Web.UI.WebControls.TTextHighlighter</td>
+ <td>Many syntax files are stripped off to reduce the size of PRADO release.
+ Added prado syntax file. Modified PHP syntax file to make it
+ recognize PHP5-specific keywords. Modified geshi.php so that it conforms to
+ strict PHP5 syntax.</td>
+</tr>
+</table>
+</p>
+</body>
+</html> \ No newline at end of file