From 444b637bd6aad544803a2ae50219f0476237df75 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:03:15 -0400 Subject: [PATCH 1/6] community page: Gitter too, not just IRC --- community/index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/community/index.md b/community/index.md index 52135b31f..7a0157a39 100644 --- a/community/index.md +++ b/community/index.md @@ -6,7 +6,7 @@ title: Community -Developers in countries all over the world are using Scala for a large variety of applications across a broad range of industries. Popular ways to connect with the Scala community are via mailing lists or IRC channels, listed below. +Developers in countries all over the world are using Scala for a large variety of applications across a broad range of industries. Popular ways to connect with the Scala community are via mailing lists and chat rooms, listed below. Though there are plenty of opportunities to connect face-to-face with others in the community-- for example, via local [Scala Meetups](http://scala.meetup.com/), or local [Scala user groups](http://scala.space/). @@ -32,9 +32,14 @@ Scala has the following primary mailing lists. For those lists that existed befo ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.xml)). * **[Scala-SIPs](http://groups.google.com/group/scala-sips)**: interest group devoted to the Scala Improvement Process (SIP) proposals. -## IRC +## Chat Rooms -Chat Scala anytime on the [Scala IRC channel](http://webchat.freenode.net/?randomnick=1&channels=scala&prompt=1): `irc://irc.freenode.net/scala` +There are two main [Gitter](https://gitter.im) channels for Scala: + +* **[scala/scala/scala-user](https://gitter.im/scala/scala/scala-user)**: like the scala-user mailing list. Questions, general discussion, etc. +* **[scala/scala](https://gitter.im/scala/scala)**: like the scala-internals mailing list. For Scala contributors to discuss language internals. + +IRC users can chat about Scala anytime on the [Scala IRC channel](http://webchat.freenode.net/?randomnick=1&channels=scala&prompt=1): `irc://irc.freenode.net/scala` ## User Groups From b298f67208f54e6f0900fa21a1735558bae3915f Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:07:20 -0400 Subject: [PATCH 2/6] copyedit/cleanup --- community/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community/index.md b/community/index.md index 7a0157a39..2142b386a 100644 --- a/community/index.md +++ b/community/index.md @@ -4,11 +4,7 @@ title: Community --- - - -Developers in countries all over the world are using Scala for a large variety of applications across a broad range of industries. Popular ways to connect with the Scala community are via mailing lists and chat rooms, listed below. - -Though there are plenty of opportunities to connect face-to-face with others in the community-- for example, via local [Scala Meetups](http://scala.meetup.com/), or local [Scala user groups](http://scala.space/). +Popular ways to connect with the Scala community include mailing lists, chat rooms, user groups, and conferences. ## Mailing Lists @@ -45,9 +41,13 @@ IRC users can chat about Scala anytime on the [Scala IRC channel](http://webchat Find your local Scala user group on [Scala Space](http://scala.space/). -## StackOverflow +## Conferences + +See our [events page](/events/). + +## Stack Overflow -Scala is an active topic on StackOverflow [Scala on StackOverflow](http://stackoverflow.com/questions/tagged/scala), a programmer Q&A site. +Scala is an active [topic on Stack Overflow](http://stackoverflow.com/questions/tagged/scala), a very popular programmer Q&A site. ## Other Community-Powered Resources From a8bbf8c900f5af556c993249c67d7b6e7f387bd8 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:07:36 -0400 Subject: [PATCH 3/6] remove obsolete link --- community/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/community/index.md b/community/index.md index 2142b386a..f5cef2b91 100644 --- a/community/index.md +++ b/community/index.md @@ -51,7 +51,6 @@ Scala is an active [topic on Stack Overflow](http://stackoverflow.com/questions/ ## Other Community-Powered Resources -* [Community Wiki](https://wiki.scala-lang.org/display/SW/Welcome+to+the+Scala+Wiki%21) * [Scala School](http://twitter.github.com/scala_school/) * [Effective Scala](http://twitter.github.com/effectivescala/) * [Scala Puzzlers](http://scalapuzzlers.com/) From b6393f925dcef1574549cdf6429d2b205b08f4d8 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:07:43 -0400 Subject: [PATCH 4/6] add new link (Awesome Scala) --- community/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/community/index.md b/community/index.md index f5cef2b91..e6435e8eb 100644 --- a/community/index.md +++ b/community/index.md @@ -55,3 +55,4 @@ Scala is an active [topic on Stack Overflow](http://stackoverflow.com/questions/ * [Effective Scala](http://twitter.github.com/effectivescala/) * [Scala Puzzlers](http://scalapuzzlers.com/) * [Interactive Tour](http://scalatutorials.com/tour) +* [Awesome Scala](https://github.com/lauris/awesome-scala) From b0ffc2fc7b947ac6b74167541c9a83d02c954601 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:09:49 -0400 Subject: [PATCH 5/6] community page: link to code of conduct --- community/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/index.md b/community/index.md index e6435e8eb..78db6fbc7 100644 --- a/community/index.md +++ b/community/index.md @@ -11,6 +11,8 @@ Popular ways to connect with the Scala community include mailing lists, chat roo Scala has the following primary mailing lists. For those lists that existed before they were migrated to Google Groups, see the links for complete archives on Gmane. +The Scala mailing lists are covered by the [Scala Code of Conduct](http://docs.scala-lang.org/conduct.html). + * **[Scala-User](http://groups.google.com/group/scala-user)**: the main forum for questions and discussions about the Scala programming ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.user)). In particular, newbie questions and programming experiences and questions should go to this list. * **[Scala-Language](http://groups.google.com/group/scala-language)**: the main forum for discussions and news about the Scala language ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala)). * **[Scala-Announce](http://groups.google.com/group/scala-announce)**: announcements of new Scala releases, packages and From fc4276c0435b20dd9f1616d5ad36a6bd9fb88d2b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Aug 2015 14:10:53 -0400 Subject: [PATCH 6/6] community page: de-emphasize & reword Gmane thing --- community/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/index.md b/community/index.md index 78db6fbc7..39387c125 100644 --- a/community/index.md +++ b/community/index.md @@ -9,7 +9,7 @@ Popular ways to connect with the Scala community include mailing lists, chat roo ## Mailing Lists -Scala has the following primary mailing lists. For those lists that existed before they were migrated to Google Groups, see the links for complete archives on Gmane. +Scala has the following primary mailing lists. The Scala mailing lists are covered by the [Scala Code of Conduct](http://docs.scala-lang.org/conduct.html). @@ -30,6 +30,8 @@ The Scala mailing lists are covered by the [Scala Code of Conduct](http://docs.s ([Archive at Gmane](http://dir.gmane.org/gmane.comp.lang.scala.xml)). * **[Scala-SIPs](http://groups.google.com/group/scala-sips)**: interest group devoted to the Scala Improvement Process (SIP) proposals. +The "Archive at Gmane" links include messages predating the migration to Google Groups. + ## Chat Rooms There are two main [Gitter](https://gitter.im) channels for Scala: