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-29 15:55:56 +00:00
|
|
|
Python >= 2.0 from http://www.python.org/
|
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 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
|
|
|
|
|
|
|
|
(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.
|