formatting fixes in client test, and made the test build when resolve countries is...
[libtorrent-kjk.git] / docs / index.rst
blob38330a01d6e1732c68a58b0906b6448b3e6c1d26
1 .. raw:: html
3    <div id="librarySidebar">
5 * download_
6 * features_
7 * `building libtorrent`_
8 * examples_
9 * `api documentation`_
10 * screenshot_
11 * `mailing list`_ (archive_)
12 * `who's using libtorrent?`_
13 * `report bugs`_
14 * `sourceforge page`_
15 * `wiki`_
17 --------
19 Extensions
21 * `extensions protocol`_
22 * `plugin interface`_
23 * `DHT extensions`_
24 * `UDP tracker protocol`_
25 * `HTTP seed`_
26 * multitracker_
28 --------
30 Bindings
32 * `ruby bindings`_
33 * `python bindings`_
35 --------
37 * `Introduction, slides`_
39 .. raw:: html
41    </div>
42    <div id="libraryBody">
44 ==========
45 libtorrent
46 ==========
48 .. _download: http://sourceforge.net/project/showfiles.php?group_id=79942
49 .. _features: features.html
50 .. _`building libtorrent`: building.html
51 .. _examples: examples.html
52 .. _`api documentation`: manual.html
53 .. _screenshot: client_test.png
54 .. _`extensions protocol`: extension_protocol.html
55 .. _`plugin interface`: libtorrent_plugins.html
56 .. _`DHT extensions`: dht_extensions.html
57 .. _`UDP tracker protocol`: udp_tracker_protocol.html
58 .. _`HTTP seed`: http://www.getright.com/seedtorrent.html
59 .. _multitracker: http://home.elp.rr.com/tur/multitracker-spec.txt
60 .. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
61 .. _archive: http://dir.gmane.org/gmane.network.bit-torrent.libtorrent
62 .. _`who's using libtorrent?`: projects.html
63 .. _`report bugs`: http://code.rasterbar.com/libtorrent/newticket
64 .. _sourceforge page: http://www.sourceforge.net/projects/libtorrent
65 .. _wiki: http://code.rasterbar.com/libtorrent
67 .. _`ruby bindings`: http://libtorrent-ruby.rubyforge.org/
68 .. _`python bindings`: python_binding.html
70 .. _`Introduction, slides`: bittorrent.pdf
72 libtorrent is a C++ library that aims to be a good alternative to all the
73 other bittorrent implementations around. It is a
74 library and not a full featured client, although it comes with a working
75 `example client`__.
77 __ client_test.html
79 The main goals of libtorrent are:
81 * to be cpu efficient
82 * to be memory efficient
83 * to be very easy to use
86 Donate
87 ======
89 Support the development of libtorrent
91 .. raw:: html
92         
93         <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
94                 <input type="hidden" name="cmd" value="_xclick">
95                 <input type="hidden" name="business" value="c99ang@cs.umu.se">
96                 <input type="hidden" name="item_name" value="libtorrent">
97                 <input type="hidden" name="return" value="http://libtorrent.sf.net">
98                 <input type="hidden" name="currency_code" value="EUR">
99                 <input type="hidden" name="tax" value="0">
100                 <input type="image" src="https://www.paypal.com/images/x-click-but04.gif"
101                         border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
102         </form>
106 Feedback
107 ========
109 There's a `mailing list`__, general libtorrent discussion.
111 __ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
113 You can usually find me as hydri in ``#libtorrent`` on ``irc.freenode.net``.
116 Acknowledgements
117 ================
119 Written by Arvid Norberg. Copyright (c) 2003-2006
121 Contributions by Magnus Jonsson, Daniel Wallin and Cory Nelson
123 Thanks to Reimond Retz for bugfixes, suggestions and testing
125 Project is hosted by sourceforge.
127 |sf_logo|__
129 .. |sf_logo| image:: http://sourceforge.net/sflogo.php?group_id=7994
130 __ http://sourceforge.net
132 .. raw:: html
134    </div>