Results 1 to 2 of 2

Thread: Site Mapping a js menu script page

  1. #1
    Join Date
    Mar 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Site Mapping a js menu script page

    Hello all,

    Can anyone help. I am trying to build a site map quite quickly and the applications that I have used so far to look for links from a source path do not know how to look at the paths in my js Menu's. I have tried VISIO, Dreamweaver and some others.
    Does any one know of some software that can understand a js file?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your best bet might be the tree /f command from DOS on your local copy of the site, output that to a file and go from there. Not super fast but, better than nothing. In a DOS box, go to the root directory of your local copy of the site, type tree /f, hit enter. If that looks good type:

    tree /f > sitemap.htm

    hit enter then edit that file (Warning - this will overwrite any file named sitemap.htm in the current directory). If your site is really well organized in directories a simple tree with no switch might provide better output. This is for Windows, might work on other OS's. If you put
    <pre> </pre> tags around the content when you edit the file, should look decent with little work. You'll have to add in the link tags though, if you are good at search and replace with your editor (plain text editing may be better than a html editor, if you do regular expression editing, that would probably be best), this could be relatively painless.
    Last edited by jscheuer1; 03-12-2005 at 06:26 AM. Reason: add info

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •