From f40a0abd128bc78c9ac705a8384e71818ae306b5 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Wed, 23 Jan 2002 00:27:01 +0000 Subject: [PATCH] Where encoded and unencoded versions of a string existed, removing the unencoded one. --- templates/blocked | 4 ---- templates/blocked-compact | 4 ---- templates/connect-failed | 8 ++------ templates/no-such-domain | 12 ++++-------- templates/show-url-info | 2 -- templates/untrusted | 10 ++-------- 6 files changed, 8 insertions(+), 32 deletions(-) diff --git a/templates/blocked b/templates/blocked index 0050bb01..0a0c1520 100644 --- a/templates/blocked +++ b/templates/blocked @@ -49,12 +49,8 @@ # # hostport: # The host and port part of the request that lead to this problem -# hostport-html: -# The host and port part of the request that lead to this problem, HTML-encoded # path: # The path part of the request that lead to this problem -# path-html: -# The path part of the request that lead to this problem, HTML-encoded # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: diff --git a/templates/blocked-compact b/templates/blocked-compact index 840b7194..547057d1 100644 --- a/templates/blocked-compact +++ b/templates/blocked-compact @@ -49,12 +49,8 @@ # # hostport: # The host and port part of the request that lead to this problem -# hostport-html: -# The host and port part of the request that lead to this problem, HTML-encoded # path: # The path part of the request that lead to this problem -# path-html: -# The path part of the request that lead to this problem, HTML-encoded # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: diff --git a/templates/connect-failed b/templates/connect-failed index 25f001b9..3fc708ae 100644 --- a/templates/connect-failed +++ b/templates/connect-failed @@ -51,12 +51,8 @@ # The IP address of the host that could not be reached # hostport: # The host and port part of the request that lead to this problem -# hostport-html: -# The host and port part of the request that lead to this problem, HTML-encoded # path: # The path part of the request that lead to this problem -# path-html: -# The path part of the request that lead to this problem, HTML-encoded # # # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS: @@ -119,8 +115,8 @@

Connect failed

-

Your request for http://@hostport-html@@path-html@ could not be fulfilled, because the connection - to @host-html@ (@host-ip@) could not be established.

+

Your request for http://@hostport@@path@ could not be fulfilled, because the connection + to @host@ (@host-ip@) could not be established.

This is often a temporary failiure, so you might just try again.

diff --git a/templates/no-such-domain b/templates/no-such-domain index 90d51d04..524b8089 100644 --- a/templates/no-such-domain +++ b/templates/no-such-domain @@ -47,16 +47,12 @@ # The URL of the SourceForge ijbswa project, who maintains this # software. # -# host-html: -# The host part of the request that lead to this problem, HTML-encoded +# host: +# The host part of the request that lead to this problem # hostport: # The host and port part of the request that lead to this problem -# hostport-html: -# The host and port part of the request that lead to this problem, HTML-encoded # path: # The path part of the request that lead to this problem -# path-html: -# The path part of the request that lead to this problem, HTML-encoded # proxy-info-url: # The URL to local online Junkbuster documentation, if define in the # 'config' file @@ -121,8 +117,8 @@

No such domain

-

Your request for http://@hostport-html@@path-html@ could not be fulfilled, because - the domain name @host-html@ could not be resolved.

+

Your request for http://@hostport@@path@ could not be fulfilled, because + the domain name @host@ could not be resolved.

This is often a temporary failiure, so you might just try again.

diff --git a/templates/show-url-info b/templates/show-url-info index ba2692ad..72863bdf 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -69,8 +69,6 @@ # following symbols are available: # url: # The given URL -# url-html: -# The given URL, HTML-encoded # default: # The system default for actions # matches: diff --git a/templates/untrusted b/templates/untrusted index cb0c7d76..f3883569 100644 --- a/templates/untrusted +++ b/templates/untrusted @@ -49,16 +49,10 @@ # # hostport: # The host and port part of the request that lead to this problem -# hostport-html: -# The host and port part of the request that lead to this problem, HTML-encoded # path: # The path part of the request that lead to this problem -# path-html: -# The path part of the request that lead to this problem, HTML-encoded # referrer: # The referrer of the request that lead to this problem -# referrer-html: -# The referrer of the request that lead to this problem, HTML-encoded # trusted-referrers: # An HTML-formatted list of referrers that are marked as trusted in # the trustfile @@ -135,9 +129,9 @@

Request for untrusted URL

-

Your request for @hostport-html@@path-html@ was blocked, +

Your request for @hostport@@path@ was blocked, because neither the request URL itself, nor its referrer - (@referrer-html@) were trusted. + (@referrer@) were trusted.

(You can go there anyway.)

-- 2.39.2