Forgot your password?
typodupeerror

Comment Pretty easy to do (Score 2, Interesting) 208

I set up my co-located web/mail server to support moblogging in a few hours. I was running procmail anyway, so it just involved adding a new recipe for email messages coming from my mobile phone. They get handed to a perl script that extracts any pictures and text using MIME::Parser. It then creates unique file names for any images, the HTML for the blog entry and inserts it into a postgresql table along with the date. My personal home page lists the table entries in reverse date order in order to generate the blog.

Slashdot Top Deals

Let's organize this thing and take all the fun out of it.

Working...