This commit is contained in:
epoberezkin
2023-09-05 11:51:31 +00:00
parent e0f89ee1d4
commit 82974f052f
23 changed files with 9239 additions and 93 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Platforma SimpleX</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Serwis katalogowy SimpleX</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Dostęp do plików Androida</a></li>
+10 -10
View File
@@ -177,7 +177,7 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Platforma SimpleX</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Serwis katalogowy SimpleX</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Dostęp do plików Androida</a></li>
@@ -550,21 +550,21 @@ window.addEventListener('scroll',changeHeaderBg);
</head><body><section class="bg-primary-bg-light dark:bg-primary-bg-dark py-[75px] mt-[66px] px-5 lg:h-[calc(100vh-66px)] lg:max-h-[888px] lg:flex lg:items-center">
<div class="container text-black dark:text-white">
<h2 class="primary-header text-[35px] leading-[45px] md:leading-[55px] lg:text-[45px] text-center font-bold gradient-text mb-20">SimpleX Chat via F-Droid</h2>
<h2 class="primary-header text-[35px] leading-[45px] md:leading-[55px] lg:text-[45px] text-center font-bold gradient-text mb-20">SimpleX Chat na F-Droid</h2>
<div class="flex flex-col lg:flex-row gap-16 lg:gap-28">
<div class="w-full lg:w-3/5">
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-2">SimpleX Chat repo</h3>
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-2">Repo SimpleX</h3>
<div class="flex flex-col-reverse sm:flex-row gap-4">
<div>
<p class="mb-2 text-lg font-medium mt-6">Stable and beta versions built by the developers</p>
<p>To add it to your F-Droid client, <span class="hide-on-mobile">scan the QR code or</span> use this URL:</p>
<p class="mb-2 text-lg font-medium mt-6">Wersje stabilne i beta zbudowane przez deweloperów</p>
<p>Aby dodać do Twojego klienta F-Droid, <span class="hide-on-mobile">zeskanuj kod QR lub</span> użyj tego URL:</p>
<a class="mb-2 break-words text-primary-light dark:text-primary-dark block text-left rtl:text-right text-[14px] xl:text-[16px] leading-[34px] underline-offset-2" href="https://app.simplex.chat/fdroid/repo?fingerprint=9F358FF284D1F71656A2BFAF0E005DEAE6AA14143720E089F11FF2DDCFEB01BA">
<code>https://app.simplex.chat/fdroid/repo</code>
</a>
<p>
Signing key fingerprint (SHA-256):
Odcisk klucza podpisu (SHA-256):
</p><blockquote class="font-bold mt-2">
9F 35 8F F2 84 D1 F7 16 56 A2 BF AF 0E 00 5D EA E6 AA 14 14 37 20 E0 89 F1 1F F2 DD CF EB 01 BA
</blockquote>
@@ -578,11 +578,11 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
<div class="w-full lg:w-2/5">
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-6">F-Droid.org repo</h3>
<h3 class="text-grey-black dark:text-white text-[24px] lg:text-[32px] font-bold mb-6">Repo F-Droid.org</h3>
<a class="inline-block" href="https://f-droid.org/en/packages/chat.simplex.app/" target="_blank" title="SimpleX F-Droid Repository"><img class="h-[40px] w-auto" src="/img/new/f_droid.svg"></a>
<p class="mb-2 text-lg font-medium mt-6">Stable versions built by F-Droid.org</p>
<p class="mb-2">The releases to this repo are done 1-2 days later.</p>
<p class="mb-2">SimpleX Chat and F-Droid.org repositories sign builds with the different keys. To switch, please <a href="/docs/guide/chat-profiles.html#move-your-chat-profiles-to-another-device">export</a> the chat database and re-install the app.</p>
<p class="mb-2 text-lg font-medium mt-6">Wersje stabilne zbudowane przez F-Droid.org</p>
<p class="mb-2">Wydania na tym repo są 1-2 dni później.</p>
<p class="mb-2">Repozytoria SimpleX Chat i F-Droid.org mają podpisane budowy z innymi kluczami. Aby zmienić, proszę <a href="/docs/guide/chat-profiles.html#move-your-chat-profiles-to-another-device">wyeksportuj</a> bazę czatu i przeinstaluj aplikację.</p>
</div>
</div>
+1 -1
View File
@@ -177,7 +177,7 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Platforma SimpleX</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Serwis katalogowy SimpleX</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Dostęp do plików Androida</a></li>
+1 -1
View File
@@ -177,7 +177,7 @@
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Platforma SimpleX</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Serwis katalogowy SimpleX</a></li>
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Dostęp do plików Androida</a></li>