I'm looking to port a variety of mailing lists into HTML format.
For example, I'll have an email address, somebody@somedomain.com, which is subscribed to these email lists. When an incoming message arrives, I'll want to
a) write the contents to an HTML file with prev/next links for both the current email thread and the previous and next threads in the curren tlist
b) add a link to this html page in year/monthly/daily lists of messages
c) maintain a sitemap so that I can keep search engines apprised of my message lists.
d) optional - also import historical archives of this list into the same system.
Does such a solution exist already? I know the PHP site does something like this:
http://news.php.net/php.pecl.dev
unfortunately, the 'source code' links are broken.
Does such a tool--already written-- exist in PHP?