#=========================================================================== # file: >>remote1.in<< example input file for Linklint. # # Jim Bowlin # # Checks the files of the linklint.org site via HTTP protocol. # #=========================================================================== #--------------------------------------------------------------------------- # -http tells Linklint to check via HTTP protocol #--------------------------------------------------------------------------- -http #--------------------------------------------------------------------------- # -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/remote #--------------------------------------------------------------------------- # -htmlonly remove redundant *.txt files from the -doc directory #--------------------------------------------------------------------------- -htmlonly #--------------------------------------------------------------------------- # The following linksets say to just check two directories #--------------------------------------------------------------------------- /# /doc/# #=== END ===================================================================