#=========================================================================== # file: >>local1.in<< example input file for Linklint. # # Jim Bowlin # # Checks the files of the linklint.org site locally. # #=========================================================================== #--------------------------------------------------------------------------- # -root is where on the local files system to look for HTML files #--------------------------------------------------------------------------- -root www #--------------------------------------------------------------------------- # -host means treat links to http://host as local links when checking site. # If we didn't use this for local checking then #--------------------------------------------------------------------------- -host www.linklint.org #--------------------------------------------------------------------------- # -doc is the directory where all the output files go. It also tells # Linklint to create complete documentation. #--------------------------------------------------------------------------- -doc www/examples/local #--------------------------------------------------------------------------- # -docbase converts links in the filse in the -doc directory that go back to # the site as complete URL's instead of file:///... #--------------------------------------------------------------------------- -docbase http://www.linklint.org #--------------------------------------------------------------------------- # -htmlonly remove redundant *.txt files from the -doc directory #--------------------------------------------------------------------------- -htmlonly #--------------------------------------------------------------------------- # -no_warn_index don't warn if directories lack an index file #--------------------------------------------------------------------------- -no_warn_index #=== END ===================================================================