Onionr/onionr/static-data/www/shared/about.html

17 lines
692 B
HTML

<img src="shared/images/onionr-text.png" class="aboutLogo" alt="Onionr">
<p>Onionr is a private decentralized communication network</p>
<br>
<b>Onionr is built with:</b>
<br>
<ul>
<li><a href="https://torproject.org/">Tor</a> - Onionr routes all traffic through Tor by default</li>
<li><a href="https://stem.torproject.org/">Stem</a> - Python library to interact with Tor</li>
<li><a href="https://palletsprojects.com/p/flask/">Flask</a> - Lightweight Python web framework</li>
<li><a href="http://gevent.org">Gevent</a> - For the thread-safe WSGI servers</li>
<li><a href="https://2.python-requests.org/en/master/">Requests</a> - HTTP requests for humans</li>
</ul>