acknowledge.html

来自「这是一个的组播视频与实现」· HTML 代码 · 共 141 行

HTML
141
字号
<html>
	<head>
		<title>Acknowledgements</title>
		<link rel="stylesheet" href="book.css" charset="ISO-8859-1" 
			type="text/css"/>
	</head>
	<body bgcolor="#ffffff">
		<h1>Acknowledgements</h1>
		<p>XMLBuddy and XMLBuddy Pro incorporate a variety of third-party 
			software, most of it from open source projects, and we gratefully 
			acknowledge these contributions. Mention of the projects and 
			authors below does not imply, and should not be taken to mean, that 
			they endorse XMLBuddy, but we certainly endorse them!</p>
		<table cellspacing="6">
			<thead>
				<tr>
					<th align="left">Software</th>
					<th align="left">Author</th>
					<th align="left">License</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td align="left" valign="top">
						<b>DTDGenerator</b>
					</td>
					<td align="left" valign="top">
						<div>The Initial Developer of the Original Code is 
							Michael H. Kay. <br/><a 
							href="http://users.breathe.com/mhkay/saxon/saxon5-5-1/dtdgen.html" 
							> 
							http://users.breathe.com/mhkay/saxon/saxon5-5-1/dtdgen.html.</a> 
							</div>
					</td>
					<td align="left">
						<a href="http://www.mozilla.org/MPL/">Mozilla Public 
							License 1.1</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Eclipse</b>
					</td>
					<td align="left" valign="top">
						<p>eclipse.org (<a 
							href="http://eclipse.org">http://eclipse.org</a>).</p>
					</td>
					<td align="left">
						<a href="http://www.eclipse.org/legal/cpl-v10.html"> 
							Common Public License 1.1</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Jaxpath</b>
					</td>
					<td align="left" valign="top">
						<p>This product includes software developed by the 
							Jaxen Project (<a 
							href="http://www.jaxen.org/">http://www.jaxen.org/</a>).</p>
					</td>
					<td align="left">
						<a href="jaxpathterms.html">Terms of use</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Jing</b>
					</td>
					<td align="left" valign="top">
						<p>The Jing RELAX NG validator by James Clark, <a 
							href="http://www.thaiopensource.com/relaxng/jing.html">http://www.thaiopensource.com/relaxng/jing.html</a>. 
							</p>
					</td>
					<td align="left">
						<a href="jingterms.html">Terms of use</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Saxon</b>
					</td>
					<td align="left" valign="top">
						<p>The Saxon XSLT Processor from Michael Kay, <a 
							href="http://saxon.sourceforge.net">http://saxon.sourceforge.net</a>. 
							</p>
					</td>
					<td align="left">
						<a href="http://www.mozilla.org/MPL/">Mozilla Public 
							License 1.1</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Saxpath</b>
					</td>
					<td align="left" valign="top">
						<p>This product includes software developed by the 
							SAXPath Project (<a 
							href="http://www.saxpath.org/">http://www.saxpath.org/</a>).</p>
					</td>
					<td align="left">
						<a href="saxpathterms.html">Terms of use</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Trang</b>
					</td>
					<td align="left" valign="top">
						<p>The Trang schema translator by James Clark, <a 
							href="http://www.thaiopensource.com/relaxng/trang.html">http://www.thaiopensource.com/relaxng/trang.html</a>. 
							</p>
					</td>
					<td align="left">
						<a href="trangterms.html">Terms of use</a>
					</td>
				</tr>
				<tr>
					<td align="left" valign="top">
						<b>Xerces</b>
					</td>
					<td align="left" valign="top">
						<p>This product includes software developed by the 
							Apache Software Foundation (<a 
							href="http://www.apache.org/" 
							>http://www.apache.org/</a>).</p>
					</td>
					<td align="left">
						<a href="apache11.html">Apache Software License 1.1</a>
					</td>
				</tr>
			</tbody>
		</table>
		<hr/>
		<p>The licenses referred to above refer to the parts and not to the 
			whole. Except for these contributions, XMLBuddy and XMLBuddy Pro 
			software and documentation are licensed under the terms of the 
			Bocaloco Software License included with your product.</p>
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?