#!/bin/sh # # make_image_index: make a foo.html page with a bunch of inline # images on it. # # usage: make_image_index *sm.jpg > index.html # # Gerald Oskoboiny, 11 Jan 1999 # # source: http://impressive.net/people/gerald/1999/01/make_image_index # # $Id: make_image_index,v 1.3 2002/10/29 16:36:52 gerald Exp $ # echo $@ | fmt -1 | sed 's/.*/<\/a>/; s/tn/med/' > mii.$$ wwwis mii.$$ > mii.$$.wwwis cat < @@

@@

by Gerald Oskoboiny


@@

EOHD cat mii.$$ cat <


Valid HTML 4.0! Last modified: \$Date\$
Gerald Oskoboiny, <gerald@impressive.net>

EOHD cat mii.$$.wwwis >&2 rm mii.$$ mii.$$.old mii.$$.wwwis # # changelog: # # $Log: make_image_index,v $ # Revision 1.3 2002/10/29 16:36:52 gerald # s/tn/sm/ in usage blurb to be consistent with make_thumbnails # # Revision 1.2 2002/09/03 07:20:40 gerald # made it link to med.jpg's instead of large ones by default, # added changelog, link to source code # #