index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-11-14 11:50:15 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-14 11:50:15 +0100 |
commit | 26182b2b47754c5cbc480526e23884feb8c3788b (patch) | |
tree | e6323a700115d675f270206e69c4ad921ff7774d /index.php | |
parent | f4d95b11acd5f169fd57fe6fab4206e4f94bc4e5 (diff) |
-rw-r--r-- | index.php | 8 |
@@ -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> |