• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H16-Oct-2011-3,5702,663

docs/H03-May-2022-436379

etc/H16-Oct-2011-8815

images/info_icons/H03-May-2022-1510

lib/W3C/H16-Oct-2011-75

t/H16-Oct-2011-64

MANIFESTH A D22-Mar-2011864 2827

META.ymlH A D16-Oct-20111.7 KiB6160

Makefile.PLH A D23-May-20113.3 KiB10681

NEWSH A D16-Oct-20113 KiB7362

READMEH A D14-Mar-20111.6 KiB4834

SIGNATUREH A D16-Oct-20112.6 KiB5447

README

1W3C-LinkChecker
2===============
3
4This distribution contains the W3C Link Checker.
5
6The link checker can be run as a CGI script in a web server as well as
7on the command line.  The CGI version provides a HTML interface as
8seen at <http://validator.w3.org/checklink>.
9
10To install the distribution for command line use:
11
12   perl Makefile.PL
13   make
14   make test
15   make install # as root
16
17To install the CGI version, in addition to the above, copy the
18bin/checklink script into a location in your web server from where
19execution of CGI scripts is allowed, and make sure that the web server
20user has execute permissions to the script.  The CGI directory is
21typically named "cgi-bin" somewhere under your web server root
22directory.
23
24For more information, please consult the POD documentation in the
25checklink.pod file, typically (in the directory where you unpacked the
26source):
27
28  perldoc ./bin/checklink.pod
29
30...as well as the HTML documentation in docs/checklink.html.
31
32
33COPYRIGHT AND LICENCE
34
35Written by the following people for the W3C:
36- Hugo Haas <hugo@w3.org>
37- Ville Skyttä <ville.skytta@iki.fi>
38- W3C QA-dev Team <public-qa-dev@w3.org>
39
40Copyright (C) 1994-2011 World Wide Web Consortium, (Massachusetts
41Institute of Technology, European Research Consortium for Informatics
42and Mathematics, Keio University). All Rights Reserved. This work is
43distributed under the W3C(R) Software License [1] in the hope that it
44will be useful, but WITHOUT ANY WARRANTY; without even the implied
45warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
46
47[1] http://www.w3.org/Consortium/Legal/copyright-software
48