mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 00:40:30 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@143 e7d03fd6-7b0d-0410-9947-9c21f3af8025
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
Installation
|
|
==============
|
|
|
|
Requirements
|
|
------------
|
|
You need Python >= 1.5.2 from http://www.python.org/
|
|
|
|
Optionally packages
|
|
-------------------
|
|
Distutils >= 0.9 from http://www.python.org/sigs/distutils-sig/
|
|
OpenSSL from http://www.openssl.org/
|
|
You will need Perl for Win32 (available from
|
|
http://www.activestate.com/ActivePerl) if you want to install OpenSSL
|
|
on Windows!
|
|
|
|
|
|
Install without Distutils
|
|
-------------------------
|
|
Execute "python install.py" to install LinkChecker in the distribution
|
|
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.
|
|
|
|
Install with Distutils
|
|
----------------------
|
|
The Distutils package has a lot of install options to tweak and ease
|
|
your installation.
|
|
To install LinkChecker run "python setup.py install".
|
|
Debian users can build the .deb package with "debian/rules binary".
|
|
|
|
|
|
Running the link checker
|
|
------------------------
|
|
Type "linkchecker" followed by your URLs you want to check.
|
|
Type "linkchecker -h" for help.
|
|
|
|
|
|
(Fast)CGI web interface
|
|
-----------------------
|
|
The *cgi files are three CGI script which you can use to run LinkChecker
|
|
with a nice graphical web interface.
|
|
You can use and adjust the example HTML files in the lconline directory
|
|
to run the script.
|