diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-02-09 03:00:04 -0500 |
commit | 2a786b2632ff4fe945cb5826f7a378778caf72eb (patch) | |
tree | dc9ae455c293e2362034f81eb872eccf5435992f /lynx_help/lynx_url_support.html | |
parent | d31fb3c41be5d6e079d415087eda3c03cc34bcdb (diff) | |
download | lynx-snapshots-2a786b2632ff4fe945cb5826f7a378778caf72eb.tar.gz |
snapshot of project "lynx", label v2-8-4dev_17
Diffstat (limited to 'lynx_help/lynx_url_support.html')
-rw-r--r-- | lynx_help/lynx_url_support.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/lynx_help/lynx_url_support.html b/lynx_help/lynx_url_support.html index 848fe313..ff98d471 100644 --- a/lynx_help/lynx_url_support.html +++ b/lynx_help/lynx_url_support.html @@ -18,6 +18,7 @@ <a href="#mailto">mailto</a> <em>|</em> <a href="#finger">finger</a> <em>|</em> <a href="#cso">cso</a> <em>|</em> +<a href="#bibp">bibp</a> <em>|</em> <a href="#exec">lynxexec, lynxprog</a> <em>|</em> <a href="#cgi">lynxcgi</a><em>|</em> <a href="#internal">internal</a><em>]</em> @@ -30,8 +31,8 @@ more details about URLs (Uniform Resource Locators) see <em>RFC1738</em>: <ul> <li><a href="http://www.w3.org/Addressing/rfc1738.txt" >http://www.w3.org/Addressing/rfc1738.txt</a> -<li><a href="ftp://ds.internic.net/rfc/rfc1738.txt" ->ftp://ds.internic.net/rfc/rfc1738.txt</a> +<li><a href="ftp://ftp.rfc-editor.org/in-notes/rfc1738.txt" +>ftp://ftp.rfc-editor.org/in-notes/rfc1738.txt</a> </ul> <p>Lynx resolves partial or relative URLs in documents with respect to @@ -40,8 +41,8 @@ absolute URL, using the rules described in <em>RFC1808</em>: <ul> <li><a href="http://www.w3.org/Addressing/rfc1808.txt" >http://www.w3.org/Addressing/rfc1808.txt</a> -<li><a href="ftp://ds.internic.net/rfc/rfc1808.txt" ->ftp://ds.internic.net/rfc/rfc1808.txt</a> +<li><a href="ftp://ftp.rfc-editor.org/in-notes/rfc1808.txt" +>ftp://ftp.rfc-editor.org/in-notes/rfc1808.txt</a> </ul> and in subsequent drafts of the <em>IETF</em>: @@ -538,6 +539,15 @@ to the server. Any strings in the reports returned for these requests converted into a link for accessing that URL. <HR> +<H2><a name="bibp">The <em>bibp</em> URL:</a></H2> + +<p>Lynx provides built-in support for bibliographic protocol (BibP). +BibP links are links to published works such as books or journal articles, +without a predefined server. BibP links are intended for resolution +by a local bibhost server (http://bibhost/) if it exists. Otherwise, +resolution is performed by a document-specified server or a known global +server. + <H2><a name="exec">The <em>lynxexec</em> and <em>lynxprog</em> URLs:</a></H2> If execution of spawned commands has been enabled in your Lynx image, the |