Update Readme and Index pages

This commit is contained in:
Kee Jefferys 2021-11-09 15:03:19 +11:00
parent fef74c9c51
commit 6df79e30ec
3 changed files with 25 additions and 37 deletions

View File

@ -13,6 +13,13 @@
h2 {
margin: .8rem 0 .4rem .6rem;
}
.paddedclass {
padding-top: 40px;
}
.QRclass {
padding-left: 20px;
}
#des {
display: block;
margin: 0 .6rem;
@ -61,35 +68,35 @@
<body>
<h2>Session F-Droid</h2>
<p id="des">
Official F-Droid repo for Session android, add it to your F-Droid client to get Session F-Droid builds and updates directly to your device. You need to have <a href="https://www.f-droid.org/en/">F-Droid</a> installed before proceeding with the following steps.
This is the Official Session F-Droid repo for Session Android, add it to your F-Droid client to receive Session F-Droid updates directly to your device. You will need to have <a href="https://www.f-droid.org/en/">F-Droid</a> installed before proceeding with the following steps.
</p>
<div class="wrap">
<div>
<h3>Add Link</h3>
<b>repository address: </b>
<b>Repository address: </b>
<br />
<code>https://fdroid.getsession.org/fdroid/repo</code>
<br />
<b>fingerprint: </b>
<b>Fingerprint: </b>
<br />
<code>DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6</code>
<br />
<b>deep link: </b>
<br />
<code>https://fdroid.getsession.org/fdroid/repo?fingerprint=DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6</code>
<br />
<br />
<p>
Open F-Droid > Settings > Repository > <b>+</b> button(add new repo), then copy paste repository address, fingerprint manually and hit <b>ok</b>. For visual demo <a href="https://www.f-droid.org/en/tutorials/add-repo/">click here</a>.
<br /><b>Or,</b><br />
Copy the deep link, go to "add new repo" on F-Droid client, it will auto detect the required fields from your clipboard.
<br /><b>Or,</b><br />
<a id="direct" href="https://fdroid.getsession.org/fdroid/repo?fingerprint=DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6"><b>just click here</b></a>
To add this repository manually <br>
Open F-Droid > Settings > Repository > <b>+</b> button and add new repo, then copy paste the repository address and fingerprint
<br /><b>
</p>
<div class="paddedclass">
<a id="direct" href="https://fdroid.getsession.org/fdroid/repo?fingerprint=DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6"><b>Deep Link</b></a>
</div>
</div>
<br /><br />
<div>
<h3>Scan QR</h3>
<div class="QRclass">
<h3>Scan QR Code</h3>
<svg viewBox="0 0 640 640" xmlns="http://www.w3.org/2000/svg">
<rect x="28.444445" y="28.444445" width="14.222222" height="14.222222" />
<rect x="42.666668" y="28.444445" width="14.222222" height="14.222222" />

View File

@ -3,7 +3,9 @@
<b>Send Messages, Not Metadata.</b>
<br>
## Session repo
This repository contains the latest Session Android APKs, which are served via our official F-Droid repository [here](https://fdroid.getsession.org/)
## Session Android Repository
[Session android](https://github.com/oxen-io/session-android)
## Session F-Droid
## Session F-Droid Repository
[https://fdroid.getsession.org/](https://fdroid.getsession.org/)

View File

@ -1,21 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fdroid Session</title>
<meta name="description" content="Fdroid Session">
</head>
<body>
This repo does not have any HTML content and is intended to be used to add the Session repository inside the F-Droid app. <br>
Please add this repository by going to Settings > Repositories > + Button and entering this URL (https://fdroid.getsession.org/fdroid/repo/?fingerprint=DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6) inside the F-Droid app. <br>
Or by clicking this <a href="https://fdroid.getsession.org/fdroid/repo?fingerprint=DB0E5297EB65CC22D6BD93C869943BDCFCB6A07DC69A48A0DD8C7BA698EC04E6">deep link</a> if you have F-Droid installed
Once added you can search for the Session app in the F-Droid store <br>
</body>
</html>