Attempt at tidying up the landing page slightly

This commit is contained in:
Tor Hveem 2013-10-15 15:41:13 +02:00
parent a9d469867a
commit d1ab293b4b

View file

@ -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