Attempt at tidying up the landing page slightly

with-route-provider
Tor Hveem 12 years ago
parent a9d469867a
commit d1ab293b4b
  1. 4
      index.html

@ -29,7 +29,6 @@
WeeChat web frontend WeeChat web frontend
</small> </small>
</h2> </h2>
<div class="alert alert-info">WeeChat 0.4.2 or later is required</div>
<div class="alert alert-danger" ng-show="errorMessage"> <div class="alert alert-danger" ng-show="errorMessage">
<strong>Oh no!</strong> We cannot connect! <strong>Oh no!</strong> We cannot connect!
</div> </div>
@ -67,7 +66,8 @@
<pre> <pre>
/set relay.network.password yourpassword /set relay.network.password yourpassword
/relay add weechat 9001</pre> /relay add weechat 9001</pre>
Note: The communication goes directly between your browser and your weechat in clear text. <span class="label label-warning">WeeChat version 0.4.2 or higher is required.</span><br>
The communication goes directly between your browser and your weechat in clear text.
Connection settings are saved between sessions, including password, in your own browser. Connection settings are saved between sessions, including password, in your own browser.
<h4>Encryption</h4> <h4>Encryption</h4>
If you want to use encrypted session you first have to set up the relay using SSL If you want to use encrypted session you first have to set up the relay using SSL

Loading…
Cancel
Save