]> git.pld-linux.org Git - packages/lynx.git/blame - lynx.cfg.patch
remove CVE-2008-4690 patch dropped from spec in 8c36682
[packages/lynx.git] / lynx.cfg.patch
CommitLineData
5ec5a24a 1--- lynx2-8-7/lynx.cfg~ 2010-06-21 11:27:35.000000000 +0200
2+++ lynx2-8-7/lynx.cfg 2010-06-21 13:35:12.625827117 +0200
5dba9168 3@@ -108,7 +108,7 @@
2b7e1f45 4 #
201daeb8
AF
5 # Normally we expect you will connect to a remote site, e.g., the Lynx starting
6 # site:
5dba9168
AM
7-STARTFILE:https://lynx.invisible-island.net/
8+STARTFILE:https://localhost/~/
201daeb8
AF
9 #
10 # As an alternative, you may want to use a local URL. A good choice for this is
11 # the user's home directory:
5dba9168 12@@ -132,9 +132,10 @@
6d969959 13 # This definition will be overridden if the "LYNX_HELPFILE" environment
14 # variable has been set.
2b7e1f45 15 #
5dba9168
AM
16-HELPFILE:https://lynx.invisible-island.net/lynx_help/lynx_help_main.html
17+#HELPFILE:https://lynx.invisible-island.net/lynx_help/lynx_help_main.html
29116e9b 18 .ex
5dba9168 19 #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
5ec5a24a 20+HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html.gz
21
29116e9b 22 .h2 DEFAULT_INDEX_FILE
5dba9168 23 # DEFAULT_INDEX_FILE is the default file retrieved when the
5ec5a24a 24@@ -553,7 +554,7 @@
2b7e1f45
AF
25 # Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you
26 # plan to use them.
27 #
28-#NCR_IN_BOOKMARKS:FALSE
29+NCR_IN_BOOKMARKS:TRUE
30
6d969959 31 .h2 FORCE_8BIT_TOUPPER
92cdea70 32 # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
5dba9168
AM
33@@ -2998,9 +2998,18 @@ MINIMAL_COMMENTS:TRUE
34 #COLOR:4:magenta:white
35 #COLOR:5:blue:white
36 #COLOR:6:red:white
398a1959 37-COLOR:6:brightred:black
5dba9168
AM
38+#COLOR:6:brightred:black
39 #COLOR:7:magenta:cyan
40
2b7e1f45
AF
41+COLOR:0:black:lightgray
42+COLOR:1:blue:lightgray
43+COLOR:2:yellow:blue
44+COLOR:3:black:lightgray
45+COLOR:4:black:lightgray
46+COLOR:5:blue:lightgray
47+COLOR:6:white:blue
48+COLOR:7:lightgray:black
5dba9168 49+
6d969959 50 .h2 COLOR_STYLE
51 # Also known as "lss" (lynx style-sheet), the color-style file assigns color
5dba9168 52 # combination to tags and combinations of tags. Normally a non-empty value
This page took 0.09241 seconds and 4 git commands to generate.