3 Apr 2000 goran   » (Journeyer)

I wrote a perlscript to keep me updated on the diaries. People have written lots of stuff their recently so if I mail myself the page now I reduce the chance of missing something important. :-)

Just put this script to work with cron:

----------------------------------------

use LWP::Simple; use MIME::Lite;

MIME::Lite->new( From => 'xyz@aol.com', To => 'cat@sleepy.net', Subject => 'Advogato - ' . scalar localtime, Type => 'text/html', Data=>get('http://www.advogato.org/recentlog.html') )->send;

---------------------------------------

NB: Change the mail addresses to your own of course.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!