advertize troubleshooting chart on front-page
This commit is contained in:
parent
cd4adae4ed
commit
43c8805c81
|
@ -51,6 +51,7 @@
|
||||||
<li><a class="reference external" href="examples.html">examples</a></li>
|
<li><a class="reference external" href="examples.html">examples</a></li>
|
||||||
<li><a class="reference external" href="manual-ref.html">library overview</a></li>
|
<li><a class="reference external" href="manual-ref.html">library overview</a></li>
|
||||||
<li><a class="reference external" href="reference.html">reference documentation</a></li>
|
<li><a class="reference external" href="reference.html">reference documentation</a></li>
|
||||||
|
<li><a class="reference external" href="troubleshooting.html">troubleshooting issues</a></li>
|
||||||
<li><a class="reference external" href="tuning.html">tuning</a></li>
|
<li><a class="reference external" href="tuning.html">tuning</a></li>
|
||||||
<li><a class="reference external" href="client_test.png">screenshot</a></li>
|
<li><a class="reference external" href="client_test.png">screenshot</a></li>
|
||||||
<li><a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a> (<a class="reference external" href="http://dir.gmane.org/gmane.network.bit-torrent.libtorrent">archive</a>)</li>
|
<li><a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a> (<a class="reference external" href="http://dir.gmane.org/gmane.network.bit-torrent.libtorrent">archive</a>)</li>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* examples_
|
* examples_
|
||||||
* `library overview`_
|
* `library overview`_
|
||||||
* `reference documentation`_
|
* `reference documentation`_
|
||||||
|
* `troubleshooting issues`_
|
||||||
* `tuning`_
|
* `tuning`_
|
||||||
* screenshot_
|
* screenshot_
|
||||||
* `mailing list`_ (archive_)
|
* `mailing list`_ (archive_)
|
||||||
|
@ -61,6 +62,7 @@ libtorrent
|
||||||
.. _examples: examples.html
|
.. _examples: examples.html
|
||||||
.. _`library overview`: manual-ref.html
|
.. _`library overview`: manual-ref.html
|
||||||
.. _`reference documentation`: reference.html
|
.. _`reference documentation`: reference.html
|
||||||
|
.. _`troubleshooting issues`: troubleshooting.html
|
||||||
.. _`tuning`: tuning.html
|
.. _`tuning`: tuning.html
|
||||||
.. _screenshot: client_test.png
|
.. _screenshot: client_test.png
|
||||||
.. _`uTP`: utp.html
|
.. _`uTP`: utp.html
|
||||||
|
|
|
@ -28,6 +28,7 @@ TARGETS = index \
|
||||||
client_test \
|
client_test \
|
||||||
building \
|
building \
|
||||||
features \
|
features \
|
||||||
|
troubleshooting \
|
||||||
contributing\
|
contributing\
|
||||||
examples \
|
examples \
|
||||||
extension_protocol \
|
extension_protocol \
|
||||||
|
@ -42,6 +43,9 @@ TARGETS = index \
|
||||||
|
|
||||||
FIGURES = read_disk_buffers write_disk_buffers troubleshooting
|
FIGURES = read_disk_buffers write_disk_buffers troubleshooting
|
||||||
|
|
||||||
|
troubleshooting_thumb.png: troubleshooting.png
|
||||||
|
convert troubleshooting.png -resize 800x800 troubleshooting_thumb.png
|
||||||
|
|
||||||
html: $(TARGETS:=.html) $(FIGURES:=.png) todo.html
|
html: $(TARGETS:=.html) $(FIGURES:=.png) todo.html
|
||||||
|
|
||||||
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
pdf: $(TARGETS:=.pdf) $(FIGURES:=.eps)
|
||||||
|
|
|
@ -0,0 +1,73 @@
|
||||||
|
<?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.10: http://docutils.sourceforge.net/" />
|
||||||
|
<title>libtorrent manual</title>
|
||||||
|
<meta name="author" content="Arvid Norberg, arvid@rasterbar.com" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/base.css" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="../../css/rst.css" />
|
||||||
|
<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>
|
||||||
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||||
|
<style type="text/css">
|
||||||
|
/* Hides from IE-mac \*/
|
||||||
|
* html pre { height: 1%; }
|
||||||
|
/* End hide from IE-mac */
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="document" id="libtorrent-manual">
|
||||||
|
<div id="container">
|
||||||
|
<div id="headerNav">
|
||||||
|
<ul>
|
||||||
|
<li class="first"><a href="/">Home</a></li>
|
||||||
|
<li><a href="../../products.html">Products</a></li>
|
||||||
|
<li><a href="../../contact.html">Contact</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="header">
|
||||||
|
<div id="orange"></div>
|
||||||
|
<div id="logo"></div>
|
||||||
|
</div>
|
||||||
|
<div id="main">
|
||||||
|
<h1 class="title">libtorrent manual</h1>
|
||||||
|
<table class="docinfo" frame="void" rules="none">
|
||||||
|
<col class="docinfo-name" />
|
||||||
|
<col class="docinfo-content" />
|
||||||
|
<tbody valign="top">
|
||||||
|
<tr><th class="docinfo-name">Author:</th>
|
||||||
|
<td>Arvid Norberg, <a class="last reference external" href="mailto:arvid@rasterbar.com">arvid@rasterbar.com</a></td></tr>
|
||||||
|
<tr><th class="docinfo-name">Version:</th>
|
||||||
|
<td>1.0.0</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<p>The following troubleshooting chart may help in finding out why torrents fail
|
||||||
|
to download. It is not complete, please submit suggestions via mail to
|
||||||
|
<a class="reference external" href="mailto:arvid@rasterbar.com">arvid@rasterbar.com</a> or to the <a class="reference external" href="http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss">mailing list</a>. Ideally in the form of patches
|
||||||
|
against <tt class="docutils literal">docs/troubleshooting.dot</tt>.</p>
|
||||||
|
<p><a class="reference external" href="troubleshooting.png"><img alt="thumb" src="troubleshooting_thumb.png" /></a></p>
|
||||||
|
</div>
|
||||||
|
<div id="footer">
|
||||||
|
<span>Copyright © 2005-2013 Rasterbar Software.</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
_uacct = "UA-1599045-1";
|
||||||
|
urchinTracker();
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,24 @@
|
||||||
|
=================
|
||||||
|
libtorrent manual
|
||||||
|
=================
|
||||||
|
|
||||||
|
:Author: Arvid Norberg, arvid@rasterbar.com
|
||||||
|
:Version: 1.0.0
|
||||||
|
|
||||||
|
.. contents:: Table of contents
|
||||||
|
:depth: 2
|
||||||
|
:backlinks: none
|
||||||
|
|
||||||
|
The following troubleshooting chart may help in finding out why torrents fail
|
||||||
|
to download. It is not complete, please submit suggestions via mail to
|
||||||
|
arvid@rasterbar.com or to the `mailing list`_. Ideally in the form of patches
|
||||||
|
against ``docs/troubleshooting.dot``.
|
||||||
|
|
||||||
|
.. _`mailing list`: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
||||||
|
|
||||||
|
|thumb|__
|
||||||
|
|
||||||
|
__ troubleshooting.png
|
||||||
|
|
||||||
|
.. |thumb| image:: troubleshooting_thumb.png
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Reference in New Issue