mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
updated help from jah
This commit is contained in:
parent
0ee76befd9
commit
87994eb063
9 changed files with 60 additions and 18 deletions
|
@ -718,7 +718,7 @@
|
|||
- (void) outlineView: (NSOutlineView *) outlineView setObjectValue: (id) object
|
||||
forTableColumn: (NSTableColumn *) tableColumn byItem: (id) item
|
||||
{
|
||||
int state = [object intValue] != NSOffState;
|
||||
int state = [object intValue] != NSOffState ? NSOnState : NSOffState;
|
||||
|
||||
[self setFileCheckState: state forItem: item];
|
||||
NSMutableDictionary * topItem = [self resetFileCheckStateForItemParent: item];
|
||||
|
@ -736,7 +736,7 @@
|
|||
NSMutableDictionary * child;
|
||||
NSEnumerator * enumerator = [[item objectForKey: @"Children"] objectEnumerator];
|
||||
while ((child = [enumerator nextObject]))
|
||||
if ([[child objectForKey: @"Check"] intValue] != state)
|
||||
if (state != [[child objectForKey: @"Check"] intValue])
|
||||
[self setFileCheckState: state forItem: child];
|
||||
}
|
||||
|
||||
|
@ -766,7 +766,7 @@
|
|||
else;
|
||||
}
|
||||
|
||||
if ([[item objectForKey: @"Check"] intValue] != state)
|
||||
if (state != [[item objectForKey: @"Check"] intValue])
|
||||
{
|
||||
[item setObject: [NSNumber numberWithInt: state] forKey: @"Check"];
|
||||
return [self resetFileCheckStateForItemParent: item];
|
||||
|
|
Binary file not shown.
|
@ -16,7 +16,7 @@
|
|||
<div id="pagetitle">
|
||||
<h1>Why is my download so slow? </h1>
|
||||
</div>
|
||||
<p>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. You can check this in Preferences >> Network. Also make sure your upload is capped at an appropriate level.
|
||||
<p>Read these tips for <a href="Speed.html">maximizing your download speed.</a>
|
||||
<p>Some Internet Service Providers (ISPs) block traffic on well known peer to peer ports. If this applies to your ISP, try changing the port Transmission uses.
|
||||
Some ISPs also throttle all peer to peer (esp BitTorrent) traffic, which can slow or even stop your transfers. Protocol encryption is not a feature at the moment, however is slated for a future release.
|
||||
|
||||
|
|
1
macosx/Transmission Help/html/Index2.html
Normal file
1
macosx/Transmission Help/html/Index2.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Index</title>
<meta name="keywords" content="index" />
<meta name="description" content="Index" />
<link href="../styles/indexpage.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body>
<p><a name="ax-index" id="ax-index"></a><a name="ax-index-link" id="ax-index-link"></a></p>
<div id="banner">
<a name="menus"></a>
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
</div>
</div>
<div id="index">
</div>
</div>
<div id="letters">
<font face="Lucida grande, arial, sans-serif"><b>Index</b></font>
</div>
<div id="terms">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="blue" valign="top" width="135">
<p><a href="pffirewall.html">Firewall</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="FAQ.html">Frequently Asked Questions</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="gettingstarted.html">Getting Started</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="Speed.html">Maximizing download speed</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="multiple.html">Multiple Routers</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>
</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="pfrouter.html">Router</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="upnp.html">UPnP/NAT-PMP</a></p>
</td>
<td class="blue" valign="top" width="18"></td>
<td class="blue" valign="top" width="250">
<p class="seealso"> </p>
</td>
</tr>
</table>
</div>
</body>
</html>
|
45
macosx/Transmission Help/html/Speed.html
Normal file
45
macosx/Transmission Help/html/Speed.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
|
||||
<title>Maximizing your download speed</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainbox">
|
||||
<div id="banner">
|
||||
<a name="menus"></a>
|
||||
<div id="machelp"><a class="bread" href="../index.html">Transmission Help</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="pagetitle">
|
||||
<h1>How do I maximize my download speed?</h1>
|
||||
</div>
|
||||
<ol>
|
||||
<li>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. Port forwarding makes it easier for others to connect to you, which therefore increases your speed.
|
||||
<div summary="To do this" id="taskbox">
|
||||
<p>If your router supports UPnP or you have Apple Airport, Transmission can do this automatically; just tick the checkbox in Preferences >> Network.
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>Make sure you cap your upload speed, so that it isn't flooded. A good rule of thumb is about about 60-70% of your maximum upload bandwidth. This can be adjusted in Preferences >> Bandwidth, or in real time using the Action menu.
|
||||
<div summary="To do this" id="taskbox">
|
||||
<p>eg. If your upload connection is 256 Kilobits/sec, then you should cap it at 21 KB/sec ((<b>256</b> / 8) * 0.66 = <b>21</b>).
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li><a href="gettingstarted.html">Queue</a> your transfers. Transmission's queue preferences are located in Transfers >> Management.
|
||||
<p>Remember, your download speed is proportional to how fast you upload. If there are many transfers running, then each transfer will only receive a small proportion of your upload bandwidth, reducing their respective download speeds.
|
||||
To avoid spreading your upload too thinly, a good rule of thumb is to have at least 128 KBit/sec of upload bandwidth for every torrent you wish to run simultaneously.
|
||||
|
||||
<div summary="To do this" id="taskbox">
|
||||
<p>eg. If your upload bandwidth is 256 KBit/sec, then you should only have two (<b>256</b>/128 = <b>2</b>) downloading transfers in the queue.
|
||||
</div>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -28,13 +28,7 @@
|
|||
<div id="pagetitle">
|
||||
<h1>How do I maximize my download speed? </h1>
|
||||
</div>
|
||||
<ol>
|
||||
<li>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. If your router supports UPnP or you have Apple Airport, Transmission can do this automatically; just tick the checkbox in Preferences >> Network.
|
||||
Port forwarding makes it easier for others to connect to you, which therefore increases your speed.</li>
|
||||
|
||||
<li>Make sure you cap your upload speed, so that it isn't flooded. A good rule of thumb is about about 60-70% of your maximum upload bandwidth. This can be adjusted in Preferences >> Bandwidth, or in real time using the Action menu.
|
||||
<p>eg. If your upload connection is 256 Kilobits/sec, then you should cap it at 21 KB/sec ((<b>256</b> / 8) * 0.66 = <b>21</b>).</li>
|
||||
</ol>
|
||||
<p>Follow the instructions <a href="Speed.html">here.</a>
|
||||
|
||||
<div id="pagetitle">
|
||||
<h1>Can I schedule my transfers? </h1>
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
<li>The port has not already been forwarded manually.
|
||||
</ul>
|
||||
|
||||
<p>If you are still having problems, open the message log (in the Window menu) and post the debug output on the <a href="http://transmission.m0k.org/forum/viewforum.php?f=2">support forums</a>.
|
||||
|
||||
<div id="pagetitle">
|
||||
<h1>Airport</h1>
|
||||
</div>
|
||||
|
@ -38,7 +40,6 @@
|
|||
</ol>
|
||||
</div>
|
||||
|
||||
<p>If you are still having problems, open the message log (in the Window menu) and post the debug output on the <a href="http://transmission.m0k.org/forum/viewforum.php?f=2">support forums</a>.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -27,13 +27,13 @@
|
|||
|
||||
<h2>Troubleshooting</h2>
|
||||
<p><a href="html/portforward.html">Portforwarding FAQ</a></p>
|
||||
<p><a href="html/pffirewall.html">Firewall</a></p>
|
||||
<p><a href="html/pfrouter.html">Router</a></p>
|
||||
<p><a href="html/upnp.html">UPnP/NAT-PMP</a></p>
|
||||
|
||||
<p><a href="html/Speed.html">Maximizing Download Speed</a></p>
|
||||
|
||||
<h2>Index</h2>
|
||||
<p><a href="html/Index2.html">Look up topics easily.</a></p>
|
||||
|
||||
<h2>More Information</h2>
|
||||
<p><a href="http://transmission.m0k.org/forum/viewforum.php?f=2">General support forums</a></p>
|
||||
<p><a href="http://transmission.m0k.org/forum/viewforum.php?f=5">Mac OS X support forums</a></p>
|
||||
<p><a href="http://transmission.m0k.org/forum/">Transmission Forums.</a></p>
|
||||
<p><a href="http://transmission.m0k.org/cgi-bin/trac.cgi/timeline">Trac timeline and tickets</a></p>
|
||||
|
||||
</div>
|
||||
|
|
1
macosx/Transmission Help/styles/indexpage.css
Normal file
1
macosx/Transmission Help/styles/indexpage.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Tiger index.css v1.0e*/
/* <html><head><meta name="robots" content="noindex"></head></html> */
body { margin: 2px 12px 12px }
h1 { font-size: 11pt;
font-family: Lucida Grande, Arial, sans-serif;
margin-bottom: 0 }
p { font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
text-decoration: none }
a { color: #00f;
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
text-decoration: none }
a:hover { color: #00f;
text-decoration: underline }
#letters { background-color: #fff; padding-top: 1px; padding-bottom: 0; padding-left: 12px; position: fixed; z-index: 1; top: 1.2em; right: 0; left: 0; width: 1000px; height: 1.2em; float: left; border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf }
#terms { position: absolute; top: 3em; width: 470px }
#banner { background-color: #f2f2f2; background-repeat: no-repeat; padding: -2px 6px 0; position: fixed; z-index: 1; top: 0; left: 0; width: 100%; height: 1.2em; float: left; border-bottom: 1px solid #bfbfbf }
#machelp { position: absolute; top: 2px; left: 10px }
#index { padding-right: 25px; position: absolute; top: 2px; left: 85% }
#mainbox { margin-top: 36px;
padding-right: 6px }
.seealso { color: #5c5c5c;
text-decoration: none }
.select { color: #00f; font-size: 10pt; background-color: #ff9f00; margin-right: -1px; margin-left: -1px; padding: 2px 2px 3px }
.letter { color: #00f; font-size: 10pt; margin-right: 1px; margin-left: 1px }
.leftborder { color: #00f;
font-size: 8pt;
margin: -9px 0 -6px;
padding-top: 2px;
padding-bottom: 3px;
padding-left: 8px;
border-left: 1px solid #bfbfbf}
tr { margin-top: 12px;
margin-bottom: 12px }
td { padding: 3px;
border-bottom: 1px solid #eee}
table { margin-bottom: 12px;
border-style: dotted;
border-color: #bfbfbf}
.bread { color: #00f;
font-size: 8pt;
margin: -9px 0 -6px }
|
Loading…
Reference in a new issue