linkchecker/debian
2009-01-08 14:18:03 +00:00
..
.gitignore Install correct changelog in .deb package; ignore new debhelper intermediate files. 2008-04-25 15:36:52 +00:00
changelog Fix debian bug number in changelog 2008-07-09 18:22:44 +00:00
compat Updated Python dependencies and use debhelper v7 2008-04-27 11:39:39 +00:00
control Support parsing of Firefox 3 bookmark files 2008-11-20 07:51:22 +00:00
control.gui Updated GUI dependencies 2008-06-11 13:33:10 +00:00
copyright Updated copyright year to 2009 2009-01-08 14:18:03 +00:00
linkchecker-gui.menu Provide debian menu file 2008-06-16 20:05:43 +00:00
linkchecker.dirs Added german .mo file to Debian packet 2008-04-21 01:28:40 +00:00
linkchecker.docs Added .txt to more doc files 2008-04-25 07:56:02 +00:00
linkchecker.examples install examples 2006-11-21 18:05:59 +00:00
linkchecker.links fix config file locations 2004-08-28 11:38:47 +00:00
linkchecker.postinst cleanup 2005-10-13 22:34:20 +00:00
linkchecker.postrm remove left over files on purge 2007-06-19 15:02:22 +00:00
NEWS renamed NEWS.Debian to NEWS 2007-10-18 14:33:34 +00:00
pycompat More python transition updates 2006-08-17 21:44:21 +00:00
README.Debian Document the CGI access variables 2008-05-20 10:48:07 +00:00
rules Cleanup debian/rules 2008-05-20 08:56:36 +00:00
watch adjust watch file 2007-08-09 10:22:48 +00:00

Web Interface
==============
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
(with "sudo a2enmod negotiation").
Otherwise you have to for one language XY the file extensions of the
.html.XY files.

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