# Embed HTML
::run test ! -d scratch
::run mkdir scratch
::sleep 1
:{write scratch/photopubrc
dir scratch
suffix .jpg
dir scratch
filename info
makealbum all
standard scratch/embed.thtml
:}
:{write scratch/info
group 1-5 foo
describe 1 bar
:}
:{write scratch/embed.thtml
$rangetitle - $description
:}
::makeimage 100x75 scratch/1.jpg
:{init
:{embedhtml photo=/1 style=/standard album=/all
foo - bar
:}
:}
::run rm scratch/*
::run rmdir scratch