#
echo "
Alternative newsgroups
" > alt.html.new
echo "These are not moderated, and nor is the creation of the groups moderated." >> alt.html.new
echo "Therefore expect minority interests and weirdos." >> alt.html.new
echo "Distribution of these groups is not as complete as the others." >> alt.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups alt >> alt.html.new
echo "
Biologically-oriented internet newsgroups" > bionet.html.new
echo "Biology
" >> bionet.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups bionet >> bionet.html.new
echo "Bitnet gatewayed News Groups" > bit.html.new
echo "Bitnet gatewayed Groups
" >> bit.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups bit >> bit.html.new
echo "Commercially sponsored newsgroups" > biz.html.new
echo "Business
" >> biz.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups biz >> biz.html.new
echo "CERN newsgroups" > cern.html.new
echo "CERN newsgroups
These are of CERN local interest and not normally" >> cern.html.new
echo "distributed outside" >> cern.html.new
echo "CERN or HEP." >> cern.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups cern >> cern.html.new
echo "
swiss newgroups" > ch.html.new
echo "Swiss newsgroups
" >> ch.html.new
echo "I guess these have a limited distribution." >> ch.html.new
echo "" >> ch.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups ch >> ch.html.new
echo "
European newsgroups (EUNET)" > eunet.html.new
echo "European Usenet Newsgroups
" >> eunet.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups eunet >> eunet.html.new
echo "Newsgroups of the GNU project" > gnu.html.new
echo "The GNU Project
" >> gnu.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups gnu >> gnu.html.new
echo "Miscellaneous newsgroups" > misc.html.new
echo "Miscellaneous
" >> misc.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups misc >> misc.html.new
echo "Recreational newsgroups" > rec.html.new
echo "Recreation
" >> rec.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups rec >> rec.html.new
echo "Science - oriented newsgroups" > sci.html.new
echo "Science
" >> sci.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups sci >> sci.html.new
echo "Newsgroups on Society" > soc.html.new
echo "Society
" >> soc.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups soc >> soc.html.new
echo "Talk.xxx newsgroups" > talk.html.new
echo "Talk - Gossip and discussion
" >> talk.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups talk >> talk.html.new
echo "VMS operating system related internet newsgroups" > vms.html.new
echo "VMS operating system
" >> vms.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups vmsnet >> vms.html.new
echo "Full list of comp newsgroups" > fullcomp.html.new
echo "Full list of comp newsgroups
" >> fullcomp.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups comp >> fullcomp.html.new
echo "Full list of news newsgroups" > fullnews.html.new
echo "Full list of news newsgroups
" >> fullnews.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups news >> fullnews.html.new
foreach i (*.html)
mv ${i}.new ${i}
end