2016-05-15 19:50:55 +02:00
|
|
|
# Zulip overview
|
2015-09-27 03:07:06 +02:00
|
|
|
|
2017-11-10 03:23:11 +01:00
|
|
|
Zulip is a powerful, open source group chat application that combines the
|
|
|
|
immediacy of real-time chat with the productivity benefits of threaded
|
|
|
|
conversations. Zulip is used by open source projects, Fortune 500 companies,
|
2017-11-13 23:12:16 +01:00
|
|
|
large standards bodies, and others who need a real-time chat system that
|
|
|
|
allows users to easily process hundreds or thousands of messages a day. With
|
|
|
|
over 300 contributors merging over 500 commits a month, Zulip is also the
|
|
|
|
largest and fastest growing open source group chat project.
|
2015-10-17 20:16:13 +02:00
|
|
|
|
2017-09-29 07:39:04 +02:00
|
|
|
[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip)
|
|
|
|
[![Coverage Status](https://img.shields.io/codecov/c/github/zulip/zulip.svg)](https://codecov.io/gh/zulip/zulip)
|
|
|
|
[![Mypy coverage](https://img.shields.io/badge/mypy-100%25-green.svg)](http://blog.zulip.org/2016/10/13/static-types-in-python-oh-mypy/)
|
2017-11-16 19:54:24 +01:00
|
|
|
[![docs](https://readthedocs.org/projects/zulip/badge/?version=latest)](https://zulip.readthedocs.io/en/latest/)
|
2017-09-29 07:39:04 +02:00
|
|
|
[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chat.zulip.org)
|
|
|
|
[![Twitter](https://img.shields.io/badge/twitter-@zulip-blue.svg?style=flat)](http://twitter.com/zulip)
|
2016-02-21 01:47:04 +01:00
|
|
|
|
2017-11-15 06:30:41 +01:00
|
|
|
## Getting started
|
2017-11-13 23:12:16 +01:00
|
|
|
|
|
|
|
Click on the appropriate link below. If nothing seems to apply,
|
|
|
|
join us on the
|
2017-11-16 18:54:01 +01:00
|
|
|
[Zulip community server](https://zulip.readthedocs.io/en/latest/contributing/chat-zulip-org.html)
|
2017-11-13 23:12:16 +01:00
|
|
|
and tell us what's up!
|
|
|
|
|
2017-11-15 06:30:41 +01:00
|
|
|
You might be interested in:
|
2017-11-13 23:12:16 +01:00
|
|
|
|
|
|
|
* **Contributing code**. Check out our
|
2017-11-16 18:54:01 +01:00
|
|
|
[guide for new contributors](https://zulip.readthedocs.io/en/latest/overview/contributing.html)
|
2017-11-13 23:12:16 +01:00
|
|
|
to get started. Zulip prides itself on maintaining a clean and well-tested
|
|
|
|
codebase, and a stock of hundreds of
|
|
|
|
[beginner-friendly issues](https://github.com/zulip/zulip/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
|
|
|
|
|
|
|
|
* **Contributing non-code**.
|
2017-11-16 18:54:01 +01:00
|
|
|
[Report an issue](https://zulip.readthedocs.io/en/latest/overview/contributing.html#reporting-issue),
|
|
|
|
[translate](https://zulip.readthedocs.io/en/latest/translating/translating.html) Zulip
|
2017-11-13 23:12:16 +01:00
|
|
|
into your language,
|
2017-11-16 18:54:01 +01:00
|
|
|
[write](https://zulip.readthedocs.io/en/latest/overview/contributing.html#zulip-outreach)
|
2017-11-13 23:12:16 +01:00
|
|
|
for the Zulip blog, or
|
2017-11-16 18:54:01 +01:00
|
|
|
[give us feedback](https://zulip.readthedocs.io/en/latest/overview/contributing.html#user-feedback). We
|
2017-11-13 23:12:16 +01:00
|
|
|
would love to hear from you, even if you're just trying the product out.
|
|
|
|
|
|
|
|
* **Supporting Zulip**. Advocate for your organization to use Zulip, write a
|
|
|
|
review in the mobile app stores, or
|
2017-11-16 18:54:01 +01:00
|
|
|
[upvote Zulip](https://zulip.readthedocs.io/en/latest/overview/contributing.html#zulip-outreach) on
|
2017-11-13 23:12:16 +01:00
|
|
|
product comparison sites.
|
|
|
|
|
|
|
|
* **Checking Zulip out**. The best way to see Zulip in action is to drop by
|
|
|
|
the
|
2017-11-16 18:54:01 +01:00
|
|
|
[Zulip community server](https://zulip.readthedocs.io/en/latest/contributing/chat-zulip-org.html). We
|
2017-11-13 23:12:16 +01:00
|
|
|
also recommend reading Zulip for
|
|
|
|
[open source](https://zulipchat.com/for/open-source/), Zulip for
|
|
|
|
[companies](https://zulipchat.com/for/companies/), or Zulip for
|
|
|
|
[working groups and part time communities](https://zulipchat.com/for/working-groups-and-communities/).
|
|
|
|
|
|
|
|
* **Running a Zulip server**. Setting up a server takes just a couple of
|
|
|
|
minutes. Zulip runs on Ubuntu 16.04 Xenial and Ubuntu 14.04 Trusty. The
|
|
|
|
installation process is
|
2017-11-16 18:54:01 +01:00
|
|
|
[documented here](https://zulip.readthedocs.io/en/latest/production/overview.html).
|
2017-11-13 23:12:16 +01:00
|
|
|
Commercial support is available; see <https://zulipchat.com/plans> for
|
|
|
|
details.
|
|
|
|
|
|
|
|
* **Using Zulip without setting up a server**. <https://zulipchat.com> offers
|
|
|
|
free and commercial hosting.
|
|
|
|
|
|
|
|
* **Applying for a Zulip internship**. Zulip runs internship programs with
|
|
|
|
[Outreachy](https://www.outreachy.org/),
|
|
|
|
[Google Summer of Code](https://developers.google.com/open-source/gsoc/),
|
|
|
|
and the
|
2017-11-15 06:30:41 +01:00
|
|
|
[MIT Externship program](https://alum.mit.edu/students/NetworkwithAlumni/ExternshipProgram). Zulip
|
|
|
|
also participates in
|
|
|
|
[Google Code-In](https://developers.google.com/open-source/gci/). More
|
2017-11-13 23:12:16 +01:00
|
|
|
information is available
|
2017-11-16 18:54:01 +01:00
|
|
|
[here](https://zulip.readthedocs.io/en/latest/overview/contributing.html#internship-programs).
|
2017-11-13 23:12:16 +01:00
|
|
|
|
|
|
|
You may also be interested in reading our [blog](http://blog.zulip.org/) or
|
|
|
|
following us on [twitter](https://twitter.com/zulip).
|
2017-11-14 21:21:05 +01:00
|
|
|
Zulip is distributed under the
|
|
|
|
[Apache 2.0](https://github.com/zulip/zulip/blob/master/LICENSE) license.
|