2015-08-18 01:25:12 +02:00
|
|
|
.. zulip documentation master file, created by
|
|
|
|
sphinx-quickstart on Mon Aug 17 16:24:04 2015.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
Welcome to Zulip documentation!
|
|
|
|
===============================
|
|
|
|
|
2016-05-14 18:50:19 +02:00
|
|
|
Zulip is a powerful, open source group chat application. Written in
|
|
|
|
Python and using the Django framework, Zulip supports both private
|
|
|
|
messaging and group chats via conversation streams.
|
|
|
|
|
|
|
|
Zulip also supports fast search, drag-and-drop file uploads, image
|
|
|
|
previews, group private messages, audible notifications, missed-message
|
|
|
|
emails, desktop apps, and much more.
|
|
|
|
|
|
|
|
Further information on the Zulip project and its features can be found
|
|
|
|
at `https://www.zulip.org <https://www.zulip.org>`__ and in these
|
|
|
|
docs. Our code is available at `our GitHub repository
|
|
|
|
<https://github.com/zulip/>`__.
|
|
|
|
|
|
|
|
This set of documents covers installation and contribution instructions.
|
|
|
|
|
2015-08-18 01:25:12 +02:00
|
|
|
Contents:
|
|
|
|
|
2016-06-17 02:59:41 +02:00
|
|
|
* :ref:`user-docs`
|
2016-07-12 21:35:25 +02:00
|
|
|
* :ref:`prod-install-docs`
|
2016-07-15 06:51:37 +02:00
|
|
|
* :ref:`dev-install-docs`
|
2016-06-17 02:59:41 +02:00
|
|
|
* :ref:`tutorial-docs`
|
|
|
|
* :ref:`code-docs`
|
|
|
|
* :ref:`system-docs`
|
|
|
|
|
|
|
|
.. _user-docs:
|
|
|
|
|
2015-08-18 01:25:12 +02:00
|
|
|
.. toctree::
|
2016-06-17 02:59:41 +02:00
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Overview
|
2015-08-18 01:25:12 +02:00
|
|
|
|
2016-05-14 18:50:19 +02:00
|
|
|
readme-symlink
|
2016-05-15 00:01:43 +02:00
|
|
|
architecture-overview
|
2016-06-17 02:59:41 +02:00
|
|
|
directory-structure
|
|
|
|
roadmap
|
|
|
|
changelog
|
|
|
|
|
2016-07-12 21:35:25 +02:00
|
|
|
.. _prod-install-docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Zulip in production
|
|
|
|
|
|
|
|
prod-requirements
|
2016-07-12 21:49:44 +02:00
|
|
|
prod-install
|
2016-08-25 06:40:36 +02:00
|
|
|
prod-troubleshooting
|
2016-07-12 22:43:00 +02:00
|
|
|
prod-customize
|
2016-07-12 22:52:29 +02:00
|
|
|
prod-maintain-secure-upgrade
|
2016-07-13 01:05:04 +02:00
|
|
|
prod-authentication-methods
|
2016-07-12 23:37:39 +02:00
|
|
|
prod-postgres
|
2016-07-12 21:35:25 +02:00
|
|
|
|
2016-07-15 06:51:37 +02:00
|
|
|
.. _dev-install-docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Installation for developers
|
|
|
|
|
2016-08-25 07:06:35 +02:00
|
|
|
dev-overview
|
2016-07-15 06:51:37 +02:00
|
|
|
dev-env-first-time-contributors
|
2016-07-15 06:58:43 +02:00
|
|
|
brief-install-vagrant-dev
|
2016-07-15 20:01:07 +02:00
|
|
|
install-ubuntu-without-vagrant-dev
|
2016-07-15 20:05:08 +02:00
|
|
|
install-generic-unix-dev
|
2016-08-25 07:00:46 +02:00
|
|
|
install-docker-dev
|
2016-07-15 20:43:09 +02:00
|
|
|
using-dev-environment
|
2016-07-15 06:51:37 +02:00
|
|
|
|
2016-06-17 02:59:41 +02:00
|
|
|
.. _tutorial-docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Developer tutorials
|
|
|
|
|
2016-04-01 23:55:23 +02:00
|
|
|
integration-guide
|
2015-08-22 02:05:06 +02:00
|
|
|
new-feature-tutorial
|
2016-07-16 03:13:57 +02:00
|
|
|
writing-views
|
2016-07-21 01:58:19 +02:00
|
|
|
life-of-a-request
|
2016-06-17 02:59:41 +02:00
|
|
|
|
|
|
|
.. _code-docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Code contribution guide
|
|
|
|
|
2016-06-26 18:57:27 +02:00
|
|
|
version-control
|
2016-06-17 02:59:41 +02:00
|
|
|
code-style
|
|
|
|
testing
|
|
|
|
mypy
|
|
|
|
|
|
|
|
.. _system-docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Subsystem documentation
|
|
|
|
|
|
|
|
settings
|
|
|
|
queuing
|
2016-08-27 17:39:27 +02:00
|
|
|
custom-apps
|
2016-08-11 22:14:22 +02:00
|
|
|
pointer
|
2016-06-17 02:59:41 +02:00
|
|
|
markdown
|
|
|
|
front-end-build-process
|
|
|
|
schema-migrations
|
2016-06-27 01:03:56 +02:00
|
|
|
html_css
|
2016-06-26 18:32:54 +02:00
|
|
|
full-text-search
|
2016-04-29 06:55:09 +02:00
|
|
|
translating
|
2016-06-17 02:59:41 +02:00
|
|
|
logging
|
2016-06-26 19:00:02 +02:00
|
|
|
README
|
2015-08-18 01:25:12 +02:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|