diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:37:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:37:15 +0000 |
commit | ae5d181b854d3ccb373b6bc01b4869e44ff4d87a (patch) | |
tree | 91f59efb48c56a84cc798e012fccb667b63d3fee /samples/jumpsVMS.html | |
parent | Initial commit. (diff) | |
download | lynx-ae5d181b854d3ccb373b6bc01b4869e44ff4d87a.tar.xz lynx-ae5d181b854d3ccb373b6bc01b4869e44ff4d87a.zip |
Adding upstream version 2.9.0dev.12.upstream/2.9.0dev.12upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'samples/jumpsVMS.html')
-rw-r--r-- | samples/jumpsVMS.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/samples/jumpsVMS.html b/samples/jumpsVMS.html new file mode 100644 index 0000000..b68412f --- /dev/null +++ b/samples/jumpsVMS.html @@ -0,0 +1,28 @@ +<html> +<head> +<title>Shortcut List</title> +<link rev="made" href="mailto:WebMaster@foo.blah.dom"> +</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> |