- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:18 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 273:51eaf62d0726
user: ot
date: Mon Feb 02 16:26:45 2009 +0000
files: docs/checklink.html
description:
installation instructions
diff -r 635228e2ff4e -r 51eaf62d0726 docs/checklink.html
--- a/docs/checklink.html Fri Jan 30 21:20:11 2009 +0000
+++ b/docs/checklink.html Mon Feb 02 16:26:45 2009 +0000
@@ -6,7 +6,7 @@
<title>W3C Link Checker Documentation</title>
<link rev="made" href="mailto:www-validator@w3.org" />
<style type="text/css" media="all">@import "linkchecker.css";</style>
- <meta name="revision" content="$Id: checklink.html,v 1.47 2009-01-01 22:50:43 ville Exp $" />
+ <meta name="revision" content="$Id: checklink.html,v 1.48 2009-02-02 16:26:45 ot Exp $" />
</head>
<body>
@@ -120,8 +120,15 @@
<a href="http://www.cpan.org/">CPAN</a> distribution, and depends on
a few other modules which are also available from CPAN.
</p>
+ <h3 id="install-CPAN">Install with the CPAN Utility</h3>
+
+ <p>If you system has a working installation of perl, you should be able to install the link checker with a single line from the commandline shell:</p>
+ <p><kbd>sudo perl -MCPAN -e 'install W3C::LinkChecker</kbd> (use without the <kbd>sudo</kbd> command if installing from administrator account).</p>
+ <p>If this is the first time you use the CPAN utility, you may have to answer a few setup questions before the tool downloads, builds and install the link checker</p>
+
+ <h3 id="install-manual">Install by hand</h3>
- <p>In order to install it:</p>
+ <p>If for any reason the technique described above is not working or if you prefer installing each package by hand, follow the instructions below:</p>
<ol>
<li>
@@ -302,7 +309,7 @@
alt="Valid XHTML 1.0!" /></a>
<a title="Send Feedback for the W3C Link Checker"
href="http://validator.w3.org/feedback.html">The W3C Validator Team</a><br />
- $Date: 2009-01-01 22:50:43 $
+ $Date: 2009-02-02 16:26:45 $
</address>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
Received on Thursday, 5 August 2010 14:47:27 UTC