On Mon, 27 Mar 2000, Larry W. Virden wrote:

> Unfortunately, the URL's instead of URLs is a bug in many, MANY files in
> the lynx distribution.
> 
> LYMessages.c
> LYMain.c
> lynx.man
> lynx.hlp
> LYMessages_en.h
> 
> are all places where it is going to appear to users.  There are in addition
> about 2 dozen places where this appears in comments.
> 
> If someone happens to be going through and fixing typos, etc. perhaps they
> could fix all of these as well?

Well, the "URL's" occurences were less than I expected. I changed all of
them, even the ones in comments, but, for historical reasons, spared the ones
in the CHANGES files.


                            ====================
diff -ur lynx2-8-3old/LYMessages_en.h lynx2-8-3/LYMessages_en.h
--- lynx2-8-3old/LYMessages_en.h        Tue Nov 30 22:33:02 1999
+++ lynx2-8-3/LYMessages_en.h   Tue Mar 28 08:49:10 2000
@@ -625,7 +625,7 @@
 #define ERROR_UNCOMPRESSING_TEMP gettext("Error uncompressing temporary file!")
 #define UNSUPPORTED_URL_SCHEME gettext("Unsupported URL scheme!")
 #define UNSUPPORTED_DATA_URL gettext("Unsupported data: URL!  Use SHOWINFO, for now.")
-#define TOO_MANY_REDIRECTIONS gettext("Redirection limit of 10 URL's reached.")
+#define TOO_MANY_REDIRECTIONS gettext("Redirection limit of 10 URLs reached.")
 #define ILLEGAL_REDIRECTION_URL gettext("Illegal redirection URL received from 
server!")
 #define        SERVER_ASKED_FOR_REDIRECTION \
  gettext("Server asked for %d redirection of POST content to")
diff -ur lynx2-8-3old/WWW/Library/Implementation/HTAccess.c 
lynx2-8-3/WWW/Library/Implementation/HTAccess.c
--- lynx2-8-3old/WWW/Library/Implementation/HTAccess.c  Sun Mar 26 22:14:00 2000
+++ lynx2-8-3/WWW/Library/Implementation/HTAccess.c     Tue Mar 28 09:04:14 2000
@@ -23,7 +23,7 @@
 **               on the local host (because HTLoadFile() doesn't try ftp
 **               for those) and will substitute ftp for remote files. FM
 **     28 Jan 95 Tweeked PDM's proxy override mods to handle port info
-**               for news and wais URL's. FM
+**               for news and wais URLs. FM
 **
 **  Bugs
 **     This module assumes that that the graphic object is hypertext, as it
diff -ur lynx2-8-3old/WWW/Library/Implementation/HTTelnet.c 
lynx2-8-3/WWW/Library/Implementation/HTTelnet.c
--- lynx2-8-3old/WWW/Library/Implementation/HTTelnet.c  Mon Feb 14 23:07:39 2000
+++ lynx2-8-3/WWW/Library/Implementation/HTTelnet.c     Tue Mar 28 09:05:08 2000
@@ -64,7 +64,7 @@
         *      Modified to allow for odd chars in a username only if exists.
         *      05-28-94 Lynx 2-3-1 Garrett Arch Blythe
         */
-       /* prevent telnet://hostname;rm -rf *  URL's (VERY BAD)
+       /* prevent telnet://hostname;rm -rf *  URLs (VERY BAD)
         *  *cp=0;  / * terminate at any ;,<,>,`,|,",' or space or return
         *  or tab to prevent security whole
         */
