mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
docs: Correct details about mobile and desktop codebases.
http://zulip.readthedocs.io/en/latest/architecture-overview.html mentions "Our mobile clients are separate code repositories: Android and React Native iOS app. " However Zulip Mobile is the official mobile Zulip client supporting both iOS and Android. Edited by tabbott to also fix confusion about the desktop.
This commit is contained in:
committed by
Tim Abbott
parent
2db1cba9cc
commit
075158ec81
@@ -12,24 +12,22 @@ server-side code and the web client, as well as Python API bindings
|
|||||||
and most of our integrations with other services and applications (see
|
and most of our integrations with other services and applications (see
|
||||||
[the directory structure guide](directory-structure.html)).
|
[the directory structure guide](directory-structure.html)).
|
||||||
|
|
||||||
We maintain several separate repositories for integrations and other
|
[Zulip Mobile](https://github.com/zulip/zulip-mobile) is the official
|
||||||
glue code: a [Hubot adapter](https://github.com/zulip/hubot-zulip);
|
mobile Zulip client supporting both iOS and Android, written in
|
||||||
integrations with
|
JavaScript with React Native, and
|
||||||
[Phabricator](https://github.com/zulip/phabricator-to-zulip),
|
[Zulip Desktop](https://github.com/zulip/zulip-electron) is the
|
||||||
|
official Zulip desktop client for macOS, Linux, and Windows.
|
||||||
|
|
||||||
|
We also maintain several separate repositories for integrations and
|
||||||
|
other glue code: a
|
||||||
|
[Hubot adapter](https://github.com/zulip/hubot-zulip); integrations
|
||||||
|
with [Phabricator](https://github.com/zulip/phabricator-to-zulip),
|
||||||
[Jenkins](https://github.com/zulip/zulip-jenkins-plugin),
|
[Jenkins](https://github.com/zulip/zulip-jenkins-plugin),
|
||||||
[Puppet](https://github.com/matthewbarr/puppet-zulip),
|
[Puppet](https://github.com/matthewbarr/puppet-zulip),
|
||||||
[Redmine](https://github.com/zulip/zulip-redmine-plugin), and
|
[Redmine](https://github.com/zulip/zulip-redmine-plugin), and
|
||||||
[Trello](https://github.com/zulip/trello-to-zulip); [node.js API
|
[Trello](https://github.com/zulip/trello-to-zulip);
|
||||||
bindings](https://github.com/zulip/zulip-node); and our [full-text
|
[node.js API bindings](https://github.com/zulip/zulip-node); and our
|
||||||
search PostgreSQL extension](https://github.com/zulip/tsearch_extras).
|
[full-text search PostgreSQL extension](https://github.com/zulip/tsearch_extras).
|
||||||
|
|
||||||
Our mobile clients are separate code repositories:
|
|
||||||
[Android](https://github.com/zulip/zulip-android) and
|
|
||||||
[React Native iOS app](https://github.com/zulip/zulip-mobile). Our
|
|
||||||
[legacy desktop application (implemented in QT/WebKit)](https://github.com/zulip/zulip-desktop)
|
|
||||||
and our new, alpha
|
|
||||||
[cross-platform desktop app (implemented in Electron)](https://github.com/zulip/zulip-electron)
|
|
||||||
are also separate repositories.
|
|
||||||
|
|
||||||
We use [Transifex](https://www.transifex.com/zulip/zulip/) to do
|
We use [Transifex](https://www.transifex.com/zulip/zulip/) to do
|
||||||
translations.
|
translations.
|
||||||
|
|||||||
Reference in New Issue
Block a user