git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Lederhofer <matled@gmx.net>
To: Bennett Todd <bet@rahul.net>, Jakub Narebski <jnareb@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git2rss --- publish changes from git-log via RSS
Date: Fri, 7 Jul 2006 21:23:13 +0200	[thread overview]
Message-ID: <E1Fyvuz-0007rM-BD@moooo.ath.cx> (raw)
In-Reply-To: <e8m9m2$m37$1@sea.gmane.org>

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.

      reply	other threads:[~2006-07-07 19:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Fyvuz-0007rM-BD@moooo.ath.cx \
    --to=matled@gmx.net \
    --cc=bet@rahul.net \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).