On 8/5/06, A. Pagaltzis <[EMAIL PROTECTED]> wrote: > * John Wang <[EMAIL PROTECTED]> [2006-08-03 20:15]: > > I just set up Planet Catalyst at > > http://planet.catalystframework.org to aggregate blogs about > > Catalyst. > > Unfortunately, the Atom output feed is invalid because the > modules Plagger relies on to create it do not emit valid Atom > 1.0. (Almost all Atom-related modules on CPAN which predate > Atom 1.0 are broken and emit a mishmash that purports to be > 1.0, but contains a lot of 0.3-isms.)
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fplanet.catalystframework.org%2Fatom.xml Not having feed:id and entry:id is XML::Feed's bug. I'll update XML::Feed to use XML::Atom newer elements to emit a valid 1.0 feed and make Plagger require the compatilble version. -- Tatsuhiko Miyagawa _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
