git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2723 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-07-05 22:20:17 +00:00
parent 7117eb0b58
commit a7bf5ccc6d
4 changed files with 12 additions and 16 deletions

View file

@ -226,9 +226,9 @@ misuse of LinkChecker, you cannot turn this feature off.
See the <a class="reference" href="http://www.robotstxt.org/wc/robots.html">Web Robot pages</a> and the <a class="reference" href="http://www.w3.org/Search/9605-Indexing-Workshop/ReportOutcomes/Spidering.txt">Spidering report</a> for more info.</p>
<p><strong>Q: Ctrl-C does not stop LinkChecker immediately. Why is that so?</strong></p>
<p>A: The Python interpreter has to wait for all threads to finish, and
this means waiting for all open sockets to close. The default timeout
for sockets is 30 seconds, hence the delay.
You can change the default socket timeout with the --timeout option.</p>
this means waiting for all open connections to close. The default timeout
for connections is 30 seconds, hence the delay.
You can change the default connection timeout with the --timeout option.</p>
<p><strong>Q: How do I print unreachable/dead documents of my website with
LinkChecker?</strong></p>
<p>A: No can do. This would require file system access to your web
@ -241,7 +241,7 @@ and look for missing files.</p>
</div>
<hr class="docutils footer" />
<div class="footer">
Generated on: 2005-06-28 13:08 UTC.
Generated on: 2005-07-05 22:20 UTC.
</div>
</body>
</html>

View file

@ -259,9 +259,9 @@ See the `Web Robot pages`_ and the `Spidering report`_ for more info.
**Q: Ctrl-C does not stop LinkChecker immediately. Why is that so?**
A: The Python interpreter has to wait for all threads to finish, and
this means waiting for all open sockets to close. The default timeout
for sockets is 30 seconds, hence the delay.
You can change the default socket timeout with the --timeout option.
this means waiting for all open connections to close. The default timeout
for connections is 30 seconds, hence the delay.
You can change the default connection timeout with the --timeout option.
**Q: How do I print unreachable/dead documents of my website with

View file

@ -101,10 +101,8 @@ Type &quot;linkchecker -h&quot; for help.</p>
<p>Start &quot;Check URL&quot; in your LinkChecker program group.
URL input is interactive.</p>
<p>Another way is executing on the command line.
If there is a file <tt class="docutils literal"><span class="pre">linkchecker.cmd</span></tt> in your Python Scripts directory
you can run eg. <tt class="docutils literal"><span class="pre">c:\Python24\Scripts\linkchecker.cmd</span></tt>.
If you put the Python Scripts directory in your <tt class="docutils literal"><span class="pre">PATH</span></tt> Environment
variable, you can just run <tt class="docutils literal"><span class="pre">linkchecker</span></tt>.</p>
If there is a file <tt class="docutils literal"><span class="pre">linkchecker.bat</span></tt> in your Python Scripts directory
you can run eg. <tt class="docutils literal"><span class="pre">c:\Python24\Scripts\linkchecker.bat</span></tt>.</p>
<p>If there is only a <tt class="docutils literal"><span class="pre">linkchecker</span></tt> file in your Python Scripts
directory, you have to run eg.
<tt class="docutils literal"><span class="pre">c:\Python24\python.exe</span> <span class="pre">c:\Python24\Scripts\linkchecker</span></tt>.</p>
@ -141,7 +139,7 @@ is documented on the <cite>installation page</cite>.</p>
</div>
<hr class="docutils footer" />
<div class="footer">
Generated on: 2005-06-28 13:08 UTC.
Generated on: 2005-07-05 22:20 UTC.
</div>
</body>
</html>

View file

@ -76,10 +76,8 @@ Start "Check URL" in your LinkChecker program group.
URL input is interactive.
Another way is executing on the command line.
If there is a file ``linkchecker.cmd`` in your Python Scripts directory
you can run eg. ``c:\Python24\Scripts\linkchecker.cmd``.
If you put the Python Scripts directory in your ``PATH`` Environment
variable, you can just run ``linkchecker``.
If there is a file ``linkchecker.bat`` in your Python Scripts directory
you can run eg. ``c:\Python24\Scripts\linkchecker.bat``.
If there is only a ``linkchecker`` file in your Python Scripts
directory, you have to run eg.