]> Sergey Matveev's repositories - public-inbox.git/commit
www_listing: start updating for pagination + search
authorEric Wong <e@80x24.org>
Wed, 23 Jun 2021 11:14:21 +0000 (07:14 -0400)
committerEric Wong <e@80x24.org>
Wed, 23 Jun 2021 19:24:49 +0000 (19:24 +0000)
commit520be116e8a686cb223b48fad1de29201dee45be
treea20d7a81be01fd67c6346efe5e06f05be02f58d8
parent4d594e98063aaad1ce9a90709af7edc5c44a0163
www_listing: start updating for pagination + search

When dealing with thousands of inboxes, displaying all of
them on a single page isn't going to work.  So steal some
pagination and search results code from the message search
to generate some basic HTML output that looks good in w3m.
lib/PublicInbox/Config.pm
lib/PublicInbox/ManifestJsGz.pm
lib/PublicInbox/MiscSearch.pm
lib/PublicInbox/SearchQuery.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/WwwListing.pm