darcs

Issue 1251 RSS feed for recent commits

Title RSS feed for recent commits
Priority wishlist Status wont-fix
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, semka, thorkilnaur
Assigned To
Topics Community

Created on 2008-12-04.12:00:57 by semka, last changed 2009-08-27.14:13:47 by admin.

Files
File name Uploaded Type Edit Remove
unnamed dagit, 2008-12-04.12:38:52 text/html
unnamed simon, 2008-12-04.19:43:59 text/html
Messages
msg6767 (view) Author: semka Date: 2008-12-04.12:00:52
Building (realtime, hehe) rss feed which contains all recent commits to darcs.net 
repo would be nice.
msg6768 (view) Author: dagit Date: 2008-12-04.12:38:52
On Thu, Dec 4, 2008 at 4:01 AM, Semka Novikov <bugs@darcs.net> wrote:

>
> New submission from Semka Novikov <semka@lisp.ru>:
>
> Building (realtime, hehe) rss feed which contains all recent commits to
> darcs.net
> repo would be nice.
>

Eric could set this up easily by adding an apply post-hook which runs a
command similar to this:
darcs changes --xml --last 10 | xsltproc rss.xslt -

where rss.xslt is found here:
http://darcs.net/tools/cgi/xslt/rss.xslt

The part I'm not sure about, because I don't use rss, is whether he wants to
use --last or not, and what number to pass to last if it's used.  I can't
remember if we pass the number of patches applied in an environment variable
or not.  Also, if you use last, then the rss feed will appear to reset, I
suspect.  Probably best to not to use last.  Again, I'm not an rss user so I
don't know how it should be configured, but all the machinery is available I
think.  Modulo fine tuning, this feature should be really easy to add.

Jason
Attachments
msg6769 (view) Author: kowey Date: 2008-12-04.15:40:27
Simon Michael's installation of darcsweb on the darcs repository has something
like this: http://joyful.com/darcsweb/darcsweb.cgi?r=darcs-stable;a=summary

I'm afraid I don't have any spare cycles to look into something like this.  So
I'm marking this wont-fix unless somebody wants to be extra-eager.
msg6770 (view) Author: simon Date: 2008-12-04.19:43:59
Yes, the feed from my mirror, courtesy of darcsweb, is

http://joyful.com/darcsweb/darcsweb.cgi?r=darcs-stable;a=atom

or =rss. This will be current since the mirror updates every minute.

Better if all this was on darcs.net directly, that would be the next  
wishlist item.
Attachments
History
Date User Action Args
2008-12-04 12:00:58semkacreate
2008-12-04 12:38:56dagitsetfiles: + unnamed
nosy: kowey, dagit, simon, thorkilnaur, dmitry.kurochkin, semka
status: unread -> unknown
messages: + msg6768
2008-12-04 15:40:32koweysetstatus: unknown -> wont-fix
nosy: kowey, dagit, simon, thorkilnaur, dmitry.kurochkin, semka
topic: + Community
messages: + msg6769
2008-12-04 19:44:02simonsetfiles: + unnamed
nosy: kowey, dagit, simon, thorkilnaur, dmitry.kurochkin, semka
messages: + msg6770
2009-08-10 23:52:42adminsetnosy: - dagit
2009-08-25 17:35:30adminsetnosy: + darcs-devel, - simon
2009-08-27 14:13:47adminsetnosy: kowey, darcs-devel, thorkilnaur, dmitry.kurochkin, semka