summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2003-10-26 13:09:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2003-10-26 13:09:20 +0000
commitd846800eb7c9919911f6feb42a7e161141bcaa4e (patch)
tree3beec16f5362b1291bbb360b0186cc43157fe3ae
parent6d036cb630c1acdaaa889a578faa54f80879b612 (diff)
downloadnetsurf-d846800eb7c9919911f6feb42a7e161141bcaa4e.tar.gz
netsurf-d846800eb7c9919911f6feb42a7e161141bcaa4e.tar.bz2
[project @ 2003-10-26 13:09:20 by tlsa]
POST method now implemented svn path=/import/netsurf/; revision=392
-rw-r--r--!NetSurf/Docs/en/info,faf15
1 files changed, 5 insertions, 10 deletions
diff --git a/!NetSurf/Docs/en/info,faf b/!NetSurf/Docs/en/info,faf
index c3c0622f7..028c4e4e8 100644
--- a/!NetSurf/Docs/en/info,faf
+++ b/!NetSurf/Docs/en/info,faf
@@ -13,12 +13,7 @@
<p><em>NetSurf</em> is currently in beta. The latest version of NetSurf can be obtained from <a href="http://netsurf.strcprstskrzkrk.co.uk/">netsurf.strcprstskrzkrk.co.uk</a>. As these builds are generated automatically from <a href="http://cvs.semichrome.net/netsurf/">CVS</a>, they are likely to be unstable and may crash your machine.</p>
<h3><a name="versions">Different Versions</a></h3>
<p>There are 32-bit and 26-bit NetSurf builds. The 26-bit versions are suitable for any processor up to StrongARM and the 32-bit versions will work on ARM6 and higher. Only the 32-bit versions will run on Castle's IYONIX pc.</p>
-<p>The 32-bit builds of NetSurf include extra features, not found in the 26-bit builds, although they require more memory. The additional features of the 32-bit build are:</p>
-<ul>
-<li>HTTPS support.
-<li>Can use RISC OS Select's ImageFileConvert to display PNGs with alpha channels.
-</ul>
-<p>We recommend the use of the 32-bit build for users of RISC OS 3.5 onwards.</p>
+<p>The 32-bit builds of NetSurf include https support, although they require more memory.</p>
<h3><a name="requ">Requirements</a></h3>
<p>NetSurf requires the <a href="http://www.chocky.org/unix/usage.html">SharedUnixLibrary</a> to run. Also, you may need to download the <a href="http://sudden.recoil.org/others/">Acorn URI module</a>.</p>
<h2><a name="devel">Contacting the Developers</a></h2>
@@ -33,17 +28,18 @@
<p>The following features have been implemented:</p>
<ul>
<li>Basic HTML 4, including tables</li>
-<li>Parts of CSS (display, text-align, float, width &amp; height)</li>
+<li>Parts of CSS</li>
<li>Local and HTTP fetching</li>
-<li>Memory cache</li>
<li>External CSS files</li>
+<li>Memory cache</li>
<li><em>&lt;style&gt;</em> element</li>
<li>Encrypted HTTP or https (32-bit builds only)</li>
<li>Plugin System</li>
<li>Redirects</li>
<li>View Source</li>
<li>Support for Acorn URI Protocol and URI files</li>
-<li>HTML forms, using GET method</li>
+<li>HTML forms, using GET and POST methods</li>
+<li>Browser authentication</li>
</ul>
<p>The following is in progress:</p>
<ul>
@@ -52,7 +48,6 @@
<li>JPEG Support</li>
<li>GIF Support</li>
<li>File downloads (eg. zip files)</li>
-<li>HTML forms, using POST method</li>
<li>Improved Memory handling</li>
</ul>
<p>We want to release a stable and fairly complete HTML / CSS browser before considering JavaScript support. To see what remains to be done in more detail, please see the <a href="http://cvs.semichrome.net/netsurf/Docs/">TODO lists</a>.</p>