mirror of https://github.com/zulip/zulip.git
portico: Update /history.
I didn't remove zulip_version from context_processors since it seems likely that we'll want to put that information somewhere on portico at some point.
This commit is contained in:
parent
85a002ba9a
commit
82d8613842
|
@ -1,7 +1,7 @@
|
|||
{% extends "zerver/portico.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Zulip: the best group chat for open source projects</title>
|
||||
<title>Zulip history</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block customhead %}
|
||||
|
@ -18,84 +18,18 @@
|
|||
<div class="hero bg-pycon">
|
||||
<div class="bg-dimmer"></div>
|
||||
<div class="content">
|
||||
<h1 class="center">About the Zulip project</h1>
|
||||
<p>Learn about the history of the Zulip project and community!</p>
|
||||
<h1 class="center">Zulip History</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main">
|
||||
<div class="padded-content">
|
||||
<div class="inner-content">
|
||||
<div class="photo-description">
|
||||
Developers contributing to Zulip at the PyCon 2017
|
||||
sprints in Portland, Oregon. Over 75 people
|
||||
sprinted on Zulip during the 4-day event!
|
||||
Zulip at the PyCon Sprints in Portland, Oregon.
|
||||
Over seventy-five people sprinted during the four day event.
|
||||
</div>
|
||||
|
||||
<h1>About Zulip</h1>
|
||||
|
||||
<p>
|
||||
This server is an installation of version {{ zulip_version }} of
|
||||
the <a href="https://zulipchat.com">Zulip open source group chat
|
||||
software</a>. Written in Python and using the Django web framework,
|
||||
Zulip has an extensive real-time messaging featureset, including
|
||||
both group and private messaging, conversation streams, powerful
|
||||
search, drag-and-drop file uploads, image previews, audible
|
||||
notifications, missed-message emails, markdown formatting, desktop
|
||||
and mobile apps, dozens of integrations, and much, much more.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Zulip was designed from the ground up to optimize the productivity
|
||||
of discussions and real-time decision-making. Zulip's unique model
|
||||
for threading topics, together with its system for tracking unread
|
||||
messages, make it easy to have multiple simultaneous conversations
|
||||
in the same stream. As a result, Zulip is more efficient than any
|
||||
other chat product for catching up on conversations you missed while
|
||||
you were away from your devices. You can read exactly the threads
|
||||
that are important to you, and it feels natural to follow up on
|
||||
conversations that happened while you were away.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Zulip's vision is to create the world's best group chat software,
|
||||
completely open source, so that everyone has the freedom to
|
||||
customize, improve, and run their own copy of this essential piece
|
||||
of collaboration infrastructure.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Further information on the Zulip project and <a href="/features">its
|
||||
features</a> can be found on
|
||||
the <a href="https://www.zulip.org">Zulip open source project's
|
||||
website</a> and
|
||||
the <a href="https://zulip.readthedocs.io/en/latest/">Zulip
|
||||
documentation</a>.
|
||||
</p>
|
||||
|
||||
<h2>Zulip Community</h2>
|
||||
|
||||
<p>
|
||||
Zulip is developed by a vibrant community of developers from around
|
||||
the world. Every month, dozens of people contribute code to it, and
|
||||
dozens more contribute bug reports, feedback, and translations. The
|
||||
Zulip community welcomes new contributors from any background. The
|
||||
project has an easy to install development environment, an extensive
|
||||
test suite,
|
||||
and <a href="https://zulip.readthedocs.io/en/latest/">over 100,000
|
||||
words of developer documentation</a> to make it easy for new
|
||||
contributors to contribute effectively to the project.
|
||||
</p>
|
||||
|
||||
<h3 class=" normal">Contributing to Zulip</h3>
|
||||
|
||||
<p>
|
||||
If you'd like to join the Zulip community, we'd love to have you!
|
||||
Please
|
||||
visit <a href="https://github.com/zulip/zulip/#zulip-overview">the
|
||||
main Zulip project on GitHub</a> for details on how to get involved!
|
||||
</p>
|
||||
|
||||
<h2>Early history</h2>
|
||||
<h1>Early history</h1>
|
||||
|
||||
<p>
|
||||
Zulip was originally developed by Zulip, Inc., a small startup in
|
||||
|
@ -114,9 +48,9 @@
|
|||
users <a href="https://www.recurse.com/blog/90-zulip-supporting-oss-at-the-recurse-center">loved
|
||||
Zulip's unique user experience</a> and continued using it, despite
|
||||
the fact that the product was not being actively developed. After a
|
||||
year and a half, Dropbox generously decided to release Zulip as open
|
||||
source software so that Zulip's users could continue enjoying the
|
||||
software.
|
||||
year and a half, Dropbox generously decided to
|
||||
<a href="https://blogs.dropbox.com/tech/2015/09/open-sourcing-zulip-a-dropbox-hack-week-project/">release Zulip as open source software</a>
|
||||
so that Zulip's users could continue enjoying the software.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -139,7 +73,7 @@
|
|||
making the Zulip open source project possible.
|
||||
</p>
|
||||
|
||||
<h2>Success as an open source project</h2>
|
||||
<h1>Success as an open source project</h1>
|
||||
|
||||
<p>
|
||||
At first, the Zulip open source project was
|
||||
|
@ -175,7 +109,7 @@
|
|||
11 full-time engineers.
|
||||
</li>
|
||||
<li>
|
||||
At the PyCon Sprints in May 2017, dozens of
|
||||
At the PyCon Sprints in May 2017, tens of
|
||||
Zulip core developers gathered and led the
|
||||
largest PyCon sprint ever, with over 75
|
||||
developers contributing to Zulip over course
|
||||
|
@ -185,10 +119,29 @@
|
|||
As of August 2017, the Zulip server project had
|
||||
merged <a href="https://github.com/zulip/zulip/pulls">over
|
||||
4000 pull requests</a> written by
|
||||
<a href="https://github.com/zulip/zulip/graphs/contributors">well
|
||||
over 325 developers</a>.
|
||||
<a href="https://github.com/zulip/zulip/graphs/contributors">
|
||||
325 developers</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1>Commercial (re-)launch</h1>
|
||||
|
||||
<p>
|
||||
In 2016, Tim Abbott started a company, Kandra Labs, to
|
||||
steward and financially sustain Zulip's development. Kandra
|
||||
Labs was soon awarded
|
||||
a <a href="https://seedfund.nsf.gov/">large grant</a> from
|
||||
the US National Science Foundation, and also acquired
|
||||
additional sources of funding.
|
||||
</p>
|
||||
<p>
|
||||
In 2017, Kandra Labs launched two products: a hosted
|
||||
Zulip service
|
||||
at <a href="https://zulipchat.com">zulipchat.com</a>,
|
||||
and an enterprise support product for on-premise
|
||||
deployments.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue