add a button to the peers prefs window for help documentation; divide the help documentation between peers and network

This commit is contained in:
Mitchell Livingston
2008-04-06 05:07:28 +00:00
parent f63bebdc09
commit 11d64631d9
7 changed files with 155 additions and 45 deletions

View File

@@ -0,0 +1,32 @@
<html>
<a name="NetworkPrefs"></a>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Network Help</title>
</head>
<body>
<div id="mainbox">
<A NAME="TransFAQ"></A>
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<h1>Why do I see a red dot and "Port is closed"? </h1>
</div>
<p>You haven't port forwarded correctly. Port forwarding opens a port in your firewall or router so that incoming connections from the outside world can be made with Transmission. If the port is forwarded, other people in the torrent can see you, thus increasing your potential number of connections, which more importantly, may increase the speed of your download.
<p>You need to port forward if you share your internet connection with a router, or if your broadband modem is a router itself. In most cases Transmission can do this automatically, see <a href="portforward.html">this page</a> for instructions on port forwarding.
<p>
</div>
</body>
</html>