Re: [ANNOUNCE] more archives of this list

2016-08-06 Thread Eric Wong
Jeff King wrote: > Thanks. That's definitely an improvement. I still think the styling > could go further, but I don't expect you to do it. It's something I may > look into, but I should probably try to clear out my backlog of > "to-review" patches before I go off spending time on it. :) Heh, and

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Jeff King
On Fri, Aug 05, 2016 at 06:19:57PM +, Eric Wong wrote: > Jeff King wrote: > > On Fri, Aug 05, 2016 at 05:28:05AM -0400, Jeff King wrote: > > > I do find it visually a little harder to navigate through threads, > > > because there's not much styling there, and the messages seem to run > > > in

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Jeff King
On Fri, Aug 05, 2016 at 05:04:27PM +0200, Duy Nguyen wrote: > On Fri, Aug 5, 2016 at 11:28 AM, Jeff King wrote: > > There was discussion a long time ago about storing a common zlib > > dictionary in the packfile and using it for all of the objects. I don't > > recall whether there were any patche

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Eric Wong
Jeff King wrote: > On Fri, Aug 05, 2016 at 05:28:05AM -0400, Jeff King wrote: > > I do find it visually a little harder to navigate through threads, > > because there's not much styling there, and the messages seem to run > > into one another. I don't know if a border around the divs or something

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Duy Nguyen
On Fri, Aug 5, 2016 at 11:28 AM, Jeff King wrote: > There was discussion a long time ago about storing a common zlib > dictionary in the packfile and using it for all of the objects. I don't > recall whether there were any patches, though. It does create some > complications with serving clones/fe

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Eric Wong
Jeff King wrote: > On Fri, Aug 05, 2016 at 05:28:05AM -0400, Jeff King wrote: > > > On Sun, Jul 10, 2016 at 12:48:13AM +, Eric Wong wrote: > > > > > Very much a work-in-progress, but NNTP and HTTP/HTTPS sorta work > > > based on stuff that is on gmane and stuff I'm accumulating by > > > bein

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Jeff King
On Fri, Aug 05, 2016 at 05:28:05AM -0400, Jeff King wrote: > On Sun, Jul 10, 2016 at 12:48:13AM +, Eric Wong wrote: > > > Very much a work-in-progress, but NNTP and HTTP/HTTPS sorta work > > based on stuff that is on gmane and stuff I'm accumulating by > > being a subscriber. > > I checked t

Re: [ANNOUNCE] more archives of this list

2016-08-05 Thread Jeff King
On Sun, Jul 10, 2016 at 12:48:13AM +, Eric Wong wrote: > Very much a work-in-progress, but NNTP and HTTP/HTTPS sorta work > based on stuff that is on gmane and stuff I'm accumulating by > being a subscriber. I checked this out when you posted it, and have been using it the past few weeks. I r

Re: [ANNOUNCE] more archives of this list

2016-07-28 Thread Eric Wong
Eric Wong wrote: > Code is AGPL-3.0+: git clone https://public-inbox.org/ > > > Additional mirrors or forks (perhaps different UIs) are very welcome, Btw, it's possible to do quote highlighting with user-side CSS: https://public-inbox.org/meta/20160709-user-side-css-example@11/ Will probably

Re: [ANNOUNCE] more archives of this list

2016-07-09 Thread Eric Wong
Eric Wong wrote: > https://public-inbox.org/.temp/git.vger.kernel.org-6c38c917e55c.gz > (362M) > > git init --bare mirror.git > curl $FAST_EXPORT_GZ_URL | git --git-dir=mirror.git fast-import Oops, that is missing zcat: curl $FAST_EXPORT_GZ_URL | zcat | git --git