Tag Archives: ruby

Timezones with Procmail

I use procmail to manage my incoming email and mutt to read it. Unfortunately mutt doesn’t handle dates from different timezones very well, so I came up with this procmail recipe using Ruby’s Time#parse method to convert the Date header to the current timezone:

DATE_=`formail -xDate: \
| expand | sed -e ’s/^[ ]*//g’ -e [...]

0
| 0 Comments - Leave A Response | Posted in software | Also tagged , | Edit

Presentation markup language

I’ve been looking for a markup language to make presentations for a while now. I don’t want to just make a series of HTML pages and print them off, I want a proper piece of presentation software which will layout my pages for me, paginate them (postscript, or PDF) and let me export as a [...]

0
| 0 Comments - Leave A Response | Posted in software | Also tagged | Edit