Re: Problem with RRS Feed on planet.postgresql.org

From: Jakob Egger <jakob(at)eggerapps(dot)at>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: "pgsql-www(at)postgresql(dot)org" <pgsql-www(at)postgresql(dot)org>
Subject: Re: Problem with RRS Feed on planet.postgresql.org
Date: 2013-08-12 11:53:11
Message-ID: 501149EF-3B6A-4D78-9D86-30CFC34327EE@eggerapps.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Thanks for your response!

I think the problem aren't the guids themselves, just the "ispermalink=true" attribute.

For example, this item:
http://www.databasesoup.com/2013/08/94-commitfest-1-wrap-up.html

has
<guid isPermaLink="true">tag:blogger.com,1999:blog-7476449567742726187.post-6066898059205706249</guid>

but the source RSS feed (i assume its this one: http://www.databasesoup.com/feeds/posts/default?alt=rss ) has
<guid isPermaLink='false'>tag:blogger.com,1999:blog-7476449567742726187.post-6066898059205706249</guid>

So it seems that this property is mangled somewhere.

Best regards,
Jakob

On 12.08.2013, at 13:32, Magnus Hagander <magnus(at)hagander(dot)net> wrote:

> On Mon, Aug 12, 2013 at 1:13 PM, Jakob Egger <jakob(at)eggerapps(dot)at> wrote:
>> Hi,
>>
>> I hope this is the right place to report that the RSS feed on
>> planet.postgresql.org is invalid.
>>
>> Details:
>> http://feed1.w3.org/check.cgi?url=http%3A%2F%2Fplanet.postgresql.org%2Frss20.xml
>>
>> The guid problem breaks the feed in my reader (doesn't show any content when
>> I click on an item)
>
> I'm pretty sure those fields are copied directly from the upstream
> blogs. We don't try to make our own.
>
> I guess one option would be to just overwrite all guids and generate
> our own - we could easily do that. The question is if that would
> remove some valuable information - such as people using them for
> de-dup or something. Does anybody have a clue and/or opinion on how
> that would work?
>
>
>> I've already tried contacting the Planet PostgreSQL team via email
>> (planet(at)postgresql(dot)org), and via twitter (@planetpostgres), but I got no
>> reaction.
>
> planet(at)postgresql(dot)org should've been the correct address. Your email
> must've been lost in a sea of others. Apologies for that.
>
> The twitter account is entirely automated with no person reading it at
> any point, so don't expect any responses there.
>
>
> --
> Magnus Hagander
> Me: http://www.hagander.net/
> Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2013-08-12 13:51:51 Re: Searching 9.3beta documentation does not work
Previous Message Magnus Hagander 2013-08-12 11:32:12 Re: Problem with RRS Feed on planet.postgresql.org