Forum Moderators: phranque

Message Too Old, No Replies

Software to create site listing

List of pages with links and files per page

         

NullPointer

7:50 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



Hello everyone. I was wondering if anyone is aware of a program that can scan a site and create a list of html pages and folders in HTML format. THAT's the easy part. I also want a list of links and files (pdf, doc, jpg, gif, ppt) per page. Like this example:

/wwwroot (or www.mysite.com) 
-index.htm (file under root)
---services.htm (linked on index.htm)
---links.htm
---contact.htm
---presentation.ppt
---info.doc
-services.htm (file under root)
---index.htm(linked on services.htm)
---links.htm
---contact.htm
---rates.pdf (linked on services.htm)
/wwwroot/samples (or www.mysite.com/samples)
-index.htm
---pics.htm
---movies.htm
---help.doc

etc etc etc

Each link should be clickable, for easy browsing...I think you get the idea. It would be helpful to generate an inventory of all folders and html pages with their accompanying links and content. If anyone has any idea where to find something like, this, please let me know. Thanks and have a good day.

DanA

8:22 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



You may try a freeware named dirhtml.

NullPointer

8:37 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



dirhtml is SO close to what I need. What it doesn't do is read the html files and create lists of links within each page. I know its different that most utilities, but there has to be something out there that does this. It seems to be a useful feature for many reasons.

Thanks for the tip on dirhtml though. I can find other uses for it.