* gitweb tags feed, Re: New version announcements?
[not found] <3B8DB770-5ADC-4B99-9A12-F1DABA20C34D@bunster.org>
@ 2008-07-24 14:49 ` Petr Baudis
2008-07-24 15:04 ` Julian Phillips
0 siblings, 1 reply; 7+ messages in thread
From: Petr Baudis @ 2008-07-24 14:49 UTC (permalink / raw)
To: Jordi Bunster; +Cc: git, gitster
Hi,
On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
> I've been following the git mailing list to stay on top of new releases,
> but the traffic got too high.
>
> Any way that a git-announce list could be created for security fixes and
> new releases? Or maybe an RSS feed on the website?
>
> If there's a news file or some-such, I'd be glad to write the code to
> convert it to a subscription feed.
I believe you meant to write this to the list directly, I'm cc'ing it
now. Basically, this depends on whether Junio finds it worth-while. :-)
I think these requests do not pop up often, but that might mean that
most people are simply discouraged right away and too shy to ask for it.
One thing that comes on my mind would be to implement RSS feed of new
tags to gitweb; this could supply the information about new releases
easily. Any bored gitweb hacker willing to implement this? ;-)
(Of course, it is a bit of pity that release announcements aren't part
of the tag comment when Git already makes tag comments possible; that
could be a part of the feed. Maybe with the feed as a nice use-case,
Junio could get convinced to do that though, if it doesn't disrupt his
release workflow too much.)
--
Petr "Pasky" Baudis
As in certain cults it is possible to kill a process if you know
its true name. -- Ken Thompson and Dennis M. Ritchie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 14:49 ` gitweb tags feed, Re: New version announcements? Petr Baudis
@ 2008-07-24 15:04 ` Julian Phillips
2008-07-24 15:54 ` Jakub Narebski
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Julian Phillips @ 2008-07-24 15:04 UTC (permalink / raw)
To: Petr Baudis; +Cc: Jordi Bunster, git, gitster
On Thu, 24 Jul 2008, Petr Baudis wrote:
> Hi,
>
> On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>> I've been following the git mailing list to stay on top of new releases,
>> but the traffic got too high.
>>
>> Any way that a git-announce list could be created for security fixes and
>> new releases? Or maybe an RSS feed on the website?
An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
>>
>> If there's a news file or some-such, I'd be glad to write the code to
>> convert it to a subscription feed.
>
> I believe you meant to write this to the list directly, I'm cc'ing it
> now. Basically, this depends on whether Junio finds it worth-while. :-)
> I think these requests do not pop up often, but that might mean that
> most people are simply discouraged right away and too shy to ask for it.
There was a request for RSS feeds some time ago, and I setup the above
feeds which automatically process the git mailing list traffic - haven't
bothered to actually monitor if anyone is using them though ;)
>
> One thing that comes on my mind would be to implement RSS feed of new
> tags to gitweb; this could supply the information about new releases
> easily. Any bored gitweb hacker willing to implement this? ;-)
>
> (Of course, it is a bit of pity that release announcements aren't part
> of the tag comment when Git already makes tag comments possible; that
> could be a part of the feed. Maybe with the feed as a nice use-case,
> Junio could get convinced to do that though, if it doesn't disrupt his
> release workflow too much.)
>
>
--
Julian
---
Peter's hungry, time to eat lunch.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 15:04 ` Julian Phillips
@ 2008-07-24 15:54 ` Jakub Narebski
2008-07-24 16:51 ` Pedro Melo
2008-09-25 15:31 ` Petr Baudis
2 siblings, 0 replies; 7+ messages in thread
From: Jakub Narebski @ 2008-07-24 15:54 UTC (permalink / raw)
To: Julian Phillips; +Cc: Petr Baudis, Jordi Bunster, git, gitster
Julian Phillips <julian@quantumfyre.co.uk> writes:
> On Thu, 24 Jul 2008, Petr Baudis wrote:
>> On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>>>
>>> I've been following the git mailing list to stay on top of new releases,
>>> but the traffic got too high.
>>>
>>> Any way that a git-announce list could be created for security fixes and
>>> new releases? Or maybe an RSS feed on the website?
>
> An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
>
>>> If there's a news file or some-such, I'd be glad to write the code to
>>> convert it to a subscription feed.
> There was a request for RSS feeds some time ago, and I setup the above
> feeds which automatically process the git mailing list traffic -
> haven't bothered to actually monitor if anyone is using them though ;)
If I didn't thank you for this web service (http://gitrss.q42.co.uk/)
thanks, if I did thank yoy, thanks again :-)
I have used this service (to be more exact one of feeds offered by
this service, which basically is very filtered git mailing list feed)
as a source of "News" section for Git project at Ohloh[1]:
http://www.ohloh.net/projects/git
[1] http://www.ohloh.net/projects/git/rss_subscriptions uses
http://gitrss.q42.co.uk/announce.rss)
--
Jakub Narebski
Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 15:04 ` Julian Phillips
2008-07-24 15:54 ` Jakub Narebski
@ 2008-07-24 16:51 ` Pedro Melo
2008-07-24 17:25 ` Julian Phillips
2008-09-25 15:31 ` Petr Baudis
2 siblings, 1 reply; 7+ messages in thread
From: Pedro Melo @ 2008-07-24 16:51 UTC (permalink / raw)
To: Julian Phillips; +Cc: Petr Baudis, Jordi Bunster, git, gitster
Hi,
On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
>> On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>>>
>>> Any way that a git-announce list could be created for security
>>> fixes and
>>> new releases? Or maybe an RSS feed on the website?
>
> An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
Thanks Julian, did not knew these feeds.
You might want to look at the script that generates the announces
feed. It missed the 1.5.6.4 announcement.
http://article.gmane.org/gmane.comp.version-control.git/89148/
match=1.5.6.4
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@simplicidade.org
Use XMPP!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 16:51 ` Pedro Melo
@ 2008-07-24 17:25 ` Julian Phillips
2008-07-25 7:37 ` Pedro Melo
0 siblings, 1 reply; 7+ messages in thread
From: Julian Phillips @ 2008-07-24 17:25 UTC (permalink / raw)
To: Pedro Melo; +Cc: Petr Baudis, Jordi Bunster, git, gitster
On Thu, 24 Jul 2008, Pedro Melo wrote:
> Hi,
>
> On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
>> > On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>> > >
>> > > Any way that a git-announce list could be created for security fixes
>> > > and
>> > > new releases? Or maybe an RSS feed on the website?
>>
>> An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
>
> Thanks Julian, did not knew these feeds.
>
> You might want to look at the script that generates the announces feed. It
> missed the 1.5.6.4 announcement.
>
> http://article.gmane.org/gmane.comp.version-control.git/89148/match=1.5.6.4
Ah ... oops. Some stuff got broken during a system upgrade on the 20th,
and I seem to have missed that mail when trying to fill in the gap (due to
a similar breakage in my personal email system I didn't know it had gone
out :(). Hopefully that won't happen again.
Should be there now. Thanks. :)
--
Julian
---
The advertisement is the most truthful part of a newspaper.
-- Thomas Jefferson
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 17:25 ` Julian Phillips
@ 2008-07-25 7:37 ` Pedro Melo
0 siblings, 0 replies; 7+ messages in thread
From: Pedro Melo @ 2008-07-25 7:37 UTC (permalink / raw)
To: Julian Phillips; +Cc: Petr Baudis, Jordi Bunster, git, gitster
Hi,
On Jul 24, 2008, at 6:25 PM, Julian Phillips wrote:
> On Thu, 24 Jul 2008, Pedro Melo wrote:
>> On Jul 24, 2008, at 4:04 PM, Julian Phillips wrote:
>>> > On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>>> > > > > Any way that a git-announce list could be created for
>>> security fixes > > and
>>> > > new releases? Or maybe an RSS feed on the website?
>>> An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
>>
>> You might want to look at the script that generates the announces
>> feed. It missed the 1.5.6.4 announcement.
>>
>> http://article.gmane.org/gmane.comp.version-control.git/89148/
>> match=1.5.6.4
>
> Should be there now. Thanks. :)
It's there, fixed.
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@simplicidade.org
Use XMPP!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: gitweb tags feed, Re: New version announcements?
2008-07-24 15:04 ` Julian Phillips
2008-07-24 15:54 ` Jakub Narebski
2008-07-24 16:51 ` Pedro Melo
@ 2008-09-25 15:31 ` Petr Baudis
2 siblings, 0 replies; 7+ messages in thread
From: Petr Baudis @ 2008-09-25 15:31 UTC (permalink / raw)
To: Julian Phillips; +Cc: Jordi Bunster, git, gitster
On Thu, Jul 24, 2008 at 04:04:03PM +0100, Julian Phillips wrote:
> On Thu, 24 Jul 2008, Petr Baudis wrote:
>> On Thu, Jul 24, 2008 at 10:38:24AM -0400, Jordi Bunster wrote:
>>> I've been following the git mailing list to stay on top of new releases,
>>> but the traffic got too high.
>>>
>>> Any way that a git-announce list could be created for security fixes and
>>> new releases? Or maybe an RSS feed on the website?
>
> An RSS feed already exists, have a look at http://gitrss.q42.co.uk/.
Thanks, I have added the RSS feeds to the git.or.cz homepage.
> ---
> Peter's hungry, time to eat lunch.
Mmm...
--
Petr "Pasky" Baudis
People who take cold baths never have rheumatism, but they have
cold baths.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-09-25 15:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <3B8DB770-5ADC-4B99-9A12-F1DABA20C34D@bunster.org>
2008-07-24 14:49 ` gitweb tags feed, Re: New version announcements? Petr Baudis
2008-07-24 15:04 ` Julian Phillips
2008-07-24 15:54 ` Jakub Narebski
2008-07-24 16:51 ` Pedro Melo
2008-07-24 17:25 ` Julian Phillips
2008-07-25 7:37 ` Pedro Melo
2008-09-25 15:31 ` Petr Baudis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).