Skip to content

Commit cf8dc75

Browse files
committed
replace link site with community site
1 parent 021d473 commit cf8dc75

File tree

5 files changed

+41
-25
lines changed

5 files changed

+41
-25
lines changed

_data/nav.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
[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.
13+
[sccode.org](https://sccode.org) | Share SuperCollider code snippets
14+
[scsynth.slack.com](https://scsynth.slack.com) | The SuperCollider Slack channel
15+
[Discord server](https://discord.gg/PVUmDyx7p8) | Discord channel about SuperCollider
16+
[github.com/supercollider](https://github.com/supercollider) | GitHub organization where SuperCollider is developed
17+
18+
## Facebook groups
19+
20+
[SuperCollider](https://www.facebook.com/groups/supercollider/) | An english Facebook group about SuperCollider
21+
[SC Women](https://www.facebook.com/groups/653670444775977/) | A group for women who use SuperCollider - Non-binary people welcome
22+
[SuperCollider ES](https://www.facebook.com/groups/109527502188/) | Punto de encuentro para quienes trabajamos con SuperCollider en México, Latinoamérica y España.
23+
[SuperCollider BR](https://www.facebook.com/groups/630981953617449/) | Brazilian SuperCollider group
24+
25+
## Other sites
26+
27+
[Documentation](https://docs.supercollider.online) | The official docs of the latest stable version
28+
[Documentation - dev](https://dev.docs.supercollider.online) | The official docs of the development version
29+
[baryon.supercollider.online](https://baryon.supercollider.online/) | A package index for SuperCollider extensions
30+
[Developer Wiki](https://github.com/supercollider/supercollider/wiki) | Wiki for coordinating and setting up development
31+
[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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)