51 lines
1.7 KiB
Diff
51 lines
1.7 KiB
Diff
--- lynx2-8-6/lynx.cfg 2008-07-07 01:44:53.000000000 +0200
|
|
+++ lynx2-8-6/lynx.cfg.orig 2008-07-07 01:58:54.000000000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
# lynx.cfg file.
|
|
-# The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
|
|
-# or Lynx_Dir:lynx.cfg (VMS)
|
|
+# Please don't edit this file directly, it will be overwritten at the
|
|
+# next update of lynx. Instead, edit /etc/lynx.cfg.
|
|
#
|
|
# $Format: "#PRCS LYNX_VERSION \"$ProjectVersion$\""$
|
|
#PRCS LYNX_VERSION "2.8.6rel.5"
|
|
@@ -92,7 +92,7 @@
|
|
#
|
|
# Normally we expect you will connect to a remote site, e.g., the Lynx starting
|
|
# site:
|
|
-STARTFILE:http://lynx.isc.org/
|
|
+STARTFILE:http://www.openmamba.org
|
|
#
|
|
# As an alternative, you may want to use a local URL. A good choice for this is
|
|
# the user's home directory:
|
|
@@ -115,9 +115,9 @@
|
|
# http://www.subir.com/lynx/lynx_help/lynx_help_main.html
|
|
# This should be changed to the local path.
|
|
#
|
|
-HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
|
|
+HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
|
|
.ex
|
|
-#HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
|
|
+#HELPFILE:http://www.subir.com/lynx/lynx_help/lynx_help_main.html
|
|
|
|
|
|
.h2 DEFAULT_INDEX_FILE
|
|
@@ -506,7 +506,7 @@
|
|
# Older browser versions will fail so keep NCR_IN_BOOKMARKS:FALSE if you
|
|
# plan to use them.
|
|
#
|
|
-#NCR_IN_BOOKMARKS:FALSE
|
|
+NCR_IN_BOOKMARKS:TRUE
|
|
|
|
|
|
.h2 FORCE_8BIT_TOUPPER
|
|
@@ -3420,6 +3420,8 @@
|
|
# requires PDCurses 2.5. The values given are width,height.
|
|
#SCREEN_SIZE:80,24
|
|
|
|
+# included last to allow overriding configuration above
|
|
+INCLUDE:/etc/lynx.cfg
|
|
.h2 NO_MARGINS
|
|
# Disable left/right margins in the default style sheet.
|
|
# This is the same as the command-line "-nomargins" option.
|