LWN.net Logo

nntpgit initial release

From:  Jonathan Corbet <corbet-AT-lwn.net>
To:  git-AT-vger.kernel.org
Subject:  Announcing nntpgit
Date:  Fri, 24 Feb 2012 13:39:42 -0700
Message-ID:  <20120224133942.49a7a420@dt>
Archive-link:  Article, Thread

When kernel.org went down, it took the mainline kernel commits list with
it. That had a fairly serious and unfortunate effect on my workflow,
which, among other things, depends on knowing what's being merged.  I
hacked up various workarounds, but none of them were as useful or
efficient.

Eventually it occurred to me that what I *really* wanted was the commit
stream as an NNTP feed so I could read it in gnus along with most of the
other lists I follow.  The result was nntpgit, a small Python3 program
that tracks repository branches and makes new commits available as
"articles" to all comers.  I've been working with it for a few weeks now
and I'm quite happy; it works better for me than the old list did.

Should anybody wish to experiment with it, they can do so in two ways.
First, the code is available (GPLv2) from:

	git://git.lwn.net/nntpgit.git

Alternatively, it's running on port 8119 on git.lwn.net.  There are
currently two "newsgroups": lwn.mainline for mainline commits, and
lwn.networking for davem's networking tree.  I expect to add others over
time.

Be warned that this is very early stage software!  It does what I need it
to do and little else.  I've not tested it with any newsreaders other than
gnus, so the chances of interoperability problems with others are
significant.  I'd be happy to accept bug reports, though, and even happier
to take patches.  I hope it's useful to somebody.

jon


(Log in to post comments)

nntpgit initial release

Posted Mar 2, 2012 9:41 UTC (Fri) by mtaht (✭ supporter ✭, #11087) [Link]

Oh, cool! I try to use gnus for everything.

and I miss netnews. I wish we'd merely fixed netnews rather than inventing
new types of webforum for everything.

nntpgit initial release

Posted Mar 2, 2012 13:39 UTC (Fri) by ekj (guest, #1524) [Link]

nntp-interface to lwn would rock :P

nntpgit initial release

Posted Mar 6, 2012 21:30 UTC (Tue) by robbe (guest, #16131) [Link]

<include the usual spiel about how that would happen faster if the LWN code were freely available>

Or perhaps the author of nntpgit could be given access to the source under NDA, and lend a hand.

Oh.

On a more serious note, IMAP would be more interoperable than NNTP, that hardly anyone speaks these days. But it's such a horrible protocol...

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds