linkchecker/debian
2005-01-27 17:14:50 +00:00
..
.cvsignore updated 2003-08-11 12:58:00 +00:00
changelog use python 2.4 2005-01-24 20:29:55 +00:00
compat use debian/compat 2003-03-05 01:43:03 +00:00
control use python 2.4 2005-01-24 20:29:55 +00:00
copyright updated copyright year 2005-01-11 02:22:43 +00:00
linkchecker.dirs fix config file locations 2004-08-28 11:38:47 +00:00
linkchecker.docs updated debhelper depends to a version that supports NEWS.Debian 2004-09-01 09:59:44 +00:00
linkchecker.examples rename robots.txt 2005-01-27 17:14:50 +00:00
linkchecker.links fix config file locations 2004-08-28 11:38:47 +00:00
linkchecker.postinst move old config in postinst 2004-09-08 11:57:49 +00:00
NEWS.Debian updated debhelper depends to a version that supports NEWS.Debian 2004-09-01 09:59:44 +00:00
README.Debian added access notes about CGI script 2004-09-05 10:54:24 +00:00
rules use python 2.4 2005-01-24 20:29:55 +00:00
watch added debian/watch file 2004-07-28 14:33:15 +00:00

On Debian systems, you have a simple CGI script located at
http://localhost/lconline/index.html
For this to work, your web server must have content negotiation enabled.
Or you have to remove for one language XY the file extensions of the
.html.XY files.

Note that only the local host (ie. 127.0.0.1) can access this
script. If you want to enable access from other hosts you have
to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in
the /usr/lib/cgi-bin/lc.cgi script.