#!/usr/bin/perl # Terrible, horrible, no-good very bad Perl script for parsing flat-file HTML files into a format that # can be imported by Movable Type. # # SYNTAX: ./jotsheet_conversion.pl [inputfile] > [outputfile] # # This script really chokes if there are DIV's within the "contentbox" # DIV's. I tried to address this but failed. :) # # I wrote it, blame me. --tom sherman [_bleach at yahoo dot com] # ### # # This script deals with this kind of HTML from the old flat files. There # are some variations on this structure, so the regex is a bit complex. # #