diff --git a/_data/nav.yml b/_data/nav.yml index 2706d97..43b30b2 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -2,14 +2,14 @@ page: news - title: Downloads page: downloads +- title: Community + page: community - title: Examples page: examples - title: Projects page: projects - title: Documentation href: https://docs.supercollider.online -- title: Links - page: links - title: github icon: fab fa-github href: https://github.com/supercollider/supercollider diff --git a/_includes/community.md b/_includes/community.md new file mode 100644 index 0000000..da7076b --- /dev/null +++ b/_includes/community.md @@ -0,0 +1,6 @@ +SuperCollider is a community project and there are several communities to join. +For an incomplete list, take a look at the [communities site](Community). + +A good place to start is _the forum_ located at [scsynth.org](https://scsynth.org). + +We also have a [Code of Conduct](https://github.com/supercollider/supercollider/blob/develop/CODE_OF_CONDUCT.md). diff --git a/community.md b/community.md new file mode 100644 index 0000000..75077e5 --- /dev/null +++ b/community.md @@ -0,0 +1,40 @@ +--- +layout: page +title : Community +bootstrap: true +--- + +SuperCollider is being developed by a community for a community. +If you are interested in getting help, sharing results, getting inspired, or participating in the development of the project, you can checkout the following addresses. + +> Please respect our [Code of Conduct](https://github.com/supercollider/supercollider/blob/develop/CODE_OF_CONDUCT.md) in all SuperCollider affiliated communities + +## Main communities + +These communities are managed and moderated by a team that works closely with the development team and is also used for all official communications such as new releases. + +[sccode.org](https:://sccode.org) | The forum - this is the as _official_ as it gets in regards to SuperCollider community. It also offers multiple chat channels once you are registered. +[sccode.org](https://sccode.org) | A community around sharing SuperCollider code snippets +[github.com/supercollider](https://github.com/supercollider) | GitHub organization where SuperCollider is developed + +## Other communities + +Owned and managed by people in the community. + +[scsynth.slack.com](https://scsynth.slack.com) | The SuperCollider Slack channel +[Discord server](https://discord.gg/PVUmDyx7p8) | Discord channel about SuperCollider + +## Facebook groups + +[SuperCollider](https://www.facebook.com/groups/supercollider/) | An english Facebook group about SuperCollider +[SC Women](https://www.facebook.com/groups/653670444775977/) | A group for women who use SuperCollider - Non-binary people welcome +[SuperCollider ES](https://www.facebook.com/groups/109527502188/) | Punto de encuentro para quienes trabajamos con SuperCollider en México, Latinoamérica y España. +[SuperCollider BR](https://www.facebook.com/groups/630981953617449/) | Brazilian SuperCollider group + +## Other sites + +[Documentation](https://docs.supercollider.online) | The official docs of the latest stable version +[Documentation - dev](https://dev.docs.supercollider.online) | The official docs of the development version +[baryon.supercollider.online](https://baryon.supercollider.online/) | A package index for SuperCollider extensions +[Developer Wiki](https://github.com/supercollider/supercollider/wiki) | Wiki for coordinating and setting up development +[Rosetta Code](http://rosettacode.org/wiki/Category:SuperCollider) | Implementation of a set of programming tasks in SuperCollider which can be compared against other languages diff --git a/index.md b/index.md index f793499..f8577a6 100644 --- a/index.md +++ b/index.md @@ -8,6 +8,8 @@ bootstrap: true {% include section.html title="Downloads" src="downloads.md" md=1 css="downloads" %} +{% include section.html title="Community" src="community.md" md=1 %} + {% include section.html title="Examples" src="examples.md" md=1 %} {% include section.html title="Gallery" src="gallery.md" css="gallery" %} diff --git a/links.md b/links.md deleted file mode 100644 index 9ca627f..0000000 --- a/links.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: page -title : Links -bootstrap: true ---- - -- [Sccode](https://sccode.org) -- [Wiki](https://github.com/supercollider/supercollider/wiki) -- [Forum](https://scsynth.org) -- [Slack](https://scsynth.slack.com) -- [Documentation](https://docs.supercollider.online) -- [SC tweets - tunes under 140 characters](https://twitter.com/search?q=supercollider+play) -- [Rosetta Code](http://rosettacode.org/wiki/Category:SuperCollider) - ------- - -- Facebook Groups: - - [SuperCollider (english spoken)](https://www.facebook.com/groups/supercollider/) - - [SC Women](https://www.facebook.com/groups/653670444775977/) - - [SuperCollider Italia](https://www.facebook.com/groups/770853403048489/) - - [SuperCollider ES](https://www.facebook.com/groups/109527502188/) - - [SuperCollider Brazil](https://www.facebook.com/groups/630981953617449/) - - [SuperCollider Slovenija](https://www.facebook.com/groups/336468226443169/)