Is there a method of exporting all the links of a website? or some kind of: make sitemap extension?
bill
2:41 am on Dec 13, 2003 (gmt 0)
FrontPage has a hyperlink view, but I don't think you can export it. It does have a sitemap builder as well which will make a complete map of your site with hyperlinks using the page titles.
bcolflesh
2:44 am on Dec 13, 2003 (gmt 0)
Xenu's Link Sleuth will do the job for free:
home.snafu.de/tilman/xenulink.html
Demaestro
4:49 pm on Dec 15, 2003 (gmt 0)
You can write a script in Pearl or Python that will parse though all the pages of a site and look for tags with the <a href= > and then log the URL. Some scripts are already written and are available if you search the web, they are similar to a bot that looks for email addresses.