Skip to content

Commit 95a9e67

Browse files
committed
Code review updates
1 parent 9c34538 commit 95a9e67

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

support.php

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<li><a href="#documentation">Documentation</a></li>
1111
<li><a href="#community-support">Community Support</a></li>
1212
<li><a href="#user-groups-events">User Groups &amp; Events</a></li>
13-
<li><a href="#irc">IRC</a></li>
1413
<li><a href="#archive">Archive (Legacy resources)</a></li>
1514
<!-- Purposefully no link to the webmasters -->
1615
</ul>
@@ -54,6 +53,9 @@
5453
<li><a href="https://discord.gg/php-developers-484326318851358720">PHP Developers</a></li>
5554
</ul>
5655
</li>
56+
<li>
57+
<strong>IRC:</strong> real-time chat at <a href="https://libera.chat/">Libera.Chat</a> in <strong>#phpc</strong>. This channel is also bridged with Discord via <a href="https://phpc.chat/">phpc.chat</a>.
58+
</li>
5759
</ul>
5860

5961
<h2 id="user-groups-events">User Groups &amp; Events</h2>
@@ -67,19 +69,6 @@
6769
<li>Want to list an event? Submit it <a href="/submit-event.php">here</a>.</li>
6870
</ul>
6971

70-
<h2 id="irc">Internet Relay Chat</h2>
71-
72-
<p>
73-
Otherwise known as IRC. Here you can usually find experienced PHP people
74-
sitting around doing nothing on various channels with php in their names.
75-
Note that there is no official IRC channel. Check
76-
<a href="https://libera.chat/">Libera.Chat</a> or any other major network
77-
(<a href="http://www.efnet.org/">EFNet</a>,
78-
<a href="http://www.quakenet.org">QuakeNet</a>,
79-
<a href="http://www.ircnet.com/">IRCNet</a>,
80-
<a href="http://www.dal.net/">DALNet</a> and
81-
<a href="http://oftc.net">OFTC</a>).
82-
</p>
8372

8473
<h2 id="archive">Archive (Legacy resources)</h2>
8574

@@ -90,7 +79,7 @@
9079

9180
<h3 id="newsgroups">Newsgroups</h3>
9281
<p>
93-
The PHP language newsgroup was comp.lang.php. Many of our mailing lists were also reflected onto the news server at
82+
The PHP language newsgroup is comp.lang.php. Many of our mailing lists were also reflected onto the news server at
9483
<a href="news://news.php.net">news://news.php.net/</a>. The server also has a read only web interface at
9584
<a href="https://news-web.php.net/">https://news-web.php.net/</a>.
9685
</p>
@@ -101,12 +90,13 @@
10190
<h2 id="webmasters">PHP.net webmasters</h2>
10291

10392
<p>
104-
If you have a problem or suggestion <em>in connection with the PHP.net
105-
website or mirror sites</em>, <a href="/contact.php">please
106-
contact the webmasters</a>. <br> If you have problems setting up PHP
107-
or using some functionality, please ask your question on a support
108-
channel detailed above, the webmasters will not answer any such
109-
questions.
93+
If you have a problem or suggestion <em>in connection with the PHP.net
94+
website or mirror sites</em>, <a href="/contact.php">please contact the webmasters</a>.
95+
</p>
96+
<p>
97+
If you have problems setting up PHP or using some functionality,
98+
please ask your question on a support channel detailed above,
99+
the webmasters will not answer any such questions.
110100
</p>
111101

112102
<?php site_footer(['sidebar' => $SIDEBAR_DATA]); ?>

0 commit comments

Comments
 (0)