* git2rss --- publish changes from git-log via RSS
@ 2006-07-04 19:11 Bennett Todd
2006-07-04 21:09 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Bennett Todd @ 2006-07-04 19:11 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]
Just switched Bent Linux[1] from darcs to git (darcs is sexy, but I
can build git; ghc defeats me). So I hacked up a quick and simple
git2rss to replace my use of darcs2rss for publishing updates.
<URL:http://bent.latency.net/git2rss>
I hardcoded a couple of Bent-linux-specific bits in there, if
anybody else is actually interested in this, let me know, we can
discuss how to peel 'em out.
I like to read the back archives before posting to a list I've just
subscribed to, but couldn't find a downloadable version of the git
list. If anybody could point me to one, I'd appreciate it.
-Bennett
[1] Bent Linux probably isn't of interest to anybody else, it's my
mid-life crisis project, sound bite "unix as I came to love hear in
the early '80s, when she and I were both much younger, slimmer, and
healthier". uClibc, static linking only, no dynamic loading, no
i18n, nothing gui. Handy for building initrds, perhaps useful for
embedded applications. Nobody but a total crank like me would use it
as their favoured workstation OS.
<URL:http://bent.latency.net/bent/>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git2rss --- publish changes from git-log via RSS
2006-07-04 19:11 git2rss --- publish changes from git-log via RSS Bennett Todd
@ 2006-07-04 21:09 ` Jakub Narebski
2006-07-06 12:53 ` Bennett Todd
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2006-07-04 21:09 UTC (permalink / raw)
To: git
Bennett Todd wrote:
> Just switched Bent Linux[1] from darcs to git (darcs is sexy, but I
> can build git; ghc defeats me). So I hacked up a quick and simple
> git2rss to replace my use of darcs2rss for publishing updates.
>
> <URL:http://bent.latency.net/git2rss>
Added to http://git.or.cz/gitwiki/InterfacesFrontendsAndTools#git2rss
Please correct/expand the info if needed.
BTW. gitweb includes RSS feed, see e.g.:
http://www.kernel.org/git/?p=git/git.git;a=rss
http://www.kernel.org/git/?p=git/git.git;a=opml
> I like to read the back archives before posting to a list I've just
> subscribed to, but couldn't find a downloadable version of the git
> list. If anybody could point me to one, I'd appreciate it.
Both GitWiki and Wikipedia
http://git.or.cz/gitwiki/GitCommunity
http://en.wikipedia.org/wiki/Git_%28software%29
mentions several git mailing list archives
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git2rss --- publish changes from git-log via RSS
2006-07-04 21:09 ` Jakub Narebski
@ 2006-07-06 12:53 ` Bennett Todd
2006-07-07 18:38 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Bennett Todd @ 2006-07-06 12:53 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 931 bytes --]
2006-07-04T21:09:32 Jakub Narebski:
> Added to http://git.or.cz/gitwiki/InterfacesFrontendsAndTools#git2rss
> Please correct/expand the info if needed.
Thanks. But I'm not sure it belongs there. If anybody else turns out
to be interested, and we work out how to update it to pull out the
Bent-specific stuff hardcoded in it, and document the result, then
maybe. At best it might be an example someone could copy, if they
wanted to publish an rss of git-log, with some hardwired assumptions
about the log format and the archive structure. It's not based on
darcs2rss, it's a complete rewrite, and much simpler since I used
XML::RSS::SimpleGen.
> BTW. gitweb includes RSS feed, see e.g.:
> http://www.kernel.org/git/?p=git/git.git;a=rss
> http://www.kernel.org/git/?p=git/git.git;a=opml
Can it be used for offline generation? I don't run any CGIs on my
webserver, I re-generate bent.xml whenever I push any updates.
-Bennett
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git2rss --- publish changes from git-log via RSS
2006-07-06 12:53 ` Bennett Todd
@ 2006-07-07 18:38 ` Jakub Narebski
2006-07-07 19:23 ` Matthias Lederhofer
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2006-07-07 18:38 UTC (permalink / raw)
To: git
Bennett Todd wrote:
> 2006-07-04T21:09:32 Jakub Narebski:
>> BTW. gitweb includes RSS feed, see e.g.:
>> http://www.kernel.org/git/?p=git/git.git;a=rss
>> http://www.kernel.org/git/?p=git/git.git;a=opml
>
> Can it be used for offline generation? I don't run any CGIs on my
> webserver, I re-generate bent.xml whenever I push any updates.
Just run it as a script. IIRC there is a way to pass CGI params
to a script...
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git2rss --- publish changes from git-log via RSS
2006-07-07 18:38 ` Jakub Narebski
@ 2006-07-07 19:23 ` Matthias Lederhofer
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Lederhofer @ 2006-07-07 19:23 UTC (permalink / raw)
To: Bennett Todd, Jakub Narebski; +Cc: git
Jakub Narebski wrote:
> Bennett Todd wrote:
>
> > 2006-07-04T21:09:32 Jakub Narebski:
>
> >> BTW. gitweb includes RSS feed, see e.g.:
> >> http://www.kernel.org/git/?p=git/git.git;a=rss
> >> http://www.kernel.org/git/?p=git/git.git;a=opml
> >
> > Can it be used for offline generation? I don't run any CGIs on my
> > webserver, I re-generate bent.xml whenever I push any updates.
>
> Just run it as a script. IIRC there is a way to pass CGI params
> to a script...
env REQUEST_METHOD=GET QUERY_STRING='p=git/git.git;a=rss' \
./gitweb.cgi | (read; read; cat)
works fine if gitweb.cgi is setup correctly.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-07-07 19:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 19:11 git2rss --- publish changes from git-log via RSS Bennett Todd
2006-07-04 21:09 ` Jakub Narebski
2006-07-06 12:53 ` Bennett Todd
2006-07-07 18:38 ` Jakub Narebski
2006-07-07 19:23 ` Matthias Lederhofer
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).