#

echo "<h1>Alternative newsgroups</h1>" > 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.<p>" >> alt.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups alt  >> alt.html.new

echo "<title>Biologically-oriented internet newsgroups</title>" > bionet.html.new
echo "<h1>Biology</h1>" >> bionet.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups bionet  >> bionet.html.new

echo "<title>Bitnet gatewayed News Groups</title>" > bit.html.new
echo "<h1>Bitnet gatewayed Groups</h1>" >> bit.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups bit  >> bit.html.new

echo "<title>Commercially sponsored newsgroups</title>" > biz.html.new
echo "<h1>Business</h1>" >> biz.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups biz  >> biz.html.new

echo "<TITLE>CERN newsgroups</TITLE>" > cern.html.new
echo "<H1>CERN newsgroups</H1>These are of CERN local interest and not normally" >> cern.html.new
echo "distributed outside" >> cern.html.new
echo "CERN or HEP.<P>" >> cern.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups cern  >> cern.html.new

echo "<title>swiss newgroups</title>" > ch.html.new
echo "<H1>Swiss newsgroups</H1>" >> ch.html.new
echo "I guess these have a limited distribution." >> ch.html.new
echo "<p>" >> ch.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups ch  >> ch.html.new

echo "<title>European newsgroups (EUNET)</title>" > eunet.html.new
echo "<H1>European Usenet Newsgroups</H1>" >> eunet.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups eunet  >> eunet.html.new

echo "<title>Newsgroups of the GNU project</title>" > gnu.html.new
echo "<h1>The GNU Project</h1>" >> gnu.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups gnu  >> gnu.html.new

echo "<title>Miscellaneous newsgroups</title>" > misc.html.new
echo "<h1>Miscellaneous</h1>" >> misc.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups misc  >> misc.html.new

echo "<title>Recreational newsgroups</title>" > rec.html.new
echo "<h1>Recreation</h1>" >> rec.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups rec  >> rec.html.new

echo "<Title>Science - oriented newsgroups</title>" > sci.html.new
echo "<h1>Science</h1>" >> sci.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups sci  >> sci.html.new

echo "<title>Newsgroups on Society</title>" > soc.html.new
echo "<h1>Society</h1>" >> soc.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups soc  >> soc.html.new

echo "<title>Talk.xxx newsgroups</title>" > talk.html.new
echo "<H1>Talk - Gossip and discussion</H1>" >> talk.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups talk  >> talk.html.new

echo "<title>VMS operating system related internet newsgroups</title>" > vms.html.new
echo "<h1>VMS operating system</h1>" >> vms.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups vmsnet  >> vms.html.new

echo "<title>Full list of comp newsgroups</title>" > fullcomp.html.new
echo "<h1>Full list of comp newsgroups</h1>" >> fullcomp.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups comp  >> fullcomp.html.new

echo "<title>Full list of news newsgroups</title>" > fullnews.html.new
echo "<h1>Full list of news newsgroups</h1>" >> fullnews.html.new
/userd/tbl/hypertext/DataSources/News/FindNewsGroups news  >> fullnews.html.new


foreach i  (*.html)
    mv ${i}.new ${i}
end
