]> Sergey Matveev's repositories - public-inbox.git/commit
remove XML::Atom::SimpleFeed dependency
authorEric Wong <e@80x24.org>
Sat, 22 Aug 2015 08:00:37 +0000 (08:00 +0000)
committerEric Wong <e@80x24.org>
Sat, 22 Aug 2015 08:01:53 +0000 (08:01 +0000)
commit1761fba7befab2681276ac8f123593610ad27e58
tree2725fdbd3691a8f00310e9e9ebf96de2deb321ca
parent797ba8046562864a09ed36e6040055babb536615
remove XML::Atom::SimpleFeed dependency

We will attempt to generate Atom feeds "by hand" as the
XML::Atom::SimpleFeed API does not support streaming output.
Since email is large and servers are small, this should prevent
wasting memory when we generate larger feeds.

Of course, we hope clients use SAX parsers capable of handling
large streams without slurping.
INSTALL
Makefile.PL
lib/PublicInbox/Feed.pm
lib/PublicInbox/WWW.pm
t/common.perl [new file with mode: 0644]
t/feed.t
t/html_index.t