Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 11:25:37 +1100
From:      John Marshall <john.marshall@riverwillow.com.au>
To:        freebsd-doc@freebsd.org
Subject:   Security (and other?) Web Site RSS Feeds Broken
Message-ID:  <20130220002537.GC18338@rwpc15.mby.riverwillow.net.au>

next in thread | raw e-mail | index | archive | help

--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

I refer to the following feed files on the Project web site.  The files
are not valid feeds.

  http://www.freebsd.org/security/rss.xml
  http://www.freebsd.org/security/errata.xml

I am guessing that the breakage is caused by the web site build process
and that it is some fallout relating to the XML migration effort.  The
broken feed files contain a spurious xmlns attribute within the rss
element.  Removing that spurious xmlns attirbute results in a feed which
will validate.

Broken:

<rss xmlns:atom=3D"http://www.w3.org/2005/Atom" xmlns=3D"http://www.w3.org/=
1999/xhtml" version=3D"2.0">

Good:

<rss xmlns:atom=3D"http://www.w3.org/2005/Atom" version=3D"2.0">

While hunting to see if this had already been reported I found the
following PR from October which has received no attention (perhaps
it should be transferred from www to doc?).

  www/172624

Thank you to all you documentation maintainers for the great work you
do.

--=20
John Marshall

--UlVJffcvxoiEqYs2
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlEkGAEACgkQw/tAaKKahKL3GgCfaepSFYu73m1XMTwb/Je7DQkB
k3kAn35WmNUcCqrcxXpKkGy6vYGestpJ
=aru1
-----END PGP SIGNATURE-----

--UlVJffcvxoiEqYs2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130220002537.GC18338>