-
Notifications
You must be signed in to change notification settings - Fork 29
/
community.xml
189 lines (142 loc) · 4.23 KB
/
community.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!--
Copyright (C) Nginx, Inc.
-->
<!DOCTYPE article SYSTEM "../../dtd/article.dtd">
<article name="nginx: community"
link="/en/community.html"
lang="en"
rev="4">
<section name="Community and Governance">
<para>
Open source powers much of the technology world.
NGINX has been a strong part of this movement from its inception.
As the internet has grown, so have we, from our initial web server to the
myriad of projects involving JavaScript, Kubernetes, API gateways,
OpenTelemetry, and WebAssembly.
NGINX is committed to open source both in ethos and practicality, aiming to
deliver reliable and cutting-edge technology
within a healthy open source culture.
Whether NGINX is part of your open source past or a step in your present,
we welcome you into the future together.
</para>
<para>
To learn more about our commitment, please visit
our <link doc="docs/governance.xml">Governance</link> page.
</para>
</section>
<section name="Committed to Our Mission">
<para>
We believe that healthy communities are core to innovation
and open source sustainability.
It is our mission to enable the NGINX community to engage with
and develop solutions based on open and available NGINX technologies.
Together we can power the future.
</para>
<para>
Our community is your entry into an open world of information, collaboration,
and discussion.
Thanks for joining us.
</para>
</section>
<section name="Code of Conduct">
<para>
Per our values, NGINX strives to create an inclusive community for all.
Please remember our
<link url="https://github.com/nginx/nginx/blob/master/CODE_OF_CONDUCT.md">
Code of Conduct</link>
(CoC) when participating in the NGINX community.
</para>
<para>
If you wish to tell us about a CoC violation,
please email us here:
<link url="mailto://[email protected]">[email protected]</link>
</para>
</section>
<section name="Community Spaces">
<para>
Find the NGINX community here:
<list type="bullet">
<listitem>
<link url="https://github.com/nginx/nginx/discussions">GitHub Discussions</link>
</listitem>
<listitem>
<link url="https://community.nginx.org/joinslack">Slack</link>
</listitem>
<listitem>
<link url="https://x.com/nginxorg">X.com</link>
</listitem>
<listitem>
<link url="https://www.youtube.com/nginxinc">YouTube</link>
</listitem>
</list>
</para>
</section>
<section name="Mailing Lists">
<para>
Mailing lists can be
<link url="http://nginx.org/mailman/listinfo">
browsed</link>.
To post to a mailing list,
an e-mail address that will be used for posting must first be
<link url="http://nginx.org/mailman/listinfo">subscribed</link>.
</para>
<para>
<list type="bullet">
<listitem>
<link url="http://nginx.org/mailman/listinfo/nginx">[email protected]</link>
list (English),
<link url="http://nginx.org/pipermail/nginx/">
archive</link>,
<link url="http://dir.gmane.org/gmane.comp.web.nginx.english">
Gmane archive</link>,
<link url="http://marc.info/?l=nginx">
MARC archive</link>
</listitem>
<listitem>
<link url="http://nginx.org/mailman/listinfo/nginx-announce">[email protected]</link>
list (English),
<link url="http://nginx.org/pipermail/nginx-announce/">
archive</link>
</listitem>
<listitem>
<link url="http://nginx.org/mailman/listinfo/nginx-ru">[email protected]</link>
list (Russian),
<link url="http://nginx.org/pipermail/nginx-ru/">
archive</link>,
<link url="http://dir.gmane.org/gmane.comp.web.nginx.russian">
Gmane archive</link>
</listitem>
<listitem>
<link url="http://nginx.org/mailman/listinfo/nginx-ru-announce">[email protected]</link>
list (Russian),
<link url="http://nginx.org/pipermail/nginx-ru-announce/">
archive</link>
</listitem>
</list>
</para>
</section>
<section name="Development">
<para>
<list type="bullet">
<listitem id="nginx_devel">
<link url="http://nginx.org/mailman/listinfo/nginx-devel">[email protected]</link>
mailing list for developers (English),
<link url="http://nginx.org/pipermail/nginx-devel/">
archive</link>
</listitem>
<listitem>
<link url="https://github.com/nginx/nginx">
Browse a Source Code</link>
</listitem>
<listitem>
<link url="https://github.com/nginx/nginx/issues">
Report a Bug</link>
</listitem>
<listitem>
<link doc="docs/contributing_changes.xml">
Participate</link>
</listitem>
</list>
</para>
</section>
</article>