Changeset 4233
- Timestamp:
- Dec 20, 2007, 1:24:02 AM (15 years ago)
- Location:
- trunk/macosx/TransmissionHelp
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TransmissionHelp/html/FAQ.html
r3980 r4233 82 82 <p> 83 83 <div id="pagetitle"> 84 <h1>What do the download stats mean in the Torrent inspector? </h1> 85 </div> 86 <p><i>Downloaded</i> is all the data you have downloaded. <br> 87 <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 <i>Have</i> is the sum of verified and unverified data. <br> 89 <i>Failed DL</i> is data that failed our checksum test and needs to be downloaded again. 90 <p> 91 <div id="pagetitle"> 84 92 <h1>What are 'nightlies'?</h1> 85 93 </div> -
trunk/macosx/TransmissionHelp/html/gettingstarted.html
r3494 r4233 100 100 <br> 101 101 102 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> 103 <tr> 104 <td class="blue" colspan="2"> 105 <h3>How can I organize my torrents? </h3> 106 </td> 107 </tr> 108 <tr> 109 <td valign="top" width="150"><img src="../gfx/group.png" height="auto" width="150" border="0"></td> 110 <td valign="top"> 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 <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. 114 115 </td> 116 </tr> 117 </table> 118 <br> 102 119 <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading"> 103 120 <tr> -
trunk/macosx/TransmissionHelp/html/portforward.html
r3980 r4233 168 168 169 169 170 <li>If you get a red dot and the message 'Port is Stealth' or 'Port isClosed' then you haven't forwarded correctly.<br>171 172 173 NB: If the notification still indicates 'Closed /Stealth', <a href="troubleshoot.html">click here</a>.</li>170 <li>If you get a red dot and the message 'Port is Closed' then you haven't forwarded correctly.<br> 171 172 173 NB: If the notification still indicates 'Closed', <a href="troubleshoot.html">click here</a>.</li> 174 174 175 175 -
trunk/macosx/TransmissionHelp/html/troubleshoot.html
r4049 r4233 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 /Stealthport</title>6 <title>Troubleshooting a Closed port</title> 7 7 </head> 8 8 <body>
Note: See TracChangeset
for help on using the changeset viewer.