diff --git a/img/repeater.png b/img/repeater.png new file mode 100644 index 0000000000000000000000000000000000000000..28b601b3d2ddc86db0f52c71508196d99d72f57c Binary files /dev/null and b/img/repeater.png differ diff --git a/index.html b/index.html index d4b734d3adb3639ffa764985727ea9d72e5ccd72..495834913cd09f5830d525341b9bf3d13eb9b4f5 100644 --- a/index.html +++ b/index.html @@ -54,8 +54,8 @@ <p> <strong>Latest News:</strong> - <a href="download.html"> - Briar 1.0 release candidate + <a href="news/2018-1.0-released-new-funding.html"> + Briar 1.0 released, new support from OTF </a> </p> diff --git a/news/2018-1.0-released-new-funding.html b/news/2018-1.0-released-new-funding.html new file mode 100644 index 0000000000000000000000000000000000000000..f7dddda772ea49fedbbeecc60b514187ed7d3f62 --- /dev/null +++ b/news/2018-1.0-released-new-funding.html @@ -0,0 +1,162 @@ +<!DOCTYPE html> +<html> +<head> + <title>Briar - Secure P2P Messenger Releases First Version, Receives New Funding</title> + <meta charset="utf-8" /> + <meta name="description" content="Secure messaging, anywhere"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="../css/styles.css" /> +</head> +<body id="2017-beta"> + + <div id="wrapper"> + <div id="header_container"> + <div id="header"> + <a href="../index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a> + <div id="nav"> + <div id="signup"> + <div id="twitter"> + <a href="https://twitter.com/BriarApp" target="_blank" rel="noopener noreferrer"><img class="twitterbutton" src="../img/twitter.png"/></a> + </div> <!-- twitter --> + <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" target="_blank" method="get" onSubmit="submitForm()"> + <input placeholder="Email address" type="email" name="email" tabindex="2"></input> + <button name="submit" type="submit" id="signup-submit">Keep me updated</button> + </form> + <div id="signupconf">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function submitForm(){ + document.getElementById('signupform').style.display = 'none'; + document.getElementById('signupconf').style.display = 'block'; + return true; + } + //--> + </script> + </div> <!-- signup --> + <label for="menu-toggle"><img src="../img/menu.png"></label> + <input type="checkbox" id="menu-toggle"/> + <ul id="menu"> + <li><a href="../index.html" id="indexnav">Home</a></li> + <li><a href="../download.html" id="downloadnav">Download</a></li> + <li><a href="../how-it-works.html" id="hownav">How it Works</a></li> + <li><a href="../about.html" id="aboutnav">About Us</a></li> + <li><a href="../get-involved.html" id="involvednav">Get Involved</a></li> + </ul> + </div> <!-- nav --> + </div> <!-- header --> + </div> <!-- header_container --> + + <div id="container"> + <div id="content" class="news"> + <h3>Press Release</h3> + <h2>Secure P2P Messenger Releases First Version, Receives New Funding</h2> + <h5>May 9 2018</h5> + + <p> + The peer-to-peer messenger Briar released its first stable version today. + It is available for Android devices from + <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.android" rel="noopener noreferrer">Google Play</a> or + <a href="../fdroid.html">F-Droid</a>. + This release follows a <a href="2017-beta-released-security-audit.html">security audit</a> + and a 10 month public beta period during which many bugs were fixed and lots of feedback was received. + The Briar Project wishes to thank all beta testers for their contributions. + </p> + + <p> + The development of Briar will continue with help from the <a href="https://www.opentech.fund/" rel="noopener noreferrer">Open Technology Fund</a>, + which has previously supported the project as part of its mission to promote internet freedom worldwide. + New features planned for 2018 aim to address the most urgent needs of the community. + They include the ability to add contacts remotely without first verifying identities in person. + Also planned are image attachments for messages and improved battery life. + During this work, the Briar team will also lay the groundwork for an eventual desktop client. + </p> + + <p> + Lots of people have asked for an iOS version of Briar, + but bringing the P2P messenger to the iPhone is challenging, + because Apple <a href="https://code.briarproject.org/akwizgran/briar/issues/445">does not allow long-lived network connections</a> + in the background which are needed for P2P messaging. + </p> + + <p> + The German <a href="https://prototypefund.de/" rel="noopener noreferrer">Prototype Fund</a> is supporting Briar + in developing <a href="https://code.briarproject.org/goapunk/briar-repeater/tree/master#briar-repeater">a feature</a> + that will allow users to send each other messages even if they are not online at the same time. + This will increase users' reachability and further improve battery life. + </p> + + <h3>Media</h3> + + <div id="screenshots"> + <a href="../raw/screenshots/00_password.png"><img src="../raw/screenshots/00_password.png"/></a> + <a href="../raw/screenshots/01_nav_drawer.png"><img src="../raw/screenshots/01_nav_drawer.png"/></a> + <a href="../raw/screenshots/02_contact_list.png"><img src="../raw/screenshots/02_contact_list.png"/></a> + <a href="../raw/screenshots/03_private_messages.png"><img src="../raw/screenshots/03_private_messages.png"/></a> + <a href="../raw/screenshots/04_private_group.png"><img src="../raw/screenshots/04_private_group.png"/></a> + <a href="../raw/screenshots/05_blog.png"><img src="../raw/screenshots/05_blog.png"/></a> + <a href="../raw/screenshots/06_forum.png"><img src="../raw/screenshots/06_forum.png"/></a> + </div> + + <h4>Simplified Architecture</h4> + + <img src="../img/architecture-simple.png" style="width:100%;"/> + + <h4>Offline Messaging</h4> + + <img src="../img/repeater.png" style="width:100%;"/> + + <h3>About Briar</h3> + <p> + Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. + Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - 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> + Briar has received funding from <a href="https://smallmedia.org.uk">Small Media</a>, + the <a href="https://openitp.org/">Open Internet Tools Project</a>, + <a href="https://accessnow.org/">Access</a> + and the <a href="https://www.opentech.fund">Open Technology Fund</a>. + </p> + + <h3>Contact</h3> + <p>Torsten Grote <<a href="mailto:t@grobox.de">t@grobox.de</a>> [<a href="https://grobox.de/gpg/0x74DCA8A36C52F833.asc">PGP key</a>]</p> + <p>Michael Rogers <<a href="mailto:contact@briarproject.org">contact@briarproject.org</a>> [<a href="../keys/contact.asc">PGP key</a>]</p> + <p><a href="https://twitter.com/BriarApp">@BriarApp</a></p> + </div> + </div> <!-- container --> + + </div> <!-- wrapper --> + + <div class="clearboth"></div> + + <div id="footer_container"> + <div id="footer"> + <div id="signup2"> + <div id="twitter2"> + <a href="https://twitter.com/BriarApp" target="_blank"><img class="twitterbutton" src="../img/twitter.png"/></a> + </div> <!-- twitter2 --> + <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" target="_blank" method="get" onSubmit="submitForm2()"> + <input placeholder="Email address" type="email" name="email" tabindex="2"></input> + <button name="submit" type="submit" id="signup-submit2">Keep me updated</button> + </form> + <div id="signupconf2">Thanks! We'll keep you updated.</div> + <script language="JavaScript"> + <!-- + function submitForm2(){ + document.getElementById('signupform2').style.display = 'none'; + document.getElementById('signupconf2').style.display = 'block'; + return true; + } + //--> + </script> + </div> <!-- signup2 --> + <ul> + <li><a href="../copyright.html">Copyright</a></li> + <li><a href="../privacy.html">Privacy</a></li> + <li>Site design by Reflective Spaces</li> + </ul> + </div> <!-- footer --> + </div> <!-- footer_container --> +</body> +</html>