Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)postgresql(dot)org>, Andrew Hammond <andrew(dot)george(dot)hammond(at)gmail(dot)com>, CAJ CAJ <pguser(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-www <pgsql-www(at)postgresql(dot)org>
Subject: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
Date: 2007-04-10 12:54:55
Message-ID: 20070410125455.GA26036@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-www

On Tue, Apr 10, 2007 at 02:44:42PM +0200, Martijn van Oosterhout wrote:
> On Tue, Apr 10, 2007 at 12:18:52PM +0200, Magnus Hagander wrote:
> > But given that we might want to add things like this, having our own custom
> > XML format certainly makes a bit more sense, it might be harder to try to
> > trick it into RSS.
>
> I'd say do it in the format you're most comfortable with. Then some
> XSLT wizard can convert it into RSS from there...

Too late, I already did the RSS. Which was very simple, because of the RSS
framework stuff already in place on the website.

*However*, that one doesn't contain all the information that a program
would want, and certainly not in an easily parseable format for them. It's
designed for people in the other end. So I intend to do a "proper XML
format" as well.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-10 12:59:12 Re: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
Previous Message Martijn van Oosterhout 2007-04-10 12:48:59 Re: Kill session in PostgreSQL

Browse pgsql-www by date

  From Date Subject
Next Message Peter Eisentraut 2007-04-10 12:59:12 Re: Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version
Previous Message Martijn van Oosterhout 2007-04-10 12:44:42 Re: [GENERAL] programmatic way to fetch latest release for a given major.minor version