File: RemoteHostError.html

package info (click to toggle)
wwwoffle 2.9f-2.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,716 kB
  • ctags: 2,077
  • sloc: ansic: 23,951; sh: 6,815; lex: 4,201; perl: 917; makefile: 623; ruby: 181; lisp: 14
file content (117 lines) | stat: -rw-r--r-- 3,985 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>

<!--

Available WWWOFFLE Variables (all with a '$' prefix).

localurl  = The root URL of the server running wwwoffled (='$localurl').
version   = The version of the WWWOFFLE server (='$version').
url       = The URL that was asked for (='$url').
cache     = A flag to indicate if the page is being written to the cache or browser (='$cache').
backup    = A flag to indicate if there is a backup page in the cache (='$backup').
reason    = A flag to indicate the reason (='$reason').
            TimeoutReply    - The server timed out reading the reply.
            TimeoutTransfer - The server timed out during the transfer.
            ClientClose     - The connection was closed by the client.
            ...             - Another reason.

$decurl=%decode[url]
$encurl=%encode[url]

-->

<HEAD>
<TITLE>WWWOFFLE - Remote Host Error</TITLE>
<LINK href="$localurl/wwwoffle.css" type="text/css" rel="stylesheet">
</HEAD>

<BODY class="wwwoffle-message">

<!-- Standard WWWOFFLE Message Page Header Start -->

<div class="wwwoffle-header" align="center">
<b>WWWOFFLE</b> <b>-</b> <b>W</b>orld <b>W</b>ide <b>W</b>eb <b>Offl</b>ine <b>E</b>xplorer <b>-</b> <b>v$version</b>
</div>
<hr class="wwwoffle-header">

<!-- Standard WWWOFFLE Message Page Header End -->

<H1 align="center">WWWOFFLE Remote Host Error</H1>

<div class="wwwoffle-message" align="center">
Your request for URL
<p class="wwwoffle-url">
<b><tt>$decurl</tt></b>
</p>
failed because
<p class="wwwoffle-error">
$reason?=TimeoutReply
{The remote host failed to send the reply within the timeout period
$done="yes"}{}
$reason?=TimeoutTransfer
{The remote host failed to send some of the data within the timeout period.
$done="yes"}{}
$reason?=DataCorrupt
{The remote host sent compressed or encoded data that could not be uncompressed or decoded.
$done="yes"}{}
$reason?=ClientClose
{The client (browser) closed the connection during the transfer
$done="yes"}{}
$done?{}{$reason}
</p>
$cache?
{This error message has now been deleted from the cache.}
{}
<p>
$backup?
{Reloading this page will revert to the previous version if you are offline or try again if you are online.}
{Reloading this page will cause it to be re-requested.}
</div>

<!-- Standard WWWOFFLE Message Page Inline Help Start -->

<h2 class="wwwoffle-inline-help">Help</h2>

<div class="wwwoffle-inline-help">
The WWWOFFLE server was unable to complete the request for this URL due to a
problem with downloading this page.  This can be because the remote server could
not send any reply within the socket timeout period or a reply was interrupted
by a time longer than the socket timeout period with no data.  The other
possible reason for this error message is that the browser closed the connection
before the whole of the page had been downloaded.  The exact reason in this case
is shown in the error message above.
<p>
When a backup version of the page exists in the cache then reloading this page
will display that version.  When there is no backup cached version then
reloading this page will request it again.
</div>

<!-- Standard WWWOFFLE Message Page Inline Help End -->

<div class="wwwoffle-nav" align="center">
[ \
<a href="$localurl/refresh/?$encurl">Refresh</a>: \
<a href="$localurl/refresh-options/?$encurl">Options</a>| \
<a href="$localurl/monitor-options/?$encurl">Monitor</a>| \
Delete| \
<a href="$localurl/index/url?$encurl">Index</a>| \
<a href="$localurl/configuration/url?$encurl">Configure</a> \
]
</div>

<!-- Standard WWWOFFLE Message Page Footer Start -->

<hr class="wwwoffle-footer">
<div class="wwwoffle-footer" align="center">
WWWOFFLE - [ \
<a href="$localurl/Welcome.html" title="An introduction to WWWOFFLE">Welcome Page</a>| \
<a href="$localurl/FAQ.html" title="Frequently Asked Questions about WWWOFFLE">FAQ</a> \
] - WWWOFFLE
</div>

<!-- Standard WWWOFFLE Message Page Footer End -->

</BODY>

</HTML>