comparison man/url.texi @ 63636:75c04f750f89

Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 14:13:49 +0000
parents b0b56d84051f
children a6023efbb0be
comparison
equal deleted inserted replaced
63635:459b51f0458c 63636:75c04f750f89
848 @cindex firewalls 848 @cindex firewalls
849 849
850 The library provides a general gateway layer through which all 850 The library provides a general gateway layer through which all
851 networking passes. It can both control access to the network and 851 networking passes. It can both control access to the network and
852 provide access through gateways in firewalls. This may make direct 852 provide access through gateways in firewalls. This may make direct
853 connexions in some cases and pass through some sort of gateway in 853 connections in some cases and pass through some sort of gateway in
854 others.@footnote{Proxies (which only operate over HTTP) are 854 others.@footnote{Proxies (which only operate over HTTP) are
855 implemented using this.} The library's basic function responsible for 855 implemented using this.} The library's basic function responsible for
856 making connexions is @code{url-open-stream}. 856 making connections is @code{url-open-stream}.
857 857
858 @defun url-open-stream name buffer host service 858 @defun url-open-stream name buffer host service
859 @cindex opening a stream 859 @cindex opening a stream
860 @cindex stream, opening 860 @cindex stream, opening
861 Open a stream to @var{host}, possibly via a gateway. The other 861 Open a stream to @var{host}, possibly via a gateway. The other
862 arguments are as for @code{open-network-stream}. This will not make a 862 arguments are as for @code{open-network-stream}. This will not make a
863 connexion if @code{url-gateway-unplugged} is non-@code{nil}. 863 connection if @code{url-gateway-unplugged} is non-@code{nil}.
864 @end defun 864 @end defun
865 865
866 @defvar url-gateway-local-host-regexp 866 @defvar url-gateway-local-host-regexp
867 This is a regular expression that matches local hosts that do not 867 This is a regular expression that matches local hosts that do not
868 require the use of a gateway. If @code{nil}, all connexions are made 868 require the use of a gateway. If @code{nil}, all connections are made
869 through the gateway. 869 through the gateway.
870 @end defvar 870 @end defvar
871 871
872 @defvar url-gateway-method 872 @defvar url-gateway-method
873 This variable controls which gateway method is used. It may be useful 873 This variable controls which gateway method is used. It may be useful
985 @cindex @command{nslookup} 985 @cindex @command{nslookup}
986 This the @samp{nslookup} program. It is @code{"nslookup"} by default. 986 This the @samp{nslookup} program. It is @code{"nslookup"} by default.
987 @end defopt 987 @end defopt
988 988
989 @menu 989 @menu
990 * Suppressing network connexions:: 990 * Suppressing network connections::
991 @end menu 991 @end menu
992 @c * Broken hostname resolution:: 992 @c * Broken hostname resolution::
993 993
994 @node Suppressing network connexions 994 @node Suppressing network connections
995 @subsection Suppressing Network Connexions 995 @subsection Suppressing Network Connections
996 996
997 @cindex network connexions, suppressing 997 @cindex network connections, suppressing
998 @cindex suppressing network connexions 998 @cindex suppressing network connections
999 @cindex bugs, HTML 999 @cindex bugs, HTML
1000 @cindex HTML `bugs' 1000 @cindex HTML `bugs'
1001 In some circumstances it is desirable to suppress making network 1001 In some circumstances it is desirable to suppress making network
1002 connexions. A typical case is when rendering HTML in a mail user 1002 connections. A typical case is when rendering HTML in a mail user
1003 agent, when external URLs should not be activated, particularly to 1003 agent, when external URLs should not be activated, particularly to
1004 avoid `bugs' which `call home' by fetch single-pixel images and the 1004 avoid `bugs' which `call home' by fetch single-pixel images and the
1005 like. To arrange this, bind the following variable for the duration 1005 like. To arrange this, bind the following variable for the duration
1006 of such processing. 1006 of such processing.
1007 1007
1008 @defvar url-gateway-unplugged 1008 @defvar url-gateway-unplugged
1009 If this variable is non-@code{nil} new network connexions are never 1009 If this variable is non-@code{nil} new network connections are never
1010 opened by the URL library. 1010 opened by the URL library.
1011 @end defvar 1011 @end defvar
1012 1012
1013 @c @node Broken hostname resolution 1013 @c @node Broken hostname resolution
1014 @c @subsection Broken Hostname Resolution 1014 @c @subsection Broken Hostname Resolution
1150 function taking a single argument (the prompt) and returning @code{t} 1150 function taking a single argument (the prompt) and returning @code{t}
1151 only if an affirmative answer is given. 1151 only if an affirmative answer is given.
1152 @end defopt 1152 @end defopt
1153 @defopt url-gateway-method 1153 @defopt url-gateway-method
1154 @c fixme: describe gatewaying 1154 @c fixme: describe gatewaying
1155 A symbol specifying the type of gateway support to use fro connexions 1155 A symbol specifying the type of gateway support to use for connections
1156 from the local machine. The supported methods are: 1156 from the local machine. The supported methods are:
1157 1157
1158 @table @code 1158 @table @code
1159 @item telnet 1159 @item telnet
1160 Run telnet in a subprocess to connect; 1160 Run telnet in a subprocess to connect;