add links to go, java and nodejs bindings and various cleanup to index.html. add paypal button

This commit is contained in:
arvidn 2016-02-25 00:27:26 -05:00
parent 842d6fbca4
commit 02ddb7ad1d
2 changed files with 43 additions and 15 deletions

View File

@ -10,7 +10,7 @@
* tutorial_
* examples_
* overview_
* `reference documentation`_
* documentation_
* contributing_
* building_
* troubleshooting_
@ -41,8 +41,10 @@ Extensions
Bindings
* `ruby bindings`_
* `python bindings`_
* python_
* java_
* go_
* node_
--------
@ -64,7 +66,7 @@ libtorrent
.. _building: building.html
.. _examples: examples.html
.. _overview: manual-ref.html
.. _`reference documentation`: reference.html
.. _documentation: reference.html
.. _troubleshooting: troubleshooting.html
.. _`tuning`: tuning.html
.. _screenshot: client_test.png
@ -85,8 +87,10 @@ libtorrent
.. _`github page`: https://github.com/arvidn/libtorrent
.. _blog: http://blog.libtorrent.org
.. _`ruby bindings`: http://libtorrent-ruby.rubyforge.org/
.. _`python bindings`: python_binding.html
.. _java: https://github.com/frostwire/frostwire-jlibtorrent/
.. _python: python_binding.html
.. _go: https://github.com/steeve/libtorrent-go
.. _node: https://github.com/fanatid/node-libtorrent
.. _`Introduction, slides`: bittorrent.pdf
@ -104,22 +108,46 @@ The main goals of libtorrent are:
* to be memory efficient
* to be very easy to use
Donate
======
Getting started
===============
Support the development of libtorrent
The tutorial_ is an introduction to using libtorrent (C++). Also see the
`reference documentation`_.
.. _`reference documentation`: reference.html
Contribute
==========
If your organization use libtorrent, please consider supporting its development.
See the contribute_ page for other ways to help out.
.. raw:: html
<span style="display:inline-block">
<a class="FlattrButton" style="display:none;" href="http://libtorrent.org"></a>
<noscript><a href="https://flattr.com/thing/95662/libtorrent" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
</span>
<span style="display:inline-block">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="ZNR45WU2PP5W2">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="libtorrent">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHosted">
<input type="image" src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-medium.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</span>
Feedback
========
Support
=======
There's a `mailing list`__, general libtorrent discussion.
Please direct questions to the `mailing list`__, general libtorrent discussion.
__ http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss

View File

@ -223,13 +223,13 @@ div.contents {
#librarySidebar {
float: left;
width: 150px;
width: 170px;
}
#libraryBody {
border-left: solid 1px #eee;
padding-left: 10px;
margin-left: 158px;
margin-left: 178px;
margin-right: 10px;
}