mirror of https://github.com/zulip/zulip.git
Add remaining codebases to README.md.
The README should link to all the Zulip codebases. Also, it makes sense to split up app code from integration and other glue code. Fixes: #674.
This commit is contained in:
parent
3d267a5438
commit
5f053e0047
17
README.md
17
README.md
|
@ -50,7 +50,8 @@ docs][doc-test].
|
||||||
* **Developer Documentation**. Zulip has a growing collection of
|
* **Developer Documentation**. Zulip has a growing collection of
|
||||||
developer documentation on [Read The Docs][doc]. Recommended reading
|
developer documentation on [Read The Docs][doc]. Recommended reading
|
||||||
for new contributors includes the [directory structure][doc-dirstruct]
|
for new contributors includes the [directory structure][doc-dirstruct]
|
||||||
and [new feature tutorial][doc-newfeat].
|
and [new feature tutorial][doc-newfeat]. You can also improve
|
||||||
|
[Zulip.org][z-org].
|
||||||
|
|
||||||
* **Mailing lists and bug tracker**. Zulip has a [development
|
* **Mailing lists and bug tracker**. Zulip has a [development
|
||||||
discussion mailing list][gg-devel] and uses [GitHub issues
|
discussion mailing list][gg-devel] and uses [GitHub issues
|
||||||
|
@ -62,9 +63,13 @@ zulip-security@googlegroups.com.
|
||||||
|
|
||||||
* **App codebases**. This repository is for the Zulip server and web
|
* **App codebases**. This repository is for the Zulip server and web
|
||||||
app (including most integrations); the [desktop][], [Android][], and
|
app (including most integrations); the [desktop][], [Android][], and
|
||||||
[iOS][] apps, the [Hubot adapter][hubot-adapter], and many integrations
|
[iOS][] apps, are separate repositories, as is [our experimental React
|
||||||
([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][], and
|
Native iOS app][ios-exp].
|
||||||
[Trello][]) are separate repositories.
|
|
||||||
|
* **Glue code**. We maintain a [Hubot adapter][hubot-adapter] and several
|
||||||
|
integrations ([Phabricator][phab], [Jenkins][], [Puppet][], [Redmine][],
|
||||||
|
and [Trello][]), plus [node.js API bindings][node], and a [full-text search
|
||||||
|
PostgreSQL extension][tsearch], as separate repos.
|
||||||
|
|
||||||
* **Translations**. Zulip is in the process of being translated into
|
* **Translations**. Zulip is in the process of being translated into
|
||||||
10+ languages, and we love contributions to our translations. See our
|
10+ languages, and we love contributions to our translations. See our
|
||||||
|
@ -82,15 +87,19 @@ contributing!
|
||||||
[desktop]: https://github.com/zulip/zulip-desktop
|
[desktop]: https://github.com/zulip/zulip-desktop
|
||||||
[android]: https://github.com/zulip/zulip-android
|
[android]: https://github.com/zulip/zulip-android
|
||||||
[ios]: https://github.com/zulip/zulip-ios
|
[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-android]: https://groups.google.com/forum/#!forum/zulip-android
|
||||||
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios
|
[email-ios]: https://groups.google.com/forum/#!forum/zulip-ios
|
||||||
[hubot-adapter]: https://github.com/zulip/hubot-zulip
|
[hubot-adapter]: https://github.com/zulip/hubot-zulip
|
||||||
[jenkins]: https://github.com/zulip/zulip-jenkins-plugin
|
[jenkins]: https://github.com/zulip/zulip-jenkins-plugin
|
||||||
|
[node]: https://github.com/zulip/zulip-node
|
||||||
[phab]: https://github.com/zulip/phabricator-to-zulip
|
[phab]: https://github.com/zulip/phabricator-to-zulip
|
||||||
[puppet]: https://github.com/matthewbarr/puppet-zulip
|
[puppet]: https://github.com/matthewbarr/puppet-zulip
|
||||||
[redmine]: https://github.com/zulip/zulip-redmine-plugin
|
[redmine]: https://github.com/zulip/zulip-redmine-plugin
|
||||||
[trello]: https://github.com/zulip/trello-to-zulip
|
[trello]: https://github.com/zulip/trello-to-zulip
|
||||||
|
[tsearch]: https://github.com/zulip/tsearch_extras
|
||||||
[transifex]: https://www.transifex.com/zulip/zulip/
|
[transifex]: https://www.transifex.com/zulip/zulip/
|
||||||
|
[z-org]: https://github.com/zulip/zulip.github.io
|
||||||
|
|
||||||
How to get involved with contributing to Zulip
|
How to get involved with contributing to Zulip
|
||||||
==============================================
|
==============================================
|
||||||
|
|
Loading…
Reference in New Issue