summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-14 11:50:15 +0100
committerErich Eckner <git@eckner.net>2019-11-14 11:50:15 +0100
commit26182b2b47754c5cbc480526e23884feb8c3788b (patch)
treee6323a700115d675f270206e69c4ad921ff7774d /index.php
parentf4d95b11acd5f169fd57fe6fab4206e4f94bc4e5 (diff)
downloadarchweb32-26182b2b47754c5cbc480526e23884feb8c3788b.tar.xz
remove all traces of news.archlinux32.org and replace by links to forum as deemed appropriate
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 9dd1926..f0405a4 100644
--- a/index.php
+++ b/index.php
@@ -66,11 +66,11 @@ print_header("", "home");
</div>
<div id="news">
<h3>
- <a href="https://news.archlinux32.org/" title="Browse the news archives">Latest News</a>
+ <a href="https://bbs.archlinux32.org/viewforum.php?id=12" title="Browse the news archives">Latest News</a>
<span class="arrow"></span>
</h3>
<a href="https://archlinux.org/feeds/news/" title="Arch News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
- <a href="https://news.archlinux32.org/rss.php" title="Arch 32 News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
+ <a href="https://bbs.archlinux32.org/extern.php?action=feed&fid=12&type=atom" title="Arch 32 News RSS Feed" class="rss-icon"><img width="16" height="16" src="/static/rss.c5ebdc5318d6.png" alt="RSS Feed" /></a>
<?php
$news_reachable = apcu_fetch('news_reachable', $apcu_success);
@@ -140,7 +140,7 @@ foreach($news as $entry) {
$news_count ++;
if ($news_count == 0) {
print " <h3>\n";
- print " <a href=\"https://news.archlinux32.org/\" title=\"Browse the news archives\">Older News</a>\n";
+ print " <a href=\"https://bbs.archlinux32.org/viewforum.php?id=12\" title=\"Browse the news archives\">Older News</a>\n";
print " <span class=\"arrow\"></span>\n";
print " </h3>\n";
print " <dl class=\"newslist\">\n";
@@ -306,7 +306,7 @@ foreach($package_updates as $pkg) {
More Resources
</h4>
<ul>
- <li><a href="https://news.archlinux32.org/" title="News Archives">News Archives</a></li>
+ <li><a href="https://bbs.archlinux32.org/viewforum.php?id=12" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
</ul>
</div>