[MPlayer-users] No OSD with VESA mode play?

pl p_l at tfz.net
Fri Jan 4 10:48:01 CET 2002


On Fri, Jan 04, 2002 at 12:12:39AM -0500, Brian J. Murrell wrote:

> On related (to the grep technique used above) note maybe more people
> would read the docs if they did not have to fire up a browser just to
> do so.  Plain text is far easier to read and search than HTML.  HTML
> is fine, but how about a plain text version in addition to the HTML?

It was plain text before but it's really nicer in HTML.

Besides, 'lynx -dump ...' (most likely same thing with links or w3m)
will give yoy plain grep-able text.

With a sh compatible shell, just do in DOC/ :
 for I in *.html ; do lynx -dump $I > `basename $I .html`.txt; done

-- 
Best regards,
  pl




More information about the MPlayer-users mailing list