~ubuntu-branches/ubuntu/intrepid/lynx-cur/intrepid

« back to all changes in this revision

Viewing changes to debian/patch-1

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2006-06-13 23:48:34 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060613234834-pf0013sw61go3bpy
Tags: 2.8.6dev18-2.1
Fixed rules more systematically.  I guess this could fix FTBFS bug.
(Closes: #372075)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- lynx.cfg.orig       2005-01-06 10:49:47.000000000 +0900
2
 
+++ lynx.cfg    2005-01-06 10:54:23.000000000 +0900
3
 
@@ -92,7 +92,7 @@
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
 
 #
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
 
@@ -115,9 +115,10 @@
13
 
 # http://www.subir.com/lynx/lynx_help/lynx_help_main.html
14
 
 #   This should be changed to the local path.
15
 
 #
16
 
-HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
17
 
+#HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
18
 
 .ex
19
 
-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
20
 
+##HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
21
 
+HELPFILE:file://localhost/usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html
22
 
 
23
 
 
24
 
 .h2 DEFAULT_INDEX_FILE
25
 
@@ -395,7 +396,7 @@
26
 
 # Lynx (case insensitive).
27
 
 # Find RFC 1345 at http://www.ics.uci.edu/pub/ietf/uri/rfc1345.txt .
28
 
 #
29
 
-#CHARACTER_SET:iso-8859-1
30
 
+CHARACTER_SET:iso-8859-1
31
 
 
32
 
 .h2 LOCALE_CHARSET
33
 
 # LOCALE_CHARSET overrides CHARACTER_SET if true, using the current locale to
34
 
@@ -491,7 +492,7 @@
35
 
 # compatibility problems with other browsers, see also PREPEND_BASE_TO_SOURCE.
36
 
 # Note that the prepending is not done for -source dumps.
37
 
 #
38
 
-#PREPEND_CHARSET_TO_SOURCE:TRUE
39
 
+PREPEND_CHARSET_TO_SOURCE:FALSE
40
 
 
41
 
 
42
 
 .h2 NCR_IN_BOOKMARKS
43
 
@@ -547,7 +548,7 @@
44
 
 # the 'o'ptions menu and save that preference in their RC file.
45
 
 # This may be a comma-separated list of languages in decreasing preference.
46
 
 #
47
 
-#PREFERRED_LANGUAGE:en
48
 
+PREFERRED_LANGUAGE:en
49
 
 
50
 
 
51
 
 .h2 PREFERRED_CHARSET
52
 
@@ -934,8 +935,8 @@
53
 
 # executed.  This is much less dangerous than enabling all execution
54
 
 # links, but can still be dangerous.
55
 
 #
56
 
-#LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
57
 
-#LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
58
 
+LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
59
 
+LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
60
 
 
61
 
 
62
 
 .h2 TRUSTED_EXEC
63
 
@@ -983,7 +984,7 @@
64
 
 # as well (i.e., they will only be able to access lynxexec or lynxprog
65
 
 # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
66
 
 #
67
 
-#TRUSTED_EXEC:none
68
 
+TRUSTED_EXEC:none
69
 
 
70
 
 
71
 
 .h2 ALWAYS_TRUSTED_EXEC
72
 
@@ -1005,7 +1006,7 @@
73
 
 #
74
 
 # The default ALWAYS_TRUSTED_EXEC rule is "none".
75
 
 #
76
 
-#ALWAYS_TRUSTED_EXEC:none
77
 
+ALWAYS_TRUSTED_EXEC:none
78
 
 
79
 
 
80
 
 .h2 TRUSTED_LYNXCGI
81
 
@@ -1025,7 +1026,7 @@
82
 
 # ====
83
 
 # Do not define this.
84
 
 #
85
 
-#TRUSTED_LYNXCGI:none
86
 
+TRUSTED_LYNXCGI:none
87
 
 
88
 
 
89
 
 .h2 LYNXCGI_ENVIRONMENT
90
 
@@ -1787,7 +1788,7 @@
91
 
 # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
92
 
 # may save the preference in the RC file).
93
 
 #
94
 
-#NO_DOT_FILES:TRUE
95
 
+NO_DOT_FILES:FALSE
96
 
 
97
 
 
98
 
 .h1 Internal Behavior
99
 
@@ -2070,13 +2071,13 @@
100
 
 #
101
 
 # Unix:
102
 
 # ====
103
 
-#GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
104
 
+GLOBAL_EXTENSION_MAP:/etc/mime.types
105
 
 # VMS:
106
 
 # ===
107
 
 #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
108
 
 #
109
 
 #      Unix (sought in user's home directory):
110
 
-#PERSONAL_EXTENSION_MAP:.mime.types
111
 
+PERSONAL_EXTENSION_MAP:.mime.types
112
 
 #      VMS (sought in user's sys$login directory):
113
 
 #PERSONAL_EXTENSION_MAP:mime.types
114
 
 
115
 
@@ -2212,6 +2213,8 @@
116
 
 #SUFFIX:.dms:application/x-dms
117
 
 #SUFFIX:.html:text/html
118
 
 #SUFFIX:.txt:text/plain
119
 
+SUFFIX:.tgz:application/octet-stream
120
 
+SUFFIX:.deb:application/octet-stream
121
 
 
122
 
 
123
 
 .h2 XLOADIMAGE_COMMAND
124
 
@@ -2316,13 +2319,13 @@
125
 
 #
126
 
 # Unix:
127
 
 # ====
128
 
-#GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
129
 
+GLOBAL_MAILCAP:/etc/mailcap
130
 
 # VMS:
131
 
 # ===
132
 
 #GLOBAL_MAILCAP:Lynx_Dir:mailcap
133
 
 #
134
 
 #      Sought in user's home (Unix) or sys$login (VMS) directory.
135
 
-#PERSONAL_MAILCAP:.mailcap
136
 
+PERSONAL_MAILCAP:.mailcap
137
 
 
138
 
 .h2 PREFERRED_MEDIA_TYPES
139
 
 # When doing a GET, lynx lists the MIME types which it knows how to present
140
 
@@ -3397,9 +3400,25 @@
141
 
 
142
 
 .h2 SYSLOG_REQUESTED_URLS
143
 
 # Log the requested URLs using the syslog interface.
144
 
-#SYSLOG_REQUESTED_URLS:TRUE
145
 
+SYSLOG_REQUESTED_URLS:FALSE
146
 
 
147
 
 .h2 SYSLOG_TEXT
148
 
 # Add the given text to calls made to syslog, to distinguish Lynx from other
149
 
 # applications which use that interface.
150
 
 #SYSLOG_TEXT:
151
 
+
152
 
+# external
153
 
+EXTERNAL:ftp:w3m %s:TRUE
154
 
+EXTERNAL:file:w3m %s:TRUE
155
 
+EXTERNAL:http:w3m %s:TRUE
156
 
+EXTERNAL:http:wget %s:TRUE
157
 
+EXTERNAL:http:wget -r %s:TRUE
158
 
+EXTERNAL:ftp:netscape %s:TRUE
159
 
+EXTERNAL:file:netscape %s:TRUE
160
 
+EXTERNAL:http:netscape %s:TRUE
161
 
+# include
162
 
+INCLUDE:/etc/lynx-cur/local.cfg
163
 
+INCLUDE:~/.lynx/colors:COLOR
164
 
+INCLUDE:~/.lynx/keymap:KEYMAP
165
 
+INCLUDE:~/.lynx/viewers:VIEWER
166
 
+INCLUDE:~/.lynx/external:EXTERNAL
167
 
--- lynx_help/about_lynx.html.orgl      Tue Oct  9 12:34:06 2001
168
 
+++ lynx_help/about_lynx.html   Tue Oct  9 12:35:16 2001
169
 
@@ -50,10 +50,8 @@
170
 
 <A HREF="#lynx-dev_list"><EM>lynx-dev mailing list</EM></A>.
171
 
 
172
 
 <P>Lynx is copyrighted by the University of Kansas and is distributed
173
 
-<A HREF="COPYHEADER"
174
 
->without restrictions on usage or redistribution</A>
175
 
-under the <A HREF="COPYING">GNU
176
 
-General Public License</A>.
177
 
+without restrictions on usage or redistribution
178
 
+under the GNU General Public License.
179
 
 
180
 
 <P>Lynx was built over an early version of the Common Code Library
181
 
 developed by the CERN WWW Project.  That code is copyrighted by CERN.