[vox-tech] Forcing Links to interpret file as HTML?

Troy Arnold vox-tech@lists.lugod.org
Sat, 1 Mar 2003 15:11:57 -0800


On Sat, Mar 01, 2003 at 01:05:49PM -0800, Bill Kendrick wrote:
> On Sat, Mar 01, 2003 at 01:02:37PM -0800, Bill Kendrick wrote:
> <snip>
> > 
> > Right now, I have simply:
> > 
> >   text/html; links %s
> 
> Ok, this works for me.  I just don't know if it's the best way to do it.
> Comments?
> 
>   text/html; cp %s %s.html\; links %s.html\; rm %s.html

text/html       ; lynx -dump -force_html %s ; copiousoutput 

Same shell server; works great.

-troy