diff --git a/templates/corporate/zephyr.html b/templates/corporate/zephyr.html index 5475700ad6..6c2b92c452 100644 --- a/templates/corporate/zephyr.html +++ b/templates/corporate/zephyr.html @@ -3,16 +3,16 @@ {# Zephyr Mirroring information page #} {% block portico_content %} -

Zulip for MIT Zephyr

+

Zulip for MIT Zephyr

If you have an MIT Athena account, you can start using Zulip for Zephyr in a couple of minutes.

First time setup

    -
  1. Activate your account here: https://zephyr.zulipchat.com/register/

  2. -
  3. Log in to Zulip here: https://zephyr.zulipchat.com

  4. -
  5. Follow the on-screen instructions for linking Zulip with Webathena

  6. -
  7. (Optional) Get the Zulip desktop and/or mobile apps here: https://zephyr.zulipchat.com/apps

  8. +
  9. Activate your account here: https://zephyr.zulipchat.com/register/

  10. +
  11. Log in to Zulip here: https://zephyr.zulipchat.com

  12. +
  13. Follow the on-screen instructions for linking Zulip with Webathena

  14. +
  15. (Optional) Get the Zulip desktop and/or mobile apps here: https://zephyr.zulipchat.com/apps

You're done!

@@ -22,29 +22,31 @@

If you want to automatically transfer your existing Zephyr subscriptions

    -
  1. Get your Zulip API key from the Zulip "Settings" panel and put it in a file in your - Athena home directory called ~/Private/.zulip-api-key.

  2. +
  3. Get your Zulip API key from the Zulip "Settings" panel and put it in a file in your + Athena home directory called ~/Private/.zulip-api-key.

  4. -
  5. Run the following command to copy over all of your subscriptions:
    - /mit/tabbott/zulip/zephyr_mirror.py --sync-subscriptions

    +
  6. Run the following command to copy over all of your subscriptions:
    + /mit/tabbott/zulip/zephyr_mirror.py --sync-subscriptions

    -

    NOTE: Zulip supports several ways to control what messages you want to read - right now, but Zulip does not yet have a direct equivalent to Barnowl filters. - If you have more subscriptions than you generally read, we recommend that you use - Zulip's "Mute" option to hide those subscriptions from your - home view that you less commonly read. You can still easily access those streams - from Zulip when you want to read them. You can control your subscriptions - and what's in your home view by clicking the gear in the upper right-hand corner - and then selecting "Streams".

  7. +

    NOTE: Zulip supports several ways to control what messages you want to read + right now, but Zulip does not yet have a direct equivalent to Barnowl filters. + If you have more subscriptions than you generally read, we recommend that you use + Zulip's "Mute" option to hide those subscriptions from your + home view that you less commonly read. You can still easily access those streams + from Zulip when you want to read them. You can control your subscriptions + and what's in your home view by clicking the gear in the upper right-hand corner + and then selecting "Streams". +

    +

If you subscribe to any encrypted Zephyr classes

You can get set up to participate on an encrypted Zephyr class using Zulip by either: -

    -
  1. E-mailing us at {{ support_email }} to get set up, or

  2. -
  3. Someone who is already set up to participate on that encrypted Zephyr class using Zulip can use Zulip to invite you

  4. -
+
    +
  1. E-mailing us at {{ support_email }} to get set up, or

  2. +
  3. Someone who is already set up to participate on that encrypted Zephyr class using Zulip can use Zulip to invite you

  4. +

{% endblock %} diff --git a/tools/check-templates b/tools/check-templates index 1f60ea8a6f..4ffc3fcfba 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -99,7 +99,6 @@ def check_html_templates(templates, all_dups): bad_files = [ 'static/html/5xx.html', 'templates/corporate/zephyr-mirror.html', - 'templates/corporate/zephyr.html', 'templates/zerver/api.html', 'templates/zerver/api_endpoints.html', 'templates/zerver/apps.html', @@ -135,7 +134,6 @@ def check_html_templates(templates, all_dups): 'templates/zerver/emails/invitation.html', 'templates/zerver/emails/confirm_registration.html', 'templates/corporate/zephyr-mirror.html', - 'templates/corporate/zephyr.html', 'templates/zerver/api.html', 'templates/zerver/apps.html', 'templates/zerver/compose.html',