nextcloud / nextcloud.com

🌏 Our website
https://nextcloud.com
Other
208 stars 127 forks source link

Broken update RSS feed #269

Open ghost opened 7 years ago

ghost commented 7 years ago

On the "News" page a link is given to a RSS feed containing only updates. The URL is https://nextcloud.com/category/release/feed/

But the feed is "empty" and only return:

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"

    >
<channel>
    <title>Comments on: </title>
    <atom:link href="https://nextcloud.com/category/release/feed/" rel="self" type="application/rss+xml" />
    <link></link>
    <description>a safe home for all your data</description>
    <lastBuildDate>Mon, 19 Sep 2016 16:40:10 +0000</lastBuildDate>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>

</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 272/275 objects using app
Page Caching using app
Minified using apc (Request URI is rejected)
Database Caching 4/4 queries in 0.000 seconds using app
jospoortvliet commented 7 years ago

so I looked into it and I can't figure out how to fix this. It's a Wordpress bug, most likely, and other than waiting for an update fixing it I don't now what to do :(

ghost commented 7 years ago

I don't have this bug in my wordpress installations, probably a bug from a plugin or a customization. I will try to find the bug this week.

Until the bug is fixed you could maybe use this URL : https://github.com/nextcloud/server/releases.atom ?

ghost commented 7 years ago

Are you sure that the release posts are in the good category ?

https://nextcloud.com/category/release/ return 404...

jospoortvliet commented 7 years ago

Yes, and it used to work :(

I will take the URL you gave, it ain't perfect but better than nothing.