From a80d01f6dcc82a561761d36e0a4d755f51c29fb8 Mon Sep 17 00:00:00 2001 From: Yashashvi Dave Date: Mon, 27 Aug 2018 18:33:14 +0530 Subject: [PATCH] zephyr page: Add style to zephyr page. --- templates/corporate/zephyr.html | 92 ++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 37 deletions(-) diff --git a/templates/corporate/zephyr.html b/templates/corporate/zephyr.html index 6c2b92c452..0cb6a8d0b6 100644 --- a/templates/corporate/zephyr.html +++ b/templates/corporate/zephyr.html @@ -1,52 +1,70 @@ {% extends "zerver/portico.html" %} -{# Zephyr Mirroring information page #} +{% block title %} +Zulip zephyr +{% endblock %} + +{% block customhead %} + +{{ render_bundle('landing-page') }} +{% endblock %} {% block portico_content %} -

Zulip for MIT Zephyr

-

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

+{% include 'zerver/landing_nav.html' %} +
+
+

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. -
+

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. +
-

You're done!

-

If you have any questions, please contact us using the "Send feedback" button in Zulip or e-mail us at -{{ support_email }}

+

You're done!

+

If you have any questions, please contact us using the "Send feedback" button in Zulip or e-mail us at + {{ support_email }}

-

If you want to automatically transfer your existing Zephyr subscriptions

+

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. +
      +
    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. Run the following command to copy over all of your subscriptions:
      - /mit/tabbott/zulip/zephyr_mirror.py --sync-subscriptions

      +
    4. 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". -

      -
    5. -
    +

    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

+

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

+

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. +
+

+
+
+
+
{% endblock %}