perladvent / perldotcom

The source code for Perl.com website
https://www.perl.com
79 stars 81 forks source link

rss feeds seemingly broken #268

Closed rwp0 closed 4 years ago

rwp0 commented 4 years ago

the url clicking on the rss icon at the bottom of the main page:

<rss version="2.0">
<channel>
<title>
Perl.com - programming news, code and culture on Perl.com - programming news, code and culture
</title>
<link>https://www.perl.com/</link>
<description>
Recent content in Perl.com - programming news, code and culture on Perl.com - programming news, code and culture
</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 08 Aug 2020 04:40:00 +0000</lastBuildDate>
<atom:link href="/" rel="self" type="application/rss+xml"/>
<item>
<title>Articles</title>
<link>https://www.perl.com/article/</link>
<pubDate>Sat, 08 Aug 2020 04:40:00 +0000</pubDate>
<guid>https://www.perl.com/article/</guid>
<description/>
</item>
<item>
<title>Legacies</title>
<link>https://www.perl.com/legacy/</link>
<pubDate>Mon, 10 Feb 2014 06:00:00 -0800</pubDate>
<guid>https://www.perl.com/legacy/</guid>
<description/>
</item>
<item>
<title>About Perl.com</title>
<link>https://www.perl.com/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://www.perl.com/about/</guid>
<description>
<p>Since 1997 Perl.com has been the home for quality articles about Perl programming, news and culture. The website is managed by the <a href="http://www.perlfoundation.org">The Perl Foundation</a>.</p> <p>The site editor is <a href="https://www.perl.com/authors/david-farrell/">David Farrell</a>, who can be reached via <a href="mailto:perl.com-editor@perl.org">email</a>. Also on staff is senior editor <a href="https://www.perl.com/authors/brian-d-foy">brian d foy</a>.</p> <h3 id="writing-for-perl-com">Writing for Perl.com</h3> <p>We&rsquo;re always looking for new authors! Whether you have an event to promote, an experience to share, or a new module or fancy trick to show-off, please see our contributing <a href="https://github.com/dnmfarrell/perldotcom/blob/master/CONTRIBUTING.md">guide</a> for more information.</p> <h3 id="perl">Perl</h3> <p>Perl is a general purpose language for getting things done. Created by Larry Wall, the Perl language is managed by <a href="http://www.perlfoundation.org">The Perl Foundation</a>. For the latest language news and versions, check out <a href="https://perl.org">Perl.org</a>.</p>
</description>
</item>
</channel>
</rss>

no individual articles within contents shown as empty feed on news readers

dnmfarrell commented 4 years ago

Thanks for reporting this. The RSS link at the top of the page works, I think we need to adjust the bottom one to match.

rwp0 commented 4 years ago

The RSS link at the top of the page

note: that link (icon) doesn't appear in the responsive version of the website (ie. viewing on a mobile browser)

dnmfarrell commented 4 years ago

This is fixed