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:
Steve Howell 2021-12-01 14:24:51 +00:00 committed by Tim Abbott
parent ec48f29daf
commit ebf73b8692
3 changed files with 15 additions and 18 deletions

View File

@ -29,24 +29,20 @@
</p> </p>
<p> <p>
<strong> <strong>IMPORTANT: You must keep the Zephyr mirroring script
IMPORTANT: You must keep the Zephyr mirroring script always running in a session with unexpired Kerberos
always running in a session with unexpired Kerberos tickets.</strong> The script forwards personals you receive on
tickets.
</strong>
The script forwards personals you receive on
Zephyr to Zulip, and forwards messages you send in Zulip to Zephyr to Zulip, and forwards messages you send in Zulip to
Zephyr. Zephyr. <strong>If it is not running, only other Zulip users
<strong> will receive messages you send from Zulip!</strong> The Zulip
If it is not running, only other Zulip users web application will warn you if the Zephyr mirroring script is
will receive messages you send from Zulip! not running.
</strong>.
The Zulip web application will warn you if the Zephyr
mirroring script is not running.
</p> </p>
<p>If you already have BarnOwl running in screen/tmux somewhere, <p>
you can just run:</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> <p><code>/mit/tabbott/zulip/zephyr_mirror.py</code></p>

View File

@ -63,7 +63,8 @@
<h2>If you subscribe to any encrypted Zephyr classes</h2> <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> <ol>
<li><p>E-mailing us at <a href="mailto:{{ support_email }}">{{ support_email }}</a> to get set up, or</p></li> <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> <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>

View File

@ -98,8 +98,8 @@
<div class="alert-box"> <div class="alert-box">
<div class="alert alert_sidebar alert-error home-error-bar" id="connection-error"> <div class="alert alert_sidebar alert-error home-error-bar" id="connection-error">
<div class="exit"></div> <div class="exit"></div>
{% trans %}<strong class="message">Unable to connect to Zulip.</strong> {% trans %}<strong class="message">Unable to connect to Zulip.</strong> Updates may be delayed.{% endtrans %}
Updates may be delayed.{% endtrans %} {{ _('Retrying soon...') }} <a class="restart_get_events_button">{{ _('Try now.') }}</a> {{ _('Retrying soon...') }} <a class="restart_get_events_button">{{ _('Try now.') }}</a>
</div> </div>
<div class="alert alert_sidebar alert-error home-error-bar" id="zephyr-mirror-error"> <div class="alert alert_sidebar alert-error home-error-bar" id="zephyr-mirror-error">
<div class="exit"></div> <div class="exit"></div>