On Sun, Feb 26, 2006 at 05:50:13AM +0100, Dan Jacobson wrote:
> T> I see xterm.faq.html.gz in the same directory.
> Well less sharp users might easily not. Or they might have printed it
> out. Process with lynx -dump but no -nolist!
> >> Also in the xterm.faq.html be sure all the links are still valid.
> >> There were even some local file:/// ones broken.
> T> hmm - I'm looking at revision 1.84, which seems ok (though pointers
> T> to other sites tend to be unreliable).
> $ grep 84 /usr/share/doc/xterm/xterm.faq.html

yes - since the page is designed to be installed in

        http://invisible-island.net/xterm/

>   $XTermId: xterm.faq.html,v 1.84 2004/07/13 21:47:03 tom Exp $
> $ lynx -dump -listonly /usr/share/doc/xterm/xterm.faq.html|perl -nwe \
>       '[EMAIL PROTECTED]([^#]+)[EMAIL PROTECTED]@&&print'|sort -u|xargs find
> find: /usr/share/doc/dialog/dialog.html: No such file or directory
> find: /usr/share/doc/lynx: No such file or directory
> find: /usr/share/doc/ncurses: No such file or directory
> find: /usr/share/doc/scripts: No such file or directory
> find: /usr/share/doc/vile: No such file or directory
> find: /usr/share/doc/vttest: No such file or directory
> find: /usr/share/doc/xterm/XTerm-debian-88c: No such file or directory

This is the only one that is a file: in the original document.
The others are normal href's, but lynx -dump can't do much about
those though the packager could do something like

        lynx -dump http://invisible-island.net/xterm/xterm.faq.html

and then sed the result to change the

        http://invisible-island.net/xterm/xterm.faq.html#

strings to

        #

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

Attachment: pgpovXe0VF5i0.pgp
Description: PGP signature

Reply via email to