#=========================================================================== # file: >>tmweb.in<< example input file for TeXmacs tmweb. # # Philippe Audebaud # # Checks the files of the tmweb doc site at texmacs.org 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.texmacs.org #--------------------------------------------------------------------------- # -doc is the directory where all the output files go. It also tells # Linklint to create complete documentation. #--------------------------------------------------------------------------- -doc tmweb #--------------------------------------------------------------------------- # -htmlonly remove redundant *.txt files from the -doc directory #--------------------------------------------------------------------------- -htmlonly #--------------------------------------------------------------------------- # The following linksets say to just check these directories #--------------------------------------------------------------------------- /tmweb/contribute/# /tmweb/manual/# /tmweb/contact/# /tmweb/home/# /tmweb/tutorial/# /tmweb/help/# /tmweb/about/# /tmweb/plugins/# /tmweb/download/# #=== END ===================================================================