1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Candlewaster — F-Droid Repository</title>
- <!-- Meta -->
- <meta name="description" content="The web collective that never sleeps.">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- <meta charset="utf-8">
- <meta name="msapplication-config" content="/assets/images/meta/browserconfig.xml">
- <meta name="theme-color" content="#000000">
- <link rel="manifest" href="/assets/images/meta/manifest.json">
- <!-- Open Graph protocol -->
- <meta property="og:title" content="Candlewaster — F-Droid Repository">
- <meta property="og:type" content="website">
- <meta property="og:url" content="http://candlewaster.co/repo">
- <meta property="og:image" content="http://candlewaster.co/assets/images/meta/og-image.png">
- <meta property="og:description" content="The web collective that never sleeps.">
- <meta property="og:locale" content="en_US">
- <!-- Stylesheets -->
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Slabo+27px|Alice">
- <link rel="stylesheet" href="/assets/styles/style.css">
- <!-- Icons -->
- <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/meta/apple-touch-icon.png">
- <link rel="icon" type="image/png" href="/assets/images/meta/favicon-32x32.png" sizes="32x32">
- <link rel="icon" type="image/png" href="/assets/images/meta/favicon-16x16.png" sizes="16x16">
- <link rel="mask-icon" href="/assets/images/meta/safari-pinned-tab.svg" color="#000000">
- <link rel="shortcut icon" href="/assets/images/meta/favicon.ico">
- </head>
- <body>
- <div class="background">
- <div class="starfield"></div>
- <div class="twinkle"></div>
- <div class="clouds"></div>
- </div>
- <header>
- <div class="introduction">
- <h1>F-Droid Repo</h1>
- <div class="subheadline"><a href="https://candlewaster.co" target="_blank">Candlewaster’s</a> unofficial Android repository.</div>
- </div>
- </header>
- <section>
- <h2>What’s F-Droid?</h2>
- <div class="app-information">
- <img class="app-icon" src="/assets/images/fdroid.png">
- <div class="app-description">
- <p><a href="https://f-droid.org/" target="_blank">F-Droid</a> is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device. This repository is for projects that are not in the official F-Droid repository for miscellaneous reasons.</p>
- </div>
- </div>
- </section>
- <section>
- <h2>Adding our repository via F-Droid</h2>
- <p>In the F-Droid app, tap the menu in the upper right-hand corner of your screen (<code>⋮</code>) and select <code>Repositories</code>. Then, tap on the <code>+</code> symbol in the upper right hand corner of your screen; a prompt titled <code>Add new repository</code> should appear. Type the following url into the <code>Repository address</code> section:</p>
- <code class="repo-url">https://f-droid.candlewaster.co/</code>
- <p>Then, tap <code>Add</code>. F-Droid will add our repository to your list. Simple enough, eh?</p>
- </section>
- <section>
- <h2>Currently Hosting:</h2>
- <div class="app-information">
- <img class="app-icon" src="/assets/images/rocketchat.png">
- <div class="app-description">
- <h3><a href="https://rocket.chat/" target="_blank">Rocket.Chat</a></h3>
- <p>Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework. It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking to build and evolve their own chat platforms.</p>
- </div>
- </div>
- </section>
- <footer>
- <p>Licensed under <a href="https://notabug.org/candlewaster/candlewaster-fdroid">CC-BY-SA 4.0</a></p>
- </footer>
- </body>
- </html>
|