mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-11-28 10:20:40 -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_tr.html) | [Başlat](start_tr.html) | [Donanım](hardware_tr.html) | [Bağlan](connect_tr.html) | [Kılavuz](docs_tr.html) | [Şifreleme](crypto_tr.html) | [Hakkında](credits_tr.html) | [Kaynak](https://github.com/markqvist/reticulum) | [Destekle](donate_tr.html)</div></center>
|
||
|
||
<h1>Teşekkürler & Saygılar</h1>
|
||
<p>Reticulum, üzerine inşa edildiği Açık Kaynak çalışmalarının dağının ve yıllar boyunca projeye destek olan herkesin katkıları sayesinde var olabilir. Yardım eden herkese çok teşekkür ederiz.</p>
|
||
<p>Reticulum'a ait birçok diğer modül ve proje ya Reticulum'un bir parçasıdır ya da onun tarafından kullanılmaktadır. Aşağıdaki projelerin yazarlarına ve katkıda bulunanlarına içten teşekkürler:</p>
|
||
<ul>
|
||
<li><a href="https://github.com/pyca/cryptography">PyCA/cryptography</a>, <em>BSD Lisansı</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 Lisansı</em></li>
|
||
<li><a href="https://github.com/thomdixon/pysha2">Pysha2</a> by <a href="https://github.com/thomdixon">Thom Dixon</a>, <em>MIT Lisansı</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 Lisansı</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>Genel Kamu Malı</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 Lisansı</em></li>
|
||
<li><a href="https://github.com/al45tair/netifaces">Netifaces</a> by <a href="https://github.com/al45tair">Alastair Houghton</a>, <em>MIT Lisansı</em></li>
|
||
<li><a href="https://github.com/DiffSK/configobj">Configobj</a> by Michael Foord, Nicola Larosa, Rob Dennis & Eli Courtwright, <em>BSD Lisansı</em></li>
|
||
<li><a href="https://github.com/benjaminp/six">Six</a> by <a href="https://github.com/benjaminp">Benjamin Peterson</a>, <em>MIT Lisansı</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>Reticulum'un protokol tasarımı ve referans uygulaması, 2014 ile 2022 yılları arasında Mark Qvist tarafından gerçekleştirildi.</p>
|
||
<p><a href="https://github.com/markqvist/reticulum">Reticulum'un Python referans uygulaması</a> ve bu web sitesi <a href="license.html">Reticulum Lisansı</a> altında lisanslanmıştır. Lütfen devam eden geliştirmeyi desteklemek için <a href="donate_tr.html">bağış</a> yapın.</p>
|
||
<hr />
|
||
<center>Reticulum Protokolü, tüm insanların ortak mülkiyetidir,<br/>O toplumsal alana katkıda bulunmak için üretildi.<br/><br/>Gelecekteki özgürlük ve refah<br/>umut ve inancıyla oluşturuldu,<br/>Dünya ve ötesinde.<br/><br/>Hepinize Teşekkür Ederim</center>
|
||
|
||
<hr />
|
||
</body>
|
||
</html>
|