diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-09 22:44:52 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-09 22:44:52 -0500 |
commit | 6f66219647d92d2af2427d416e00e6f2a8f825dc (patch) | |
tree | 0560172642638a687023c25b3f0b3739df2bb8e5 /lynx_help | |
parent | 9c63ba04a5785f8ad069bf660402530617451a06 (diff) | |
download | lynx-snapshots-6f66219647d92d2af2427d416e00e6f2a8f825dc.tar.gz |
snapshot of project "lynx", label v2_6fm_970209
Diffstat (limited to 'lynx_help')
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 14 | ||||
-rw-r--r-- | lynx_help/lynx_url_support.html | 51 |
2 files changed, 57 insertions, 8 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index 74122162..0c9dd4b6 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -746,7 +746,8 @@ press '<em>n</em>' the message will be deleted. [<A HREF="#TOC">ToC</A>] While reading <a href="http://www.w3.org/hypertext/DataSources/News/Groups/Overview.html" >news</a> articles with Lynx you should see a link that says -<em>Reply to: user@host</em> and a link that says +<em>Reply to: user@host</em> and, if the nntp server from which you +received the article supports posting from your site, a link that says <em>Followup to: newsgroup(s)</em> <dl> @@ -760,10 +761,15 @@ href="http://www.w3.org/hypertext/DataSources/News/Groups/Overview.html" <dt>Followup to newsgroup(s) <dd>Selecting this link will allow you to post back to the newsgroup that you are currently reading and any newsgroups - that the message may be cross-posted to. You will be given + to which the message was cross-posted. You will be given the option of including the original message in your reply. - Once you have typed in your message the <em>inews</em> program - will be called to post your message to your news host. + Once you have typed in your message, you will be asked for + confirmation of whether to proceed with the posting, and + whether to append your signature file if one was defined in + lynx.cfg and is accessible. See <a + href="lynx_url_support.html">Supported URLs</a> for more + information about the URL schemes for posting or sending + followups (replies) to nntp servers with Lynx. [<A HREF="#TOC">ToC</A>] </dl> diff --git a/lynx_help/lynx_url_support.html b/lynx_help/lynx_url_support.html index 61800f4f..c90550f4 100644 --- a/lynx_help/lynx_url_support.html +++ b/lynx_help/lynx_url_support.html @@ -14,6 +14,7 @@ <a href="#ftp">ftp</a> <em>|</em> <a href="#wais">wais</a> <em>|</em> <a href="#news">news, nntp, snews</a> <em>|</em> +<a href="#newspost">newspost, newsreply, snewspost, snewsreply</a> <em>|</em> <a href="#mailto">mailto</a> <em>|</em> <a href="#finger">finger</a> <em>|</em> <a href="#cso">cso</a> <em>|</em> @@ -296,10 +297,10 @@ hierarchies or sub-hierarchies, e.g.:<BR> (snews same as nntp, but the default port is <em>:563</em>)<BR> This is not in RFC1738 and may not be supported by all other clients. -<p>For news URLs, Lynx allows you both to <em>reply</em> to the author -of a message via email, and, if news posting has been enabled, to send -a <em>followup</em> message to the newsgroup. Only email replies to the -author are permitted via nntp URLs. +<p>Lynx allows you both to <em>reply</em> to the author of a news message +via email, and, if news posting has been enabled, to send a <em>followup</em> +message to the newsgroup (see <a href="#newspost">newspost, newsreply, +snewspost, snewsreply</a>). <p>Lynx converts any strings in news messages which appear to be a URL with a supported scheme into a link for accessing that URL. @@ -317,6 +318,48 @@ are specific to each nntp server, unlike the unique identifiers for news messages. <HR WIDTH="100%"> +<H2><a name="newspost" +>The <em>newspost</em>, <em>newsreply</em>, <em>snewspost</em>, and +<em>snewsreply</em> URLs:</a></H2> + +When Lynx receives group listings or articles via <em>news</em>, +<em>nntp</em> or <em>snews</em> URLs, it also checks whether the +nntp server supports posting from the Lynx user's site, and if so, +includes links for posting new messages to that server, or for posting +followups (replies) to previously posted messages. RFC1738, and IETF +URL drafts through this release of Lynx, do not include any schemes +for posting to news groups. Lynx has long supported newspost and +newreply URL schemes for posting new messages or sending followups, +respectively, to standard nntp servers, with default port <em>:119</em>. +Lynx now also supports homologous snewspost and snewsreply URLs for use +with SSL capable nntp servers, but the latter requires patches for built +in SSL support, or use of a daemon which handles the secure communications +on behalf of Lynx. + +<p>The formats are:<BR> +<tab indent="12"><em>newspost://host:port/newsgroup(s)</em> <tab +id="ngp">(post a new message)<BR> +<tab indent="12"><em>newsreply://host:port/newsgroup(s)</em> <tab +to="ngp">(post a followup message)<BR> +(snewspost and snewsreply have the same formats, but the default port is +<em>:563</em>) + +<p>If the host field is omitted, it defaults to that pointed to by the +NNTPSERVER configuration or environmental variable. Inclusion of at +least one newsgroup in the URL is required, and additional groups can +be specified as a comma-separated list. Wildcarding of newgroup names +is not supported for these URLs. For newsreply and snewsreply URLs, the +user is offered the option to include the currently displayed document, +which presumeably is a news article with a <em>followup</em> link that +was activated, and if confirmed, each line of that document is prefixed +with a right-angle-bracket. These URLs can be used as command line +startfiles (in which case, Lynx will exit after posting the message, +and the newreply or snewsreply URLs degrade to newspost or snewpost +URLs, respectively). They also can be used as HREF attribute values +in any HTML document homologously to <a href="#mailto">mailto</a> URLs, +with the qualification that they presently are supported only by Lynx. +<HR WIDTH="100%"> + <H2><a name="mailto">The <em>mailto</em> URL:</a></H2> The mailto URL is used to provide links that when activated can be |