transmission/macosx/TransmissionHelp/html/gettingstarted.html

130 lines
6.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/task_style.css" />
<title>Getting Started</title>
<style>
.logo {
border: 0;
height: 32px;
width: 32px;
}
.questions-and-answers {
display: grid;
flex-direction: column;
width: 100%;
}
.question {
grid-column: span 2;
background-color: #eef;
font-size: 9pt;
font-weight: bolder;
padding: 6px;
text-align: left;
vertical-align: top;
}
.answer-thumbnail {
border-bottom: solid #eef 2px;
border-left: solid #eef 2px;
margin-bottom: 10px;
padding: 10px;
}
.answer-text {
border-bottom: solid #eef 2px;
border-right: solid #eef 2px;
margin-bottom: 10px;
padding: 0 10px;
}
</style>
</head>
<body>
<div id="banner">
<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 id="mainbox">
<div id="caticon"><img src="../gfx/TransmissionIcon.png" alt="Transmission Logo" class="logo"/></div>
<div class="pagetitle"><h1>Welcome to Transmission! </h1></div>
<p>Transmission is a BitTorrent client. It is used for peer to peer filesharing over the internet. BitTorrent is a fast way of transferring files, because everyone who downloads must also upload to others. This means speeds are only limited by the number of people connected to a given torrent - the more people the better!</p>
<div class="questions-and-answers">
<div class="question">How do I use it?</div>
<div class="answer-thumbnail"><img alt="adding a torrent" src="../gfx/open.png"/></div>
<div class="answer-text">
<p>Download your file's associated 'torrent file' (extension .torrent). These are commonly found at <a href="https://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.</p>
<p>Once you have the torrent file, drag it into Transmission - downloading should start immediately.</p>
<p>You can pause and resume transfers at any time, so long as the files remain in your download folder.</p>
<p>It is good etiquette to share or 'seed' the file for a while (ie leave it uploading) once your download is complete.</p>
<p>You can use Transmission's action menu, the individual torrent menu, as well as the Inspector to adjust download and seeding preferences on the fly.</p>
<ul>
<li><a href="usingt.html">Downloading and sharing with Transmission</a></li>
</ul>
</div>
<div class="question">Can I create my own torrents?</div>
<div class="answer-thumbnail"><img alt="creating a torrent" src="../gfx/creation.png"/></div>
<div class="answer-text">
<p>Yes, you can share a file or folder by dragging it into Transmission. Alternatively, click 'Create' in the toolbar, and choose your file.</p>
<p>When the dialog box appears, enter your tracker address (or addresses), comments, and private status.</p>
<p>You can change the torrent filename, as well as where it will be saved to, by clicking 'Change'.</p>
<p>Once you are done, click 'Create'. Transmission will automatically optimize the torrent file for what you are sharing. </p>
</div>
<div class="question">Can I schedule my transfers?</div>
<div class="answer-thumbnail"><img alt="scheduling" src="../gfx/scheduler.png"/></div>
<div class="answer-text">
<p>Yes, by using 'Speed Limit Mode'. Simply go to Preferences &rarr; Bandwidth, and then set both the speed you would like Transmission to be limited to, as well as the period of time you would like the limits applied.</p>
<p>When Speed Limit Mode is enabled, the turtle will be illuminated in blue.</p>
</div>
<div class="question">Can I queue my transfers?</div>
<div class="answer-thumbnail"><img alt="queue" src="../gfx/queue.png"/></div>
<div class="answer-text">
<p>Yes, you can queue seeding and/or downloading transfers via Preferences &rarr; Transfers &rarr; Management.</p>
<p>The queue system is very simple: You start and pause transfers as usual, but if you're over the queue limit starting a transfer will instead make it "Waiting to download..."</p>
<p>You can force a transfer to start by holding down option and clicking the orange resume button, or by using the Transfers menu item "Resume Selected Without Wait". </p>
</div>
<div class="question">How can I organize my torrents?</div>
<div class="answer-thumbnail"><img alt="groups" src="../gfx/group.png"/></div>
<div class="answer-text">
<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.</p>
<p>You can also filter your torrents by their activity state. Simply enable the Filter bar in the View menu.</p>
<p>Transmission allows you to group torrents by color labels. Groups can be assigned upon adding a transfer to the list by establishing rules in Preferences &rarr; Groups. Groups can be manually changed with Transfers &rarr; Group and by dragging transfers to different groups in the main window (when "Use Groups" is enabled in the View menu).</p>
<p>These groups can be used as sorting and filtering criteria. Add, remove, and modify groups in Preferences &rarr; Groups. Groups can also be used for choosing the data location when adding transfers - this location is also set in the Groups preference window tab.</p>
</div>
<div class="question">Where can I find more detailed information on my torrents?</div>
<div class="answer-thumbnail"><img alt="inspector" src="../gfx/inspector.png"/></div>
<div class="answer-text">
<p>Click the Inspector icon, or simply double-click any transfer in the main window.
<p>The inspector gives you:
<ul>
<li>Statistics on the torrent and files you are downloading </li>
<li>Information about the peers and trackers you are connected to </li>
<li>Options to fine-tune your bandwidth allocation </li>
<ul>
</p>
</div>
<div class="question">Can I choose to download specific files?</div>
<div class="answer-thumbnail"><img alt="file selection" src="../gfx/fileselection.png"/></div>
<div class="answer-text">
<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.</p>
<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).</p>
<p>You can even set a priority (high, normal, or 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.</p>
<p>If the window doesn't appear when opening a torrent, ensure that "Display options window" is checked in Preferences &rarr; Transfers &rarr; Adding.</p>
</div>
</div><!-- questions-and-answers -->
</body>
</html>