Create a site outline in a nicely formated fashion.Implicit fields
In order to create a static site outline (a big win on a large site), you can directly call htol with the parameters given as param=value pairs. Ie:
- url
- The starting URL which should be fully qualified.
- template
- The name of the template file to dump the code into. If none is given, /generic.html is used. The template must have the implicit mark $pagebody.
- broken
- if broken is "yes", htol will scan for broken links on your site.
- -i
- interactive mode. The MIME headers won't be output.
htol -i url=http://www.mtcc.com/ template=http://www.mtcc.com/ol.htmlNote: grinding a site which already has a URL pointing to an outline is, uh, unhappy.