Click to See Complete Forum and Search --> : Extracting links from a large number of static HTML pages


jon68-2
10-19-2011, 10:15 AM
Hello!

I have a site with a large number of static HTML pages (hundreds). I need to extract the hyperlinks from all the files and place them into a single text file.

Does DreamWeaver have any support for this sort of task? Thanks!

rtrethewey
10-19-2011, 01:30 PM
I don't know if Dreamweaver has any tools for this or not, but if you can't find any other solution, Xenu Link Sleuth might help. It's a tool for finding broken links on a website, and it's report function outputs a list of links in an HTML file. You'd have to do a lot of editing to that file to get rid of the extraneous mark-up, but it would do the job. Good luck!

jon68-2
10-19-2011, 02:34 PM
Thanks, Rick. Works great!