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

Joonas Kylmälä joonas.kylmala at iki.fi
Thu Aug 1 05:52:24 UTC 2019


Hi,

thanks! So continuing the discussion that happened on IRC: in my opinion
if nobody has time to make a RSS feed like it was with the Gitlab
Replicant group we could remove this widget instead. And regarding this
patch, it just tells a tiny part of the work happening so I think it
might misrepresent the project status.

Joonas

wesley:
> ---
>  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();
> 


More information about the Replicant mailing list