Streaming commtifest as RSS feed

From: Nikolay Shaplov <dhyan(at)nataraj(dot)su>
To: pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Streaming commtifest as RSS feed
Date: 2018-01-29 21:27:40
Message-ID: 3411074.go5RRV3d10@x200m
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hi!

For my own purposes I wrote a script that creates an RSS feed of new patches
submitted to commitfest (so I can choose one I can review).

Not it just parses the commitfest site (and caches what can be cached)

It now works online at http://perl.nataraj.su/commitfest-rss/commitfest-rss.pl

The script itself is in the attachment.

It perfectly suits me, but I think others may also need something like this.
For example a feed of "ready for commiter" patches or feed of patches with
"commited" or "returned with feedback" statuses.
Or may be even some per patch feeds with the history of status changes.

I think that these all things is better to write taking data right from the
commtifest DB.
If you need such feeds, and perl is acceptable as an implementation language,
I can write script for all these cases.

--
Do code for fun.

Attachment Content-Type Size
commitfest-rss.pl text/plain 3.8 KB

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Oleg Bartunov 2018-01-29 21:34:16 Re: Streaming commtifest as RSS feed
Previous Message Bruce Momjian 2018-01-29 21:06:22 Re: Typo in SSI docs?