[project @ 2003-10-25 16:45:19 by bursa]

Remove obsolete files.

svn path=/import/netsurf/; revision=380
This commit is contained in:
James Bursa 2003-10-25 16:45:19 +00:00
parent f6828df654
commit a450bd220f
6 changed files with 0 additions and 102 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1,78 +0,0 @@
<!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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -1,23 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Test 1</title></head>
<body>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p style='text-align: left'>Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph.</p>
<p style='text-align: center'>Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph.</p>
<p style='text-align: right'>Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph.</p>
</body>
</html>

View File

@ -1 +0,0 @@
This is a plain text file.