From d681ef470d4e4ec993be81063a0800ab8c7aff7e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 7 Mar 2017 16:48:27 -0800 Subject: [PATCH] docs: Fully desupport the old iOS app. --- README.md | 9 ++++----- docs/architecture-overview.md | 14 ++++++-------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fabbf954e2..1f7ecb633d 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,10 @@ relevant list! Please report any security issues you discover to zulip-security@googlegroups.com. * **App codebases**. This repository is for the Zulip server and web -app (including most integrations); the [desktop][], [Android][], and -[iOS][] apps, are separate repositories, as are our [experimental -React Native iOS app][ios-exp] and [alpha Electron desktop -app][electron]. +app (including most integrations); the +[React Native Mobile iOS app][ios-exp], [Android app][Android], +[new Electron desktop app][electron], and +[legacy QT-based desktop app][desktop] are all separate repositories. * **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][], @@ -140,7 +140,6 @@ is valuable. [gh-issues]: https://github.com/zulip/zulip/issues [desktop]: https://github.com/zulip/zulip-desktop [android]: https://github.com/zulip/zulip-android -[ios]: https://github.com/zulip/zulip-ios [ios-exp]: https://github.com/zulip/zulip-mobile [email-android]: https://groups.google.com/forum/#!forum/zulip-android [email-ios]: https://groups.google.com/forum/#!forum/zulip-ios diff --git a/docs/architecture-overview.md b/docs/architecture-overview.md index 73495cefe1..9fbdb069e5 100644 --- a/docs/architecture-overview.md +++ b/docs/architecture-overview.md @@ -24,14 +24,12 @@ bindings](https://github.com/zulip/zulip-node); and our [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), [iOS -(stable)](https://github.com/zulip/zulip-ios), and [our experimental -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. +[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 translations.