#!/bin/csh # # post-faq -- post skating faqs # # # setenv NNTPSERVER newsbase.cs.yale.edu foreach i (introduction rules technical people references) echo "processing $i..." html2text -linelen=75 <$i.shtml >$i.txt # update-header $i.header | cat - $i.txt | more update-header $i.header | cat - $i.txt | inews -h cp $i.shtml ~/www/faq echo "$i done." end