git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gitweb: tags feeds
@ 2017-04-19  6:49 Giuseppe Bilotta
  2017-04-19  6:49 ` [PATCH 1/2] gitweb: infrastructure for tags feed Giuseppe Bilotta
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Giuseppe Bilotta @ 2017-04-19  6:49 UTC (permalink / raw)
  To: Git ML; +Cc: Junio C Hamano, Jakub Narebski, Giuseppe Bilotta

A smallish patchset to implement RSS and Atom feeds to complement the
tags view, accessible as verbs `tags_rss` and `tags_atom`.

(I actually made this some 5 years ago, and it has been running on
http://git.oblomov.eu/ since, but for some reason I forgot to submit
it for upstreaming.)

The patchset is also available in the git repository at:

  git://git.oblomov.eu/git gitweb-tags-feed

------------------------------------------------------------------------

Giuseppe Bilotta (2):
  gitweb: infrastructure for tags feed
  gitweb: expose tags feed in appropriate places

 gitweb/gitweb.perl | 126 ++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 91 insertions(+), 35 deletions(-)

-- 
2.12.2.822.g5451c77231


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [RFC PATCH 0/2] gitweb: tags feed
@ 2012-09-25 20:10 Giuseppe Bilotta
  2012-09-25 20:10 ` [PATCH 1/2] gitweb: infrastructure for " Giuseppe Bilotta
  0 siblings, 1 reply; 5+ messages in thread
From: Giuseppe Bilotta @ 2012-09-25 20:10 UTC (permalink / raw)
  To: git; +Cc: Jakub Narebski, Giuseppe Bilotta

The idea of this small patchset is to generate feeds listing only tags.
This is useful to allow users to follow only the ‘stable’ (i.e. tagged, not
in-progress) releases of the project from its gitweb (e.g. because the
project doesn't have an actual website, or whatever).

It's a draft implementation, comments welcome.

Giuseppe Bilotta (2):
  gitweb: infrastructure for tags feed
  gitweb: expose tags feed in appropriate places

 gitweb/gitweb.perl | 126 ++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 91 insertions(+), 35 deletions(-)

-- 
1.7.12.1.577.gff9625d

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-07 21:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19  6:49 [PATCH 0/2] gitweb: tags feeds Giuseppe Bilotta
2017-04-19  6:49 ` [PATCH 1/2] gitweb: infrastructure for tags feed Giuseppe Bilotta
2017-04-19  6:49 ` [PATCH 2/2] gitweb: expose tags feed in appropriate places Giuseppe Bilotta
2017-05-07 20:55 ` [PATCH 0/2] gitweb: tags feeds Giuseppe Bilotta
  -- strict thread matches above, loose matches on Subject: below --
2012-09-25 20:10 [RFC PATCH 0/2] gitweb: tags feed Giuseppe Bilotta
2012-09-25 20:10 ` [PATCH 1/2] gitweb: infrastructure for " Giuseppe Bilotta

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).