#=========================================================================== # file: >>remote1.in<< example input file for Linklint. # # Jim Bowlin # # Checks the files of the linklint.org site via HTTP protocol. # #=========================================================================== #--------------------------------------------------------------------------- # -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.mindspring.com #--------------------------------------------------------------------------- # -doc is the directory where all the output files go. It also tells # Linklint to create complete documentation. #--------------------------------------------------------------------------- -doc www/examples/remote #--------------------------------------------------------------------------- # -htmlonly remove redundant *.txt files from the -doc directory #--------------------------------------------------------------------------- -htmlonly #--------------------------------------------------------------------------- # The following linksets say to just check two directories #--------------------------------------------------------------------------- /~bowlin/linklint/# /~bowlin/linklint/doc/# #=== END ===================================================================