2013-07-29 23:03:31 +02:00
{% extends "zerver/portico.html" %}
2019-10-23 07:46:34 +02:00
{% set entrypoint = "landing-page" %}
2013-02-19 17:10:51 +01:00
2018-08-27 15:03:14 +02:00
{% block title %}
2022-09-06 12:04:03 +02:00
< title > Zephyr for MIT | Zulip< / title >
2018-08-27 15:03:14 +02:00
{% endblock %}
{% block customhead %}
2021-04-21 00:46:14 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2018-08-27 15:03:14 +02:00
{% endblock %}
2013-02-19 17:10:51 +01:00
{% block portico_content %}
2018-08-27 15:03:14 +02:00
{% include 'zerver/landing_nav.html' %}
< div class = "portico-landing why-page" >
< div class = "hero small-hero" >
< h1 class = "center" > Zulip for MIT Zephyr< / h1 >
< / div >
< div class = "main" >
< div class = "padded-content" >
2019-07-22 19:22:56 +02:00
< div class = "inner-content markdown" >
2018-08-27 15:03:14 +02:00
< p > If you have an MIT Athena account, you can start using Zulip for Zephyr in a couple of minutes.< / p >
2023-05-11 18:47:58 +02:00
< h2 id = "first-time-setup" > First time setup< / h2 >
2018-08-27 15:03:14 +02:00
< ol >
< li > < p > Activate your account here: < a href = "https://zephyr.zulipchat.com/register/" > https://zephyr.zulipchat.com/register/< / a > < / p > < / li >
< li > < p > Log in to Zulip here: < a href = "https://zephyr.zulipchat.com" > https://zephyr.zulipchat.com< / a > < / p > < / li >
< li > < p > Follow the on-screen instructions for linking Zulip with Webathena< / p > < / li >
2023-03-23 03:59:33 +01:00
< li > < p > (Optional) Get the Zulip desktop and/or mobile apps here: < a href = "https://zephyr.zulipchat.com/apps/" > https://zephyr.zulipchat.com/apps/< / a > < / p > < / li >
2018-08-27 15:03:14 +02:00
< / ol >
2023-05-11 18:47:58 +02:00
< h2 id = "youre-done" > You're done!< / h2 >
2020-01-18 08:56:19 +01:00
< p > If you have any questions, please e-mail us at < a href = "mailto:{{ support_email }}" > {{ support_email }}< / a > < / p >
2018-08-27 15:03:14 +02:00
2023-05-11 18:47:58 +02:00
< h2 id = "if-you-want-to-automatically-transfer-your-existing-zephyr-subscriptions" > If you want to automatically transfer your existing Zephyr subscriptions< / h2 >
2018-08-27 15:03:14 +02:00
< ol >
2021-11-20 13:25:41 +01:00
< li >
< p >
Get your Zulip API key from the Zulip "Settings" panel and put it in a file in your
Athena home directory called < code > ~/Private/.zulip-api-key< / code > .
< / p >
< / li >
< li >
< p >
Run the following command to copy over all of your subscriptions:< br / >
< code > /mit/tabbott/zulip/zephyr_mirror.py --sync-subscriptions< / code >
< / p >
< p >
< strong > NOTE< / strong > : Zulip supports several ways to control what messages you want to read
2020-08-11 01:47:54 +02:00
right now, but Zulip does not yet have a direct equivalent to BarnOwl filters.
2018-08-27 15:03:14 +02:00
If you have more subscriptions than you generally read, we recommend that you use
Zulip's "Mute" option to hide those subscriptions from your
2024-05-06 19:38:12 +02:00
home view that you less commonly read. You can still easily access those channels
2018-08-27 15:03:14 +02:00
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
2024-05-06 19:38:12 +02:00
and then selecting "Channels".
2018-08-27 15:03:14 +02:00
< / p >
< / li >
< / ol >
2023-05-11 18:47:58 +02:00
< h2 id = "if-you-subscribe-to-any-encrypted-zephyr-classes" > If you subscribe to any encrypted Zephyr classes< / h2 >
2018-08-27 15:03:14 +02:00
2021-12-01 15:24:51 +01:00
< p >
You can get set up to participate on an encrypted Zephyr class using Zulip by either:
2018-08-27 15:03:14 +02:00
< 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 >
< / ol >
< / p >
< / div >
< / div >
< / div >
< / div >
2013-08-27 20:19:40 +02:00
2013-02-19 17:10:51 +01:00
{% endblock %}