2014-01-10 06:41:45 +01:00
|
|
|
%(head_prefix)s
|
|
|
|
%(head)s
|
2015-05-12 08:23:14 +02:00
|
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
2014-01-10 06:41:45 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
/* <![CDATA[ */
|
|
|
|
(function() {
|
|
|
|
var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
|
|
|
|
s.type = 'text/javascript';
|
|
|
|
s.async = true;
|
|
|
|
s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
|
|
|
|
t.parentNode.insertBefore(s, t);
|
|
|
|
})();
|
|
|
|
/* ]]> */
|
|
|
|
</script>
|
|
|
|
%(stylesheet)s
|
2015-05-12 08:23:14 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="rst.css" />
|
2014-01-10 06:41:45 +01:00
|
|
|
<style type="text/css">
|
|
|
|
/* Hides from IE-mac \*/
|
|
|
|
* html pre { height: 1%%; }
|
|
|
|
/* End hide from IE-mac */
|
|
|
|
</style>
|
|
|
|
%(body_prefix)s
|
|
|
|
<div id="container">
|
2017-01-27 02:58:45 +01:00
|
|
|
<a href="index.html"><table id="header">
|
2014-10-14 18:36:06 +02:00
|
|
|
<tr><td id="orange"></td>
|
|
|
|
<td id="logo">libtorrent</td></tr>
|
2017-01-27 02:58:45 +01:00
|
|
|
</table></a>
|
2014-01-10 06:41:45 +01:00
|
|
|
<div id="main">
|
|
|
|
|
2015-03-22 05:34:11 +01:00
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" type="text/javascript"></script>
|
2014-01-10 06:41:45 +01:00
|
|
|
<!-- libtorrent, 728x90, created 11/12/08 -->
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style="display:inline-block;width:728px;height:90px"
|
|
|
|
data-ad-client="ca-pub-6034671648887442"
|
|
|
|
data-ad-slot="7139164174"></ins>
|
|
|
|
<script>
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
%(body_pre_docinfo)s
|
|
|
|
%(docinfo)s
|
|
|
|
%(body)s
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-10-14 18:36:06 +02:00
|
|
|
|
|
|
|
<div id="gradient"></div>
|
|
|
|
<div id="footer">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td><a href="index.html">home</a></td>
|
|
|
|
<td><a href="http://blog.libtorrent.org">blog</a></td>
|
|
|
|
<td><a href="utp.html">uTP</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://sourceforge.net/projects/libtorrent/files/libtorrent/">download</a></td>
|
|
|
|
<td><a href="reference.html">documentation</a></td>
|
|
|
|
<td><a href="dht_store.html">DHT put extension</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="https://sourceforge.net/projects/libtorrent/files/py-libtorrent/">python bindings</a></td>
|
|
|
|
<td><a href="features.html">features</a></td>
|
|
|
|
<td><a href="dht_sec.html">DHT security extension</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="http://dir.gmane.org/gmane.network.bit-torrent.libtorrent">mailing list archive</a></td>
|
|
|
|
<td><a href="contributing.html">contributing</a></td>
|
|
|
|
<td><a href="streaming.html">streaming</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="http://code.google.com/p/libtorrent/issues/entry">report a bug</a></td>
|
|
|
|
<td><a href="building.html">building</a></td>
|
|
|
|
<td><a href="bittorrent.pdf">bittorrent slides</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2014-01-10 06:41:45 +01:00
|
|
|
</div>
|
2015-03-22 05:34:11 +01:00
|
|
|
<div id="filler"></div>
|
2014-10-14 18:36:06 +02:00
|
|
|
|
2014-01-10 06:41:45 +01:00
|
|
|
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
_uacct = "UA-1599045-1";
|
|
|
|
urchinTracker();
|
|
|
|
</script>
|
|
|
|
%(body_suffix)s
|