netsurf/!NetSurf/Resources/intro,faf
James Bursa b2c3e89310 [project @ 2003-06-30 15:57:51 by bursa]
Update, add some links.

svn path=/import/netsurf/; revision=193
2003-06-30 15:57:51 +00:00

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 &amp; 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>&lt;style&gt;</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>