#! /bin/csh -f

# From an image directory, make a web page.

chmod -R u+w .
rm -f *T.jpg
jhead -dt *.jpg
#mkpixlist *.jpg >showpix.cgi
#chmod 755 showpix.cgi
mkphplist *.jpg >showpix.php
mkthumb *.jpg
tblimages -p *T.jpg >index.html
wwwis index.html
#tblimages *T.jpg >static.html
#wwwis static.html
rm -f index.html~ static.html~


