Skip to content

Commit 18d2517

Browse files
authored
Merge pull request #293 from capital-G/community-tab
Replace link site with community site
2 parents 25530d0 + eb12c3b commit 18d2517

File tree

5 files changed

+50
-25
lines changed

5 files changed

+50
-25
lines changed

_data/nav.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
page: news
33
- title: Downloads
44
page: downloads
5+
- title: Community
6+
page: community
57
- title: Examples
68
page: examples
79
- title: Projects
810
page: projects
911
- title: Documentation
1012
href: https://docs.supercollider.online
11-
- title: Links
12-
page: links
1313
- title: github
1414
icon: fab fa-github
1515
href: https://github.com/supercollider/supercollider

_includes/community.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SuperCollider is a community project and there are several communities to join.
2+
For an incomplete list, take a look at the [communities site](Community).
3+
4+
A good place to start is _the forum_ located at [scsynth.org](https://scsynth.org).
5+
6+
We also have a [Code of Conduct](https://github.com/supercollider/supercollider/blob/develop/CODE_OF_CONDUCT.md).

community.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: page
3+
title : Community
4+
bootstrap: true
5+
---
6+
7+
SuperCollider is being developed by a community for a community.
8+
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.
9+
10+
> Please respect our [Code of Conduct](https://github.com/supercollider/supercollider/blob/develop/CODE_OF_CONDUCT.md) in all SuperCollider affiliated communities
11+
12+
## Main communities
13+
14+
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.
15+
16+
[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.
17+
[sccode.org](https://sccode.org) | A community around sharing SuperCollider code snippets
18+
[github.com/supercollider](https://github.com/supercollider) | GitHub organization where SuperCollider is developed
19+
20+
## Other communities
21+
22+
Owned and managed by people in the community.
23+
24+
[scsynth.slack.com](https://scsynth.slack.com) | The SuperCollider Slack channel
25+
[Discord server](https://discord.gg/PVUmDyx7p8) | Discord channel about SuperCollider
26+
27+
## Facebook groups
28+
29+
[SuperCollider](https://www.facebook.com/groups/supercollider/) | An english Facebook group about SuperCollider
30+
[SC Women](https://www.facebook.com/groups/653670444775977/) | A group for women who use SuperCollider - Non-binary people welcome
31+
[SuperCollider ES](https://www.facebook.com/groups/109527502188/) | Punto de encuentro para quienes trabajamos con SuperCollider en México, Latinoamérica y España.
32+
[SuperCollider BR](https://www.facebook.com/groups/630981953617449/) | Brazilian SuperCollider group
33+
34+
## Other sites
35+
36+
[Documentation](https://docs.supercollider.online) | The official docs of the latest stable version
37+
[Documentation - dev](https://dev.docs.supercollider.online) | The official docs of the development version
38+
[baryon.supercollider.online](https://baryon.supercollider.online/) | A package index for SuperCollider extensions
39+
[Developer Wiki](https://github.com/supercollider/supercollider/wiki) | Wiki for coordinating and setting up development
40+
[Rosetta Code](http://rosettacode.org/wiki/Category:SuperCollider) | Implementation of a set of programming tasks in SuperCollider which can be compared against other languages

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ bootstrap: true
88

99
{% include section.html title="Downloads" src="downloads.md" md=1 css="downloads" %}
1010

11+
{% include section.html title="Community" src="community.md" md=1 %}
12+
1113
{% include section.html title="Examples" src="examples.md" md=1 %}
1214

1315
{% include section.html title="Gallery" src="gallery.md" css="gallery" %}

links.md

-23
This file was deleted.

0 commit comments

Comments
 (0)