lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev patch to lynx-2.8.2dev19 to fix scripts and typos in docs.


From: Vlad Harchev
Subject: lynx-dev patch to lynx-2.8.2dev19 to fix scripts and typos in docs.
Date: Tue, 9 Mar 1999 23:19:59 +0400 (SAMT)

  This patch will fix some typos in docs and in scripts.
 Also, I had following problem:
 I had lynx-2.8.2dev12 and I've got patches from www.lynx.browser.org.
 When I'd applied them, file 'cfg_edit.sh' that was created by 
 patch for dev13 had not exec permissions - this means that anybody 
 patching from lynx-2.8.2dev12 will be unable to see compilation
 parameters for lynx.
  The patch fixes script cfg_defs.sh so it will be able to call
 cfg_edit.sh if './' is absent in the $PATH.


diff -ur lynx-2.8.2dev19-orig/cfg_defs.sh lynx-2.8.2dev19-fixed/cfg_defs.sh
--- lynx-2.8.2dev19-orig/cfg_defs.sh    Tue Mar  9 22:43:45 1999
+++ lynx-2.8.2dev19-fixed/cfg_defs.sh   Tue Mar  9 22:59:40 1999
@@ -19,7 +19,7 @@
        -e 's/^.[^=]*_cv_//' \
        -e 's/=\${.*=/=/'  \
        -e 's/}$//'          \
-       config.cache | cfg_edit.sh >>$OUT
+       config.cache | ./cfg_edit.sh >>$OUT
 
 cat >>$OUT <<EOF
 };
@@ -35,7 +35,7 @@
        -e 'address@hidden      ]*#define[      ]*@@' \
        -e 'address@hidden ]*/\*.*\*/@@' \
        -e 'address@hidden      ][      address@hidden@' \
-    | cfg_edit.sh >>$OUT
+    | ./cfg_edit.sh >>$OUT
 
 cat >>$OUT <<EOF
 };
diff -ur lynx-2.8.2dev19-orig/lynx_help/lynx_url_support.html 
lynx-2.8.2dev19-fixed/lynx_help/lynx_url_support.html
--- lynx-2.8.2dev19-orig/lynx_help/lynx_url_support.html        Sun Dec 13 
08:10:36 1998
+++ lynx-2.8.2dev19-fixed/lynx_help/lynx_url_support.html       Mon Mar  8 
22:45:19 1999
@@ -62,7 +62,7 @@
 <em>gopher.wfbr.edu/11/_fileserv/_lynx</em> will be treated as
 <em>gopher://gopher.wfbr.edu/11/_fileserv/_lynx</em>.  For files or
 directories on the local host, a tilde (<em>~</em>) is expanded to
-the path of the account's login directory, e.g., <em>~/foo</em> will
+the path of the account's login directory, e.g., <em>~foo</em> will
 be expanded to <em>file://localhost/your/login/directory/foo</em>.
 The tilde expansion is done homologously on Unix and VMS. On VMS,
 Lynx also will expand any file or directory spec recognizable to
@@ -173,7 +173,7 @@
 
 <p>The <em>/path</em> is treated as originating at the root, unless
 you include a tilde (<em>~</em>), e.g.:<BR>
-<tab indent="12"><em>file://localhost/~/foo</em>
+<tab indent="12"><em>file://localhost/~foo</em>
 <tab indent="60">will be converted to:<BR>
 <tab indent="12"><em>file://localhost/your/login/directory/foo</em><BR>
 The latter feature is a Lynxism, is done homologously on Unix and VMS,
diff -ur lynx-2.8.2dev19-orig/samples/cernrules.txt 
lynx-2.8.2dev19-fixed/samples/cernrules.txt
--- lynx-2.8.2dev19-orig/samples/cernrules.txt  Tue Mar  9 22:44:33 1999
+++ lynx-2.8.2dev19-fixed/samples/cernrules.txt Mon Mar  8 20:56:46 1999
@@ -149,7 +149,7 @@
 # but for a quick fix:
 #   Map   http://www.siteA.com/~jdoe/*      http://siteB.org/john/*
 #   Map   http://www.provider.com/company/* http://www.company.com/*
-# But note that you are likely to create invalid links if no all documents
+# But note that you are likely to create invalid links if not all documents
 # from a site are mapped (Limitation 3).
 #
 # 6. DNS troubles
@@ -178,7 +178,7 @@
 # -------------------------
 # Rules processing does not apply to all URL schemes.  Some are
 # handled differently from the generic access code, therefore rules
-# for such URLs will never bee "seen".  This limitation applies at
+# for such URLs will never be "seen".  This limitation applies at
 # least to lynxexec:, lynxprog:, mailto:, and LYNXHIST: URLs.
 #
 # Also, a scheme has to be known to Lynx in order to get as far as

 
 Best regards,
  -Vlad

reply via email to

[Prev in Thread] Current Thread [Next in Thread]