mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 18:52:39 +03:00
0efd285302
New "About NetSurf" page, and menu item to open it. svn path=/import/netsurf/; revision=960
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>NetSurf | About NetSurf</title>
|
|
<link rel="stylesheet" type="text/css" href="netsurf">
|
|
</head>
|
|
|
|
<body>
|
|
<p class="banner"><a href="intro_en"><img src="netsurf_png" alt="NetSurf"></a></p>
|
|
|
|
<h1>NetSurf <em>VERSION</em></h1>
|
|
|
|
<p>Authors and contributors:
|
|
<em>(code)</em> John M Bell, James Bursa, Matthew Hambley, Rob Jackson,
|
|
Phil Mellor, Philip Pemberton, John Tytgat, Richard Wilson;
|
|
<em>(graphics, documentation & translations)</em> Bruno D'Arcangeli,
|
|
Michael Drake, Andrew Duffell, Jérôme Mathevet.</p>
|
|
|
|
<h2>Libraries</h2>
|
|
|
|
<table>
|
|
<tr><th><a href="http://curl.haxx.se/libcurl/"><img src="libcurl" alt="libcurl"></a></th>
|
|
<td>© 1996–2004, Daniel Stenberg</td></tr>
|
|
|
|
<tr><th>IJG JPEG library</th>
|
|
<td>This software is based in part on the work of the Independent JPEG Group<br>
|
|
© 1991–1998, Thomas G. Lane</td></tr>
|
|
|
|
<tr><th><a href="http://www.openssl.org/">OpenSSL</a></th>
|
|
<td>© 1998–2004 The OpenSSL Project<br>
|
|
© 1995–1998 Eric A. Young, Tim J. Hudson</td></tr>
|
|
|
|
<tr><th><a href="http://ro-oslib.sourceforge.net/">OSLib</a></th>
|
|
<td>© 1994–2002 Jonathan Coxhead and OSLib maintainers</td></tr>
|
|
|
|
<tr><th><a href="http://www.libpng.org/">libpng</a></th>
|
|
<td>© 1998–2002 Glenn Randers-Pehrson<br>
|
|
© 1996, 1997 Andreas Dilger<br>
|
|
© 1995, 1996 Guy Eric Schalnat, Group 42, Inc.</td></tr>
|
|
|
|
<tr><th><a href="http://www.xmlsoft.org/"><img src="libxml2" alt="libxml2"></a></th>
|
|
<td>© 1998–2003 Daniel Veillard</td></tr>
|
|
|
|
<tr><th><a href="http://www.gzip.org/zlib/">zlib</a></th>
|
|
<td>© 1995–2002 Jean-loup Gailly and Mark Adler</td></tr>
|
|
</table>
|
|
|
|
<p class="breadcrumbs"><a href="intro_en">NetSurf</a> » About NetSurf</p>
|
|
|
|
</body>
|
|
</html>
|