mirror of
https://github.com/markqvist/reticulum_website.git
synced 2024-10-01 03:15:41 -04:00
36 lines
3.8 KiB
HTML
36 lines
3.8 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/water.css?v=6">
|
|
<meta charset="utf-8"/>
|
|
<title>Reticulum Network</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<p><center><div class="top_menu lang_menu"><a href="./credits_de.html">Deutsch</a> | <a href="./credits.html">English</a> | <a href="./credits_es.html">Español</a> | <a href="./credits_nl.html">Nederlands</a> | <a href="./credits_pl.html">Polski</a> | <a href="./credits_pt-br.html">Português</a> | <a href="./credits_tr.html">Türkçe</a> | <a href="./credits_jp.html">日本語</a> | <a href="./credits_zh-cn.html">简体中文</a></div><div class="top_menu"><a href="index.html">Reticulum</a> | <a href="start.html">Start</a> | <a href="hardware.html">Hardware</a> | <a href="connect.html">Testnet</a> | <a href="docs.html">Manual</a> | <a href="crypto.html">Cryptography</a> | <a href="credits.html">Credits</a> | <a href="https://github.com/markqvist/reticulum">Source</a> | <a href="donate.html">Donate</a></div></center></p>
|
|
<h1>Acknowledgements & Credits</h1>
|
|
<p>Reticulum can only exist because of the mountain of Open Source work it was built on top of, the contributions of everyone involved, and everyone that has supported the project through the years. To everyone who has helped, thank you so much.</p>
|
|
<p>A number of other modules and projects are either part of, or used by Reticulum. Sincere thanks to the authors and contributors of the following projects:</p>
|
|
<ul>
|
|
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>BSD License</em></li>
|
|
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> by <a href="https://github.com/warner">Brian Warner</a>, <em>MIT License</em></li>
|
|
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> by <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>MIT License</em></li>
|
|
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> by <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>MIT License</em></li>
|
|
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> by <a href="https://gist.github.com/nickovs">Nicko van Someren</a>, <em>Public Domain</em></li>
|
|
<li><a href="https://github.com/l-n-s/i2plib">I2Plib</a> by <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
|
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> by Chris Liechti, <em>BSD License</em></li>
|
|
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> by <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>MIT License</em></li>
|
|
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> by Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>BSD License</em></li>
|
|
<li><a href="https://github.com/benjaminp/six">Six</a> by <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>MIT License</em></li>
|
|
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> by <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
|
<li><a href="https://www.python.org">Python</a></li>
|
|
</ul>
|
|
<p>The protocol design and reference implementation for Reticulum was carried out between 2014 and 2022 by Mark Qvist.</p>
|
|
<p>The <a href="https://github.com/markqvist/reticulum">Python reference implementation of Reticulum</a> and this website is licensed under the <a href="license.html">MIT License</a>. Please <a href="donate.html">donate</a> to support the continued development.</p>
|
|
<hr />
|
|
<p><center>The Reticulum Protocol is the shared property of all people,<br/>I contribute it to the public domain.<br/><br/>Dedicated with hope and belief in the future<br/>freedom and prosperity of all,<br/>on Earth and beyond.<br/><br/>Thank You</center></p>
|
|
<hr />
|
|
</body>
|
|
</html>
|