Re: FN-FORUM: text parser
date posted 25th January 2004 13:51
On Saturday 24 January 2004 9:35 pm, Webmaster wrote:
> Hi=20
>=20
> I want to sort out a script that can do a text only version of my site,
> I've used the bbc betsie script before but had a few problems with it, =
can
> neone recommend another text parser script ?
> =20
> Regards
> =20
> Terry O'Leary=20
perl -i bak -p -e 's/]+>//g' *.html
will get you a long way, but won't deal with=20
stuff in the head block and would probably get confused with javascript
cheers
timp