Carl Lowenstein wrote:
I have just been working with a document that exists as some 750
individual .html files.  They are linked or cross-referenced to one
another by embedded "href=" statements.  Is there some existing tool
that could make a coverage map, or call tree, or something else to
show the organization?

I think I could do it with grep and sed, or awk, and a lot of applied
thought.  But not if the solution already exists.  I haven't found
anything looking at sourceforge.net.  Google leads me to a program
that was written >10 years ago, and no longer exists.

Sounds like you want something to generate a "sitemap".

How about Google's own sitemap generator?

https://www.google.com/webmasters/sitemaps/docs/en/sitemap-generator.html

Looks like it generates and XML file containing your sitemap. So, should be easy to post-process.

Otherwise, I imagine there are probably a number of similar python scripts floating around...

-Jon



--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to