]> Sergey Matveev's repositories - public-inbox.git/commit
feed: various object-orientation cleanups
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:16 +0000 (00:57 +0000)
committerEric Wong <e@80x24.org>
Mon, 20 Jun 2016 00:57:38 +0000 (00:57 +0000)
commit4b313dc74bc9bb84a542b7ec920cdb92879e7523
treebdea400b15979d0d4206aa8aa840c71ed956eaca
parent2724361ab69cd071c970c66e076784c582c76e42
feed: various object-orientation cleanups

Favor Inbox objects as our primary source of truth to simplify
our code.  This increases our coupling with PSGI to make it
easier to write tests in the future.

A lot of this code was originally designed to be usable
standalone without PSGI or CGI at all; but that might increase
development effort.
lib/PublicInbox/Feed.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/NNTP.pm
lib/PublicInbox/View.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAttach.pm
t/feed.t
t/html_index.t