]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
- added lynx-2.8.3-beta16 SSL patch
[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 @@ -63,8 +64,8 @@
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.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
19 -#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
20 +#HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
21 +HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html
22  
23  # DEFAULT_INDEX_FILE is the default file retrieved when the
24  # user presses the 'I' key when viewing any document.
25 @@ -326,7 +327,7 @@
26  # Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you
27  # plan to use them.
28  #
29 -#NCR_IN_BOOKMARKS:FALSE
30 +NCR_IN_BOOKMARKS:TRUE
31  
32  # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
33  # case-conversion mechanism for case-insensitive searches in non-ASCII display
34 @@ -1535,6 +1536,8 @@
35  #VIEWER:image/x-tiff:xli %s&:XWINDOWS
36  #VIEWER:image/jpeg:xli %s&:XWINDOWS
37  #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
38 +VIEWER:image/gif:zgv %s:NON_XWINDOWS
39 +VIEWER:image/jpeg:zgv %s:NON_XWINDOWS
40  
41  # The global and personal MAILCAP files allow you to specify external
42  # viewers to be spawned when Lynx encounters different MIME types, which
43 @@ -1903,14 +1906,14 @@
44  #
45  # Uncomment and change any of the compilation defaults.
46  #
47 -#COLOR:0:black:white
48 -#COLOR:1:blue:white
49 -#COLOR:2:yellow:blue
50 -#COLOR:3:green:white
51 -#COLOR:4:magenta:white
52 -#COLOR:5:blue:white
53 -#COLOR:6:red:white
54 -#COLOR:7:magenta:cyan
55 +COLOR:0:black:lightgray
56 +COLOR:1:blue:lightgray
57 +COLOR:2:yellow:blue
58 +COLOR:3:black:lightgray
59 +COLOR:4:black:lightgray
60 +COLOR:5:blue:lightgray
61 +COLOR:6:white:blue
62 +COLOR:7:lightgray:black
63  
64  # External application support.  This feature allows Lynx to pass a given
65  # URL to an external program.  It was written for three reasons.
This page took 0.061265 seconds and 3 git commands to generate.