From pitkow@cc.gatech.edu Mon Feb 14 15:05:37 1994 Article: 7935 of comp.infosystems.www From: pitkow@cc.gatech.edu (James Pitkow) Subject: Your .newsrc to html Organization: GVU, College of Computing, Georgia Tech Date: Mon, 14 Feb 94 01:53:11 MET Hello, Someone here asked me to write this. It takes your NNTP .newsrc file and creates an HTML file named [your login name].NEWS.html in your home directory for the newsgroups that YOU read. It uses grep/sed/awk so it ought to work on most all unix systems. Jim. ---------------------------- CUT HERE ------------------------------------- #!/bin/csh -f ############################################################################ # # Really simple script to takes the newsgroups that you read and creates an # HTML page call [your login name].NEWS.html for your to use. # # Written by: Date: # James Pitkow February 13, 1994 # Graphics, Visualization, and Usability Center # Georgia Institute of Technology # pitkow@cc.gatech.edu ############################################################################ set me = `whoami` set file = ~$me/$me.NEWS.html set news = "~$me/.newsrc" echo "$me's HTML News Page" > $file echo "

$me's HTML News Page