]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
lynx patch: set default values for PLD
[packages/lynx.git] / lynx.cfg.patch
1 diff -ur lynx2-8-2/lynx.cfg lynx2-8-2.new/lynx.cfg
2 --- lynx2-8-2/lynx.cfg  Tue Feb 16 17:58:05 1999
3 +++ lynx2-8-2.new/lynx.cfg      Tue Feb 16 17:45:27 1999
4 @@ -41,7 +41,8 @@
5  #  replace PATH_TO with the complete path to FILENAME
6  #  use Unix SHELL syntax and include the device on VMS systems)
7  #
8 -STARTFILE:http://lynx.browser.org/
9 +#STARTFILE:http://lynx.browser.org/
10 +STARTFILE:file:/usr/doc/HTML/index.html
11  
12  # HELPFILE must be defined as a URL and must have a
13  # complete path if local:
14 @@ -53,8 +54,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/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 @@ -315,7 +316,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 @@ -1476,6 +1477,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 @@ -1831,14 +1834,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.073722 seconds and 3 git commands to generate.