mirror of https://github.com/zulip/zulip.git
templates: Tweak some templates.
I remove some spurious whitespace and a stray period in zephyr-mirror, and then for all three I try to line-wrap/indent in a way that's nicer for humans and parsers to read.
This commit is contained in:
parent
ec48f29daf
commit
ebf73b8692
|
@ -29,24 +29,20 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<strong>
|
||||
IMPORTANT: You must keep the Zephyr mirroring script
|
||||
always running in a session with unexpired Kerberos
|
||||
tickets.
|
||||
</strong>
|
||||
The script forwards personals you receive on
|
||||
<strong>IMPORTANT: You must keep the Zephyr mirroring script
|
||||
always running in a session with unexpired Kerberos
|
||||
tickets.</strong> The script forwards personals you receive on
|
||||
Zephyr to Zulip, and forwards messages you send in Zulip to
|
||||
Zephyr.
|
||||
<strong>
|
||||
If it is not running, only other Zulip users
|
||||
will receive messages you send from Zulip!
|
||||
</strong>.
|
||||
The Zulip web application will warn you if the Zephyr
|
||||
mirroring script is not running.
|
||||
Zephyr. <strong>If it is not running, only other Zulip users
|
||||
will receive messages you send from Zulip!</strong> The Zulip
|
||||
web application will warn you if the Zephyr mirroring script is
|
||||
not running.
|
||||
</p>
|
||||
|
||||
<p>If you already have BarnOwl running in screen/tmux somewhere,
|
||||
you can just run:</p>
|
||||
<p>
|
||||
If you already have BarnOwl running in screen/tmux somewhere,
|
||||
you can just run:
|
||||
</p>
|
||||
|
||||
<p><code>/mit/tabbott/zulip/zephyr_mirror.py</code></p>
|
||||
|
||||
|
|
|
@ -63,7 +63,8 @@
|
|||
|
||||
<h2>If you subscribe to any encrypted Zephyr classes</h2>
|
||||
|
||||
<p>You can get set up to participate on an encrypted Zephyr class using Zulip by either:
|
||||
<p>
|
||||
You can get set up to participate on an encrypted Zephyr class using Zulip by either:
|
||||
<ol>
|
||||
<li><p>E-mailing us at <a href="mailto:{{ support_email }}">{{ support_email }}</a> to get set up, or</p></li>
|
||||
<li><p>Someone who is already set up to participate on that encrypted Zephyr class using Zulip can use Zulip to invite you</p></li>
|
||||
|
|
|
@ -98,8 +98,8 @@
|
|||
<div class="alert-box">
|
||||
<div class="alert alert_sidebar alert-error home-error-bar" id="connection-error">
|
||||
<div class="exit"></div>
|
||||
{% trans %}<strong class="message">Unable to connect to Zulip.</strong>
|
||||
Updates may be delayed.{% endtrans %} {{ _('Retrying soon...') }} <a class="restart_get_events_button">{{ _('Try now.') }}</a>
|
||||
{% trans %}<strong class="message">Unable to connect to Zulip.</strong> Updates may be delayed.{% endtrans %}
|
||||
{{ _('Retrying soon...') }} <a class="restart_get_events_button">{{ _('Try now.') }}</a>
|
||||
</div>
|
||||
<div class="alert alert_sidebar alert-error home-error-bar" id="zephyr-mirror-error">
|
||||
<div class="exit"></div>
|
||||
|
|
Loading…
Reference in New Issue