about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
2015-08-21switch to gzipped mboxes
2015-08-21support dumping thread as an mbox
2015-08-20dead code cleanup
2015-08-20www: remove useless no-op assignment statement
2015-08-20replace references to lynx
2015-08-19www: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_ID.txt
2015-08-17www: simplify parameter passing to feed
2015-08-17WWW: eliminate "top" parameter for feeds
2015-08-17favor /t/ to /s/, since subjects may change mid-thread
2015-08-16view: deduplicate common code for loading search results
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-16www: /t/$MESSAGE_ID.html for threads
2015-08-15view: display replies in per-message view
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-09-13line-wrap generated HTML source around attrs for readability
2014-05-07www: attempt to improve formatting of footer
2014-05-05www: set charset=UTF-8 in full message view
2014-05-05www: multi-line cloneurl maps to multiple lines
2014-05-05www: add footers to HTML index and message views
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-02reduce copies by passing string refs to Email::MIME
2014-05-01workaround Mail::Thread memory leak
2014-05-01split out WWW package and CGI/PSGI-specific parts