]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
remove CVE-2008-4690 patch dropped from spec in 8c36682
[packages/lynx.git] / lynx.cfg.patch
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
3 @@ -108,7 +108,7 @@
4  #
5  # Normally we expect you will connect to a remote site, e.g., the Lynx starting
6  # site:
7 -STARTFILE:https://lynx.invisible-island.net/
8 +STARTFILE:https://localhost/~/
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:
12 @@ -132,9 +132,10 @@
13  # This definition will be overridden if the "LYNX_HELPFILE" environment
14  # variable has been set.
15  #
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
18  .ex
19  #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
20 +HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html.gz
21  
22  .h2 DEFAULT_INDEX_FILE
23  # DEFAULT_INDEX_FILE is the default file retrieved when the
24 @@ -553,7 +554,7 @@
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  
31  .h2 FORCE_8BIT_TOUPPER
32  # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
33 @@ -2998,9 +2998,18 @@ MINIMAL_COMMENTS:TRUE
34  #COLOR:4:magenta:white
35  #COLOR:5:blue:white
36  #COLOR:6:red:white
37 -COLOR:6:brightred:black
38 +#COLOR:6:brightred:black
39  #COLOR:7:magenta:cyan
40  
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
49 +
50  .h2 COLOR_STYLE
51  # Also known as "lss" (lynx style-sheet), the color-style file assigns color
52  # combination to tags and combinations of tags.  Normally a non-empty value
This page took 0.471164 seconds and 4 git commands to generate.