2003-11-23 04:00:45 +01:00
<?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" >
2003-10-23 01:00:57 +02:00
< head >
2003-11-23 04:00:45 +01:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< meta name = "generator" content = "Docutils 0.3.1: http://docutils.sourceforge.net/" / >
2004-01-19 20:36:55 +01:00
< title > libtorrent< / title >
2003-11-23 04:00:45 +01:00
< link rel = "stylesheet" href = "style.css" type = "text/css" / >
2003-10-23 01:00:57 +02:00
< / head >
< body >
2004-01-19 20:36:55 +01:00
< div class = "document" id = "libtorrent" >
< h1 class = "title" > libtorrent< / h1 >
2004-01-18 20:12:18 +01:00
< table border class = "menu table" >
2003-11-23 04:00:45 +01:00
< colgroup >
2004-01-17 21:04:19 +01:00
< col width = "26%" / >
< col width = "19%" / >
< col width = "19%" / >
< col width = "15%" / >
2004-01-07 01:48:02 +01:00
< col width = "21%" / >
2003-11-23 04:00:45 +01:00
< / colgroup >
< tbody valign = "top" >
< tr > < td > < a class = "reference" href = "http://www.sourceforge.net/projects/libtorrent" > sourceforge page< / a > < / td >
2004-01-17 21:04:19 +01:00
< 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 >
2004-01-07 01:48:02 +01:00
< td > < a class = "reference" href = "libtorrent_screen.png" > screenshot< / a > < / td >
2003-12-09 19:09:34 +01:00
< td > < a class = "reference" href = "http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss" > mailing list< / a > < / td >
2003-10-23 18:55:52 +02:00
< / tr >
2003-11-23 04:00:45 +01:00
< / tbody >
2003-10-23 18:55:52 +02:00
< / table >
2003-11-23 04:00:45 +01:00
< p > libtorrent is a C++ library that aims to be a good alternative to all the
2004-01-18 20:12:18 +01:00
other bittorrent implementations around. It is a
2003-10-23 01:00:57 +02:00
library and not a full featured client, although it comes with a working
2003-11-23 04:00:45 +01:00
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 >
2003-10-23 01:00:57 +02:00
< / ul >
2003-11-23 04:00:45 +01:00
< / blockquote >
2004-01-17 21:04:19 +01:00
< 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 >
2003-11-23 04:00:45 +01:00
< div class = "section" id = "feedback" >
2004-01-07 01:48:02 +01:00
< h1 > < a name = "feedback" > Feedback< / a > < / h1 >
2004-01-17 21:04:19 +01:00
< p > There's a < a class = "reference" href = "http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss" > mailing list< / a > , general libtorrent discussion.< / p >
2003-11-23 04:00:45 +01:00
< p > You can usually find me as hydri in < tt class = "literal" > < span class = "pre" > #btports< / span > < span class = "pre" > @ < / span > < span class = "pre" > irc.freenode.net< / span > < / tt > .< / p >
< / div >
< div class = "section" id = "aknowledgements" >
2004-01-07 01:48:02 +01:00
< h1 > < a name = "aknowledgements" > Aknowledgements< / a > < / h1 >
2004-01-22 23:45:52 +01:00
< p > Written by Arvid Norberg. Copyright (c) 2003< / p >
< p > Contributions by Magnus Jonsson and Daniel Wallin< / p >
2003-12-21 18:28:27 +01:00
< p > Thanks to Reimond Retz for bugfixes, suggestions and testing< / p >
2003-11-26 17:02:17 +01:00
< 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 >
2003-11-23 04:00:45 +01:00
< / div >
< / div >
< / body >
< / html >