]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
3d6d9e769084f6b27545a7c7b85f3a4f15f4a6a2
[packages/lynx.git] / lynx.cfg.patch
1 diff -ru lynx2-8-2.old/lynx.cfg lynx2-8-2/lynx.cfg
2 --- lynx2-8-2.old/lynx.cfg      Tue May 11 15:02:06 1999
3 +++ lynx2-8-2/lynx.cfg  Tue May 11 15:11:22 1999
4 @@ -43,7 +43,8 @@
5  #
6  # Normally we expect you will connect to a remote site, e.g., the Lynx starting
7  # site:
8 -STARTFILE:http://lynx.browser.org/
9 +#STARTFILE:http://lynx.browser.org/
10 +STARTFILE:file://localhost/usr/share/doc/HTML/index.html
11  #
12  # As an alternative, you may want to use a local URL.  A good choice for this is
13  # the user's home directory:
14 @@ -109,9 +109,9 @@
15  # http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
16  #   This should be changed to the local path.
17  #
18 -HELPFILE:http://www.trill-home.com/lynx/lynx_help/lynx_help_main.html
19 +#HELPFILE:http://www.trill-home.com/lynx/lynx_help/lynx_help_main.html
20  .ex
21 -#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
22 +HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html
23  
24  .h2 DEFAULT_INDEX_FILE
25  # DEFAULT_INDEX_FILE is the default file retrieved when the
26 @@ -326,7 +327,7 @@
27  # Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you
28  # plan to use them.
29  #
30 -#NCR_IN_BOOKMARKS:FALSE
31 +NCR_IN_BOOKMARKS:TRUE
32  
33  # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
34  # case-conversion mechanism for case-insensitive searches in non-ASCII display
35 @@ -1535,6 +1536,8 @@
36  #VIEWER:image/x-tiff:xli %s&:XWINDOWS
37  #VIEWER:image/jpeg:xli %s&:XWINDOWS
38  #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
39 +VIEWER:image/gif:zgv %s:NON_XWINDOWS
40 +VIEWER:image/jpeg:zgv %s:NON_XWINDOWS
41  
42  # The global and personal MAILCAP files allow you to specify external
43  # viewers to be spawned when Lynx encounters different MIME types, which
44 @@ -1903,14 +1906,14 @@
45  #
46  # Uncomment and change any of the compilation defaults.
47  #
48 -#COLOR:0:black:white
49 -#COLOR:1:blue:white
50 -#COLOR:2:yellow:blue
51 -#COLOR:3:green:white
52 -#COLOR:4:magenta:white
53 -#COLOR:5:blue:white
54 -#COLOR:6:red:white
55 -#COLOR:7:magenta:cyan
56 +COLOR:0:black:lightgray
57 +COLOR:1:blue:lightgray
58 +COLOR:2:yellow:blue
59 +COLOR:3:black:lightgray
60 +COLOR:4:black:lightgray
61 +COLOR:5:blue:lightgray
62 +COLOR:6:white:blue
63 +COLOR:7:lightgray:black
64  
65  # External application support.  This feature allows Lynx to pass a given
66  # URL to an external program.  It was written for three reasons.
This page took 0.882312 seconds and 2 git commands to generate.