Where encoded and unencoded versions of a string existed, removing
authorjongfoster <jongfoster@users.sourceforge.net>
Wed, 23 Jan 2002 00:27:01 +0000 (00:27 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Wed, 23 Jan 2002 00:27:01 +0000 (00:27 +0000)
the unencoded one.

templates/blocked
templates/blocked-compact
templates/connect-failed
templates/no-such-domain
templates/show-url-info
templates/untrusted

index 0050bb0..0a0c152 100644 (file)
 #
 #  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:
index 840b719..547057d 100644 (file)
 #
 #  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:
index 25f001b..3fc708a 100644 (file)
 #    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:
       <td bgcolor=#eeeeee colspan=2>
         <h2>Connect failed</h2>
           <blockquote>
-            <p>Your request for <b>http://@hostport-html@@path-html@</b> could not be fulfilled, because the connection
-              to <b>@host-html@</b> (@host-ip@) could not be established.</p>
+            <p>Your request for <b>http://@hostport@@path@</b> could not be fulfilled, because the connection
+              to <b>@host@</b> (@host-ip@) could not be established.</p>
             <p>This is often a temporary failiure, so you might just
               <a href="http://@hostport@@path@">try again</a>.</p>
           </blockquote>
index 90d51d0..524b808 100644 (file)
 #    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
       <td bgcolor=#eeeeee colspan=2>
         <h2>No such domain</h2>
           <blockquote>
-            <p>Your request for <b>http://@hostport-html@@path-html@</b> could not be fulfilled, because
-              the domain name <b>@host-html@</b> could not be resolved.</p>
+            <p>Your request for <b>http://@hostport@@path@</b> could not be fulfilled, because
+              the domain name <b>@host@</b> could not be resolved.</p>
             <p>This is often a temporary failiure, so you might just
               <a href="http://@hostport@@path@">try again</a>.</p>
           </blockquote>
index ba2692a..72863bd 100644 (file)
@@ -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:
index cb0c7d7..f388356 100644 (file)
 #
 #  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
       <td bgcolor=#eeeeee colspan=2>
         <h2>Request for untrusted URL</h2>
         <blockquote>
-          <p>Your request for <b>@hostport-html@@path-html@</b> was blocked,
+          <p>Your request for <b>@hostport@@path@</b> was blocked,
             because neither the request URL itself, nor its referrer
-            (<a href="@referrer@">@referrer-html@</a>) were trusted.
+            (<a href="@referrer@">@referrer@</a>) were trusted.
           </p>
 <!-- @if-force-support-start -->
           <p>(You can <a href="http://@hostport@@force-prefix@@path@">go there anyway</a>.)</p>