]> git.pld-linux.org Git - packages/lynx.git/blame - lynx.cfg.patch
5e52809236f108164213d8b459dab769 lynx-config.patch
[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:
14@@ -63,8 +64,8 @@
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 #
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
043c0167 21+HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html
2b7e1f45
AF
22
23 # DEFAULT_INDEX_FILE is the default file retrieved when the
24 # user presses the 'I' key when viewing any document.
201daeb8 25@@ -326,7 +327,7 @@
2b7e1f45
AF
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
201daeb8 34@@ -1535,6 +1536,8 @@
2b7e1f45
AF
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
201daeb8 43@@ -1903,14 +1906,14 @@
2b7e1f45
AF
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.06932 seconds and 4 git commands to generate.