diff -ur lynx2-8-3old/WWW/Library/Implementation/HTVMSUtils.c 
lynx2-8-3/WWW/Library/Implementation/HTVMSUtils.c
--- lynx2-8-3old/WWW/Library/Implementation/HTVMSUtils.c        Sun Mar 26 22:14:00 
2000
+++ lynx2-8-3/WWW/Library/Implementation/HTVMSUtils.c   Tue Mar 28 09:06:11 2000
@@ -742,7 +742,7 @@
 /*                                                     HTVMSBrowseDir()
 **
 **     This function generates a directory listing as an HTML-object
-**     for local file URL's.  It assumes the first two elements of
+**     for local file URLs.  It assumes the first two elements of
 **     of the path are a device followed by a directory:
 **
 **             file://localhost/device/directory[/[foo]]
diff -ur lynx2-8-3old/lynx.hlp lynx2-8-3/lynx.hlp
--- lynx2-8-3old/lynx.hlp       Fri Feb 25 07:38:35 2000
+++ lynx2-8-3/lynx.hlp  Tue Mar 28 08:49:30 2000
@@ -696,7 +696,7 @@
        NNTPSERVER          If set, this  variable  specifies  the
                            default  NNTP server that will be used
                            for USENET news  reading  and  posting
-                           with Lynx, via news: URL's.
+                           with Lynx, via news: URLs.
 
        ORGANIZATION        This  variable,  if  set, provides the
                            string  used  in   the   Organization:
diff -ur lynx2-8-3old/lynx.man lynx2-8-3/lynx.man
--- lynx2-8-3old/lynx.man       Fri Feb 25 07:38:35 2000
+++ lynx2-8-3/lynx.man  Tue Mar 28 08:49:58 2000
@@ -705,7 +705,7 @@
 .TP 20
 .B NNTPSERVER
 If set, this variable specifies the default NNTP server that will be used
-for \fBUSENET\fR news reading and posting with \fILynx\fR, via news: URL's.
+for \fBUSENET\fR news reading and posting with \fILynx\fR, via news: URLs.
 .TP 20
 .B ORGANIZATION
 This variable, if set, provides the string used in the \fBOrganization:\fR
diff -ur lynx2-8-3old/lynx_help/keystrokes/environments.html 
lynx2-8-3/lynx_help/keystrokes/environments.html
--- lynx2-8-3old/lynx_help/keystrokes/environments.html Wed Sep 29 07:40:39 1999
+++ lynx2-8-3/lynx_help/keystrokes/environments.html    Tue Mar 28 08:45:53 2000
@@ -85,7 +85,7 @@
                            If set, this  variable  specifies  the
                            default  NNTP server that will be used
                            for USENET news  reading  and  posting
-                           with Lynx, via news: URL's.
+                           with Lynx, via news: URLs.
 
        ORGANIZATION
                            This  variable,  if  set, provides the
diff -ur lynx2-8-3old/po/lynx.pot lynx2-8-3/po/lynx.pot
--- lynx2-8-3old/po/lynx.pot    Sun Mar 12 19:38:38 2000
+++ lynx2-8-3/po/lynx.pot       Tue Mar 28 08:52:40 2000
@@ -1955,7 +1955,7 @@
 msgstr ""
 
 #: LYMessages.c:628
-msgid "Redirection limit of 10 URL's reached."
+msgid "Redirection limit of 10 URLs reached."
 msgstr ""
 
 #: LYMessages.c:629
diff -ur lynx2-8-3old/src/LYGetFile.c lynx2-8-3/src/LYGetFile.c
--- lynx2-8-3old/src/LYGetFile.c        Sun Mar 26 22:14:00 2000
+++ lynx2-8-3/src/LYGetFile.c   Tue Mar 28 08:57:04 2000
@@ -190,7 +190,7 @@
         *  Check to see if this is a universal document ID
         *  that lib WWW wants to handle.
         *
-        *  Some special URL's we handle ourselves. :)
+        *  Some special URLs we handle ourselves. :)
         */
        if ((url_type = is_url(doc->address)) != 0) {
                if (LYValidate && !LYPermitURL) {
@@ -947,7 +947,7 @@
                                FREE(doc->post_content_type);
                            }
                            /*
-                            *  Go to top to check for URL's which get
+                            *  Go to top to check for URLs which get
                             *  special handling and/or security checks
                             *  in Lynx. - FM
                             */
@@ -961,7 +961,7 @@
                    lynx_mode = NORMAL_LYNX_MODE;
 
                    /*
-                    *  Some URL's don't actually return a document;
+                    *  Some URLs don't actually return a document;
                     *  compare doc->address with the document that is
                     *  actually loaded and return NULLFILE if not
                     *  loaded.  If www_search_result is not -1
diff -ur lynx2-8-3old/src/LYLocal.c lynx2-8-3/src/LYLocal.c
--- lynx2-8-3old/src/LYLocal.c  Sun Mar 26 22:14:00 2000
+++ lynx2-8-3/src/LYLocal.c     Tue Mar 28 08:57:38 2000
@@ -1466,7 +1466,7 @@
 }
 
 /*
- *  Perform file management operations for LYNXDIRED URL's.
+ *  Perform file management operations for LYNXDIRED URLs.
  *  Attempt to be consistent.  These are (pseudo) URLs - i.e., they should
  *  be in URL syntax: some bytes will be URL-escaped with '%'. This is
  *  necessary because these (pseudo) URLs will go through some of the same
diff -ur lynx2-8-3old/src/LYMain.c lynx2-8-3/src/LYMain.c
--- lynx2-8-3old/src/LYMain.c   Sun Mar 26 22:14:00 2000
+++ lynx2-8-3/src/LYMain.c      Tue Mar 28 08:58:24 2000
@@ -2952,7 +2952,7 @@
 ,"   externals       disable passing URLs to some external programs"
 #endif
 ,"   file_url        disallow using G)oto, served links or bookmarks for"
-,"                   file: URL's"
+,"                   file: URLs"
 ,"   goto            disable the 'g' (goto) command"
 #if !defined(HAVE_UTMP) || defined(VMS) /* not selective */
 ,"   inside_ftp      disallow ftps for people coming from inside your"
diff -ur lynx2-8-3old/src/LYMainLoop.c lynx2-8-3/src/LYMainLoop.c
--- lynx2-8-3old/src/LYMainLoop.c       Sun Mar 26 22:14:00 2000
+++ lynx2-8-3/src/LYMainLoop.c  Tue Mar 28 08:59:03 2000
@@ -837,7 +837,7 @@
 
 /*
  * This is a special feature to traverse every http link derived from startfile
- * and check for errors or create crawl output files.  Only URL's that begin
+ * and check for errors or create crawl output files.  Only URLs that begin
  * with "traversal_host" are searched - this keeps the search from crossing to
  * other servers (a feature, not a bug!).
  */
@@ -1863,7 +1863,7 @@
     /*
      * If we are viewing a local directory listing or a
      * local file which is not temporary, invoke CSwing
-     * with the URL's directory converted to VMS path specs
+     * with the URLs directory converted to VMS path specs
      * and passed as the argument, so we start up CSwing
      * positioned on that node of the directory tree.
      * Otherwise, pass the current default directory as
@@ -7058,7 +7058,7 @@
            break;
 
 #ifdef EXP_ADDRLIST_PAGE
-       case LYK_ADDRLIST:      /* always list URL's (only) */
+       case LYK_ADDRLIST:      /* always list URLs (only) */
            if (handle_LYK_ADDRLIST(&cmd))
                goto new_cmd;
            break;
                            ====================

Ismael
-- 
       ________________________________________________________________
      |                                                                |
      | ISMAEL CORDEIRO            | mailto:[EMAIL PROTECTED]        |
      | Production sound mixer     | http://ismael.cordeiro.com/       |
      | Montr�al - Qu�bec - Canada | ftp://ftp.pubnix.net/users/ismael |
      |________________________________________________________________|

Reply via email to