transmission/macosx/TransmissionHelp/html/gettingstarted.html

144 lines
6.5 KiB
HTML

<html>
<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>
</head>
<body>
<A NAME="GettingStarted"></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="mainbox">
<div id="caticon">
<img src="../gfx/TransmissionIcon.png" alt="Adium X icon" height="32" width="32" border="0">
</div>
<div id="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>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>How do I use it?</h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/open.png" height="auto" width="150" border="0"></td>
<td valign="top">
<p>Download your file's associated 'torrent file' (extension .torrent). These are commonly found at <a href="http://en.wikipedia.org/wiki/BitTorrent_tracker">'tracker' websites</a>.
<p>Once you have the torrent file, drag it into Transmission - downloading should start immediately.
<p>You can pause and resume transfers at any time, so long as the files remain in your download folder.
<p>It is good etiquette to share or 'seed' the file for a while (ie leave it uploading) once your download is complete.
<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.
<ul>
<li><a href="usingt.html">Downloading and sharing with Transmission</a></li>
</ul>
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>Can I create my own torrents? </h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/creation.png" height="auto" width="150" border="0"></td>
<td valign="top">
<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>When the dialogue box appears, enter your tracker address, comments and private status.
<p>You can change the torrent filename, as well as where it will be saved to by clicking 'Change'.
<p>Once you are done, click 'Create'. Transmission will automatically optimize the torrent file for what you are sharing.
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>Can I schedule my transfers? </h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/scheduler.png" height="auto" width="150" border="0"></td>
<td valign="top">
<p>Yes, by using 'Speed Limit Mode'. Simply go to Preferences >> 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>When Speed Limit Mode is enabled, the turtle will be illuminated in blue.</p>
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>Can I queue my transfers? </h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/queue.png" height="auto" width="150" border="0"></td>
<td valign="top">
<p>Yes, you can queue seeding and/or downloading transfers via Preferences >> Transfers >> Management.
<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>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>
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>Where can I find more detailed information on my torrents? </h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/inspector.png" height="auto" width="150" border="0"></td>
<td valign="top">
<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 you are connected to </li>
<li>options to fine-tune your bandwidth allocation </li>
<ul>
</p>
</td>
</tr>
</table>
<br>
<table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="One column table with heading">
<tr>
<td class="blue" colspan="2">
<h3>Can I choose to download specific files? </h3>
</td>
</tr>
<tr>
<td valign="top" width="150"><img src="../gfx/fileselection.png" height="auto" width="150" border="0"></td>
<td valign="top">
<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).
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.
<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.
This way you can organise your transfer before it starts, to avoid wasting download bandwidth.
</td>
</tr>
</table>
<br>
</div>
</body>
</html>