mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			161 lines
		
	
	
		
			5.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			161 lines
		
	
	
		
			5.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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>
 |