File: InfoRequest.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 (73 lines) | stat: -rw-r--r-- 2,338 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
<!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 the request was for (='$url').

-->

<HEAD>
<TITLE>WWWOFFLE Request Link</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 Request Link</H1>

<div class="wwwoffle-message" align="center">
Any requests that you make from this page for URLs that are cached by WWWOFFLE
will not show the URL that was requested but will show the headers that were
sent by the browser to WWWOFFLE.
<p class="wwwoffle-url">
<b><tt><a href="%html[url]">%decode[url]</a></tt></b>
</p>
</div>

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

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

<div class="wwwoffle-inline-help">
If the browser displays its own cached version of the page you will not see the
headers sent to WWWOFFLE.  This is because the browser does not make a request
but is just using the copy of the page that it has already got cached.  There is
no way to force a browser re-fetch this URL from WWWOFFLE, it is purely the
browser's decision.
<p>
If you have this problem then the only solution is to force the browser to
reload the URL when this link is followed.  This can be done by forcing the
browser to clear its cache.
</div>

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

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