Skip to content

Commit 877374b

Browse files
jordikroonderickr
authored andcommitted
fix: update news.php.net links to https and news-web domain
Replace deprecated http://news.php.net URLs with https://news-web.php.net across archive pages, release notes, and mailing lists documentation. This addresses the domain migration and enforces HTTPS security for news server access.
1 parent c8c27a6 commit 877374b

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

archive/2002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
various sites that make up the PHP.net family of sites. Did you know you can
457457
browse a hyperlinked version of the PHP source code at <a
458458
href="http://lxr.php.net/">lxr.php.net</a>? View the archives of all of the
459-
mailing lists at <a href="http://news.php.net/">news.php.net</a>? See what else
459+
mailing lists at <a href="https://news-web.php.net/">news-web.php.net</a>? See what else
460460
you've been missing.
461461
</p>
462462

archive/2004.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ functions starting with the letters you typed in. You can browse the list
579579
The Spanish PHP mailing list was relocated to our list server.
580580
If you would like to subscribe to the list, you can do it via our
581581
<a href="mailing-lists.php">mailing lists page</a>. To read
582-
the archives, please see <a href="http://news.php.net/">our
582+
the archives, please see <a href="https://news-web.php.net/">our
583583
news server</a>.
584584
</p>
585585

include/releases.inc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17149,7 +17149,7 @@ $OLDRELEASES = array (
1714917149
),
1715017150
'announcement' =>
1715117151
array (
17152-
'English' => 'http://news.php.net/php.announce/55',
17152+
'English' => 'https://news-web.php.net/php.announce/55',
1715317153
),
1715417154
'museum' => true,
1715517155
),
@@ -17184,7 +17184,7 @@ $OLDRELEASES = array (
1718417184
),
1718517185
'announcement' =>
1718617186
array (
17187-
'English' => 'http://news.php.net/php.announce/54',
17187+
'English' => 'https://news-web.php.net/php.announce/54',
1718817188
),
1718917189
'museum' => true,
1719017190
),
@@ -17219,7 +17219,7 @@ $OLDRELEASES = array (
1721917219
),
1722017220
'announcement' =>
1722117221
array (
17222-
'English' => 'http://news.php.net/php.announce/53',
17222+
'English' => 'https://news-web.php.net/php.announce/53',
1722317223
),
1722417224
'museum' => true,
1722517225
),
@@ -17249,7 +17249,7 @@ $OLDRELEASES = array (
1724917249
),
1725017250
'announcement' =>
1725117251
array (
17252-
'English' => 'http://news.php.net/php.announce/51',
17252+
'English' => 'https://news-web.php.net/php.announce/51',
1725317253
),
1725417254
'museum' => true,
1725517255
),
@@ -17284,7 +17284,7 @@ $OLDRELEASES = array (
1728417284
),
1728517285
'announcement' =>
1728617286
array (
17287-
'English' => 'http://news.php.net/php.announce/50',
17287+
'English' => 'https://news-web.php.net/php.announce/50',
1728817288
),
1728917289
'museum' => true,
1729017290
),
@@ -18054,7 +18054,7 @@ $OLDRELEASES = array (
1805418054
),
1805518055
'announcement' =>
1805618056
array (
18057-
'English' => 'http://news.php.net/php.announce/37',
18057+
'English' => 'https://news-web.php.net/php.announce/37',
1805818058
),
1805918059
'museum' => true,
1806018060
),
@@ -18315,7 +18315,7 @@ $OLDRELEASES = array (
1831518315
),
1831618316
'announcement' =>
1831718317
array (
18318-
'English' => 'http://news.php.net/php.announce/28',
18318+
'English' => 'https://news-web.php.net/php.announce/28',
1831918319
),
1832018320
'museum' => true,
1832118321
),
@@ -18350,8 +18350,8 @@ $OLDRELEASES = array (
1835018350
),
1835118351
'announcement' =>
1835218352
array (
18353-
'English' => 'http://news.php.net/php.announce/26',
18354-
'English (pl1)' => 'http://news.php.net/php.announce/27',
18353+
'English' => 'https://news-web.php.net/php.announce/26',
18354+
'English (pl1)' => 'https://news-web.php.net/php.announce/27',
1835518355
),
1835618356
'museum' => true,
1835718357
),
@@ -18376,7 +18376,7 @@ $OLDRELEASES = array (
1837618376
),
1837718377
'announcement' =>
1837818378
array (
18379-
'English' => 'http://news.php.net/php.announce/24',
18379+
'English' => 'https://news-web.php.net/php.announce/24',
1838018380
),
1838118381
'museum' => true,
1838218382
),
@@ -18411,7 +18411,7 @@ $OLDRELEASES = array (
1841118411
),
1841218412
'announcement' =>
1841318413
array (
18414-
'English' => 'http://news.php.net/php.announce/23',
18414+
'English' => 'https://news-web.php.net/php.announce/23',
1841518415
),
1841618416
'museum' => true,
1841718417
),
@@ -18436,7 +18436,7 @@ $OLDRELEASES = array (
1843618436
),
1843718437
'announcement' =>
1843818438
array (
18439-
'English' => 'http://news.php.net/php.announce/22',
18439+
'English' => 'https://news-web.php.net/php.announce/22',
1844018440
),
1844118441
'museum' => true,
1844218442
),

