From 9d245c3ad8849bf5aad6468d3e4176a7a92cb760 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 5 Apr 2016 12:01:58 -0700 Subject: [PATCH 1/3] List contact options more clearly --- README.md | 60 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d370ea01e..108dd900a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ![Citus Banner](/github-banner.png) [![Build Status](https://travis-ci.org/citusdata/citus.svg?branch=master)](https://travis-ci.org/citusdata/citus) -[![Citus IRC](https://img.shields.io/badge/irc-%23citus-blue.svg)](https://webchat.freenode.net/?channels=citus) -[![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)][docs] ### What is Citus? @@ -60,17 +58,49 @@ To learn more, visit [citusdata.com](https://www.citusdata.com). docker-compose -p citus down ``` -### Learn More +### Talk to Contributors and Learn More -The project [documentation][docs] and [tutorials][tutorial] are -good places to start. We’re responsive on Github, so you can use -the [issue tracker][issues] to check for or submit bug reports and -feature requests. For more general questions and discussion visit -our [mailing list][groups], or chat with us at `#citus` on Freenode -and [@citusdata][twitter] on Twitter. - -We also offer training and dedicated support options. More information -is available on our [support page][support]. + +++ + + + + + + + + + + + + + + + + + + + + + + + +
DocumentationTry the Citus + tutorials for a hands-on introduction or
the documentation for + a more comprehensive reference.
Google GroupsThe Citus Google + Group is our place for detailed questions and discussions.
IRCTalk with the Citus development team in realtime on the #citus Freenode + channel.
Github IssuesWe track specific bug reports and feature requests on our project + issues.
TwitterFollow @citusdata + for general updates and PostgreSQL scaling tips.
Training and SupportSee our support + page for training and dedicated support options.
### Contributing @@ -109,13 +139,7 @@ ___ Copyright © 2012–2016 Citus Data, Inc. -[docs]: https://www.citusdata.com/docs/citus/5.0 [faq]: https://www.citusdata.com/frequently-asked-questions -[issues]: https://github.com/citusdata/citus/issues [linux_install]: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04 [mac_install]: https://www.docker.com/products/docker-toolbox -[support]: https://www.citusdata.com/citus-products/citus-data-pricing [tutorial]: https://www.citusdata.com/docs/citus/5.0/tutorials/tut-real-time.html -[twitter]: https://twitter.com/citusdata -[groups]: https://groups.google.com/forum/#!forum/citus-users -[license]: LICENSE From e1e819e71c61626344874e38cef175394f0f35f5 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 6 Apr 2016 15:32:07 -0700 Subject: [PATCH 2/3] Add another link to the mailing list earlier in the page --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 108dd900a..b09edd55b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Common Use-Cases: * Large dataset archival and reporting * Session analytics (funnels, segmentation, and cohorts) -To learn more, visit [citusdata.com](https://www.citusdata.com). +To learn more, visit [citusdata.com](https://www.citusdata.com) and join +the [mailing list](https://groups.google.com/forum/#!forum/citus-users) to +stay on top of the latest developments. ### Quickstart From 951cedcd047a3a15d0f4cb4f8e2922d2173be54b Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Thu, 7 Apr 2016 14:04:19 -0700 Subject: [PATCH 3/3] Adjusted badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b09edd55b..dd16466d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![Citus Banner](/github-banner.png) [![Build Status](https://travis-ci.org/citusdata/citus.svg?branch=master)](https://travis-ci.org/citusdata/citus) +[![Google Group](https://img.shields.io/badge/%E2%9C%89-Google%20Group-blue.svg)](https://groups.google.com/forum/#!forum/citus-users) +[![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://www.citusdata.com/docs/citus/5.0) ### What is Citus?