diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:21:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:21:21 +0000 |
commit | 510ed32cfbffa6148018869f5ade416505a450b3 (patch) | |
tree | 0aafabcf3dfaab7685fa0fcbaa683dafe287807e /samples/jumpsVMS.html | |
parent | Initial commit. (diff) | |
download | lynx-510ed32cfbffa6148018869f5ade416505a450b3.tar.xz lynx-510ed32cfbffa6148018869f5ade416505a450b3.zip |
Adding upstream version 2.9.0rel.0.upstream/2.9.0rel.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'samples/jumpsVMS.html')
-rw-r--r-- | samples/jumpsVMS.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/samples/jumpsVMS.html b/samples/jumpsVMS.html new file mode 100644 index 0000000..b987005 --- /dev/null +++ b/samples/jumpsVMS.html @@ -0,0 +1,29 @@ +<html> +<head> +<title>Shortcut List</title> +<link rev="made" href="mailto:WebMaster@foo.blah.dom"> + <meta name="viewport" content="width=device-width, initial-scale=1"> +</head> +<body> + <h1>Shortcut List</h1> + Following is a list of shortcut names and the target links associated + with them. In Lynx, pressing J followed by one of these shortcut names + will jump you directly to the link. This list will expand over time.<p> + <b>Name</b> <b>Link</b> +<!-- The list *MUST* be kept SORTED, one entry per line --> +<dl compact> +<dt>?<dd><a href="file://localhost/Lynx_Dir/jumps.html">This Shortcut List</a> +<dt>freenets<dd><a href="http://duke.usask.ca/~scottp/free.html">FreeNets around the World</a> +<dt>genhelp<dd><a href="http://www.wfeb.edu/HELP/@GCGHELP:GENHELP">GCG GenHelp</a> +<dt>genman<dd><a href="http://www.wfeb.edu/HELP/@GCGHELP:GENMANUAL">GCG GenManual</a> +<dt>home<dd><a href="http://www.wfeb.edu/">WFEB Home Page</a> +<dt>mail<dd><a href="lynxprog:mail">Read and/or send mail</a> +<dt>multinet<dd><a href="http://www.wfeb.edu/HELP/@MULTINET:MULTINET">MultiNet Help</a> +<dt>news<dd><a href="lynxprog:news">Read and Send News</a> +<dt>swing<dd><a href="lynxprog:swing sys$login">SWING File/Directory Manager</a> +<dt>swinghelp<dd><a href="http://www.wfeb.edu/HELP/@CSWING:CSWING/SWING">SWING Help</a> +<dt>vmshelp<dd><a href="http://www.wfeb.edu/HELP">VMS Help</a> +<dt>who<dd><a href="lynxexec:show users">Find out who is online now</a> +</dl> +</body> +</html> |