2000-07-14 13:02:41 +00:00
|
|
|
Installation
|
|
|
|
|
==============
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-06-11 20:26:08 +00:00
|
|
|
Requirements
|
|
|
|
|
------------
|
2000-05-23 21:49:48 +00:00
|
|
|
You need Python >= 1.5.2 from http://www.python.org/
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-06-11 20:26:08 +00:00
|
|
|
Optionally packages
|
|
|
|
|
-------------------
|
2000-08-20 13:13:09 +00:00
|
|
|
Distutils >= 0.9 from http://www.python.org/sigs/distutils-sig/
|
2000-05-23 21:49:48 +00:00
|
|
|
OpenSSL from http://www.openssl.org/
|
2000-05-08 22:18:45 +00:00
|
|
|
You will need Perl for Win32 (available from
|
2000-08-20 13:13:09 +00:00
|
|
|
http://www.activestate.com/ActivePerl) if you want to install OpenSSL
|
2000-05-08 22:18:45 +00:00
|
|
|
on Windows!
|
2000-04-28 11:17:58 +00:00
|
|
|
|
2000-05-22 10:29:14 +00:00
|
|
|
|
2000-06-11 20:26:08 +00:00
|
|
|
Install without Distutils
|
|
|
|
|
-------------------------
|
2000-08-20 13:13:09 +00:00
|
|
|
Execute "python install.py" to install LinkChecker in the distribution
|
2000-06-11 00:13:54 +00:00
|
|
|
directory.
|
|
|
|
|
To use HTTPS, compile the Pyhton module ssl.c, for example with
|
|
|
|
|
"gcc -c -I/usr/include/openssl -I/usr/include/python1.5 -g -O2 -fPIC \
|
|
|
|
|
ssl.c -o ssl.o"
|
|
|
|
|
Put the distribution directory in your path to execute the linkchecker
|
|
|
|
|
script from everywhere.
|
2000-05-22 10:29:14 +00:00
|
|
|
|
2000-06-24 15:17:21 +00:00
|
|
|
Install with Distutils
|
|
|
|
|
----------------------
|
|
|
|
|
The Distutils package has a lot of install options to tweak and ease
|
2000-08-19 20:01:58 +00:00
|
|
|
your installation. Type "python setup.py --help" for options.
|
2000-06-24 15:17:21 +00:00
|
|
|
To install LinkChecker run "python setup.py install".
|
|
|
|
|
Debian users can build the .deb package with "debian/rules binary".
|
|
|
|
|
|
2000-05-23 21:49:48 +00:00
|
|
|
|
2000-07-14 13:02:41 +00:00
|
|
|
Running the link checker
|
|
|
|
|
------------------------
|
2000-05-22 10:29:14 +00:00
|
|
|
Type "linkchecker" followed by your URLs you want to check.
|
2000-05-22 17:40:42 +00:00
|
|
|
Type "linkchecker -h" for help.
|
2000-03-19 14:24:33 +00:00
|
|
|
|
2000-07-10 12:29:08 +00:00
|
|
|
|
|
|
|
|
(Fast)CGI web interface
|
|
|
|
|
-----------------------
|
2000-08-20 13:13:09 +00:00
|
|
|
The *cgi files are three CGI script which you can use to run LinkChecker
|
2000-07-15 14:14:16 +00:00
|
|
|
with a nice graphical web interface.
|
|
|
|
|
You can use and adjust the example HTML files in the lconline directory
|
|
|
|
|
to run the script.
|