]> Sergey Matveev's repositories - public-inbox.git/commit
redo main HTML index to show nested messages
authorEric Wong <e@80x24.org>
Thu, 28 Aug 2014 01:25:12 +0000 (01:25 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2014 02:47:11 +0000 (02:47 +0000)
commit7e9b0dd98feddd8e9bdd530912ed9e4162abe4ea
treea3a512e6b21ef04f6b511c95a833ff0048f75f05
parent20f0dd721e6f54beed46b8b8f1d0818ab3977ea4
redo main HTML index to show nested messages

This reduces the need for page reloads in common cases and should
improve reading speed so users do not need to open many browser
tabs.  This will hopefully increase an encourage readership.

The downside of this are increased server processing overhead and
easier address scraping by spam bots.
lib/PublicInbox/Feed.pm
lib/PublicInbox/View.pm