From owner-cvs-all@FreeBSD.ORG Sat Jun 21 20:31:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 568471065670; Sat, 21 Jun 2008 20:31:59 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 0A6688FC17; Sat, 21 Jun 2008 20:31:59 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 474EE1E8C02; Sat, 21 Jun 2008 20:31:30 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id B702811DA0; Sat, 21 Jun 2008 22:31:58 +0200 (CEST) Date: Sat, 21 Jun 2008 22:31:58 +0200 From: "Simon L. Nielsen" To: Giorgos Keramidas Message-ID: <20080621203158.GE1079@zaphod.nitro.dk> References: <200806202003.m5KK3TkH072678@repoman.freebsd.org> <2a7894eb0806201416v2b1df3a5k8e07268df5883ecf@mail.gmail.com> <485C2C91.5000508@freebsd.org> <87ve03647m.fsf@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ve03647m.fsf@kobe.laptop> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Murray Stokely , cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, Daniel Gerzo , Colin Percival , doc-committers@FreeBSD.org Subject: Re: cvs commit: www/en index.xsl www/en/security Makefile errata-rss.xsl errata.rss www/share/sgml libcommon.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 20:31:59 -0000 On 2008.06.21 03:07:09 +0300, Giorgos Keramidas wrote: > On Fri, 20 Jun 2008 15:17:53 -0700, Colin Percival wrote: > >Murray Stokely wrote: > >> Thanks for adding this. It would be even more useful if this and the > >> security advisory RSS feed included the text of those advisories > >> rather than just the title. Right now they are stored as text files > >> on another host, but it would be great if we could work with security > >> team to store these in a format more amenable to syndication by our > >> RSS feeds. CCing Colin in case he has any thoughts on this, and > >> assuming he doesn't read www commit messages. =) > > > > What would we get by putting the complete advisory text into the RSS > > feeds except a waste of bandwidth? I can understand adding some more > > information (say, the Topic), but throwing in everything seems a bit > > extreme. > > It's about as extreme as adding the full text of blog posts in RSS feeds > all over the world. Some people may find it useful, others may find it > a waste of bandwidth. > > How about adding *two* RSS feeds: a 'short' one, with the titles and a > link to the real advisory, and a 'long' one with the full text? Note that including this is not as easy as it may sound. You need to somehow automatically get the advisory text and include the appropriate parts. Copy/paste of anything but the title is not an option. The advisories are not available to the doc build on www.FreeBSD.org... this may change at some point but there are no current plans to do so. Some years ago I made a parser to convert advisories into XML so you can extract parts (different sections etc) as needed. It works but it's not pretty... -- Simon L. Nielsen