diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-11 13:06:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-11 13:06:08 -0400 |
commit | f06f1fc3d95167ec780cb0963548f2afdd548b20 (patch) | |
tree | 6c12f0dea0a3c860994a46c37d7f32336d39d7db /test/special_urls.html | |
parent | 279010bc0791556e63b4951d83a2c45252142b80 (diff) | |
download | lynx-snapshots-f06f1fc3d95167ec780cb0963548f2afdd548b20.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8m
Diffstat (limited to 'test/special_urls.html')
-rw-r--r-- | test/special_urls.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/special_urls.html b/test/special_urls.html new file mode 100644 index 00000000..c9d35066 --- /dev/null +++ b/test/special_urls.html @@ -0,0 +1,22 @@ +<html> +<head> +<title>Lynx Special URLs</title> +<link rev="made" href="mailto:WebMaster@foo.blah.dom"> +</head> +<body> +<h1>Lynx Special URLs</h1> +<dl compact> +<dd>LYNXCFG:<a href="LYNXCFG:">LYNXCFG (ok)</a> +<dd>LYNXCOMPILEOPTS:<a href="LYNXCOMPILEOPTS:">LYNXCOMPILEOPTS (ok)</a> +<dd>LYNXCOOKIE:<a href="LYNXCOOKIE:">LYNXCOOKIE is not allowed</a> +<dd>LYNXDIRED:<a href="LYNXDIRED:">LYNXDIRED is not allowed</a> +<dd>LYNXDOWNLOAD:<a href="LYNXDOWNLOAD:">LYNXDOWNLOAD is not allowed</a> +<dd>LYNXHIST:<a href="LYNXHIST:">LYNXHIST is not allowed</a> +<dd>LYNXIMGMAP:<a href="LYNXIMGMAP:">LYNXIMGMAP is not allowed</a> +<dd>LYNXKEYMAP:<a href="LYNXKEYMAP:">LYNXKEYMAP (ok)</a> +<dd>LYNXMESSAGES:<a href="LYNXMESSAGES:">LYNXMESSAGES (ok)</a> +<dd>LYNXOPTIONS:<a href="LYNXOPTIONS:">LYNXOPTIONS (ok)</a> +<dd>LYNXPRINT:<a href="LYNXPRINT:">LYNXPRINT is not allowed</a> +</dl> +</body> +</html> |