mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
add a button to the peers prefs window for help documentation; divide the help documentation between peers and network
This commit is contained in:
@@ -34,18 +34,6 @@
|
||||
<div id="terms">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td class="blue" valign="top" width="135">
|
||||
<p><a href="advanced.html">Advanced preferences</a></p>
|
||||
</td>
|
||||
|
||||
<td class="blue" valign="top" width="18"></td>
|
||||
|
||||
<td class="blue" valign="top" width="250">
|
||||
<p class="seealso"> </p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="blue" valign="top" width="135">
|
||||
<p><a href="check.html">Checking</a></p>
|
||||
@@ -118,6 +106,30 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="blue" valign="top" width="135">
|
||||
<p><a href="network.html">Network preferences</a></p>
|
||||
</td>
|
||||
|
||||
<td class="blue" valign="top" width="18"></td>
|
||||
|
||||
<td class="blue" valign="top" width="250">
|
||||
<p class="seealso"> </p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="blue" valign="top" width="135">
|
||||
<p><a href="peers.html">Peer preferences</a></p>
|
||||
</td>
|
||||
|
||||
<td class="blue" valign="top" width="18"></td>
|
||||
|
||||
<td class="blue" valign="top" width="250">
|
||||
<p class="seealso"> </p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="blue" valign="top" width="135">
|
||||
<p><a href="portforward.html">Port Forwarding FAQ</a></p>
|
||||
|
||||
32
macosx/TransmissionHelp/html/network.html
Normal file
32
macosx/TransmissionHelp/html/network.html
Normal 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>
|
||||
@@ -1,11 +1,11 @@
|
||||
<html>
|
||||
|
||||
<a name="AdvancedPrefs"></a>
|
||||
|
||||
<a name="PeersPrefs"></a>
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Frequently Asked Questions</title>
|
||||
<title>Peers Help</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
@@ -18,13 +18,7 @@
|
||||
<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 id="pagetitle">
|
||||
<h1>What is 'peer exchange'? </h1>
|
||||
</div>
|
||||
@@ -41,9 +35,23 @@
|
||||
<h1>What are 'connections'?</h1>
|
||||
</div>
|
||||
<p><i>Global maximum connections</i> (Preferences >> Advanced) is the total number of peers that Transmission will connect to across all of your transfers. Connections per torrent can also be adjusted here, as well as in the Inspector.
|
||||
<p>It is recommended that these values are left at their default setting, as allowing too many connections will severely hinder web browsing and other online activities, as well as possibly crashing your router. For most people, 60 peers per torrent will maximize Transmission's download speed. Increase this value at your own risk!
|
||||
<p>It is recommended that these values are left at their default setting, as allowing too many connections will severely hinder web browsing and other online activities, as well as possibly crashing your router. Increase this value at your own risk!
|
||||
|
||||
<p>
|
||||
|
||||
<div summary="To do this" id="taskbox">
|
||||
<p>Recommended settings:
|
||||
<ul>
|
||||
<li><b>Global maximum connections</b>: 200 </li>
|
||||
<li><b>Maximum connections for new transfers</b>: 60 </li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>
|
||||
<div id="pagetitle">
|
||||
<h1>What is a blocklist? </h1>
|
||||
</div>
|
||||
<p>Transmission can block known bad peers by utilizing a blocklist file from <a href="http://www.bluetack.co.uk">Bluetack</a>. It is stored in ~/Library/Application Support/Transmission.
|
||||
<p>Click the update button to make ensure you have the most current list.
|
||||
<p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user