* 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