doc: minor changes

This commit is contained in:
Naim A 2017-10-02 18:09:08 +03:00
parent 6afc76942a
commit 3918242342
No known key found for this signature in database
GPG key ID: FD7948915D9EF8B9
3 changed files with 6 additions and 5 deletions

View file

@ -38,4 +38,4 @@ And finally:
UDPT was developed by [Naim A.](http://www.github.com/naim94a) at for fun at his free time. UDPT was developed by [Naim A.](http://www.github.com/naim94a) at for fun at his free time.
The development started on November 20th, 2012. The development started on November 20th, 2012.
If you find the project useful, please consider a donation to the following bitcoin address: <a href="bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3">1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3</a>. If you find the project useful, please consider a donation to the following bitcoin address: <a href="bitcoin://1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3">1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3</a>.

View file

@ -80,7 +80,7 @@ html_show_sourcelink = False
# documentation. # documentation.
# #
html_theme_options = { html_theme_options = {
'canonical_url': 'https://naim94a.github.io/udpt', 'canonical_url': 'https://naim94a.github.io/udpt/',
} }
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,

View file

@ -14,7 +14,7 @@ UDPT
udpt.conf udpt.conf
restapi.rst restapi.rst
UDPT is a lightweight UDP torrent tracker written in C++, it implements BEP15_ of the BitTorrent protocol. UDPT_ is a lightweight UDP torrent tracker written in C++, it implements BEP15_ of the BitTorrent protocol.
This project was developed with simplicity and security in mind. This project was developed with simplicity and security in mind.
Unlike most tracker, UDPT will save you bandwidth from all that TCP overhead. Unlike most tracker, UDPT will save you bandwidth from all that TCP overhead.
@ -44,14 +44,15 @@ Feel free to submit `issues <https://github.com/naim94a/udpt/issues>`_, `PRs <ht
.. seealso:: `CONTRIBUTING <https://github.com/naim94a/udpt/blob/master/.github/CONTRIBUTING.md>`_ .. seealso:: `CONTRIBUTING <https://github.com/naim94a/udpt/blob/master/.github/CONTRIBUTING.md>`_
.. image:: _static/bitcoin-qr.png .. image:: _static/bitcoin-qr.png
:alt: bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 :alt: bitcoin://1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3
`bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 <bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3>`_ `bitcoin:1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3 <bitcoin://1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3>`_
Author Author
------ ------
UDPT's development started November 20th, 2012 by Naim A. (`@naim94a`_). UDPT's development started November 20th, 2012 by Naim A. (`@naim94a`_).
.. _UDPT: https://github.com/naim94a/udpt
.. _BEP15: http://www.bittorrent.org/beps/bep_0015.html .. _BEP15: http://www.bittorrent.org/beps/bep_0015.html
.. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.en.html .. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.en.html
.. _BOOST LICENSE: http://www.boost.org/LICENSE_1_0.txt .. _BOOST LICENSE: http://www.boost.org/LICENSE_1_0.txt