#!/bin/csh -f

sed -n "/<\!-- Authors:/,/<\/li>/p" $1.html | dos2unix \
  | sed "s+<li>++\
         s+</li>++"
