mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-11-27 18:00:30 -05:00
37 lines
3.7 KiB
HTML
37 lines
3.7 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>
|
|
<center><div class="top_menu lang_menu">[Deutsch](./credits_de.html) | [English](./credits.html) | [Español](./credits_es.html) | [Nederlands](./credits_nl.html) | [Polski](./credits_pl.html) | [Português](./credits_pt-br.html) | [Türkçe](./credits_tr.html) | [Українська](./credits_uk.html) | [日本語](./credits_jp.html) | [简体中文](./credits_zh-cn.html)</div><div class="top_menu">[Reticulum](index_es.html) | [Empezar](start_es.html) | [Hardware](hardware_es.html) | [Conectar](connect_es.html) | [Manual](docs_es.html) | [Criptografía](crypto_es.html) | [Creditos](credits_es.html) | [Código fuente](https://github.com/markqvist/reticulum) | [Donar](donate_es.html)</div></center>
|
|
|
|
<h1>Agradecimientos y créditos</h1>
|
|
<p>Reticulum sólo puede existir gracias a la montaña de código abierto sobre la que se construyó, a las contribuciones de todos los implicados y a todos los que han apoyado el proyecto a lo largo de los años. A todos los que han ayudado, muchas gracias.</p>
|
|
<p>Otros módulos y proyectos forman parte o son utilizados por Reticulum. Nuestro más sincero agradecimiento a los autores y colaboradores de los siguientes proyectos:</p>
|
|
<ul>
|
|
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>Licencia BSD</em></li>
|
|
<li><a href="https://github.com/warner/python-pure25519">Pure-25519</a> por <a href="https://github.com/warner">Brian Warner</a>, <em>Licencia MIT</em></li>
|
|
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> por <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>Licencia MIT</em></li>
|
|
<li><a href="https://github.com/orgurar/python-aes">Python-AES</a> por <a href="https://github.com/orgurar">Or Gur Arie</a>, <em>Licencia MIT</em></li>
|
|
<li><a href="https://gist.github.com/nickovs/cc3c22d15f239a2640c185035c06f8a3#file-curve25519-py">Curve25519.py</a> por <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> por <a href="https://github.com/l-n-s">Viktor Villainov</a></li>
|
|
<li><a href="https://github.com/pyserial/pyserial">PySerial</a> por Chris Liechti, <em>Licencia BSD</em></li>
|
|
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> por <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>Licencia MIT</em></li>
|
|
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> por Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>Licencia BSD</em></li>
|
|
<li><a href="https://github.com/benjaminp/six">Six</a> por <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>Licencia MIT</em></li>
|
|
<li><a href="https://github.com/vsergeev/u-msgpack-python">Umsgpack.py</a> por <a href="https://github.com/vsergeev">Ivan A. Sergeev</a></li>
|
|
<li><a href="https://www.python.org">Python</a></li>
|
|
</ul>
|
|
<p>El diseño del protocolo y la implementación de referencia para Reticulum se llevaron a cabo entre 2014 y 2022 por Mark Qvist.</p>
|
|
<p>La <a href="https://github.com/markqvist/reticulum">referencia de la implementación de Reticulum en Python</a> y este sitio están licenciados bajo la <a href="license_es.html">Licencia Reticulum</a>. Por favor, <a href="donate_es.html">dona</a> para apoyar el desarrollo.</p>
|
|
<hr />
|
|
<center>El Protocolo de Reticulum es propiedad compartida de todas las personas,<br/>Lo contribuyo al dominio público.<br/><br/>Dedicado con esperanza y fe en el futuro<br/>libertad y prosperidad para todos,<br/>en la Tierra y más allá.<br/><br/>Gracias</center>
|
|
|
|
<hr />
|
|
</body>
|
|
</html>
|