Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
then
CONVERT=/usr/bin/links
ARGS="-dump"
elif [ -x /usr/bin/w3m ]
CONVERT=/usr/bin/w3m
ARGS="-dump -T text/html"
else
echo >&2 "No way to convert HTML to text found."
exit 1