From 9fec519b3d3e9adae76ae63927bc775b2e20305f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 16 Nov 2016 17:33:42 -0800 Subject: [PATCH] Zephyr: Remove obsolete mit.html template. --- corporate/urls.py | 1 - templates/corporate/mit.html | 64 ------------------------------------ 2 files changed, 65 deletions(-) delete mode 100644 templates/corporate/mit.html diff --git a/corporate/urls.py b/corporate/urls.py index bd27b5bea1..304dfe6dc7 100644 --- a/corporate/urls.py +++ b/corporate/urls.py @@ -4,7 +4,6 @@ from django.views.generic import TemplateView, RedirectView i18n_urlpatterns = [ # Zephyr/MIT url(r'^zephyr/$', TemplateView.as_view(template_name='corporate/zephyr.html')), - url(r'^mit/$', TemplateView.as_view(template_name='corporate/mit.html')), url(r'^zephyr-mirror/$', TemplateView.as_view(template_name='corporate/zephyr-mirror.html')), # Terms of service and privacy policy diff --git a/templates/corporate/mit.html b/templates/corporate/mit.html deleted file mode 100644 index 18c0ad1c96..0000000000 --- a/templates/corporate/mit.html +++ /dev/null @@ -1,64 +0,0 @@ -{% extends "zerver/portico.html" %} - -{% block portico_content %} - -

Hello, MIT.

- -

Use Zulip to get help with classes, chat with friends, and meet new parts - of the MIT community.

- - - -

Setup

- -

First things first, let's get you an account!

- -
    -
  1. Create your account - here: https://zulip.com/register/

  2. -
  3. Follow the on-screen instructions for linking Zulip with - Webathena. This lets you send authenticated messages using your MIT - credentials.

  4. -
- -

Subscriptions

- -

Next, let's subscribe you to the streams you're interested in.

- -
    -
  1. Personal stream: it is traditional to use a stream name that is - your MIT username for chatting about your life with your friends (think - of it like the Zulip stream analog for your Facebook or Twitter), and - your friends will expect you to be subscribed to this stream. Go ahead - and - subscribe to your personal - stream now.
  2. -
  3. Class streams: most classes have streams where you can talk - about the material and ask questions. The stream name is usually just - the class number, e.g. "6.01". Subscribe to the streams for your classes - now.
  4. -
  5. Dorm stream: most dorms, and even some specific floors, have - their own stream. Ask around for the dorm and floor streams relevant to - you.
  6. -
  7. (Optional) Stream help: ask for help about anything, from MIT - community questions to restaurant recommendations to math puzzles.
  8. -
- -

Zulip on all of your devices

- -

You're all set up in the web app, but let's install the Zulip desktop app so you receive nice - native notifications.

- -

Next, if you want Zulip on the go, install our mobile app.

- -

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

- - -{% endblock %}