[Replicant] [PATCH] added new rss url to fix rss on the front page

wesley wesleyprrttgithub at gmail.com
Wed Jul 31 22:57:25 UTC 2019


---
 index.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 450b41b..16f4d2e 100644
--- a/index.php
+++ b/index.php
@@ -68,7 +68,10 @@ if ($feed->error() || !$feed_init) {
 <?php
 $feed = new SimplePie();
 
-$feed->set_feed_url("https://git.replicant.us/groups/replicant.atom");
+# using the atom file for the frameworks_base for now
+# there was, at the time of writing, no atom file to show all of the commits
+# so, we're just using this repo to stop the others from potentially breaking
+$feed->set_feed_url("https://git.replicant.us/replicant/frameworks_base/atom");
 $feed->set_cache_location("cache/");
 
 $feed_init = $feed->init();
-- 
2.22.0



More information about the Replicant mailing list