Skip to content

Commit be353af

Browse files
committed
Update community links
1 parent ee73d8d commit be353af

File tree

2 files changed

+104
-85
lines changed

2 files changed

+104
-85
lines changed

_data/community-links.yaml

Lines changed: 87 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,57 @@
1-
Developing:
2-
- name: Erlang/OTP on GitHub
3-
link: http://github.com/erlang/otp
4-
description: The official Erlang/OTP repository at GitHub
5-
- name: Erlang Docker Official Image
6-
link: https://hub.docker.com/_/erlang
7-
description: Official Erlang image by Docker
81
Contributing:
92
- name: Bug Report
103
description: You can report bugs, improvements or new features on [the Erlang issue tracker](https://github.com/erlang/otp/issues).
114
- name: Security Disclosure
12-
description: Please [follow the guidelines](https://www.erlang.org/news/111) in order to report the issues regarding security in Erlang/OTP, and do not create a public issue for a security issue.
13-
- name: Contributing to Erlang
14-
description: Go to the [Erlang issue tracker](https://github.com/erlang/otp/issues) and search for issues labelled with [_Help Wanted_](https://github.com/erlang/otp/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Follow the [contribution guidelines](https://github.com/erlang/otp/wiki/Contribution-Guidelines) to submit a contribution.
5+
description: Please [follow the guidelines]({{ '/news/111' | relative_url }}) in order to report the issues regarding security in Erlang/OTP, and do not create a public issue for a security issue.
6+
- name: Contributing to Erlang/OTP
7+
description: Go to the [Erlang issue tracker](https://github.com/erlang/otp/issues) and search for issues labelled with [_Help Wanted_](https://github.com/erlang/otp/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). Follow the [contribution guidelines](https://github.com/erlang/otp/blob/master/CONTRIBUTING.md) to submit a contribution.
8+
- name: Erlang Enhancement Process
9+
description: For enhancements of the Erlang language itself or the core libraries to be thoroughly reviewed there is the [Erlang Enhancement Process]({{ '/eep' | relative_url }}) involving Erlang Extension Proposals (EEPs) stored in a GIT [repository](http://www.github.com/erlang/eep) currently at Github. One of the [Mailing Lists](https://www.erlang.org/community/mailinglists) is dedicated for EEPs.
10+
11+
12+
Mailing Lists:
13+
description: Subscribe to the [mailing lists](https://erlang.org/mailman/listinfo/) to join the discussion with the Erlang community.
14+
items:
15+
- name: erlang-questions
16+
link: https://erlang.org/pipermail/erlang-questions/
17+
description: The main forum for Erlang/OTP questions and discussions. You can ask any questions about Erlang programming. This list is mirrored by the [Google Group Erlang Programming](http://groups.google.com/group/erlang-programming).
18+
- name: erlang-announce
19+
link: https://erlang.org/pipermail/erlang-announce/
20+
description: Subscribe to this list if you only want to receive the announcements of new Erlang/OTP releases. The announcements are also sent to erlang-questions.
21+
- name: eeps
22+
link: https://erlang.org/pipermail/eeps/
23+
description: Discussions regarding specific Erlang Enhancement Proposals (EEPs). See more at [Erlang Enhancement Proposals]({% link eep.md %}).​​
24+
25+
Community:
26+
- name: Chat
27+
items:
28+
- name: Slack team for Erlang
29+
link: https://erlef.org/slack-invite/erlanger
30+
description: Get invitation [here](https://erlef.org/slack-invite/erlanger). Then visit [erlanger.slack.com](https://erlanger.slack.com/).
31+
- name: Erlang IRC channel
32+
link: irc://irc.libera.chat/erlang
33+
description: For IRC users, please use irc://irc.libera.chat/erlang
34+
35+
- name: "StackOverflow Q&A"
36+
description: "[Erlang on StackOverflow](http://stackoverflow.com/questions/tagged/erlang) an active topic on StackOverflow. Exchange your Erlang programming knowledge with other Erlang developers."
37+
38+
Erlang resources:
39+
- name: The OTP team Blog
40+
link: https://blog.erlang.org/
41+
description: A blog written by members of the Erlang/OTP team at Ericsson. Contains interesting technical posts about the development of Erlang/OTP.​
42+
- name: Spawned Shelter
43+
link: https://spawnedshelter.com/
44+
description: Contains a comprehensive list of Erlang resources suited for beginners and experts alike.
45+
- name: Erlang Battleground
46+
link: https://medium.com/erlang-battleground
47+
description: Funny & Weird Stories found while coding on the BEAM
48+
- name: Planet Erlang
49+
link: http://www.planeterlang.com/
50+
description: Planet Erlang is a meta blog that collects posts from the blogs of various Erlang developers and contributors.
51+
- name: Erlang Companies
52+
link: https://erlang-companies.org/
53+
description: A curated list of companies using Erlang in production, organized by industry.
54+
1555
Editor/IDE:
1656
- name: Erlang LS
1757
link: https://github.com/erlang-ls/erlang_ls#erlang_ls
@@ -37,82 +77,53 @@ Editor/IDE:
3777
- name: Erlang plugin for Eclipse
3878
link: http://erlide.org/
3979
description: Erlide is the Eclipse plugin for Erlang.
80+
4081
Learning:
4182
- name: Free Online Courses
4283
items:
43-
- name: Functional Programming in Erlang
44-
link: https://www.futurelearn.com/courses/functional-programming-erlang
45-
description: Learn the theory and practice of functional programming in Erlang, by University of Kent.
46-
- name: Functional Programming with Erlang
47-
link: https://www.youtube.com/playlist?list=PLlML6SMLMRgAooeL26mW502jCgWikqx_n
48-
description: A free online course for beginners by University of Kent.
49-
- name: Erlang Master Classes
50-
link: https://www.youtube.com/playlist?list=PLlML6SMLMRgCaVx42utIleC2aerD504qj
51-
description: A free online for advanced Erlang users by University of Kent.
52-
- name: Learning Erlang
53-
items:
54-
- name: Learn You Some Erlang
55-
link: http://learnyousomeerlang.com/
56-
description: One of the most popular learning tutorials in Erlang.
57-
- name: How I start with Erlang?
58-
link: http://howistart.org/posts/erlang/1
59-
description: A quick tutorial to build your first Erlang application.
60-
- name: Erlang Tutorials on Tutorialspoint
61-
link: https://www.tutorialspoint.com/erlang/index.htm
62-
description: Beginner’s tutorial for Erlang.
63-
- name: Erlang on Exercism.io​
64-
link: http://www.exercism.io/languages/erlang/exercises
65-
description: Solve programming problems in Erlang.
66-
- name: Erlang on Wikibooks
67-
link: https://en.wikibooks.org/wiki/Erlang_Programming
68-
description: Erlang on Wikibooks.org.
69-
Community:
70-
- name: Mailing Lists
71-
description: Subscribe to the [mailing lists](https://erlang.org/mailman/listinfo/) to join the discussion with the Erlang community.
72-
items:
73-
- name: erlang-questions
74-
link: https://erlang.org/pipermail/erlang-questions/
75-
description: The main forum for Erlang/OTP questions and discussions. You can ask any questions about Erlang programming. This list is mirrored by the [Google Group Erlang Programming](http://groups.google.com/group/erlang-programming).
84+
- name: Functional Programming in Erlang
85+
link: https://www.futurelearn.com/courses/functional-programming-erlang
86+
description: Learn the theory and practice of functional programming in Erlang, by University of Kent.
87+
- name: Functional Programming with Erlang
88+
link: https://www.youtube.com/playlist?list=PLlML6SMLMRgAooeL26mW502jCgWikqx_n
89+
description: A free online course for beginners by University of Kent.
90+
- name: Erlang Master Classes
91+
link: https://www.youtube.com/playlist?list=PLlML6SMLMRgCaVx42utIleC2aerD504qj
92+
description: A free online for advanced Erlang users by University of Kent.
7693

77-
- name: erlang-announce
78-
link: https://erlang.org/pipermail/erlang-announce/
79-
description: Subscribe to this list if you only want to receive the announcements of new Erlang/OTP releases. The announcements are also sent to erlang-questions.
80-
81-
- name: eeps
82-
link: https://erlang.org/pipermail/eeps/
83-
description: Discussions regarding specific Erlang Enhancement Proposals (EEPs). See more at [Erlang Enhancement Proposals]({% link eep.md %}).​​
84-
85-
- name: Chat
86-
items:
87-
- name: Slack team for Erlang
88-
link: https://erlef.org/slack-invite/erlanger
89-
description: Get invitation [here](https://erlef.org/slack-invite/erlanger). Then visit [erlanger.slack.com](https://erlanger.slack.com/).
90-
91-
- name: Erlang IRC channel
92-
link: irc://irc.freenode.net/erlang
93-
description: For IRC users, please use irc://irc.freenode.net/erlang
94-
95-
- name: "StackOverflow Q&A"
96-
description: "[Erlang on StackOverflow](http://stackoverflow.com/questions/tagged/erlang) an active topic on StackOverflow. Exchange your Erlang programming knowledge with other Erlang developers."
97-
98-
- name: Erlang resources
94+
- name: Learning Erlang
9995
items:
100-
- name: The OTP team Blog
101-
link: https://blog.erlang.org/
102-
description: A blog written by members of the Erlang/OTP team at Ericsson. Contains interesting technical posts about the development of Erlang/OTP.​
103-
104-
- name: Spawned Shelter
105-
link: https://spawnedshelter.com/
106-
description: Contains a comprehensive list of Erlang resources suited for beginners and experts alike.
96+
- name: Learn You Some Erlang
97+
link: http://learnyousomeerlang.com/
98+
description: One of the most popular learning tutorials in Erlang.
99+
- name: How I start with Erlang?
100+
link: http://howistart.org/posts/erlang/1
101+
description: A quick tutorial to build your first Erlang application.
102+
- name: Erlang Tutorials on Tutorialspoint
103+
link: https://www.tutorialspoint.com/erlang/index.htm
104+
description: Beginner’s tutorial for Erlang.
105+
- name: Erlang on Exercism.io​
106+
link: http://www.exercism.io/languages/erlang/exercises
107+
description: Solve programming problems in Erlang.
108+
- name: Erlang on Wikibooks
109+
link: https://en.wikibooks.org/wiki/Erlang_Programming
110+
description: Erlang on Wikibooks.org.
111+
- name: Erlang in anger
112+
link: https://www.erlang-in-anger.com/
113+
description: This book intends to be a little guide about how to be the Erlang medic in a time of war.
114+
- name: Adopting Erlang
115+
link: https://adoptingerlang.org/
116+
description: Adopting Erlang is an ongoing effort to gather all the resources that will help you use Erlang in a business.
107117

108118
Events:
109119
- name: Meetup Groups
110-
description: Discover local Erlang Meetup groups in your city on [Meetup.com](http://erlang-programming.meetup.com/).
120+
description: Discover local Erlang Meetup groups in your city on [Meetup.com](https://www.meetup.com/topics/erlang-programming/).
111121
- name: Conferences & Events
112122
items:
113-
- name: CodeBeam *
123+
- name: CodeBeam
114124
link: http://www.codesync.global/
115125
description: The Erlang User Conference and The Erlang Factory were merged into CodeBeam after 2017, and takes place in many cities around the world.
126+
116127
- name: Erlang User Conference
117128
link: http://www.erlang-factory.com/euc2017
118129
description: The Erlang User Conference was one of the major Erlang conferences. It took place in Stockholm, Sweden every year up to 2017, now renamed to CodeBeam STO, above.
@@ -124,11 +135,11 @@ Events:
124135
- name: ACM SIGPLAN Erlang Workshops
125136
link: "{% link community/workshops.md %}"
126137
description: Erlang Workshops held in conjunction to ACM SIGPLAN International Conference on Functional Programming (ICFP).
127-
138+
128139
Popular Erlang Applications:
129140
- name: Hex.pm
130141
link: https://hex.pm/
131-
description: Hex.pm is a package manager for the Erlang ecosystem where you can discover or upload new Erlang/Elixir packages.
142+
description: Hex.pm is a package manager for the Erlang ecosystem where you can discover or upload new Erlang/Elixir packages.
132143

133144
- name: Rebar3
134145
link: https://www.rebar3.org/
@@ -138,10 +149,6 @@ Popular Erlang Applications:
138149
link: http://erlang.mk/
139150
description: Erlang.mk is a build tool in Erlang, which allows you to build your project with a Makefile.
140151

141-
- name: Riak
142-
link: http://basho.com/products/#riak
143-
description: Riak is a distributed NoSQL database that is highly available, scalable and easy to operate.
144-
145152
- name: RabbitMQ
146153
link: http://www.rabbitmq.com/
147154
description: Open source multi-protocol messaging broker.
@@ -162,10 +169,6 @@ Popular Erlang Applications:
162169
link: http://ninenines.eu/
163170
description: Small, fast, modular HTTP server.
164171

165-
Erlang Enhancement Process:
166-
description: |
167-
For enhancements of the Erlang language itself or the core libraries to be thoroughly reviewed there is the [Erlang Enhancement Process](https://www.erlang.org/erlang-enhancement-proposals) involving Erlang Extension Proposals (EEPs) stored in a GIT [repository](http://www.github.com/erlang/eep) currently at Github. One of the [Mailing Lists](https://www.erlang.org/community/mailinglists) is dedicated for EEPs.
168-
169172
Research Projects:
170173
- name: Prowess
171174
link: http://www.prowessproject.eu/project/

community.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,25 @@
1010
<h5 class="border-bottom">{{ category[0] }}</h5>
1111
{% if category[1].description %}
1212
<div class="ps-3">
13-
{{ category[1].description | markdownify }}
13+
{{ category[1].description | liquify | markdownify }}
1414
</div>
1515
{% endif %}
16+
{% if category[1].items %}
17+
<dl class="ps-3">
18+
{% for l in category[1].items %}
19+
<dt>
20+
{% if l.link %}
21+
<a href="{{ l.link | liquify | relative_url }}">{{l.name}}</a>
22+
{% else %}
23+
{{l.name}}
24+
{% endif %}
25+
</dt>
26+
<dd>
27+
{{ l.description | liquify | markdownify }}
28+
</dd>
29+
{% endfor %}
30+
</dl>
31+
{% endif %}
1632
<dl class="ps-3">
1733
{% for link in category[1] %}
1834
<dt>

0 commit comments

Comments
 (0)