mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-02 06:00:39 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@182 e7d03fd6-7b0d-0410-9947-9c21f3af8025
32 lines
983 B
Text
32 lines
983 B
Text
Installation
|
|
==============
|
|
|
|
Requirements
|
|
------------
|
|
Python >= 2.0 from http://www.python.org/
|
|
|
|
|
|
Setup
|
|
-----
|
|
Run "python setup.py config" to configure.
|
|
Run "python setup.py install --prefix=<prefix>" to install.
|
|
Default prefix is /usr.
|
|
Run "python setup.py --help" for help.
|
|
Debian users can build the .deb package with "debian/rules binary" as
|
|
root or "fakeroot debian/rules binary" as a normal user.
|
|
|
|
After installation, the system wide configuration file is in
|
|
<prefix>/share/linkchecker/linkcheckerrc.
|
|
Local configuration files are in ~/.linkcheckerrc on Unix platforms.
|
|
|
|
To run the program 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.
|