Skip to content

Commit b9da6e2

Browse files
committed
Support: Add links to Matrix and Libera
* Consolidate Forums and Freenode into a new Archives section. * Remove "Commercial support" section, SitePen no longer offers commerical support (confirmed, CC-ed jQuery Team email).
1 parent 6cf42a4 commit b9da6e2

File tree

1 file changed

+23
-31
lines changed

1 file changed

+23
-31
lines changed

page/support.html

+23-31
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,41 @@
22
"title": "Support Center"
33
}</script>
44

5-
<p>The jQuery UI community is very active and provides a friendly, helpful
6-
environment when you need development advice or have ideas on how to improve a
7-
script, stylesheet, documentation, or any other part of the project. The jQuery
8-
UI team encourages everyone to actively participate in the development of
9-
the library.</p>
5+
<p>The jQuery community is provides a friendly, helpful environment to ask for
6+
development advice.</p>
107

118
<h2>Community Support</h2>
129

13-
Browse the <a href="/demos/">demos</a> to get a glimpse of what functionality
10+
<p>Browse the <a href="/demos/">demos</a> to get a glimpse of what functionality
1411
each plugin provides, or read the
15-
<a href="http://api.jqueryui.com/">API documentation</a> for all methods,
16-
effects, widgets, and selectors provided by jQuery UI. For more help and support,
17-
try these resources:</p>
12+
<a href="https://api.jqueryui.com/">API documentation</a> for all methods,
13+
effects, widgets, and selectors provided by jQuery UI.</p>
1814

19-
<h3>Forums</h3>
15+
<h3>Matrix chat</h3>
2016

21-
<p><a href="https://forum.jquery.com/using-jquery-ui">Using jQuery UI</a>:
22-
For everyone using jQuery UI, and the best place to ask questions and advice
23-
regarding the use of all UI components, including Themeroller.</p>
17+
<p>jQuery is on Matrix! The support channel for jQuery is <a href="https://app.element.io/#/room/#jquery_meeting:gitter.im">#jquery_meeting:gitter.im</a>.
18+
You can read along without an account, or <a href="https://matrix.to/#/#jquery_meeting:gitter.im">join the channel</a> via any Element or Matrix client.</p>
2419

25-
<p><a href="https://forum.jquery.com/developing-jquery-ui">Developing jQuery UI</a>:
26-
For developers working on building out the jQuery UI library and web sites.
27-
(Use the Using jQuery UI forum above to discuss how to use jQuery UI.)</p>
20+
<p>We use the public <a href="https://app.element.io/#/room/#jquery_dev:gitter.im">#jquery_dev:gitter.im</a> channel to discuss project developments,
21+
and also hold <a href="https://meetings.jquery.org/">weekly meetings</a>.</p>
2822

29-
<p><a href="https://groups.google.com/group/jquery-a11y">jQuery Accessibility</a>:
30-
For anyone that is unable to use the normal forums due to accessibility issues.</p>
23+
<h3>IRC chat</h3>
3124

32-
<h3>IRC Chat</h3>
33-
34-
<p>The official IRC support channel is #jquery on irc.freenode.net. For discussions
35-
about development of jQuery UI, join the #jqueryui-dev channel.
36-
See <a href="https://irc.jquery.org/">irc.jquery.org</a> for more information.</p>
25+
<p>There IRC channel for all jQuery projects is <code>#jquery</code> on <a href="https://libera.chat/">Libera Chat IRC</a> (<a href="https://web.libera.chat/#jquery">Join via webchat</a>).</p>
3726

3827
<h2>Found a bug? Let us know!</h2>
3928

4029
<p>Please report any issues and enhancements in
4130
<a href="https://github.com/jquery/jquery-ui/issues/new">our bug tracking system</a>.</p>
4231

43-
<h2>Commercial support</h2>
44-
45-
<p>The following jQuery Foundation member companies are trusted by the jQuery UI
46-
project to provide commercial support.</p>
47-
48-
<h3>SitePen</h3>
49-
<p>When you get commercial support from <a href="https://sitepen.com">SitePen</a>, you’re choosing to work with one of the most experienced Web application development groups in the world. SitePen has been providing quality Web development, analysis, training, and support services since 2000 to companies and individuals around the globe. Our exclusive team of master JavaScript engineers includes current and former contributors to TC39 (EcmaScript), jQuery, the Dojo Toolkit, Node.js, AngularJS, Intern, and more. From start-ups to Fortune 500s, we have the knowledge and expertise to solve problems of any size and keep your project on track and running smoothly. Get in touch today to learn how we can help you achieve your goals.</p>
50-
<p>Contact: <a href="https://sitepen.com/contact">sitepen.com/contact</a> or <a href="tel:6509688787">650-968-8787</a></p>
32+
<h2>Archives</h2>
33+
34+
<ul>
35+
<li><a href="https://irc.jquery.org/">Chat: Freenode IRC</a> (2011-2021): The official support channel was <code>#jquery</code>,
36+
with internal discussions and meetings happening in <code>#jqueryui-dev</code>.</li>
37+
<li><a href="https://forum.jquery.com/using-jquery-ui">Forum: Using jQuery UI</a> (2010-2021):
38+
Questions and advice regarding the use of UI components, including Themeroller.</li>
39+
<li><a href="https://forum.jquery.com/developing-jquery-ui">Forum: Developing jQuery UI</a> (2010-2019):
40+
For developers working on building the jQuery UI library itself and its website.</li>
41+
<li><a href="https://groups.google.com/group/jquery-a11y">Mailing list: jQuery Accessibility</a> (2008-2016)</li>
42+
</ul>

0 commit comments

Comments
 (0)