]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.cfg.patch
- 2.8.7rel.2
[packages/lynx.git] / lynx.cfg.patch
1 --- lynx2-8-7/lynx.cfg~ 2009-06-24 01:53:58.000000000 +0200
2 +++ lynx2-8-7/lynx.cfg  2009-07-06 13:48:55.000000000 +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/usr/share/doc/HTML/index.html
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,10 +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-6/lynx_help/lynx_help_main.html
18 +#HELPFILE:http://lynx.isc.org/release/lynx2-8-6/lynx_help/lynx_help_main.html
19  .ex
20 -#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
21 -
22 +HELPFILE:file://localhost/usr/share/lynx/help/lynx_help_main.html
23  
24  .h2 DEFAULT_INDEX_FILE
25  # DEFAULT_INDEX_FILE is the default file retrieved when the
26 @@ -553,7 +553,7 @@
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  
34  .h2 FORCE_8BIT_TOUPPER
35 @@ -2387,7 +2387,8 @@
36  #VIEWER:image/tiff:xli %s&:XWINDOWS
37  #VIEWER:image/jpeg:xli %s&:XWINDOWS
38  #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
39 -
40 +VIEWER:image/gif:zgv %s:NON_XWINDOWS
41 +VIEWER:image/jpeg:zgv %s:NON_XWINDOWS
42  
43  .h2 GLOBAL_MAILCAP
44  .h2 PERSONAL_MAILCAP
45 @@ -3018,16 +3019,14 @@
46  #
47  # Uncomment and change any of the compilation defaults.
48  #
49 -#COLOR:0:black:white
50 -#COLOR:1:blue:white
51 -#COLOR:2:yellow:blue
52 -#COLOR:3:green:white
53 -#COLOR:4:magenta:white
54 -#COLOR:5:blue:white
55 -#COLOR:6:red:white
56 -COLOR:6:brightred:black
57 -#COLOR:7:magenta:cyan
58 -
59 +COLOR:0:black:lightgray
60 +COLOR:1:blue:lightgray
61 +COLOR:2:yellow:blue
62 +COLOR:3:black:lightgray
63 +COLOR:4:black:lightgray
64 +COLOR:5:blue:lightgray
65 +COLOR:6:white:blue
66 +COLOR:7:lightgray:black
67  
68  .h2 COLOR_STYLE
69  # Also known as "lss" (lynx style-sheet), the color-style file assigns color
This page took 0.057857 seconds and 3 git commands to generate.