mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 12:54:42 +00:00
Restructure the Debian README.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3720 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
62efec3b35
commit
e6860c1a52
5 changed files with 18 additions and 24 deletions
2
TODO
2
TODO
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
- [BUGFIX] The URL in the log output is double normed.
|
||||
|
||||
- [FEATURE] Modernize the CGI HTML pages, use CSS.
|
||||
|
||||
- [INTERFACE] make a nice GUI for linkchecker
|
||||
|
||||
- [FEATURE] warn if overall size of page (including images/flash/etc.) is
|
||||
|
|
|
|||
5
cgi-bin/lconline/lc.css
Normal file
5
cgi-bin/lconline/lc.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
h2 { font-family: Verdana,sans-serif; font-size: 22pt; font-weight: bold }
|
||||
body { font-family: Arial,sans-serif; font-size: 11pt }
|
||||
td { font-family:Arial,sans-serif; font-size:11pt }
|
||||
code { font-family: Courier }
|
||||
a:hover { color: #34a4ef }
|
||||
|
|
@ -3,15 +3,7 @@
|
|||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>LinkChecker Online</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
h2 { font-family: Verdana,sans-serif; font-size: 22pt; font-weight: bold }
|
||||
body { font-family: Arial,sans-serif; font-size: 11pt }
|
||||
td { font-family:Arial,sans-serif; font-size:11pt }
|
||||
code { font-family: Courier }
|
||||
a:hover { color: #34a4ef }
|
||||
-->
|
||||
</style>
|
||||
<link rel="stylesheet" href="lc.css" type="text/css" />
|
||||
<script type="text/javascript" src="check.js"></script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -3,15 +3,7 @@
|
|||
<html><head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>LinkChecker Online</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
h2 { font-family: Verdana,sans-serif; font-size: 22pt; font-weight: bold }
|
||||
body { font-family: Arial,sans-serif; font-size: 11pt }
|
||||
td { font-family:Arial,sans-serif; font-size:11pt }
|
||||
code { font-family: Courier }
|
||||
a:hover { color: #34a4ef }
|
||||
-->
|
||||
</style>
|
||||
<link rel="stylesheet" href="lc.css" type="text/css" />
|
||||
<script type="text/javascript" src="check.js"></script>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
|
|
|||
15
debian/README.Debian
vendored
15
debian/README.Debian
vendored
|
|
@ -1,7 +1,12 @@
|
|||
On Debian systems, you have a simple CGI script located at
|
||||
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.
|
||||
Or you have to remove for one language XY the file extensions of the
|
||||
|
||||
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 access this
|
||||
|
|
@ -9,5 +14,7 @@ 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.
|
||||
|
||||
The --profile option works only if the python2.5 or the
|
||||
Profiling
|
||||
==========
|
||||
The --profile option works only if python >=2.5 or the
|
||||
python-profiler package is installed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue