]> git.pld-linux.org Git - packages/lynx.git/blame - lynx.cfg.patch
- massive attack, adding Source-md5
[packages/lynx.git] / lynx.cfg.patch
CommitLineData
201daeb8
AF
1diff -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 @@
2b7e1f45 5 #
201daeb8
AF
6 # Normally we expect you will connect to a remote site, e.g., the Lynx starting
7 # site:
2b7e1f45
AF
8-STARTFILE:http://lynx.browser.org/
9+#STARTFILE:http://lynx.browser.org/
213f7812 10+STARTFILE:file://localhost/usr/share/doc/HTML/index.html
201daeb8
AF
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:
29116e9b 14@@ -109,9 +109,9 @@
2b7e1f45
AF
15 # http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
16 # This should be changed to the local path.
17 #
3d470ac9
TP
18-HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
19+#HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
29116e9b 20 .ex
2b7e1f45 21-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
043c0167 22+HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html
2b7e1f45 23
29116e9b 24 .h2 DEFAULT_INDEX_FILE
2b7e1f45 25 # DEFAULT_INDEX_FILE is the default file retrieved when the
201daeb8 26@@ -326,7 +327,7 @@
2b7e1f45
AF
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
201daeb8 35@@ -1535,6 +1536,8 @@
2b7e1f45
AF
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
398a1959 44@@ -1903,15 +1906,14 @@
2b7e1f45
AF
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
398a1959 55-COLOR:6:brightred:black
2b7e1f45
AF
56-#COLOR:7:magenta:cyan
57+COLOR:0:black:lightgray
58+COLOR:1:blue:lightgray
59+COLOR:2:yellow:blue
60+COLOR:3:black:lightgray
61+COLOR:4:black:lightgray
62+COLOR:5:blue:lightgray
63+COLOR:6:white:blue
64+COLOR:7:lightgray:black
65
66 # External application support. This feature allows Lynx to pass a given
67 # URL to an external program. It was written for three reasons.
This page took 0.081987 seconds and 4 git commands to generate.