putting text files on the web (Re: NSTA Teaching Awards)

Paul Burchard (burchard@CS.Princeton.EDU)
Fri, 23 Aug 96 14:32:51 -0400


I just wanted to add (with regard to putting the grant info and
such on the web) that it's not necessary to convert everything to
HTML.

One method is to make an HTML index page which organizes the info,
and then links to the text files you've already got. Another option
is to turn each text file into HTML without ruining the formatting
by just enclosing the whole thing in <PRE>...</PRE>. This isn't as
ridiculous as it sounds -- it allows you to place links in the text.

PB