diff --git a/lconline/README.negotiation b/lconline/README.negotiation deleted file mode 100644 index 4e2b5942..00000000 --- a/lconline/README.negotiation +++ /dev/null @@ -1,3 +0,0 @@ -For these HTML files to work, your browser has to have mod_negotiation -enabled. -Or you can just remove the .XY suffixes from the language-specific files. diff --git a/lconline/check.js b/lconline/check.js deleted file mode 100644 index 7cd33665..00000000 --- a/lconline/check.js +++ /dev/null @@ -1,22 +0,0 @@ -// check url validity -function isValid (thisForm) { - if (thisForm.url.value=="" || thisForm.url.value=="http://") { - alert(gettext("Empty URL was given.")); - thisForm.url.select(); - thisForm.url.focus(); - return false; - } - if (!checkSyntax(thisForm.url.value)) { - alert(gettext("Invalid URL was given.")); - thisForm.url.select(); - thisForm.url.focus(); - return false; - } - return true; -} - -// check url syntax -function checkSyntax (url) { - var syntax = /^https?:\/\/[-a-zA-Z.\/=%?~]+$/; - return syntax.test(url); -} diff --git a/lconline/index.html b/lconline/index.html deleted file mode 100644 index 02635051..00000000 --- a/lconline/index.html +++ /dev/null @@ -1,11 +0,0 @@ - -LinkChecker Online - - - - - -Please use a frame capable browser. - - - diff --git a/lconline/lc_cgi.html.de b/lconline/lc_cgi.html.de deleted file mode 100644 index 669e262e..00000000 --- a/lconline/lc_cgi.html.de +++ /dev/null @@ -1,78 +0,0 @@ - -LinkChecker Online - - - - - - -

LinkChecker Online

-(läuft mit Öl vom LinkChecker) -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - -
Url: - -
Optionen:Rekursionstiefe: -Prüfe Anker in HTML:
Nur Fehler ausgeben:Prüfe nur interne Links:
Ausgabe: -Prüfe strikt interne Links:
-
- diff --git a/lconline/lc_cgi.html.en b/lconline/lc_cgi.html.en deleted file mode 100644 index 56e699e2..00000000 --- a/lconline/lc_cgi.html.en +++ /dev/null @@ -1,72 +0,0 @@ - -LinkChecker Online - - - - - - -

LinkChecker Online

-(powered by LinkChecker) -
- -
- - - - - - - - - - - - - - - - - - - - - - - - -
Url: - -
Options:Recursion Level: -Check anchors in HTML:
Log only errors:Check only intern links:
Output language: -Check strict intern links:
-
- diff --git a/lconline/leer.html.de b/lconline/leer.html.de deleted file mode 100644 index 7f5cccd7..00000000 --- a/lconline/leer.html.de +++ /dev/null @@ -1,9 +0,0 @@ - -Leer - - -
-Keine Links geprüft! -
- diff --git a/lconline/leer.html.en b/lconline/leer.html.en deleted file mode 100644 index 8d4db267..00000000 --- a/lconline/leer.html.en +++ /dev/null @@ -1,9 +0,0 @@ - -Empty - - -
-No links checked, dude! -
-