mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
Milotype croatian
This commit is contained in:
parent
f81bf35800
commit
12d12ba7e9
@ -15,7 +15,7 @@ gitlab_username: christianpauly
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
languages: [ "en", "de", "es", "nl", "ru", "tr" ]
|
||||
languages: [ "en", "de", "es", "hr", "nl", "ru", "tr" ]
|
||||
exclude_from_localizations: ["assets"]
|
||||
exclude: [ "README.md", "LICENSE"]
|
||||
assets: "/assets"
|
||||
|
39
docs/_data/hr.yml
Normal file
39
docs/_data/hr.yml
Normal file
@ -0,0 +1,39 @@
|
||||
links:
|
||||
faq: ČPP
|
||||
community: Zajednica
|
||||
gitlab: GitLab
|
||||
openstore: OpenStore
|
||||
index:
|
||||
title: Otvoren. Nekomercijalan. Simpatičan ♥
|
||||
subtitle: Razgovaraj s prijateljima na Ubuntu Touch.
|
||||
open: Otvoren
|
||||
openDesc: Program otvorenog koda. Svatko može doprinijeti razvoju programa.
|
||||
nonprofit: Nekomercijalan
|
||||
nonprofitDesc: FluffyChat je stvoren za zabavu, ne za zaradu.
|
||||
cute: Simpatičan ♥
|
||||
cuteDesc: Simpatičan dizajn s raznim postavkama tema, uključujući tamnu temu.
|
||||
chats: Privatni i grupni razgovori
|
||||
chatsDesc: Neograničen broj grupa i privatni razgovori.
|
||||
easy: Jednostavan
|
||||
easyDesc: FluffyChat pruža maksimalno pojednostavljeno sučelje.
|
||||
free: Slobodan
|
||||
freeDesc: Svatko ga smije koristiti i ne sadrži oglase.
|
||||
connective: Poveziv
|
||||
connectiveDesc: Pozovi prijatelje u FluffyChat.
|
||||
decentralized: Decentraliziran
|
||||
decentralizedDesc: Ne postoji određeni „FluffyChat poslužitelj” koji se mora koristiti. Koristi poslužitelj kojem vjeruješ ili vlastiti poslužitelj.
|
||||
compatible: Kompatibilan
|
||||
compatibleDesc: Kompatibilan s <a href="https://matrix.org/docs/projects/client/element-android.html" target="new">Element</a>, <a href="https://matrix.org/docs/projects/client/fractal.html" target="new">Fractal</a>, <a href="https://matrix.org/docs/projects/client/nheko.html" target="new">Nheko</a> i svim <a href="https://matrix.org/docs/projects/try-matrix-now.html" target="new">matrix</a> programima za slanje poruka.
|
||||
dreamTitle: Osnovna ideja FluffyChata
|
||||
dreamText: Zamisli svijet u kojem svatko može odabrati program za slanje poruka prijateljima koji mu se najviše sviđa.<br>
|
||||
Svijet u kojem tvrtke ne prate fotke koje šalješ prijateljima i ljubavnicima.<br>
|
||||
Svijet u kojem se programi stvaraju za zabavu, a ne za zaradu. ♥
|
||||
license: GNU opća javna licenca
|
||||
changelog: Dnevnik promjena
|
||||
translations: Pomogni prevesti
|
||||
created: Autor: Christian Pauly
|
||||
privacypolicy: Politika privatnosti
|
||||
contributors: Doprinositelji
|
||||
specialthanksto: Zahvale
|
||||
ubports: UB priključci
|
||||
support: Hosting usluga na poslužitelju i profesionalna podrška
|
0
docs/_site/hr/.gitkeep
Normal file
0
docs/_site/hr/.gitkeep
Normal file
160
docs/_site/hr/fdroid.html
Normal file
160
docs/_site/hr/fdroid.html
Normal file
@ -0,0 +1,160 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script>
|
||||
var languages = new Array();
|
||||
|
||||
languages.push("en");
|
||||
|
||||
languages.push("de");
|
||||
|
||||
languages.push("es");
|
||||
|
||||
languages.push("hr");
|
||||
|
||||
languages.push("nl");
|
||||
|
||||
languages.push("ru");
|
||||
|
||||
</script>
|
||||
<!-- Basic Page Needs
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta charset="utf-8">
|
||||
<title>FluffyChat – F-Droid repozitorij</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- FONT
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link href="/assets/css/font.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="/assets/css/skeleton.css">
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/custom.css">
|
||||
|
||||
<!-- JS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<script src="/assets/js/nav.js"></script>
|
||||
<script src="/assets/js/jquery-3.2.1.min.js"></script>
|
||||
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container" id="headerContainer">
|
||||
<div class="header">
|
||||
<div class="left_side">
|
||||
<a class="header_button" href="index.html"><img src="/assets/images/favicon.png"></a>
|
||||
</div>
|
||||
<div class="right_side">
|
||||
<nav id="header_main_nav">
|
||||
<a href="https://gitlab.com/famedly/fluffychat/issues" target="new">ČPP</a>
|
||||
<a href="https://matrix.to/#/%23fluffychat:matrix.org" target="new" >Zajednica</a>
|
||||
<a href="https://gitlab.com/famedly/fluffychat" target="new" >GitLab</a>
|
||||
<a href="https://liberapay.com/KrilleChritzelius/" target="new" >Liberapay</a>
|
||||
<a class="header_button" rel="me" href="https://metalhead.club/@krille" target="new"><img src="/assets/images/mastodon.png"></a>
|
||||
</nav>
|
||||
<a id="header_toggle_mobile" class="header_button"><img src="/assets/images/menu.svg"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<h1 id="f-droid-repository">F-Droid repozitorij</h1>
|
||||
|
||||
<h2 id="add-repository-to-f-droid">Dodaj repozitorij u F-Droid</h2>
|
||||
|
||||
<p>Najjednostavniji način za dodavanje repozitorija: snimi QR kod ili ga dodirni izravno na mobitelu.</p>
|
||||
|
||||
<a href="fdroidrepos://fdroid.nordgedanken.dev/?fingerprint=8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB" >
|
||||
<img src="/assets/images/qr-code.svg" width="300" height="300"/>
|
||||
</a>
|
||||
|
||||
<h3 id="if-the-qr-code-doesnt-work">Ako QR kod ne radi:</h3>
|
||||
|
||||
<p>Provjeri je li f-droid instaliran. Ako nije, preuzmi ga s: <a href="https://f-droid.org/">https://f-droid.org/</a>.
|
||||
Nakon instaliranja (ako prethodno nije bio instaliran) ponovo pokušaj snimiti QR kod.
|
||||
Ako i dalje ne radi, slijedi sljedeće korake:</p>
|
||||
|
||||
<ol>
|
||||
<li>Otvori program f-droid</li>
|
||||
<li>Idi na karticu <code class="language-plaintext highlighter-rouge">Postavke</code> u donjoj traci</li>
|
||||
<li>Pritisni <code class="language-plaintext highlighter-rouge">Repozitoriji</code></li>
|
||||
<li>Pritisni znak plus.</li>
|
||||
<li>Upiši <code class="language-plaintext highlighter-rouge">https://fdroid.nordgedanken.dev</code> u gornje polje i <code class="language-plaintext highlighter-rouge">8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB</code> u donje polje.</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="what-is-the-fingerprint">Kako glasi digitalni otisak?</h2>
|
||||
|
||||
<p>Digitalni otisak repozitorija je: <code class="language-plaintext highlighter-rouge">8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB</code></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
|
||||
<div class="centered">
|
||||
<script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
|
||||
<noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Doniraj putem Liberapay" src="https://liberapay.com//assets/widgets/donate.svg"></a></noscript>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div id="footer">
|
||||
Dostupni jezici: (
|
||||
|
||||
|
||||
<a href="/en">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
|
||||
<a href="/es">es</a>
|
||||
|
||||
|
||||
|
||||
<a href="/hr">hr</a>
|
||||
|
||||
|
||||
|
||||
<a href="/nl">nl</a>
|
||||
|
||||
|
||||
|
||||
<a href="/ru">ru</a>
|
||||
|
||||
|
||||
)
|
||||
<br/>
|
||||
<a href="https://gitlab.com/famedly/flutter/-/blob/main/LICENSE" target="new">GNU opća javna licenca</a> -
|
||||
<a href="/en/changelog.md" target="new">Dnevnik promjena</a> -
|
||||
<a href="https://hosted.weblate.org/projects/fluffychat/" target="new">Pomogni prevesti</a> -
|
||||
<a href="https://christianpauly.gitlab.io/" target="new">Autor: Christian Pauly</a> -
|
||||
<a href="/en/privacy.html">Politika privatnosti</a> -
|
||||
<a href="https://gitlab.com/famedly/flutter/-/graphs/main" target="new">Doprinositelji</a> -
|
||||
<a href="https://gitlab.com/famedly/flutter#special-thanks-to" target="new">Zahvale</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
243
docs/_site/hr/index.html
Normal file
243
docs/_site/hr/index.html
Normal file
@ -0,0 +1,243 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script>
|
||||
var languages = new Array();
|
||||
|
||||
languages.push("en");
|
||||
|
||||
languages.push("de");
|
||||
|
||||
languages.push("es");
|
||||
|
||||
languages.push("hr");
|
||||
|
||||
languages.push("nl");
|
||||
|
||||
languages.push("ru");
|
||||
|
||||
</script>
|
||||
<!-- Basic Page Needs
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta charset="utf-8">
|
||||
<title>FluffyChat – Javna web-stranica</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- FONT
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link href="/assets/css/font.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="stylesheet" href="/assets/css/normalize.css">
|
||||
<link rel="stylesheet" href="/assets/css/skeleton.css">
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/custom.css">
|
||||
|
||||
<!-- JS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<script src="/assets/js/nav.js"></script>
|
||||
<script src="/assets/js/jquery-3.2.1.min.js"></script>
|
||||
|
||||
<!-- Favicon
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container" id="headerContainer">
|
||||
<div class="header">
|
||||
<div class="left_side">
|
||||
<a class="header_button" href="index.html"><img src="/assets/images/favicon.png"></a>
|
||||
</div>
|
||||
<div class="right_side">
|
||||
<nav id="header_main_nav">
|
||||
<a href="https://gitlab.com/famedly/fluffychat/issues" target="new">ČPP</a>
|
||||
<a href="https://matrix.to/#/%23fluffychat:matrix.org" target="new" >Zajednica</a>
|
||||
<a href="https://gitlab.com/famedly/fluffychat" target="new" >GitLab</a>
|
||||
<a href="https://liberapay.com/KrilleChritzelius/" target="new" >Liberapay</a>
|
||||
<a class="header_button" rel="me" href="https://metalhead.club/@krille" target="new"><img src="/assets/images/mastodon.png"></a>
|
||||
</nav>
|
||||
<a id="header_toggle_mobile" class="header_button"><img src="/assets/images/menu.svg"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="content">
|
||||
<img src="/assets/images/banner.png" id="banner" />
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="one-half column paddingColumn" id="titleColumn">
|
||||
<h3>Otvoren. Nekomercijalan. Simpatičan ♥</h3>
|
||||
<b>Android:</b><br />
|
||||
<a href="https://play.google.com/store/apps/details?id=chat.fluffy.fluffychat" target="new"><img
|
||||
alt="Get it from PlayStore" style="height: 50px;" class="animated bounceIn"
|
||||
src="/assets/images/google-play-badge.png" /></a>
|
||||
<a href="/en/fdroid.html"><img alt="Get it from F-Droid" style="height: 50px;"
|
||||
class="animated bounceIn" src="/assets/images/fdroid_button.png" /></a><br />
|
||||
<b>iPhone:</b><br />
|
||||
<a href="https://testflight.apple.com/join/hL6Tyyaj" target="new"><img alt="Get it from the AppStore"
|
||||
style="height: 50px;" class="animated bounceIn"
|
||||
src="/assets/images/appstore-badge.png" /></a><br />
|
||||
<b>Ubuntu Touch:</b><br />
|
||||
<a href="https://open-store.io/app/fluffychat.christianpauly" target="new"><img
|
||||
style="height: 50px;width: auto;" class="buttonImage animated bounceIn"
|
||||
src="/assets/images/downloadButton.jpg" /></a><br />
|
||||
<b>Linux:</b><br />
|
||||
<a href="https://flathub.org/apps/details/im.fluffychat.Fluffychat" target="new"><img alt="Get it from FlatHub"
|
||||
style="height: 50px;" src="https://flathub.org/assets/badges/flathub-badge-en.png" /></a>
|
||||
<a href="https://snapcraft.io/fluffychat" target="new"><img alt="Get it from the Snap Store"
|
||||
style="height: 50px;"
|
||||
src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" /></a><br />
|
||||
<b>Preglednik:</b><br />
|
||||
<a href="https://web.fluffychat.im" id="browserbutton" target="new"><img alt="Open in "
|
||||
style="height: 42px; padding: 5px;" class="animated bounceIn"
|
||||
src="/assets/images/browser.png" />
|
||||
<p>Otvori u pregledniku</p>
|
||||
</a><br />
|
||||
</div>
|
||||
<div class="one-half column gridItem">
|
||||
<img id="screenshot" src="/assets/images/product-mini.png"
|
||||
class="article_image animated bounceInRight" />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
<div class="row">
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/open.svg" class="article_image" />
|
||||
<p><b>Otvoren</b><br>
|
||||
Program otvorenog koda. Svatko može doprinijeti razvoju programa.</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/nonprofit.svg" class="article_image" />
|
||||
<p>
|
||||
<b>Nekomercijalan</b><br>
|
||||
FluffyChat je stvoren za zabavu, ne za zaradu.
|
||||
</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/cute.svg" class="article_image" />
|
||||
<p><b>Simpatičan ♥</b><br>
|
||||
Simpatičan dizajn s raznim postavkama tema, uključujući tamnu temu.
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/chats.svg" class="article_image" />
|
||||
<p><b>Privatni i grupni razgovori</b><br>
|
||||
Neograničen broj grupa i privatni razgovori.
|
||||
</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/easy.svg" class="article_image" />
|
||||
<p><b>Jednostavan</b><br>
|
||||
FluffyChat pruža maksimalno pojednostavljeno sučelje.
|
||||
</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/free.svg" class="article_image" />
|
||||
<p><b>Slobodan</b><br>
|
||||
Svatko ga smije koristiti i ne sadrži oglase.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/connective.svg" class="article_image" />
|
||||
<p><b>Poveziv</b><br>
|
||||
Pozovi prijatelje u FluffyChat.
|
||||
</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/decentralized.svg" class="article_image" />
|
||||
<p><b>Decentraliziran</b><br>
|
||||
Ne postoji jedan „FluffyChat poslužitelj” koji se mora koristiti. Koristi poslužitelj kojem vjeruješ ili vlastiti poslužitelj.
|
||||
</p>
|
||||
</div>
|
||||
<div class="one-third column gridItem">
|
||||
<img src="/assets/images/compatible.svg" class="article_image" />
|
||||
<p><b>Kompatibilan</b><br>
|
||||
Kompatibilan s <a href="https://matrix.org/docs/projects/client/element-android.html" target="new">Element</a>, <a href="https://matrix.org/docs/projects/client/fractal.html" target="new">Fractal</a>, <a href="https://matrix.org/docs/projects/client/nheko.html" target="new">Nheko</a> i svim <a href="https://matrix.org/docs/projects/try-matrix-now.html" target="new">matrix</a> programima za slanje poruka.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
<div class="row">
|
||||
<div class="one-third column">
|
||||
<img class="article_image" src="/assets/images/if_50-_couple-lesbian-love-head-to-head-1_3011618.png" />
|
||||
</div>
|
||||
<div class="two-thirds column paddingColumn">
|
||||
<h3>Osnovna ideja FluffyChata</h3>
|
||||
<p>Zamisli svijet u kojem svatko može odabrati program za slanje poruka prijateljima koji mu se najviše sviđa.<br>Svijet u kojem nema tvrtki koje prate fotke koje šalješ prijateljima i ljubavnicima.<br>Svijet u kojem se programi stvaraju za zabavu, a ne za zaradu. ♥
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
|
||||
<div class="centered">
|
||||
<script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
|
||||
<noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Donate using Liberapay" src="https://liberapay.com//assets/widgets/donate.svg"></a></noscript>
|
||||
</div>
|
||||
|
||||
<div class="spacer"> </div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div id="footer">
|
||||
Dostupni jezici: (
|
||||
|
||||
|
||||
<a href="/en">en</a>
|
||||
|
||||
|
||||
|
||||
<a href="/de">de</a>
|
||||
|
||||
|
||||
|
||||
<a href="/es">es</a>
|
||||
|
||||
|
||||
|
||||
<a href="/hr">hr</a>
|
||||
|
||||
|
||||
|
||||
<a href="/nl">nl</a>
|
||||
|
||||
|
||||
|
||||
<a href="/ru">ru</a>
|
||||
|
||||
|
||||
)
|
||||
<br/>
|
||||
<a href="https://gitlab.com/famedly/flutter/-/blob/main/LICENSE" target="new">GNU opća javna licenca</a> -
|
||||
<a href="/en/changelog.md" target="new">Dnevnik promjena</a> -
|
||||
<a href="https://hosted.weblate.org/projects/fluffychat/" target="new">Pomogni prevesti</a> -
|
||||
<a href="https://christianpauly.gitlab.io/" target="new">Autor: Christian Pauly</a> -
|
||||
<a href="/en/privacy.html">Politika privatnosti</a> -
|
||||
<a href="https://gitlab.com/famedly/flutter/-/graphs/main" target="new">Doprinositelji</a> -
|
||||
<a href="https://gitlab.com/famedly/flutter#special-thanks-to" target="new">Zahvale</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
0
docs/hr/.gitkeep
Normal file
0
docs/hr/.gitkeep
Normal file
62
docs/hr/fdroid.md
Normal file
62
docs/hr/fdroid.md
Normal file
@ -0,0 +1,62 @@
|
||||
---
|
||||
layout: default
|
||||
title: F-Droid repozitorij
|
||||
lang: hr
|
||||
---
|
||||
# F-Droid repozitorij
|
||||
|
||||
## Dodaj repozitorij u F-Droid
|
||||
|
||||
Najjednostavniji način za dodavanje repozitorija: snimi QR kod ili dodirni repozitorij izravno na mobitelu.
|
||||
|
||||
{::nomarkdown}
|
||||
<a href="fdroidrepos://fdroid.fluffychat.im/?fingerprint=8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB" >
|
||||
<img src="{{site.assets}}/images/qr-code.svg" width="300" height="300"/>
|
||||
</a>
|
||||
{:/}
|
||||
|
||||
|
||||
### Ako QR kod ne radi:
|
||||
|
||||
Provjeri je li f-droid instaliran. Ako nije, preuzmi ga s: [https://f-droid.org/](https://f-droid.org/).
|
||||
Nakon instaliranja (ako prethodno nije bio instaliran) ponovo pokušaj snimiti QR kod.
|
||||
Ako i dalje ne radi, slijedi sljedeće korake:
|
||||
|
||||
1. Otvori program f-droid
|
||||
2. Idi na karticu `Postavke` u donjoj traci
|
||||
3. Dodirni `Repozitoriji`
|
||||
4. Dodirni znak plus.
|
||||
5. Upiši `https://fdroid.fluffychat.im` u gornje polje i `8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB` u donje polje.
|
||||
|
||||
## Kako glasi digitalni otisak?
|
||||
|
||||
Digitalni otisak repozitorija je: `8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB`
|
||||
|
||||
# Repozitorij noćnih verzija
|
||||
|
||||
## Dodaj repozitorij u F-Droid
|
||||
|
||||
Najjednostavniji način za dodavanje repozitorija: snimi QR kod ili dodirni repozitorij izravno na mobitelu.
|
||||
|
||||
{::nomarkdown}
|
||||
<a href="fdroidrepos://nightly.fdroid.fluffychat.im/?fingerprint=21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D" >
|
||||
<img src="{{site.assets}}/images/qr-code-nightly.svg" width="300" height="300"/>
|
||||
</a>
|
||||
{:/}
|
||||
|
||||
|
||||
### Ako QR kod ne radi:
|
||||
|
||||
Provjeri je li f-droid instaliran. Ako nije, preuzmi ga s: [https://f-droid.org/](https://f-droid.org/).
|
||||
Nakon instaliranja (ako prethodno nije bio instaliran) ponovo pokušaj snimiti QR kod.
|
||||
Ako i dalje ne radi, slijedi sljedeće korake:
|
||||
|
||||
1. Otvori f-droid program
|
||||
2. Idi na karticu `Postavke` u donjoj traci
|
||||
3. Dodirni `Repozitoriji`
|
||||
4. Dodirni znak plus.
|
||||
5. Upiši `https://fdroid.fluffychat.im` u gornje polje i `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D` u donje polje.
|
||||
|
||||
## Kako glasi digitalni otisak?
|
||||
|
||||
Digitalni otisak repozitorija je: `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D`
|
6
docs/hr/index.html
Normal file
6
docs/hr/index.html
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Javna web-stranica
|
||||
lang: hr
|
||||
---
|
||||
{% include index.html %}
|
Loading…
Reference in New Issue
Block a user