premiere-libtorrent/docs/index.rst

99 lines
2.3 KiB
ReStructuredText
Raw Normal View History

2006-08-28 02:36:00 +02:00
.. raw:: html
2006-08-28 02:36:00 +02:00
<div id="librarySidebar">
2004-01-18 20:12:18 +01:00
2006-08-28 02:36:00 +02:00
* features_
* `building libtorrent`_
* examples_
* `api documentation`_
* screenshot_
* `mailing list`_
* `who's using libtorrent?`_
* `report bugs`_
* `sourceforge page`_
2006-08-28 02:36:00 +02:00
.. raw:: html
</div>
<div id="libraryBody">
==========
libtorrent
==========
.. _features: features.html
.. _`building libtorrent`: building.html
.. _examples: examples.html
.. _`api documentation`: manual.html
.. _screenshot: client_test.png
2003-12-09 19:09:34 +01:00
.. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
.. _`who's using libtorrent?`: projects.html
2006-08-28 02:36:00 +02:00
.. _`report bugs`: http://sourceforge.net/tracker/?group_id=79942&atid=558250
.. _sourceforge page: http://www.sourceforge.net/projects/libtorrent
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
library and not a full featured client, although it comes with a working
`example client`__.
__ client_test.html
The main goals of libtorrent are:
2006-08-28 02:36:00 +02:00
* to be cpu efficient
* to be memory efficient
* to be very easy to use
2004-01-03 04:22:53 +01:00
2004-01-17 21:04:19 +01:00
Donate
======
Support the development of libtorrent
.. raw:: html
<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>
Feedback
========
2004-01-17 21:04:19 +01:00
There's a `mailing list`__, general libtorrent discussion.
__ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
You can usually find me as hydri in ``#libtorrent`` on ``irc.freenode.net``.
2004-10-13 14:14:11 +02:00
Acknowledgements
2004-10-14 03:17:04 +02:00
================
Written by Arvid Norberg. Copyright (c) 2003
2003-11-26 17:02:17 +01:00
2005-06-21 14:25:05 +02:00
Contributions by Magnus Jonsson, Daniel Wallin and Cory Nelson
2003-12-14 06:56:12 +01:00
2003-12-17 22:21:09 +01:00
Thanks to Reimond Retz for bugfixes, suggestions and testing
2003-11-26 17:02:17 +01:00
Project is hosted by sourceforge.
|sf_logo|__
.. |sf_logo| image:: http://sourceforge.net/sflogo.php?group_id=7994
__ http://sourceforge.net
2006-08-28 02:36:00 +02:00
.. raw:: html
</div>