[Bug 206683] Website links in "security" and "errata" RSS feeds are broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 3 06:27:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206683

Tobias Kortkamp <t at tobik.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd-doc at FreeBSD.org
 Attachment #176579|                            |maintainer-approval?(freebs
              Flags|                            |d-doc at FreeBSD.org)

--- Comment #5 from Tobias Kortkamp <t at tobik.me> ---
Created attachment 176579
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176579&action=edit
libcommon.diff

This patch fixes the RSS feeds by prepending https: to the <link> and <guid>
tags for every item.

As was pointed out by Mark share/xml/common.ent was changed to use
protocol-relative URLs in doc r45654.  However RSS doesn't support
protocol-relative URLs AFAICT, so this seems like the easiest way to fix this.

FYI, here is what Feed Validator has to say about FreeBSD's RSS feeds:
http://www.feedvalidator.org/check.cgi?url=https%3A%2F%2Fwww.freebsd.org%2Fsecurity%2Frss.xml

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-doc mailing list