summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/develop.html2
-rw-r--r--documentation/guide.html5
-rw-r--r--documentation/roinfo.html2
3 files changed, 1 insertions, 8 deletions
diff --git a/documentation/develop.html b/documentation/develop.html
index b088e90..fd59d4f 100644
--- a/documentation/develop.html
+++ b/documentation/develop.html
@@ -76,7 +76,7 @@
<p>You can also browse the source via the <a href="//source.netsurf-browser.org/netsurf.git/">web interface</a>.</p>
-<p>Recent changes can be seen on the <a href="/developers/">development page</a>. An an <a href="http://cia.navi.cx/stats/project/NetSurf/.rss">RSS feed</a> of recent changes is also provided by <a href="http://cia.navi.cx/stats/project/NetSurf/">CIA</a>. All checkins are reported on the <a href="/contact/#MailingLists">Commits mailing list</a>.</p>
+<p>All checkins are reported on the <a href="/contact/#MailingLists">Commits mailing list</a>.</p>
<p>Contact <a href="mailto:dsilvers@netsurf-browser.org">Daniel Silverstone</a> to get write access to the Git repository. We also accept pull requests from places such as <em>github</em>.</p>
diff --git a/documentation/guide.html b/documentation/guide.html
index 84d3d95..80d3c68 100644
--- a/documentation/guide.html
+++ b/documentation/guide.html
@@ -766,7 +766,6 @@
<tr><td>ANT URL</td><td>&amp;b28</td><td><abbr title="Not Applicable">N/A</abbr></td></tr>
<tr><td>CSS</td><td>&amp;f79</td><td>text/css</td></tr>
<tr><td>Drawfile</td><td>&amp;aff</td><td>application/drawfile<br>application/x-drawfile<br>image/drawfile<br>image/x-drawfile</td></tr>
-<tr><td>Flash</td><td>&amp;188</td><td>application/x-shockwave-flash</td></tr>
<tr><td>GIF</td><td>&amp;695</td><td>image/gif</td></tr>
<tr><td>HTML</td><td>&amp;faf</td><td>text/html</td></tr>
<tr><td>IEURL</td><td>&amp;1ba</td><td><abbr title="Not Applicable">N/A</abbr></td></tr>
@@ -779,8 +778,6 @@
<tr><td>Text</td><td>&amp;fff</td><td>text/plain</td></tr>
</table>
-<p>Flash files are not handled by NetSurf directly but are displayed by an <a href="info#GettingStartedAdditionalResources">external plugin</a>.</p>
-
<p>NetSurf recognises different file types by their RISC OS file type for local files and by their content-type header for files sourced from the internet. Files are not identified by their extension or content. This means that for a file to be displayed, servers must be configured to send the correct content-type header and local files must have the correct RISC OS file type set.</p>
<h2 id="DownloadWindow">Download Window</h2>
@@ -1222,8 +1219,6 @@
<dd>This option can be used to stop NetSurf from displaying advertisements on web pages. This can be useful for pages which contain distracting or obtrusive adverts. Note that NetSurf can only make an educated guess at which content is an advert and which is not. This can mean that some adverts will be fail to be blocked, or more seriously, when advertisement blocking is enabled some valid content may occasionally be blocked.</dd>
<dt>Disable pop-up windows</dt>
<dd>This option can be used to stop web pages from opening new browser windows on your desktop. Some pages may try to open advertisements in new windows, when you visit the page, or open some links in pop-up windows, instead of the current window. Disabling pop-ups means that the only way a new window can be opened is when a user explicitly opens it.</dd>
-<dt>Disable plug-ins</dt>
-<dd>This option can be used to disable plug-ins. Plug-ins are external applications that can handle specific types of content, for example Flash files. This option disables the use of plug-ins, meaning that NetSurf will simply not display the particular file, or use any alternative content provided by a web page.</dd>
</dl>
</div>
diff --git a/documentation/roinfo.html b/documentation/roinfo.html
index 6518874..c41f6cc 100644
--- a/documentation/roinfo.html
+++ b/documentation/roinfo.html
@@ -120,8 +120,6 @@
<p>The following resources are not required to run NetSurf, although they do add additional functionality.</p>
<dl>
-<dt><a href="http://www.ecs.soton.ac.uk/~jmb202/">Flash plugin</a></dt>
-<dd>This allows you to view Flash files on web sites.</dd>
<dt><a href="http://www.beebware.com/software/mappings/">MimeMap Datafile</a></dt>
<dd>A resource containing many different MIME types and their equivalent RISC OS file types.</dd>
</dl>