From edfdaeab4c5dbb2551a60f868276a6a779bda95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 21 Jul 2014 22:17:20 +0100 Subject: [PATCH] Update landing page text for app Replaces mentions of 'browser' with 'device', remove installation instructions, change encryption instructions to reflect situation in the app --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 13b1c19..7ef093a 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@
@@ -117,8 +117,8 @@ /relay add weechat 9001 WeeChat version 0.4.2 or higher is required.
- The communication goes directly between your browser and your WeeChat relay in plain text. Check the instructions below for help on setting up encrypted communication. - Connection settings, including your password, are saved locally in your own browser between sessions. + The communication goes directly between the app and your WeeChat relay in plain text. Check the instructions below for help on setting up encrypted communication. + Connection settings, including your password, are saved locally on your device between sessions.

Shortcuts

Glowing Bear has a few shortcuts: @@ -149,8 +149,8 @@

If you check the encryption box, the communication between browser and WeeChat will be encrypted with SSL.

-

Note: If you are using a self-signed certificate, you have to visit https://{{ host || 'weechathost' }}:{{ port || 'relayport' }}/ in your browser first to add a security exception. You can close that tab once you confirmed the certificate, no content will appear. The necessity of this process is a bug in Firefox and other browsers.

-

Setup: If you want to use an encrypted session you first have to set up the relay to use SSL. You basically have two options: a self-signed certificate is easier to set up, but requires manual security exceptions. Using a certificate that is trusted by your browser requires more setup, but does not require any security exceptions. As the process for requesting a certificate is different for every certification authority, we detail the method for setting up WeeChat with a self-signed certificate here. To create one, execute the following commands in a shell on the same host and as the user running WeeChat:

+

Note: If you are using a self-signed certificate that is not trusted by your device, you have to visit https://{{ host || 'weechathost' }}:{{ port || 'relayport' }}/ in your browser first to add a security exception. You can close it once you confirmed the certificate, no content will appear. This is a bug in the browsers.

+

Setup: If you want to use an encrypted session you first have to set up the relay to use SSL. You basically have two options: a self-signed certificate is easier to set up, but requires manual security exceptions. Using a certificate that is trusted by your device requires more setup, but does not require any security exceptions. As the process for requesting a certificate is different for every certification authority, we detail the method for setting up WeeChat with a self-signed certificate here. To create one, execute the following commands in a shell on the same host and as the user running WeeChat:

 $ mkdir -p ~/.weechat/ssl
 $ cd ~/.weechat/ssl
@@ -174,7 +174,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
           
-

Glowing bear is built by a small group of developers in their free time. As we're always trying to improve it, we would love getting your feedback and help. If that sounds like something you might enjoy, check out our project page on GitHub!

+

Glowing bear is built by a small group of developers in their free time. As we're always trying to improve it, we would love getting your feedback and help. If that sounds like something you might enjoy, check out our main project page and its mobile app spin-off on GitHub!

If you're interested in contributing or simply want to say hello, head over to #glowing-bear on freenode! We won't bite, promise (-ish).

@@ -265,7 +265,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel