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-10-10 09:28:27 +00:00
|
|
|
Python >= 1.5.2 from http://www.python.org/
|
2000-10-10 16:43:54 +00:00
|
|
|
Distutils >= 0.9.1 from http://www.python.org/sigs/distutils-sig/
|
|
|
|
|
Python 1.6 includes the Distutils 0.9.1,
|
|
|
|
|
Python 2.0 includes the Distutils 1.0
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2000-10-13 21:58:45 +00:00
|
|
|
|
2000-06-11 20:26:08 +00:00
|
|
|
Optionally packages
|
|
|
|
|
-------------------
|
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-10-10 09:28:27 +00:00
|
|
|
Setup
|
|
|
|
|
-----
|
2000-10-10 16:43:54 +00:00
|
|
|
Run "python setup.py config" to configure.
|
2000-10-12 16:55:19 +00:00
|
|
|
Linux users should run "python setup.py config -lcrypto" to use the SSL
|
|
|
|
|
module.
|
2000-10-12 23:16:43 +00:00
|
|
|
Run "python setup.py install --prefix=<prefix>" to install.
|
|
|
|
|
Default prefix is /usr.
|
2000-10-10 16:43:54 +00:00
|
|
|
Run "python setup.py --help" for help.
|
2000-10-10 09:28:27 +00:00
|
|
|
Debian users can build the .deb package with "debian/rules binary" as
|
|
|
|
|
root or "fakeroot debian/rules binary" as a normal user.
|
|
|
|
|
|
2000-10-13 21:58:45 +00:00
|
|
|
After installation, the system wide configuration file is in
|
|
|
|
|
<prefix>/share/linkchecker/linkcheckerrc.
|
|
|
|
|
Local configuration files are in ~/.linkcheckerrc on Unix platforms.
|
|
|
|
|
|
2000-10-10 16:43:54 +00:00
|
|
|
To run the program 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
|
|
|
|
2000-10-13 21:58:45 +00:00
|
|
|
Note
|
|
|
|
|
----
|
|
|
|
|
If you want to make your own distribution with "python setup.py sdist",
|
|
|
|
|
you will need Distutils >= 0.9.4. Older versions are hanging when
|
|
|
|
|
they try to parse the MANIFEST.in file.
|
|
|
|
|
|
|
|
|
|
|
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.
|