Hello, Does anybody know a good software that would count a number of links on a page? The ideal would be a one, which counts all the links (javascript, roll-down menus etc.), and possibly gives statistics about internal and external links. Thanks, Ewa
A poor person's way would be to use Lynx from the command line (Windows, Mac, Linux) and use the "-dump" option. It will provide an enumerated list of all the links at the end of the text dump of a web page. For example: lynx -dump http://www.wired.com/ yields 130 links. Hope that helps. On 7/29/05, ecallaha@indiana.edu <ecallaha@indiana.edu> wrote:
Hello,
Does anybody know a good software that would count a number of links on a page? The ideal would be a one, which counts all the links (javascript, roll-down menus etc.), and possibly gives statistics about internal and external links.
Thanks, Ewa _______________________________________________ The Air-l-aoir.org@listserv.aoir.org mailing list is provided by the Association of Internet Researchers http://aoir.org Subscribe, change options or unsubscribe at: http://listserv.aoir.org/listinfo.cgi/air-l-aoir.org
Join the Association of Internet Researchers: http://www.aoir.org/
A poor person's way would be to use Lynx from the command line (Windows, Mac, Linux) and use the "-dump" option. It will provide an enumerated list of all the links at the end of the text dump of a web page. For example: lynx -dump http://www.wired.com/ yields 130 links. Hope that helps.
grep with an appropriate regex (or set of them, actually) would be jolly good, as well. --elijah
participants (3)
-
Andrew Lih -
ecallahaļ¼ indiana.edu -
elijah wright