diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-08-31 23:47:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-08-31 23:47:16 -0400 |
commit | a8251776b87f78e47d3e73309177e3a4f59675bd (patch) | |
tree | b35d2bfe2dafc68aa43eb32dfb0134e08c7b90f9 /lynx_help | |
parent | 38fbf2f2474aa1e66883014080fc504475297c4f (diff) | |
download | lynx-snapshots-a8251776b87f78e47d3e73309177e3a4f59675bd.tar.gz |
snapshot of project "lynx", label v2-8-6dev_19
Diffstat (limited to 'lynx_help')
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index 6e04325c..95e57245 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -1371,7 +1371,7 @@ commands. ability to create a log can be toggled on with the <em>-tlog</em> switch. Note that this ability is probably disabled in anonymous or validation accounts. - <dt><A NAME="*-key"><em>*</em></A> + <dt><A NAME="asterisk-key"><em>*</em></A> <dd>The '<em>*</em>' command toggles image_links mode on and off. When on, links will be created for all images, including inline images. If you have an image viewer mapped to the image's MIME type, you @@ -1382,7 +1382,7 @@ commands. When on, the charset is assumed to match the selected character set and 8-bit characters are not reverse translated with respect to the ISO-8859-1 conversion tables. - <dt><A NAME="[-key"><em>[</em></A> + <dt><A NAME="lbracket-key"><em>[</em></A> <dd>The '<em>[</em>' command toggles pseudo_inlines mode on and off. When on, inline images which have no ALT string specified will have an <em>[INLINE]</em> pseudo-ALT string inserted in the Lynx @@ -2884,12 +2884,28 @@ where double-quotes and tags. <dt><code>-source</code> <dd>works the same as dump but outputs HTML source instead of - formatted text. + formatted text. For example + <pre><tt> + lynx -source . >foo.html + </tt></pre> + generates HTML source listing the files in the current + directory. Each file is marked by an HREF relative to the + parent directory. Add a trailing slash to make the HREF's + relative to the current directory: + <pre><tt> + lynx -source ./ >foo.html + </tt></pre> <dt><code>-stack_dump</code> <dd>disable SIGINT cleanup handler. <dt><code>-startfile_ok</code> <dd>allow non-http startfile and homepage with <em>-validate</em>. + <dt><code>-stderr</code> + <dd>When dumping a document using <code>-dump</code> or + <code>-source</code>, Lynx normally does not display alert + (error) messages that you see on the screen in the status + line. Use the <code>-stderr</code> option to tell Lynx to + write these messages to the standard error. <dt><code>-stdin</code> <dd>read the startfile from standard input (UNIX only). |