From 1ae8fa7bfa863e95fe121e676e9b96763ab2e557 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Sun, 29 Apr 2018 17:34:27 +0100 Subject: [PATCH] Update website for 1.0 rc1. --- apk.html | 2 +- download.html | 8 ++++---- fdroid.html | 2 +- how-it-works.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apk.html b/apk.html index 2418780..2ea52a7 100644 --- a/apk.html +++ b/apk.html @@ -60,7 +60,7 @@ <img src="img/apk/unknown-sources-cropped.png"> - <p>3) Open the web browser and go to <a href="https://briarproject.org">https://briarproject.org</a>. Then go to <a href="https://briarproject.org/beta/briar.apk">https://briarproject.org/beta/briar.apk</a>.</p> + <p>3) Open the web browser and go to <a href="https://briarproject.org">https://briarproject.org</a>. Then go to <a href="https://briarproject.org/rc/briar.apk">https://briarproject.org/rc/briar.apk</a>.</p> <p>4) Confirm that you want to download the file.</p> diff --git a/download.html b/download.html index 501eb04..b108d89 100644 --- a/download.html +++ b/download.html @@ -50,18 +50,18 @@ <div id="container"> <div id="content"> <div class="full"> - <h2>Public Beta</h2> + <h2>Briar 1.0 release candidate</h2> - <p>Briar for Android is currently in <a href="news/2017-beta-released-security-audit.html">public beta</a> and is available for download from Google Play.</p> + <p>The first release candidate of Briar for Android is now available for download from Google Play. This release will become Briar 1.0 unless significant bugs are found.</p> <p> - <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.beta" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> + <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer" target="_blank"><img id="playbutton" src="img/google_play_badge_web_generic.png" alt="Get it on Google Play" border="0"/></a> <a href="fdroid.html"><img id="fdroidbutton" src="img/fdroid_badge.png" alt="Get it on F-Droid" border="0"/></a> </p> <p>If you prefer not to use Google Play, you can <a href="fdroid.html">install the app via F-Droid</a> or <a href="apk.html">download the APK file</a> directly from our site.</p> - <p>If you'd like to be informed when the final app is available, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-announce">join the announcement mailing list</a>.</p> + <p>If you'd like to be informed about Briar releases, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-announce">join the announcement mailing list</a>.</p> <p>If you're interested in getting involved or following the progress of the project, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel">join the development mailing list</a> or email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>].</p> diff --git a/fdroid.html b/fdroid.html index 4639575..c2eb3c8 100644 --- a/fdroid.html +++ b/fdroid.html @@ -64,7 +64,7 @@ <img src="img/fdroid/fdroid-add-repo-cropped.png"> - <p>5) F-Droid will update the list of available apps. When it finishes, search for <b>Briar Beta</b> in the F-Droid app.</p> + <p>5) F-Droid will update the list of available apps. When it finishes, search for <b>Briar</b> in the F-Droid app.</p> <img src="img/fdroid/fdroid-search-results-cropped.png"> diff --git a/how-it-works.html b/how-it-works.html index f836e38..e1e4e83 100644 --- a/how-it-works.html +++ b/how-it-works.html @@ -61,7 +61,7 @@ messages are synchronized directly between the users' devices. If the internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.</p> - <p>The <a href="https://briarproject.org/manual">manual</a> describes how to use Briar and the features that are available.</p> + <p>The <a href="https://briarproject.org/manual">manual</a> describes how to use Briar and the features that are available. Technical details are available on the <a href="https://code.briarproject.org/akwizgran/briar/wikis">wiki</a>.</p> <figure> <img src="img/diagram_secure.png" class="" alt="Briar"/> -- GitLab