Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2008 19:33:07 +0200 (CEST)
From:      Oliver Fromme <olli@fromme.com>
To:        ivoras@gmail.com (Ivan Voras)
Cc:        svn-src-head@freebsd.org
Subject:   Re: svn commit: r183718 - head/sbin/geom/class/part
Message-ID:  <200810091733.m99HX8G6091779@haluter.fromme.com>
In-Reply-To: <9bbcef730810090238y8d8eb3fl200fd25371e4d69b@mail.gmail.com>

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

Ivan Voras wrote:
 > 2008/10/9 Oliver Fromme <olli@fromme.com>:
 > 
 > > PS:  Ivan:  I decided to implement displaying diffs,
 > > as you suggested.  Working on it right now.  It only
 > > stores the most recent diffs (currently 10 days).
 > 
 > Thanks, this will be completely sufficient for RSS!

I think it doesn't make sense to include the diffs
in the RSS "feed".  Currently I only plan to put
the diffs on the web page.

RSS/atom "feeds" are OK for little pieces of news,
but not for things that can easily grow to a few
megabytes.  Keep in mind that feeds are polled by
the client, i.e. downloaded completely each time.
This is a serious design flaw.  It would be much
better if the client could ask for new information
and only download what it doesn't already have
(much like the NNTP protocol for news servers),
but RSS/atom does not support this.

(On a side note, another problem is that the RSS
and atom standards don't provide a portable way to
include <pre>...</pre> sections in the XML content,
so it's not possible to format the diffs properly.)

Best regards
   Oliver

-- 
Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany

``We are all but compressed light'' (Albert Einstein)



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