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 @@ -
--- 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 @@ - -
-- 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 @@ - -