Changeset 5211
- Timestamp:
- Mar 7, 2008, 2:07:55 PM (14 years ago)
- Location:
- trunk/macosx
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r4822 r5211 559 559 - (void) helpForNetwork: (id) sender 560 560 { 561 [[NSHelpManager sharedHelpManager] openHelpAnchor: @" PortForwarding"561 [[NSHelpManager sharedHelpManager] openHelpAnchor: @"AdvancedPrefs" 562 562 inBook: [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleHelpBookName"]]; 563 563 } -
trunk/macosx/TransmissionHelp/html/FAQ.html
r4234 r5211 42 42 <p> 43 43 <div id="pagetitle"> 44 <h1>What is PEX? </h1>45 </div>46 <p>PEX (Peer Exchange) is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker.47 PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Azureus and µTorrent peers.48 <p>49 <div id="pagetitle">50 <h1>What is encryption? </h1>51 </div>52 <p>Transmission encrypts the connections it makes with other peers when necessary, using the RC4 cipher. The implementation is compatible with other clients such as Azureus and µTorrent. It is always enabled, however you have two options: accepting connections from anyone, regardless of encryption; or only accepting encrypted connections. Note that the latter option may make you unconnectable in some swarms. The encryption feature does not mean your session is secure or anonymous, it is merely a way to avoid the traffic shaping measures some ISPs have implemented.53 <p>54 <div id="pagetitle">55 <h1>Why can I only connect to around 60 peers? </h1>56 </div>57 <p>This is a constraint imposed on Transmission, as more than this number is unnecessary. A global limit is set at 200 peers.58 <p>59 <div id="pagetitle">60 44 <h1>What is Growl? </h1> 61 45 </div> … … 84 68 <h1>What do the download stats mean in the Torrent inspector? </h1> 85 69 </div> 86 <p><i>Downloaded</i> is all the data you have everdownloaded. <br>87 <i>Verified</i> is how much checksum-verified data you currently have. Unverified data is the incomplete pieces of the torrent that are waiting to become complete so they can be checked. <br>70 <p><i>Downloaded</i> is all the data you have downloaded. <br> 71 <i>Verified</i> is how much checksum-verified data you have downloaded. Unverified data are the incomplete pieces of the torrent that are waiting to become complete so that we can test them. <br> 88 72 <i>Have</i> is the sum of verified and unverified data. <br> 89 <i>Failed DL</i> is data that failed thechecksum test and needs to be downloaded again.73 <i>Failed DL</i> is data that failed our checksum test and needs to be downloaded again. 90 74 <p> 91 75 <div id="pagetitle"> … … 93 77 </div> 94 78 <p>'Nightlies' are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the Transmission forums). You can try one out <a href="http://transmission.xpjets.com/">here</a>. 95 79 96 80 </div> 97 81 </body> -
trunk/macosx/TransmissionHelp/html/Index2.html
r3980 r5211 34 34 <div id="terms"> 35 35 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 36 37 <tr> 38 <td class="blue" valign="top" width="135"> 39 <p><a href="advanced.html">Advanced preferences</a></p> 40 </td> 41 42 <td class="blue" valign="top" width="18"></td> 43 44 <td class="blue" valign="top" width="250"> 45 <p class="seealso"> </p> 46 </td> 47 </tr> 36 48 37 49 <tr> -
trunk/macosx/TransmissionHelp/html/check.html
r3869 r5211 29 29 <ol> 30 30 <li>Select the relevant torrent.</li> 31 <li>Go to the Transfers menu >> V alidateLocal Data.</li>31 <li>Go to the Transfers menu >> Verify Local Data.</li> 32 32 </ol> 33 33 </div> -
trunk/macosx/TransmissionHelp/html/gettingstarted.html
r4233 r5211 111 111 <p>Transmission allows you to sort your torrents by various criteria. Choose "Sort Transfers By" in the View menu, as well as the Action menu. 112 112 <p>You can also filter your torrents by their activity state. Simply enable the Filter bar in the View menu. 113 <p>Transmission allows you to group torrents by color labels. Just right click a transfer and select a group from the contextual menu. These groups can then be used as sorting and filtering criteria.113 <p>Transmission allows you to group torrents by color labels. Just right click a transfer (or a group) and select a group from the contextual menu. These groups can then be used as sorting and filtering criteria. You can even rename the group colors by going to the Transfer Menu >> Group >> Show Groups >> double click a name. 114 114 115 115 </td> … … 130 130 <ul> 131 131 <li>statistics on the torrent and files you are downloading </li> 132 <li>information about the peers you are connected to </li>132 <li>information about the peers and trackers you are connected to </li> 133 133 <li>options to fine-tune your bandwidth allocation </li> 134 134 <ul> … … 148 148 <td valign="top" width="150"><img src="../gfx/fileselection.png" height="auto" width="150" border="0"></td> 149 149 <td valign="top"> 150 <p>Yes, via the Inspector. Double click any transfer to open it and then click the 'Files' tab. Simply check the boxes next to the files you want to download (the default is all of them). 150 <p>Yes, either upon opening a torrent, or once it has started. When you open a multi-file torrent, a detailed Open window will appear, allowing you to select specific files. 151 <p>For transfers which are already running, double click them to open the Inspector, and then click the 'Files' tab. Simply check the boxes next to the files you want to download (the default is all of them). 151 152 You can even set a priority (green/high or orange/low) to each file, if you want some to finish faster than others. To do so, use the selector that appears next to the checkboxes. 152 <p>If you are frequently going to selectively download the files in your torrents, you might want to disable "Start Transfers when added" in Preferences >> Transfers >> Management. 153 This way you can organise your transfer before it starts, to avoid wasting download bandwidth. 153 <p>If the window doesn't appear when opening a torrent, ensure that "Display options window" is checked in Preferences >> Transfers >> Adding. 154 154 </td> 155 155 </tr> -
trunk/macosx/TransmissionHelp/html/portforward.html
r4393 r5211 1 1 <html> 2 3 4 <a name="PortForwarding"></a>5 2 6 3 … … 38 35 39 36 40 <h1>Why do I see a red dot and "Port is closed"?</h1>41 42 43 </div>44 45 46 <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.47 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.48 49 50 <p>51 52 53 <div id="pagetitle">54 55 56 <h1>When do I need to Port Forward?</h1>57 58 59 </div>60 61 62 <p>If you share your internet connection with a router, or if your broadband modem is a router itself, then you will need to forward Transmission's port by following the instructions below.63 In addition, if you have enabled the Mac OS X firewall, you will need to open a port in that too. See below for details.64 65 66 67 68 69 <p>70 71 72 <div id="pagetitle">73 74 75 37 <h1>How do I Port Forward?</h1> 76 38 … … 97 59 98 60 99 <li> You should see a success notification and a green light next to the port number.</li>61 <li>If you get a green dot and 'Port is Open' then you have successfully port forwarded!</li> 100 62 101 63 102 <p>If you get a red dot and the message 'Port is closed' , <a href="troubleshoot.html">click here</a>.</li>64 <p>If you get a red dot and the message 'Port is closed'/'Port is Stealth', <a href="troubleshoot.html">click here</a>.</li> 103 65 104 66 … … 125 87 <p> 126 88 127 128 <div id="pagetitle">129 130 131 <h1>How do I know if I've done it right?</h1>132 133 134 </div>135 136 137 138 139 140 <div summary="To do this" id="taskbox">141 142 143 <ol>144 145 146 <li>Open Transmission. </li>147 148 149 <li>Go to Preferences >> Advanced. </li>150 151 152 <li>Check the notification next to 'Incoming TCP Port'. </li>153 154 155 </ol>156 157 158 </div>159 160 161 <p>162 163 164 <ul>165 166 167 <li>If you get a green dot and 'Port is Open' then you have successfully port forwarded! </li>168 169 170 <li>If you get a red dot and the message 'Port is Closed' or 'Port is Stealth' then you haven't forwarded correctly.<br>171 172 173 <b>NB:</b> If the notification still indicates 'Closed' or 'Stealth', <a href="troubleshoot.html">click here</a>.</li>174 175 176 177 178 179 </ul>180 181 182 183 184 185 </p>186 187 188 189 190 191 89 </div> 192 90 -
trunk/macosx/TransmissionHelp/html/troubleshoot.html
r4393 r5211 4 4 <META http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 5 <link media="all" rel="stylesheet" href="../styles/TransBody.css" /> 6 <title>Troubleshooting a Closed /Stealth Port</title>6 <title>Troubleshooting a Closed port</title> 7 7 </head> 8 8 <body>
Note: See TracChangeset
for help on using the changeset viewer.