]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
- up for 2.8.7rel.2
[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 @@ -93,7 +93,8 @@
4  #
5  # Normally we expect you will connect to a remote site, e.g., the Lynx starting
6  # site:
7 -STARTFILE:http://lynx.isc.org/
8 +#STARTFILE:http://lynx.isc.org/
9 +STARTFILE:file://localhost/~/
10  #
11  # As an alternative, you may want to use a local URL.  A good choice for this is
12  # the user's home directory:
13 @@ -118,9 +119,9 @@
14  # This definition will be overridden if the "LYNX_HELPFILE" environment
15  # variable has been set.
16  #
17 -HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html
18 +#HELPFILE:http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html
19  .ex
20 -#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
21 +HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html.gz
22  
23  
24  .h2 DEFAULT_INDEX_FILE
25 @@ -553,7 +554,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  
33  .h2 FORCE_8BIT_TOUPPER
34 @@ -2387,7 +2388,8 @@
35  #VIEWER:image/tiff:xli %s&:XWINDOWS
36  #VIEWER:image/jpeg:xli %s&:XWINDOWS
37  #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
38 -
39 +VIEWER:image/gif:zgv %s:NON_XWINDOWS
40 +VIEWER:image/jpeg:zgv %s:NON_XWINDOWS
41  
42  .h2 GLOBAL_MAILCAP
43  .h2 PERSONAL_MAILCAP
44 @@ -3018,16 +3020,14 @@
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
55 -COLOR:6:brightred:black
56 -#COLOR:7:magenta:cyan
57 -
58 +COLOR:0:black:lightgray
59 +COLOR:1:blue:lightgray
60 +COLOR:2:yellow:blue
61 +COLOR:3:black:lightgray
62 +COLOR:4:black:lightgray
63 +COLOR:5:blue:lightgray
64 +COLOR:6:white:blue
65 +COLOR:7:lightgray:black
66  
67  .h2 COLOR_STYLE
68  # Also known as "lss" (lynx style-sheet), the color-style file assigns color
This page took 0.564214 seconds and 3 git commands to generate.