diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-11 01:05:04 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2008-02-11 01:05:04 -0500 |
commit | a054e1c90b5f1e36eb889a118393c8ec79e57d02 (patch) | |
tree | d0958fb5aa99b70ba9a082c98280a5cec17a565e /lynx_help/Lynx_users_guide.html | |
parent | acdfec8f90ac4aa21cfc20b6b7ad3ecb7e56ea90 (diff) | |
download | lynx-snapshots-a054e1c90b5f1e36eb889a118393c8ec79e57d02.tar.gz |
snapshot of project "lynx", label v2-8-7dev_7d
Diffstat (limited to 'lynx_help/Lynx_users_guide.html')
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index 5a5aff6b..bce12d33 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN"> -<!-- $LynxId: Lynx_users_guide.html,v 1.92 2008/01/10 21:44:53 tom Exp $ --> +<!-- $LynxId: Lynx_users_guide.html,v 1.93 2008/02/11 00:23:06 tom Exp $ --> <html> <head> <title>Lynx Users Guide v2.8.6</title> @@ -2326,7 +2326,7 @@ as well as the maxmimum amount of memory used by the cache. <p>The structure of <em>Cache Jar</em> is simple: <ul> -<li>Each entry starts with its ordinal number (within session), +<li>Each entry starts with its ordinal number (within the session), recently added documents in cache have a smaller number than documents which are added before, and are positioned at the end of <em>Cache Jar</em> @@ -2340,10 +2340,23 @@ Activating this link, lynx displays the corresponding cached document. <li>Below each cached document URL lynx shows the document properties which include: -Lines, -Size, File-Cache, Content-Type, Content-Language, Content-Encoding, -Content-Location, Subject, Owner, Date, Expires, Last-Modified, ETag, Server, and -Source-Cache-File. +<ul> +<li>Lines, +<li>Size, +<li>File-Cache, +<li>Content-Type, +<li>Content-Language, +<li>Content-Encoding, +<li>Content-Location, +<li>Subject, +<li>Owner, +<li>Date, +<li>Expires, +<li>Last-Modified, +<li>ETag, +<li>Server, and +<li>Source-Cache-File. +</ul> </ul> <p>This feature can be enabled by default using the USE_CACHEJAR symbol in the |