mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-28 01:37:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			155 lines
		
	
	
		
			5.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			155 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("nl");
 | ||
|     
 | ||
|     languages.push("ru");
 | ||
|     
 | ||
|     </script>
 | ||
|     <!-- Basic Page Needs
 | ||
| –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | ||
| <meta charset="utf-8">
 | ||
| <title>FluffyChat - F-Droid Repository</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">FAQ</a>
 | ||
|                 <a href="https://matrix.to/#/%23fluffychat:matrix.org"  target="new" >Community</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 Repository</h1>
 | ||
| 
 | ||
| <h2 id="add-repository-to-f-droid">Add Repository to F-Droid</h2>
 | ||
| 
 | ||
| <p>Easiest way to add the Repository is to either scan the QR-Code or if you are on your phone directly click it.</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">If the QR-Code doesn’t work:</h3>
 | ||
| 
 | ||
| <p>First check if you have f-droid installed. If not you can get it from: <a href="https://f-droid.org/">https://f-droid.org/</a>.
 | ||
| After you made sure you installed it and you didn’t have it installed before you can try again the QR-Code.
 | ||
| If this still isn’t working follow the next steps:</p>
 | ||
| 
 | ||
| <ol>
 | ||
|   <li>Open the f-droid App</li>
 | ||
|   <li>Go to the <code class="language-plaintext highlighter-rouge">Settings</code> Tab in the Bottom bar</li>
 | ||
|   <li>Click the <code class="language-plaintext highlighter-rouge">Repositories</code> Action</li>
 | ||
|   <li>Click on the plus sign at the top.</li>
 | ||
|   <li>Fill in <code class="language-plaintext highlighter-rouge">https://fdroid.nordgedanken.dev</code> into the top field and <code class="language-plaintext highlighter-rouge">8E2637AEF6697CC6DD486AF044A6EE45B1A742AE3EF56566E748CDE8BC65C1FB</code> in the bottom field.</li>
 | ||
| </ol>
 | ||
| 
 | ||
| <h2 id="what-is-the-fingerprint">What is the fingerprint?</h2>
 | ||
| 
 | ||
| <p>The fingerprint of the Repository is: <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="Donate using Liberapay" src="https://liberapay.com//assets/widgets/donate.svg"></a></noscript>
 | ||
| </div>
 | ||
| 
 | ||
| <div class="spacer"> </div>
 | ||
| 
 | ||
| <div class="container">
 | ||
| 
 | ||
| <div id="footer">
 | ||
|     Languages available: (
 | ||
|     
 | ||
|     
 | ||
|     <a href="/en">en</a>
 | ||
|     
 | ||
|     
 | ||
|     
 | ||
|     <a href="/de">de</a>
 | ||
|     
 | ||
|     
 | ||
|     
 | ||
|     <a href="/es">es</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 General Public License</a> -
 | ||
|     <a href="/en/changelog.md" target="new">Changelog</a> -
 | ||
|     <a href="https://hosted.weblate.org/projects/fluffychat/" target="new">Help with translations</a> -
 | ||
|     <a href="https://christianpauly.gitlab.io/" target="new">Created by Christian Pauly</a> -
 | ||
|     <a href="/en/privacy.html">Privacy Policy</a> -
 | ||
|     <a href="https://gitlab.com/famedly/flutter/-/graphs/main" target="new">Contributors</a> -
 | ||
|     <a href="https://gitlab.com/famedly/flutter#special-thanks-to" target="new">Special thanks to</a>
 | ||
| </div>
 | ||
| 
 | ||
| </div>
 | ||
| 
 | ||
| </body>
 | ||
| </html>
 | 