mailing-lists.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</p>
119119
<p>
120120
There is an experimental web interface for the news server at
121-
<a href="http://news.php.net/">http://news.php.net/</a>, and
121+
<a href="https://news-web.php.net/">https://news-web.php.net/</a>, and
122122
there are also other archives provided by
123123
<a href="http://marc.info/">Marc</a>.
124124
</p>
@@ -300,7 +300,7 @@ function output_lists_table($mailing_lists): void
300300
$larchive = ($listinfo[4] === true ? $listinfo[0] : $listinfo[4]);
301301
} else { $larchive = false; }
302302
echo '<td>' . ($larchive ? "<a href=\"http://marc.info/?l={$larchive}\">yes</a>" : 'n/a') . '</td>';
303-
echo '<td>' . ($listinfo[6] ? "<a href=\"news://news.php.net/{$listinfo[6]}\">yes</a> <a href=\"http://news.php.net/group.php?group={$listinfo[6]}\">http</a>" : 'n/a') . '</td>';
303+
echo '<td>' . ($listinfo[6] ? "<a href=\"news://news.php.net/{$listinfo[6]}\">yes</a> <a href=\"https://news-web.php.net/group.php?group={$listinfo[6]}\">http</a>" : 'n/a') . '</td>';
304304
echo '<td><input name="maillist" type="radio" value="' . $listinfo[0] . '"></td>';
305305
echo '<td>' . ($listinfo[5] ? '<input name="maillist" type="radio" value="' . $listinfo[0] . '-digest">' : 'n/a') . '</td>';
306306
echo '<td><code><small>' . $listinfo[0] . '</small></code></td>';

sites.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
</p>
6464

6565
<h2 id="news" class="content-header">
66-
<a href="http://news.php.net/">news.php.net</a>:
66+
<a href="https://news-web.php.net/">news-web.php.net</a>:
6767
Mailing Lists Web and NNTP Interface
6868
</h2>
6969

7070
<p class="content-box">
71-
news.php.net is the web interface to the PHP mailing lists. If you're not
71+
news-web.php.net is the web interface to the PHP mailing lists. If you're not
7272
subscribed to the mailing lists, but you still want to keep in touch regularly,
7373
this is your place. An infinite pile of fresh news and trends of PHP. You can
74-
also point your news reader at the NNTP server at news.php.net to follow the
74+
also point your news reader at the NNTP server at <a href="news://news.php.net">news server</a> to follow the
7575
lists.
7676
</p>
7777

0 commit comments

Comments
 (0)