]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/WWW.pm
remove XML::Atom::SimpleFeed dependency
[public-inbox.git] / lib / PublicInbox / WWW.pm
2015-08-22 Eric Wongremove XML::Atom::SimpleFeed dependency
2015-08-22 Eric Wongwww: enable and expand preload from mod_perl2
2015-08-22 Eric Wongstream HTML views as much as possible
2015-08-21 Eric Wongswitch to gzipped mboxes
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-20 Eric Wongdead code cleanup
2015-08-20 Eric Wongwww: remove useless no-op assignment statement
2015-08-20 Eric Wongreplace references to lynx
2015-08-19 Eric Wongwww: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_I...
2015-08-17 Eric Wongwww: simplify parameter passing to feed
2015-08-17 Eric WongWWW: eliminate "top" parameter for feeds
2015-08-17 Eric Wongfavor /t/ to /s/, since subjects may change mid-thread
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongview: deduplicate common code for loading search results
2015-08-16 Eric Wongimplement /s/$SUBJECT_PATH.html lookups
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2015-08-15 Eric Wongview: display replies in per-message view
2014-09-15 Eric Wongview: support SHA-1 of Message-IDs for message links
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-05-07 Eric Wongwww: attempt to improve formatting of footer
2014-05-05 Eric Wongwww: set charset=UTF-8 in full message view
2014-05-05 Eric Wongwww: multi-line cloneurl maps to multiple lines
2014-05-05 Eric Wongwww: add footers to HTML index and message views
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-02 Eric Wongreduce copies by passing string refs to Email::MIME
2014-05-01 Eric Wongworkaround Mail::Thread memory leak
2014-05-01 Eric Wongsplit out WWW package and CGI/PSGI-specific parts