| What is WebGrapher? WebGrapher is a tool for analyzing and
graphing your Web site. It has the following features: |
- Finds broken links (e.g., missing files) and invalid links (e.g., invalid syntax).
- Gathers Web-site hierarchical data into a directed graph in standard Dotty format
(it creates a .dot file that can be used with any Graphviz Dotty capable application)
- Can visually display graph and zoom-in and zoom-out on
link information, including color-coded broken and invalid links.
|
| WebGrapher has two main components: A Web crawler, which crawls a Web site for
links and analyzes them; and a grapher, which takes the output of the crawler as input
and displays a nicely formatted graph of your Web site. Note that the
graphing portion of the program may be used independently to visualize any
(GraphViz) dotty-compatible files. For more info about the
current version of WebGrapher, or how to use it, please see the links below. WebGrapher
requires Java 1.5 and AT&T's GraphViz software. See links below. |