mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-03 11:21:55 +03:00
b2c3e89310
Update, add some links. svn path=/import/netsurf/; revision=193
79 lines
2.5 KiB
Plaintext
79 lines
2.5 KiB
Plaintext
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
|
"http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head><title>Welcome to NetSurf</title></head>
|
|
|
|
<body>
|
|
|
|
<h1 style="color: #f00; text-align: center">NetSurf - the RISC OS web
|
|
browser</h1>
|
|
<p><em style="color: #f00">NetSurf</em> is a new web browser for computers
|
|
running <em>RISC OS</em>.</p>
|
|
|
|
<div style='float: right; width: 25%; background-color: #ccc'>
|
|
<h2>Test Pages</h2>
|
|
<ul>
|
|
<li><a href="test1">Test page 1</a></li>
|
|
<li><a href="jpeg">JPEG image</a></li>
|
|
<li><a href="png">PNG image</a></li>
|
|
<li><a href="gif">GIF image</a></li>
|
|
<li><a href="text">Plain text</a></li>
|
|
<li><a href="http://www.schaik.com/pngsuite/">PNG test suite</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2>Currently Implemented</h2>
|
|
<ul>
|
|
<li>Basic <a href='http://www.w3.org/TR/html401/'>HTML 4</a>, including
|
|
tables</li>
|
|
<li>Parts of <a href='http://www.w3.org/TR/REC-CSS2/'>CSS</a> (display,
|
|
text-align, float, width & height)</li>
|
|
<li>Local and
|
|
<a href='http://www.w3.org/Protocols/rfc2616/rfc2616.html'>HTTP</a>
|
|
fetching</li>
|
|
<li>Memory cache</li>
|
|
<li>External CSS files</li>
|
|
<li><em><style></em> element</li>
|
|
<li>Encrypted HTTP (https)</li>
|
|
<li>Redirects now working</li>
|
|
</ul>
|
|
|
|
<h2>In Progress</h2>
|
|
<ul>
|
|
<li><strong>PNGs <img src="png" alt=""> now partially supported</strong></li>
|
|
<li><strong>GIFs <img src="gif" alt=""> now partially supported</strong></li>
|
|
<li>Improved memory handling (currently exits when memory is exhausted)</li>
|
|
<li>Forms (GET but not POST)</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2><img style="float: left" src="jpeg" alt="">Links</h2>
|
|
<ul>
|
|
<li><a href="http://netsurf.sourceforge.net/">NetSurf home page</a></li>
|
|
<li><a href="http://sourceforge.net/projects/netsurf/">SourceForge development
|
|
area</a></li>
|
|
<li><a href="http://netsurf.strcprstskrzkrk.co.uk/">Latest builds</a></li>
|
|
<li><a href="http://cvs.semichrome.net/netsurf/">Browse CVS</a></li>
|
|
</ul>
|
|
|
|
<h2>Mailing List</h2>
|
|
<p>There is a <a href="http://sourceforge.net/mail/?group_id=51719">mailing
|
|
list</a> where you can discuss development (from a user's
|
|
perspective as well as a programmer's) or point out any bugs you have
|
|
spotted.</p>
|
|
|
|
<h2>Libraries</h2>
|
|
<p>NetSurf currently uses the following libraries:</p>
|
|
<table>
|
|
<tr><td><a href='http://xmlsoft.org/'>libxml</a></td>
|
|
<td>(XML and HTML parser)</td></tr>
|
|
<tr><td><a href='http://curl.haxx.se/libcurl/'>libcurl</a></td>
|
|
<td>(HTTP, etc.)</td></tr>
|
|
<tr><td><a href='http://ro-oslib.sourceforge.net/'>OSLib</a></td>
|
|
<td>(C interface to RISC OS SWIs)</td>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|