71 lines
3.3 KiB
HTML
Executable File
71 lines
3.3 KiB
HTML
Executable File
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="Docutils 0.3.8: http://docutils.sourceforge.net/" />
|
|
<title>libtorrent</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div class="document" id="libtorrent">
|
|
<h1 class="title">libtorrent</h1>
|
|
<table border="1" class="menu docutils">
|
|
<colgroup>
|
|
<col width="26%" />
|
|
<col width="19%" />
|
|
<col width="19%" />
|
|
<col width="15%" />
|
|
<col width="21%" />
|
|
</colgroup>
|
|
<tbody valign="top">
|
|
<tr><td><a class="reference" href="http://www.sourceforge.net/projects/libtorrent">sourceforge page</a></td>
|
|
<td><a class="reference" href="manual.html">documentation</a></td>
|
|
<td><a class="reference" href="http://sourceforge.net/tracker/?group_id=79942&atid=558250">report bugs</a></td>
|
|
<td><a class="reference" href="libtorrent_screen.png">screenshot</a></td>
|
|
<td><a class="reference" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<p>libtorrent is a C++ library that aims to be a good alternative to all the
|
|
other bittorrent implementations around. It is a
|
|
library and not a full featured client, although it comes with a working
|
|
example client.</p>
|
|
<p>The main goals of libtorrent are:</p>
|
|
<blockquote>
|
|
<ul class="simple">
|
|
<li>to be cpu efficient</li>
|
|
<li>to be memory efficient</li>
|
|
<li>to be very easy to use</li>
|
|
</ul>
|
|
</blockquote>
|
|
<div class="section" id="donate">
|
|
<h1><a name="donate">Donate</a></h1>
|
|
<p>Support the development of libtorrent</p>
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="c99ang@cs.umu.se">
|
|
<input type="hidden" name="item_name" value="libtorrent">
|
|
<input type="hidden" name="return" value="http://libtorrent.sf.net">
|
|
<input type="hidden" name="currency_code" value="EUR">
|
|
<input type="hidden" name="tax" value="0">
|
|
<input type="image" src="https://www.paypal.com/images/x-click-but04.gif"
|
|
border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
|
|
</form></div>
|
|
<div class="section" id="feedback">
|
|
<h1><a name="feedback">Feedback</a></h1>
|
|
<p>There's a <a class="reference" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a>, general libtorrent discussion.</p>
|
|
<p>You can usually find me as hydri in <tt class="docutils literal"><span class="pre">#btports</span> <span class="pre">@</span> <span class="pre">irc.freenode.net</span></tt>.</p>
|
|
</div>
|
|
<div class="section" id="acknowledgements">
|
|
<h1><a name="acknowledgements">Acknowledgements</a></h1>
|
|
<p>Written by Arvid Norberg. Copyright (c) 2003</p>
|
|
<p>Contributions by Magnus Jonsson, Daniel Wallin and Cory Nelson</p>
|
|
<p>Thanks to Reimond Retz for bugfixes, suggestions and testing</p>
|
|
<p>Project is hosted by sourceforge.</p>
|
|
<p><a class="reference" href="http://sourceforge.net"><img alt="sf_logo" src="http://sourceforge.net/sflogo.php?group_id=7994" /></a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|