Home » Personal collection » Acorn hard disk » apps » web » !ArcWeb/HelpData/NetConf
!ArcWeb/HelpData/NetConf
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » web |
Filename: | !ArcWeb/HelpData/NetConf |
Read OK: | ✔ |
File size: | 22CE bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_1.6M_ArcWeb.adf » !ArcWeb/HelpData/NetConf
- Personal collection » Acorn hard disk » apps » web » !ArcWeb/HelpData/NetConf
File contents
Instructions for configuring Network & EMail options ==================================================== There are currently 3 sections to the Network configuration window: Fetchers, Proxies, Miscellaneous. There are 3 sections in the EMail & News window: User details, E-Mail Gateways, News server Note that any changes are not effected until you click on OK, and they are NOT saved unless you click on Save Options. Fetchers ======== This box contains 4 entries, HTTP FTP WAIS Gopher, the WAIS entry greyed out. These indicate whether ArcWeb will respond to URLs starting http: ftp: wais: gopher: respectively. If you do not have them selected, then you will most likely get a 'No fetcher for ...' error whenever you try to access anything non-local. So leave the HTTP box switched on always, and probably leave the FTP one switched on, unless you find that you are having trouble with ftp: URLs crashing the machine. Also leave the gopher one switch on. The reason why the WAIS option is greyed out and unselectable is because ArcWeb doesn't (yet!) know how to do that itself. It needs a proxy server to do it for it, which is explained in the next section... Proxies ======= This section contains 4 proxy definitions, and 1 'No proxy' definition. Read the file WotIsProxy which was in the root of the ArcWeb archive. Follow the instructions at the bottom of that file in order to read the HTML version of my definition of a proxy. Each line in this section of the window represents a different URL scheme (HTTP, FTP, Gopher and WAIS). The large middle box contains the name of the proxy server, and the small box contains the TCP port number on which the proxy service is provided. The proxy is only used if the checkbox for that scheme is switched on. You probably want to leave all 4 of these switched on. If you are a Demon subscriber, then you want to ensure that all four host/port pairs are set to www-cache.demon.co.uk and 8080 ; UK academic community users want wwwcache.hensa.ac.uk in all the host boxes, and 8080 in the HTTP, FTP and Gopher ports, and 80 in the WAIS port. Whenever a request is issued, ArcWeb looks first at the proxy configuration to see if the proxy for that URL scheme is configured and enabled (* except see the No Proxy section below). If it is not, then it looks at the state of the 'Fetchers' section. If the scheme is not enabled in there either, then ArcWeb ignores the request and you will get a 'No fetcher for ...' error. But if the 'Fetchers' section does mark the scheme as enabled, then ArcWeb will communicate directly with the host who's name is given in the URL. If the proxy *is* enabled for the scheme, then ArcWeb talks to the configured proxy server for that scheme in preference to making a direct connection. (*) The 'No proxy' box is used to avoid proxying requests to 'nearby' machines (in network terms, not necessarily geographical distances). Usually, if the scheme is enabled in *both* the 'Proxies' section and the 'Fetchers' section of the window, then the proxy will 'win' and be used in preference to the direct connection method. However, if the host name used in the URL matches the No Proxy entry, then the proxy will not win, and a direct connection will be attempted. ArcWeb will compare the *end* bit of the hostname with the contents of the no proxy box in order to match the entries. So for example, if I set the no proxy to "ac.uk" and I ask for "http://www.ecs.soton.ac.uk/" then this is classified as a match, because the hostname ends "ac.uk". If I ask for "http://www.demon.co.uk/" then this does not match. Similarly, if I ask for "http://lilac.ukansas.edu/" (I don't know if this exists or not - it is only an example) then this does *NOT* match, despite the ac.uk in the middle. You can have a comma seperated list of match domains in the no proxy box, eg. ac.uk,acorn.co.uk which will cause addresses to be compared with "ac.uk" and then with "acorn.co.uk". An address has to not match any of these entries in order to be proxied. Miscellaneous ============= The top 2 options in this section regard the actions that ArcWeb should take at particular points of its execution. If the 'Retain authentication' option is *OFF* (as recommended), then the cache of user name/passwords used during the current session will be DELETED as a security precaution. If the option in *ON*, then the data is retained in the cache permanently (until you switch the option off and quit ArcWeb, or manually delete the !WebCache.Data.Auth_DB file). If you are the only user of your machine and it is relatively physically secure, then there is no harm of switching on this option. For example, you can access the Clan Acorn pages (if you are a member) and once you have entered the password then that will be remembered in future sessions. If the 'Ask for confirmation when using unofficial ports' is switched *ON* (as recommended), then any attempt to use a particular scheme on a different port from its well-known port will be intercepted and you will be prompted to confirm the fetch. For example, the gopher protocol runs on TCP port 70. If you find a URL such as "gopher://some.host.name:79/0hello" then this will be trapped, since port 79 is not the standard gopher port (it is the 'finger' port actually) and you will be asked to confirm that the connection should go ahead. The result of continuing this fetch (in this example) will be to actually perform the equivalent of 'finger hello@some.host.name' and won't have anything to do with gopher at all. The results of talking to a server using the wrong protocol are at best undefined. NOTE: since many people who run http servers (under UNIX) do not have 'root' user access, they cannot run the server on the well-known port for http (which is 80). This is the reason you see http servers run on port 8080, 8001 and others. For this reason, http URLs are *never* trapped in this manner by ArcWeb. The second two options control some extra information that ArcWeb can provide to remote servers. Send Referer information to HTTP servers refers to a special header which ArcWeb sends to the server to tell it the URL of the page you found the link to the page you are fetching. (It is never sent if the page was local:, or was typed in directly). Send e-mail id to HTTP servers refers to the ability to send your e-mail id with the request. There's not really anu harm in having this switched on, unless you paranoid about security and people knowing what you are looking at. EMail & News Configuration ========================== This window contains the information which ArcWeb requires in order to service mailto: URLs and some news: or nntp: URLs. Note that this will NOT download your mail or news from your provider as it is not a 'transport' for any other application you might have. The gateways section will disappear as soon as suitable support is built into other applications. User Details ============ You should enter you full name in the Name box, and your complete e-mail address in the Address box. This will enable services which are provided by submitting forms via e-mail to respond to you! They are also used if you send e-mail with ArcWeb. E-Mail gateways =============== You should enable the second option "Smarthost mail gateway", and enter the hostname of your smart host mail gateway. This is the machine which will accept any mail FROM you to anyone else. eg. Demon users can use post.demon.co.uk as a smarthost. MX mail delivery isn't implemented currently, hence it is greyed out. This will usually be more efficient (the message will get to its destination quicker), but may take longer to send if the MX host is a long way away. If you follow a 'mailto:' URL link, then ArcWeb will create a small text file and open it in your current text file editor. Once you have completed the e-mail, you should 'Save' the document *directly* from the editor onto ArcWeb's icon bar icon, and it will then be sent. This is a *kludgy* way of sending mail and much better support will be provided in the future by proper e-mail programs. What You See in the editor is What Is Sent to the mail server, so don't mess around with the headers except to change the subject line. In particular, don't move the To: line because ArcWeb relies on finding it there. There is *no* concept of adding taglines, signatures or anything. News Server =========== The 'News Server' big box contains the name of a news server which is willing to talk to you. If you have the News Server icon switched on, then ArcWeb will attempt to retrieve specific articles from the given server. Note that this is, again, a *kludge* so that specific articles can be read. It does *NOT* provide any kind of menu of articles, threading etc. (yet!) -- Stewart Brodie 10th December 1996
00000000 49 6e 73 74 72 75 63 74 69 6f 6e 73 20 66 6f 72 |Instructions for| 00000010 20 63 6f 6e 66 69 67 75 72 69 6e 67 20 4e 65 74 | configuring Net| 00000020 77 6f 72 6b 20 26 20 45 4d 61 69 6c 20 6f 70 74 |work & EMail opt| 00000030 69 6f 6e 73 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |ions..==========| 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000060 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 0a 54 68 65 |==========...The| 00000070 72 65 20 61 72 65 20 63 75 72 72 65 6e 74 6c 79 |re are currently| 00000080 20 33 20 73 65 63 74 69 6f 6e 73 20 74 6f 20 74 | 3 sections to t| 00000090 68 65 20 4e 65 74 77 6f 72 6b 20 63 6f 6e 66 69 |he Network confi| 000000a0 67 75 72 61 74 69 6f 6e 20 77 69 6e 64 6f 77 3a |guration window:| 000000b0 0a 46 65 74 63 68 65 72 73 2c 20 50 72 6f 78 69 |.Fetchers, Proxi| 000000c0 65 73 2c 20 4d 69 73 63 65 6c 6c 61 6e 65 6f 75 |es, Miscellaneou| 000000d0 73 2e 20 20 54 68 65 72 65 20 61 72 65 20 33 20 |s. There are 3 | 000000e0 73 65 63 74 69 6f 6e 73 20 69 6e 20 74 68 65 0a |sections in the.| 000000f0 45 4d 61 69 6c 20 26 20 4e 65 77 73 20 77 69 6e |EMail & News win| 00000100 64 6f 77 3a 20 55 73 65 72 20 64 65 74 61 69 6c |dow: User detail| 00000110 73 2c 20 45 2d 4d 61 69 6c 20 47 61 74 65 77 61 |s, E-Mail Gatewa| 00000120 79 73 2c 20 4e 65 77 73 20 73 65 72 76 65 72 0a |ys, News server.| 00000130 0a 0a 4e 6f 74 65 20 74 68 61 74 20 61 6e 79 20 |..Note that any | 00000140 63 68 61 6e 67 65 73 20 61 72 65 20 6e 6f 74 20 |changes are not | 00000150 65 66 66 65 63 74 65 64 20 75 6e 74 69 6c 20 79 |effected until y| 00000160 6f 75 20 63 6c 69 63 6b 20 6f 6e 20 4f 4b 2c 20 |ou click on OK, | 00000170 61 6e 64 0a 74 68 65 79 20 61 72 65 20 4e 4f 54 |and.they are NOT| 00000180 20 73 61 76 65 64 20 75 6e 6c 65 73 73 20 79 6f | saved unless yo| 00000190 75 20 63 6c 69 63 6b 20 6f 6e 20 53 61 76 65 20 |u click on Save | 000001a0 4f 70 74 69 6f 6e 73 2e 0a 0a 0a 46 65 74 63 68 |Options....Fetch| 000001b0 65 72 73 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 0a |ers..========...| 000001c0 54 68 69 73 20 62 6f 78 20 63 6f 6e 74 61 69 6e |This box contain| 000001d0 73 20 34 20 65 6e 74 72 69 65 73 2c 20 48 54 54 |s 4 entries, HTT| 000001e0 50 20 46 54 50 20 57 41 49 53 20 47 6f 70 68 65 |P FTP WAIS Gophe| 000001f0 72 2c 20 74 68 65 20 57 41 49 53 20 65 6e 74 72 |r, the WAIS entr| 00000200 79 20 67 72 65 79 65 64 20 0a 6f 75 74 2e 20 54 |y greyed .out. T| 00000210 68 65 73 65 20 69 6e 64 69 63 61 74 65 20 77 68 |hese indicate wh| 00000220 65 74 68 65 72 20 41 72 63 57 65 62 20 77 69 6c |ether ArcWeb wil| 00000230 6c 20 72 65 73 70 6f 6e 64 20 74 6f 20 55 52 4c |l respond to URL| 00000240 73 20 73 74 61 72 74 69 6e 67 20 68 74 74 70 3a |s starting http:| 00000250 20 66 74 70 3a 0a 77 61 69 73 3a 20 67 6f 70 68 | ftp:.wais: goph| 00000260 65 72 3a 20 72 65 73 70 65 63 74 69 76 65 6c 79 |er: respectively| 00000270 2e 20 20 49 66 20 79 6f 75 20 64 6f 20 6e 6f 74 |. If you do not| 00000280 20 68 61 76 65 20 74 68 65 6d 20 73 65 6c 65 63 | have them selec| 00000290 74 65 64 2c 20 74 68 65 6e 20 79 6f 75 20 77 69 |ted, then you wi| 000002a0 6c 6c 0a 6d 6f 73 74 20 6c 69 6b 65 6c 79 20 67 |ll.most likely g| 000002b0 65 74 20 61 20 27 4e 6f 20 66 65 74 63 68 65 72 |et a 'No fetcher| 000002c0 20 66 6f 72 20 2e 2e 2e 27 20 65 72 72 6f 72 20 | for ...' error | 000002d0 77 68 65 6e 65 76 65 72 20 79 6f 75 20 74 72 79 |whenever you try| 000002e0 20 74 6f 20 61 63 63 65 73 73 0a 61 6e 79 74 68 | to access.anyth| 000002f0 69 6e 67 20 6e 6f 6e 2d 6c 6f 63 61 6c 2e 0a 0a |ing non-local...| 00000300 0a 53 6f 20 6c 65 61 76 65 20 74 68 65 20 48 54 |.So leave the HT| 00000310 54 50 20 62 6f 78 20 73 77 69 74 63 68 65 64 20 |TP box switched | 00000320 6f 6e 20 61 6c 77 61 79 73 2c 20 61 6e 64 20 70 |on always, and p| 00000330 72 6f 62 61 62 6c 79 20 6c 65 61 76 65 20 74 68 |robably leave th| 00000340 65 20 46 54 50 20 6f 6e 65 0a 73 77 69 74 63 68 |e FTP one.switch| 00000350 65 64 20 6f 6e 2c 20 75 6e 6c 65 73 73 20 79 6f |ed on, unless yo| 00000360 75 20 66 69 6e 64 20 74 68 61 74 20 79 6f 75 20 |u find that you | 00000370 61 72 65 20 68 61 76 69 6e 67 20 74 72 6f 75 62 |are having troub| 00000380 6c 65 20 77 69 74 68 20 66 74 70 3a 20 55 52 4c |le with ftp: URL| 00000390 73 0a 63 72 61 73 68 69 6e 67 20 74 68 65 20 6d |s.crashing the m| 000003a0 61 63 68 69 6e 65 2e 20 20 41 6c 73 6f 20 6c 65 |achine. Also le| 000003b0 61 76 65 20 74 68 65 20 67 6f 70 68 65 72 20 6f |ave the gopher o| 000003c0 6e 65 20 73 77 69 74 63 68 20 6f 6e 2e 0a 0a 0a |ne switch on....| 000003d0 54 68 65 20 72 65 61 73 6f 6e 20 77 68 79 20 74 |The reason why t| 000003e0 68 65 20 57 41 49 53 20 6f 70 74 69 6f 6e 20 69 |he WAIS option i| 000003f0 73 20 67 72 65 79 65 64 20 6f 75 74 20 61 6e 64 |s greyed out and| 00000400 20 75 6e 73 65 6c 65 63 74 61 62 6c 65 20 69 73 | unselectable is| 00000410 20 62 65 63 61 75 73 65 0a 41 72 63 57 65 62 20 | because.ArcWeb | 00000420 64 6f 65 73 6e 27 74 20 28 79 65 74 21 29 20 6b |doesn't (yet!) k| 00000430 6e 6f 77 20 68 6f 77 20 74 6f 20 64 6f 20 74 68 |now how to do th| 00000440 61 74 20 69 74 73 65 6c 66 2e 20 20 49 74 20 6e |at itself. It n| 00000450 65 65 64 73 20 61 20 70 72 6f 78 79 20 73 65 72 |eeds a proxy ser| 00000460 76 65 72 0a 74 6f 20 64 6f 20 69 74 20 66 6f 72 |ver.to do it for| 00000470 20 69 74 2c 20 77 68 69 63 68 20 69 73 20 65 78 | it, which is ex| 00000480 70 6c 61 69 6e 65 64 20 69 6e 20 74 68 65 20 6e |plained in the n| 00000490 65 78 74 20 73 65 63 74 69 6f 6e 2e 2e 2e 0a 0a |ext section.....| 000004a0 0a 50 72 6f 78 69 65 73 0a 0a 3d 3d 3d 3d 3d 3d |.Proxies..======| 000004b0 3d 0a 0a 0a 54 68 69 73 20 73 65 63 74 69 6f 6e |=...This section| 000004c0 20 63 6f 6e 74 61 69 6e 73 20 34 20 70 72 6f 78 | contains 4 prox| 000004d0 79 20 64 65 66 69 6e 69 74 69 6f 6e 73 2c 20 61 |y definitions, a| 000004e0 6e 64 20 31 20 27 4e 6f 20 70 72 6f 78 79 27 20 |nd 1 'No proxy' | 000004f0 64 65 66 69 6e 69 74 69 6f 6e 2e 0a 52 65 61 64 |definition..Read| 00000500 20 74 68 65 20 66 69 6c 65 20 57 6f 74 49 73 50 | the file WotIsP| 00000510 72 6f 78 79 20 77 68 69 63 68 20 77 61 73 20 69 |roxy which was i| 00000520 6e 20 74 68 65 20 72 6f 6f 74 20 6f 66 20 74 68 |n the root of th| 00000530 65 20 41 72 63 57 65 62 20 61 72 63 68 69 76 65 |e ArcWeb archive| 00000540 2e 0a 46 6f 6c 6c 6f 77 20 74 68 65 20 69 6e 73 |..Follow the ins| 00000550 74 72 75 63 74 69 6f 6e 73 20 61 74 20 74 68 65 |tructions at the| 00000560 20 62 6f 74 74 6f 6d 20 6f 66 20 74 68 61 74 20 | bottom of that | 00000570 66 69 6c 65 20 69 6e 20 6f 72 64 65 72 20 74 6f |file in order to| 00000580 20 72 65 61 64 0a 74 68 65 20 48 54 4d 4c 20 76 | read.the HTML v| 00000590 65 72 73 69 6f 6e 20 6f 66 20 6d 79 20 64 65 66 |ersion of my def| 000005a0 69 6e 69 74 69 6f 6e 20 6f 66 20 61 20 70 72 6f |inition of a pro| 000005b0 78 79 2e 0a 0a 0a 45 61 63 68 20 6c 69 6e 65 20 |xy....Each line | 000005c0 69 6e 20 74 68 69 73 20 73 65 63 74 69 6f 6e 20 |in this section | 000005d0 6f 66 20 74 68 65 20 77 69 6e 64 6f 77 20 72 65 |of the window re| 000005e0 70 72 65 73 65 6e 74 73 20 61 20 64 69 66 66 65 |presents a diffe| 000005f0 72 65 6e 74 20 55 52 4c 20 73 63 68 65 6d 65 0a |rent URL scheme.| 00000600 28 48 54 54 50 2c 20 46 54 50 2c 20 47 6f 70 68 |(HTTP, FTP, Goph| 00000610 65 72 20 61 6e 64 20 57 41 49 53 29 2e 20 20 54 |er and WAIS). T| 00000620 68 65 20 6c 61 72 67 65 20 6d 69 64 64 6c 65 20 |he large middle | 00000630 62 6f 78 20 63 6f 6e 74 61 69 6e 73 20 74 68 65 |box contains the| 00000640 20 6e 61 6d 65 20 6f 66 20 74 68 65 0a 70 72 6f | name of the.pro| 00000650 78 79 20 73 65 72 76 65 72 2c 20 61 6e 64 20 74 |xy server, and t| 00000660 68 65 20 73 6d 61 6c 6c 20 62 6f 78 20 63 6f 6e |he small box con| 00000670 74 61 69 6e 73 20 74 68 65 20 54 43 50 20 70 6f |tains the TCP po| 00000680 72 74 20 6e 75 6d 62 65 72 20 6f 6e 20 77 68 69 |rt number on whi| 00000690 63 68 20 74 68 65 0a 70 72 6f 78 79 20 73 65 72 |ch the.proxy ser| 000006a0 76 69 63 65 20 69 73 20 70 72 6f 76 69 64 65 64 |vice is provided| 000006b0 2e 20 20 54 68 65 20 70 72 6f 78 79 20 69 73 20 |. The proxy is | 000006c0 6f 6e 6c 79 20 75 73 65 64 20 69 66 20 74 68 65 |only used if the| 000006d0 20 63 68 65 63 6b 62 6f 78 20 66 6f 72 20 74 68 | checkbox for th| 000006e0 61 74 0a 73 63 68 65 6d 65 20 69 73 20 73 77 69 |at.scheme is swi| 000006f0 74 63 68 65 64 20 6f 6e 2e 20 20 59 6f 75 20 70 |tched on. You p| 00000700 72 6f 62 61 62 6c 79 20 77 61 6e 74 20 74 6f 20 |robably want to | 00000710 6c 65 61 76 65 20 61 6c 6c 20 34 20 6f 66 20 74 |leave all 4 of t| 00000720 68 65 73 65 20 73 77 69 74 63 68 65 64 0a 6f 6e |hese switched.on| 00000730 2e 20 20 49 66 20 79 6f 75 20 61 72 65 20 61 20 |. If you are a | 00000740 44 65 6d 6f 6e 20 73 75 62 73 63 72 69 62 65 72 |Demon subscriber| 00000750 2c 20 74 68 65 6e 20 79 6f 75 20 77 61 6e 74 20 |, then you want | 00000760 74 6f 20 65 6e 73 75 72 65 20 74 68 61 74 20 61 |to ensure that a| 00000770 6c 6c 20 66 6f 75 72 0a 68 6f 73 74 2f 70 6f 72 |ll four.host/por| 00000780 74 20 70 61 69 72 73 20 61 72 65 20 73 65 74 20 |t pairs are set | 00000790 74 6f 20 77 77 77 2d 63 61 63 68 65 2e 64 65 6d |to www-cache.dem| 000007a0 6f 6e 2e 63 6f 2e 75 6b 20 61 6e 64 20 38 30 38 |on.co.uk and 808| 000007b0 30 20 3b 20 55 4b 20 61 63 61 64 65 6d 69 63 0a |0 ; UK academic.| 000007c0 63 6f 6d 6d 75 6e 69 74 79 20 75 73 65 72 73 20 |community users | 000007d0 77 61 6e 74 20 77 77 77 63 61 63 68 65 2e 68 65 |want wwwcache.he| 000007e0 6e 73 61 2e 61 63 2e 75 6b 20 69 6e 20 61 6c 6c |nsa.ac.uk in all| 000007f0 20 74 68 65 20 68 6f 73 74 20 62 6f 78 65 73 2c | the host boxes,| 00000800 20 61 6e 64 20 38 30 38 30 20 69 6e 0a 74 68 65 | and 8080 in.the| 00000810 20 48 54 54 50 2c 20 46 54 50 20 61 6e 64 20 47 | HTTP, FTP and G| 00000820 6f 70 68 65 72 20 70 6f 72 74 73 2c 20 61 6e 64 |opher ports, and| 00000830 20 38 30 20 69 6e 20 74 68 65 20 57 41 49 53 20 | 80 in the WAIS | 00000840 70 6f 72 74 2e 0a 0a 0a 57 68 65 6e 65 76 65 72 |port....Whenever| 00000850 20 61 20 72 65 71 75 65 73 74 20 69 73 20 69 73 | a request is is| 00000860 73 75 65 64 2c 20 41 72 63 57 65 62 20 6c 6f 6f |sued, ArcWeb loo| 00000870 6b 73 20 66 69 72 73 74 20 61 74 20 74 68 65 20 |ks first at the | 00000880 70 72 6f 78 79 20 63 6f 6e 66 69 67 75 72 61 74 |proxy configurat| 00000890 69 6f 6e 0a 74 6f 20 73 65 65 20 69 66 20 74 68 |ion.to see if th| 000008a0 65 20 70 72 6f 78 79 20 66 6f 72 20 74 68 61 74 |e proxy for that| 000008b0 20 55 52 4c 20 73 63 68 65 6d 65 20 69 73 20 63 | URL scheme is c| 000008c0 6f 6e 66 69 67 75 72 65 64 20 61 6e 64 20 65 6e |onfigured and en| 000008d0 61 62 6c 65 64 20 28 2a 20 65 78 63 65 70 74 0a |abled (* except.| 000008e0 73 65 65 20 74 68 65 20 4e 6f 20 50 72 6f 78 79 |see the No Proxy| 000008f0 20 73 65 63 74 69 6f 6e 20 62 65 6c 6f 77 29 2e | section below).| 00000900 20 20 49 66 20 69 74 20 69 73 20 6e 6f 74 2c 20 | If it is not, | 00000910 74 68 65 6e 20 69 74 20 6c 6f 6f 6b 73 20 61 74 |then it looks at| 00000920 20 74 68 65 20 73 74 61 74 65 20 6f 66 0a 74 68 | the state of.th| 00000930 65 20 27 46 65 74 63 68 65 72 73 27 20 73 65 63 |e 'Fetchers' sec| 00000940 74 69 6f 6e 2e 20 20 49 66 20 74 68 65 20 73 63 |tion. If the sc| 00000950 68 65 6d 65 20 69 73 20 6e 6f 74 20 65 6e 61 62 |heme is not enab| 00000960 6c 65 64 20 69 6e 20 74 68 65 72 65 20 65 69 74 |led in there eit| 00000970 68 65 72 2c 20 74 68 65 6e 0a 41 72 63 57 65 62 |her, then.ArcWeb| 00000980 20 69 67 6e 6f 72 65 73 20 74 68 65 20 72 65 71 | ignores the req| 00000990 75 65 73 74 20 61 6e 64 20 79 6f 75 20 77 69 6c |uest and you wil| 000009a0 6c 20 67 65 74 20 61 20 27 4e 6f 20 66 65 74 63 |l get a 'No fetc| 000009b0 68 65 72 20 66 6f 72 20 2e 2e 2e 27 20 65 72 72 |her for ...' err| 000009c0 6f 72 2e 20 0a 42 75 74 20 69 66 20 74 68 65 20 |or. .But if the | 000009d0 27 46 65 74 63 68 65 72 73 27 20 73 65 63 74 69 |'Fetchers' secti| 000009e0 6f 6e 20 64 6f 65 73 20 6d 61 72 6b 20 74 68 65 |on does mark the| 000009f0 20 73 63 68 65 6d 65 20 61 73 20 65 6e 61 62 6c | scheme as enabl| 00000a00 65 64 2c 20 74 68 65 6e 20 41 72 63 57 65 62 0a |ed, then ArcWeb.| 00000a10 77 69 6c 6c 20 63 6f 6d 6d 75 6e 69 63 61 74 65 |will communicate| 00000a20 20 64 69 72 65 63 74 6c 79 20 77 69 74 68 20 74 | directly with t| 00000a30 68 65 20 68 6f 73 74 20 77 68 6f 27 73 20 6e 61 |he host who's na| 00000a40 6d 65 20 69 73 20 67 69 76 65 6e 20 69 6e 20 74 |me is given in t| 00000a50 68 65 20 55 52 4c 2e 0a 0a 0a 49 66 20 74 68 65 |he URL....If the| 00000a60 20 70 72 6f 78 79 20 2a 69 73 2a 20 65 6e 61 62 | proxy *is* enab| 00000a70 6c 65 64 20 66 6f 72 20 74 68 65 20 73 63 68 65 |led for the sche| 00000a80 6d 65 2c 20 74 68 65 6e 20 41 72 63 57 65 62 20 |me, then ArcWeb | 00000a90 74 61 6c 6b 73 20 74 6f 20 74 68 65 20 63 6f 6e |talks to the con| 00000aa0 66 69 67 75 72 65 64 0a 70 72 6f 78 79 20 73 65 |figured.proxy se| 00000ab0 72 76 65 72 20 66 6f 72 20 74 68 61 74 20 73 63 |rver for that sc| 00000ac0 68 65 6d 65 20 69 6e 20 70 72 65 66 65 72 65 6e |heme in preferen| 00000ad0 63 65 20 74 6f 20 6d 61 6b 69 6e 67 20 61 20 64 |ce to making a d| 00000ae0 69 72 65 63 74 20 63 6f 6e 6e 65 63 74 69 6f 6e |irect connection| 00000af0 2e 0a 0a 0a 28 2a 29 20 54 68 65 20 27 4e 6f 20 |....(*) The 'No | 00000b00 70 72 6f 78 79 27 20 62 6f 78 20 69 73 20 75 73 |proxy' box is us| 00000b10 65 64 20 74 6f 20 61 76 6f 69 64 20 70 72 6f 78 |ed to avoid prox| 00000b20 79 69 6e 67 20 72 65 71 75 65 73 74 73 20 74 6f |ying requests to| 00000b30 20 27 6e 65 61 72 62 79 27 0a 6d 61 63 68 69 6e | 'nearby'.machin| 00000b40 65 73 20 28 69 6e 20 6e 65 74 77 6f 72 6b 20 74 |es (in network t| 00000b50 65 72 6d 73 2c 20 6e 6f 74 20 6e 65 63 65 73 73 |erms, not necess| 00000b60 61 72 69 6c 79 20 67 65 6f 67 72 61 70 68 69 63 |arily geographic| 00000b70 61 6c 20 64 69 73 74 61 6e 63 65 73 29 2e 20 0a |al distances). .| 00000b80 55 73 75 61 6c 6c 79 2c 20 69 66 20 74 68 65 20 |Usually, if the | 00000b90 73 63 68 65 6d 65 20 69 73 20 65 6e 61 62 6c 65 |scheme is enable| 00000ba0 64 20 69 6e 20 2a 62 6f 74 68 2a 20 74 68 65 20 |d in *both* the | 00000bb0 27 50 72 6f 78 69 65 73 27 20 73 65 63 74 69 6f |'Proxies' sectio| 00000bc0 6e 20 61 6e 64 20 74 68 65 0a 27 46 65 74 63 68 |n and the.'Fetch| 00000bd0 65 72 73 27 20 73 65 63 74 69 6f 6e 20 6f 66 20 |ers' section of | 00000be0 74 68 65 20 77 69 6e 64 6f 77 2c 20 74 68 65 6e |the window, then| 00000bf0 20 74 68 65 20 70 72 6f 78 79 20 77 69 6c 6c 20 | the proxy will | 00000c00 27 77 69 6e 27 20 61 6e 64 20 62 65 20 75 73 65 |'win' and be use| 00000c10 64 20 69 6e 0a 70 72 65 66 65 72 65 6e 63 65 20 |d in.preference | 00000c20 74 6f 20 74 68 65 20 64 69 72 65 63 74 20 63 6f |to the direct co| 00000c30 6e 6e 65 63 74 69 6f 6e 20 6d 65 74 68 6f 64 2e |nnection method.| 00000c40 20 20 48 6f 77 65 76 65 72 2c 20 69 66 20 74 68 | However, if th| 00000c50 65 20 68 6f 73 74 20 6e 61 6d 65 20 75 73 65 64 |e host name used| 00000c60 0a 69 6e 20 74 68 65 20 55 52 4c 20 6d 61 74 63 |.in the URL matc| 00000c70 68 65 73 20 74 68 65 20 4e 6f 20 50 72 6f 78 79 |hes the No Proxy| 00000c80 20 65 6e 74 72 79 2c 20 74 68 65 6e 20 74 68 65 | entry, then the| 00000c90 20 70 72 6f 78 79 20 77 69 6c 6c 20 6e 6f 74 20 | proxy will not | 00000ca0 77 69 6e 2c 20 61 6e 64 20 61 0a 64 69 72 65 63 |win, and a.direc| 00000cb0 74 20 63 6f 6e 6e 65 63 74 69 6f 6e 20 77 69 6c |t connection wil| 00000cc0 6c 20 62 65 20 61 74 74 65 6d 70 74 65 64 2e 0a |l be attempted..| 00000cd0 0a 0a 41 72 63 57 65 62 20 77 69 6c 6c 20 63 6f |..ArcWeb will co| 00000ce0 6d 70 61 72 65 20 74 68 65 20 2a 65 6e 64 2a 20 |mpare the *end* | 00000cf0 62 69 74 20 6f 66 20 74 68 65 20 68 6f 73 74 6e |bit of the hostn| 00000d00 61 6d 65 20 77 69 74 68 20 74 68 65 20 63 6f 6e |ame with the con| 00000d10 74 65 6e 74 73 20 6f 66 20 74 68 65 0a 6e 6f 20 |tents of the.no | 00000d20 70 72 6f 78 79 20 62 6f 78 20 69 6e 20 6f 72 64 |proxy box in ord| 00000d30 65 72 20 74 6f 20 6d 61 74 63 68 20 74 68 65 20 |er to match the | 00000d40 65 6e 74 72 69 65 73 2e 20 20 53 6f 20 66 6f 72 |entries. So for| 00000d50 20 65 78 61 6d 70 6c 65 2c 20 69 66 20 49 20 73 | example, if I s| 00000d60 65 74 20 74 68 65 20 6e 6f 0a 70 72 6f 78 79 20 |et the no.proxy | 00000d70 74 6f 20 22 61 63 2e 75 6b 22 20 61 6e 64 20 49 |to "ac.uk" and I| 00000d80 20 61 73 6b 20 66 6f 72 20 22 68 74 74 70 3a 2f | ask for "http:/| 00000d90 2f 77 77 77 2e 65 63 73 2e 73 6f 74 6f 6e 2e 61 |/www.ecs.soton.a| 00000da0 63 2e 75 6b 2f 22 20 74 68 65 6e 20 74 68 69 73 |c.uk/" then this| 00000db0 20 69 73 0a 63 6c 61 73 73 69 66 69 65 64 20 61 | is.classified a| 00000dc0 73 20 61 20 6d 61 74 63 68 2c 20 62 65 63 61 75 |s a match, becau| 00000dd0 73 65 20 74 68 65 20 68 6f 73 74 6e 61 6d 65 20 |se the hostname | 00000de0 65 6e 64 73 20 22 61 63 2e 75 6b 22 2e 20 20 49 |ends "ac.uk". I| 00000df0 66 20 49 20 61 73 6b 20 66 6f 72 0a 22 68 74 74 |f I ask for."htt| 00000e00 70 3a 2f 2f 77 77 77 2e 64 65 6d 6f 6e 2e 63 6f |p://www.demon.co| 00000e10 2e 75 6b 2f 22 20 74 68 65 6e 20 74 68 69 73 20 |.uk/" then this | 00000e20 64 6f 65 73 20 6e 6f 74 20 6d 61 74 63 68 2e 20 |does not match. | 00000e30 20 53 69 6d 69 6c 61 72 6c 79 2c 20 69 66 20 49 | Similarly, if I| 00000e40 20 61 73 6b 20 66 6f 72 0a 22 68 74 74 70 3a 2f | ask for."http:/| 00000e50 2f 6c 69 6c 61 63 2e 75 6b 61 6e 73 61 73 2e 65 |/lilac.ukansas.e| 00000e60 64 75 2f 22 20 28 49 20 64 6f 6e 27 74 20 6b 6e |du/" (I don't kn| 00000e70 6f 77 20 69 66 20 74 68 69 73 20 65 78 69 73 74 |ow if this exist| 00000e80 73 20 6f 72 20 6e 6f 74 20 2d 20 69 74 20 69 73 |s or not - it is| 00000e90 20 6f 6e 6c 79 0a 61 6e 20 65 78 61 6d 70 6c 65 | only.an example| 00000ea0 29 20 74 68 65 6e 20 74 68 69 73 20 64 6f 65 73 |) then this does| 00000eb0 20 2a 4e 4f 54 2a 20 6d 61 74 63 68 2c 20 64 65 | *NOT* match, de| 00000ec0 73 70 69 74 65 20 74 68 65 20 61 63 2e 75 6b 20 |spite the ac.uk | 00000ed0 69 6e 20 74 68 65 20 6d 69 64 64 6c 65 2e 0a 0a |in the middle...| 00000ee0 0a 59 6f 75 20 63 61 6e 20 68 61 76 65 20 61 20 |.You can have a | 00000ef0 63 6f 6d 6d 61 20 73 65 70 65 72 61 74 65 64 20 |comma seperated | 00000f00 6c 69 73 74 20 6f 66 20 6d 61 74 63 68 20 64 6f |list of match do| 00000f10 6d 61 69 6e 73 20 69 6e 20 74 68 65 20 6e 6f 20 |mains in the no | 00000f20 70 72 6f 78 79 20 62 6f 78 2c 0a 65 67 2e 20 61 |proxy box,.eg. a| 00000f30 63 2e 75 6b 2c 61 63 6f 72 6e 2e 63 6f 2e 75 6b |c.uk,acorn.co.uk| 00000f40 20 77 68 69 63 68 20 77 69 6c 6c 20 63 61 75 73 | which will caus| 00000f50 65 20 61 64 64 72 65 73 73 65 73 20 74 6f 20 62 |e addresses to b| 00000f60 65 20 63 6f 6d 70 61 72 65 64 20 77 69 74 68 0a |e compared with.| 00000f70 22 61 63 2e 75 6b 22 20 61 6e 64 20 74 68 65 6e |"ac.uk" and then| 00000f80 20 77 69 74 68 20 22 61 63 6f 72 6e 2e 63 6f 2e | with "acorn.co.| 00000f90 75 6b 22 2e 20 20 41 6e 20 61 64 64 72 65 73 73 |uk". An address| 00000fa0 20 68 61 73 20 74 6f 20 6e 6f 74 20 6d 61 74 63 | has to not matc| 00000fb0 68 20 61 6e 79 20 6f 66 0a 74 68 65 73 65 20 65 |h any of.these e| 00000fc0 6e 74 72 69 65 73 20 69 6e 20 6f 72 64 65 72 20 |ntries in order | 00000fd0 74 6f 20 62 65 20 70 72 6f 78 69 65 64 2e 0a 0a |to be proxied...| 00000fe0 0a 4d 69 73 63 65 6c 6c 61 6e 65 6f 75 73 0a 0a |.Miscellaneous..| 00000ff0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 0a |=============...| 00001000 54 68 65 20 74 6f 70 20 32 20 6f 70 74 69 6f 6e |The top 2 option| 00001010 73 20 69 6e 20 74 68 69 73 20 73 65 63 74 69 6f |s in this sectio| 00001020 6e 20 72 65 67 61 72 64 20 74 68 65 20 61 63 74 |n regard the act| 00001030 69 6f 6e 73 20 74 68 61 74 20 41 72 63 57 65 62 |ions that ArcWeb| 00001040 0a 73 68 6f 75 6c 64 20 74 61 6b 65 20 61 74 20 |.should take at | 00001050 70 61 72 74 69 63 75 6c 61 72 20 70 6f 69 6e 74 |particular point| 00001060 73 20 6f 66 20 69 74 73 20 65 78 65 63 75 74 69 |s of its executi| 00001070 6f 6e 2e 0a 0a 0a 49 66 20 74 68 65 20 27 52 65 |on....If the 'Re| 00001080 74 61 69 6e 20 61 75 74 68 65 6e 74 69 63 61 74 |tain authenticat| 00001090 69 6f 6e 27 20 6f 70 74 69 6f 6e 20 69 73 20 2a |ion' option is *| 000010a0 4f 46 46 2a 20 28 61 73 20 72 65 63 6f 6d 6d 65 |OFF* (as recomme| 000010b0 6e 64 65 64 29 2c 20 74 68 65 6e 20 74 68 65 0a |nded), then the.| 000010c0 63 61 63 68 65 20 6f 66 20 75 73 65 72 20 6e 61 |cache of user na| 000010d0 6d 65 2f 70 61 73 73 77 6f 72 64 73 20 75 73 65 |me/passwords use| 000010e0 64 20 64 75 72 69 6e 67 20 74 68 65 20 63 75 72 |d during the cur| 000010f0 72 65 6e 74 20 73 65 73 73 69 6f 6e 20 77 69 6c |rent session wil| 00001100 6c 20 62 65 20 44 45 4c 45 54 45 44 0a 61 73 20 |l be DELETED.as | 00001110 61 20 73 65 63 75 72 69 74 79 20 70 72 65 63 61 |a security preca| 00001120 75 74 69 6f 6e 2e 20 20 49 66 20 74 68 65 20 6f |ution. If the o| 00001130 70 74 69 6f 6e 20 69 6e 20 2a 4f 4e 2a 2c 20 74 |ption in *ON*, t| 00001140 68 65 6e 20 74 68 65 20 64 61 74 61 20 69 73 20 |hen the data is | 00001150 72 65 74 61 69 6e 65 64 0a 69 6e 20 74 68 65 20 |retained.in the | 00001160 63 61 63 68 65 20 70 65 72 6d 61 6e 65 6e 74 6c |cache permanentl| 00001170 79 20 28 75 6e 74 69 6c 20 79 6f 75 20 73 77 69 |y (until you swi| 00001180 74 63 68 20 74 68 65 20 6f 70 74 69 6f 6e 20 6f |tch the option o| 00001190 66 66 20 61 6e 64 20 71 75 69 74 20 41 72 63 57 |ff and quit ArcW| 000011a0 65 62 2c 20 6f 72 0a 6d 61 6e 75 61 6c 6c 79 20 |eb, or.manually | 000011b0 64 65 6c 65 74 65 20 74 68 65 20 21 57 65 62 43 |delete the !WebC| 000011c0 61 63 68 65 2e 44 61 74 61 2e 41 75 74 68 5f 44 |ache.Data.Auth_D| 000011d0 42 20 66 69 6c 65 29 2e 20 20 49 66 20 79 6f 75 |B file). If you| 000011e0 20 61 72 65 20 74 68 65 20 6f 6e 6c 79 20 75 73 | are the only us| 000011f0 65 72 0a 6f 66 20 79 6f 75 72 20 6d 61 63 68 69 |er.of your machi| 00001200 6e 65 20 61 6e 64 20 69 74 20 69 73 20 72 65 6c |ne and it is rel| 00001210 61 74 69 76 65 6c 79 20 70 68 79 73 69 63 61 6c |atively physical| 00001220 6c 79 20 73 65 63 75 72 65 2c 20 74 68 65 6e 20 |ly secure, then | 00001230 74 68 65 72 65 20 69 73 20 6e 6f 20 68 61 72 6d |there is no harm| 00001240 0a 6f 66 20 73 77 69 74 63 68 69 6e 67 20 6f 6e |.of switching on| 00001250 20 74 68 69 73 20 6f 70 74 69 6f 6e 2e 20 20 46 | this option. F| 00001260 6f 72 20 65 78 61 6d 70 6c 65 2c 20 79 6f 75 20 |or example, you | 00001270 63 61 6e 20 61 63 63 65 73 73 20 74 68 65 20 43 |can access the C| 00001280 6c 61 6e 20 41 63 6f 72 6e 0a 70 61 67 65 73 20 |lan Acorn.pages | 00001290 28 69 66 20 79 6f 75 20 61 72 65 20 61 20 6d 65 |(if you are a me| 000012a0 6d 62 65 72 29 20 61 6e 64 20 6f 6e 63 65 20 79 |mber) and once y| 000012b0 6f 75 20 68 61 76 65 20 65 6e 74 65 72 65 64 20 |ou have entered | 000012c0 74 68 65 20 70 61 73 73 77 6f 72 64 20 74 68 65 |the password the| 000012d0 6e 20 74 68 61 74 0a 77 69 6c 6c 20 62 65 20 72 |n that.will be r| 000012e0 65 6d 65 6d 62 65 72 65 64 20 69 6e 20 66 75 74 |emembered in fut| 000012f0 75 72 65 20 73 65 73 73 69 6f 6e 73 2e 0a 0a 0a |ure sessions....| 00001300 49 66 20 74 68 65 20 27 41 73 6b 20 66 6f 72 20 |If the 'Ask for | 00001310 63 6f 6e 66 69 72 6d 61 74 69 6f 6e 20 77 68 65 |confirmation whe| 00001320 6e 20 75 73 69 6e 67 20 75 6e 6f 66 66 69 63 69 |n using unoffici| 00001330 61 6c 20 70 6f 72 74 73 27 20 69 73 20 73 77 69 |al ports' is swi| 00001340 74 63 68 65 64 20 2a 4f 4e 2a 0a 28 61 73 20 72 |tched *ON*.(as r| 00001350 65 63 6f 6d 6d 65 6e 64 65 64 29 2c 20 74 68 65 |ecommended), the| 00001360 6e 20 61 6e 79 20 61 74 74 65 6d 70 74 20 74 6f |n any attempt to| 00001370 20 75 73 65 20 61 20 70 61 72 74 69 63 75 6c 61 | use a particula| 00001380 72 20 73 63 68 65 6d 65 20 6f 6e 20 61 20 64 69 |r scheme on a di| 00001390 66 66 65 72 65 6e 74 0a 70 6f 72 74 20 66 72 6f |fferent.port fro| 000013a0 6d 20 69 74 73 20 77 65 6c 6c 2d 6b 6e 6f 77 6e |m its well-known| 000013b0 20 70 6f 72 74 20 77 69 6c 6c 20 62 65 20 69 6e | port will be in| 000013c0 74 65 72 63 65 70 74 65 64 20 61 6e 64 20 79 6f |tercepted and yo| 000013d0 75 20 77 69 6c 6c 20 62 65 20 70 72 6f 6d 70 74 |u will be prompt| 000013e0 65 64 20 74 6f 0a 63 6f 6e 66 69 72 6d 20 74 68 |ed to.confirm th| 000013f0 65 20 66 65 74 63 68 2e 20 46 6f 72 20 65 78 61 |e fetch. For exa| 00001400 6d 70 6c 65 2c 20 74 68 65 20 67 6f 70 68 65 72 |mple, the gopher| 00001410 20 70 72 6f 74 6f 63 6f 6c 20 72 75 6e 73 20 6f | protocol runs o| 00001420 6e 20 54 43 50 20 70 6f 72 74 20 37 30 2e 20 20 |n TCP port 70. | 00001430 49 66 0a 79 6f 75 20 66 69 6e 64 20 61 20 55 52 |If.you find a UR| 00001440 4c 20 73 75 63 68 20 61 73 20 22 67 6f 70 68 65 |L such as "gophe| 00001450 72 3a 2f 2f 73 6f 6d 65 2e 68 6f 73 74 2e 6e 61 |r://some.host.na| 00001460 6d 65 3a 37 39 2f 30 68 65 6c 6c 6f 22 20 74 68 |me:79/0hello" th| 00001470 65 6e 20 74 68 69 73 20 77 69 6c 6c 20 62 65 0a |en this will be.| 00001480 74 72 61 70 70 65 64 2c 20 73 69 6e 63 65 20 70 |trapped, since p| 00001490 6f 72 74 20 37 39 20 69 73 20 6e 6f 74 20 74 68 |ort 79 is not th| 000014a0 65 20 73 74 61 6e 64 61 72 64 20 67 6f 70 68 65 |e standard gophe| 000014b0 72 20 70 6f 72 74 20 28 69 74 20 69 73 20 74 68 |r port (it is th| 000014c0 65 20 27 66 69 6e 67 65 72 27 0a 70 6f 72 74 20 |e 'finger'.port | 000014d0 61 63 74 75 61 6c 6c 79 29 20 61 6e 64 20 79 6f |actually) and yo| 000014e0 75 20 77 69 6c 6c 20 62 65 20 61 73 6b 65 64 20 |u will be asked | 000014f0 74 6f 20 63 6f 6e 66 69 72 6d 20 74 68 61 74 20 |to confirm that | 00001500 74 68 65 20 63 6f 6e 6e 65 63 74 69 6f 6e 20 73 |the connection s| 00001510 68 6f 75 6c 64 0a 67 6f 20 61 68 65 61 64 2e 20 |hould.go ahead. | 00001520 20 54 68 65 20 72 65 73 75 6c 74 20 6f 66 20 63 | The result of c| 00001530 6f 6e 74 69 6e 75 69 6e 67 20 74 68 69 73 20 66 |ontinuing this f| 00001540 65 74 63 68 20 28 69 6e 20 74 68 69 73 20 65 78 |etch (in this ex| 00001550 61 6d 70 6c 65 29 20 77 69 6c 6c 20 62 65 20 74 |ample) will be t| 00001560 6f 0a 61 63 74 75 61 6c 6c 79 20 70 65 72 66 6f |o.actually perfo| 00001570 72 6d 20 74 68 65 20 65 71 75 69 76 61 6c 65 6e |rm the equivalen| 00001580 74 20 6f 66 20 27 66 69 6e 67 65 72 20 68 65 6c |t of 'finger hel| 00001590 6c 6f 40 73 6f 6d 65 2e 68 6f 73 74 2e 6e 61 6d |lo@some.host.nam| 000015a0 65 27 20 61 6e 64 20 77 6f 6e 27 74 0a 68 61 76 |e' and won't.hav| 000015b0 65 20 61 6e 79 74 68 69 6e 67 20 74 6f 20 64 6f |e anything to do| 000015c0 20 77 69 74 68 20 67 6f 70 68 65 72 20 61 74 20 | with gopher at | 000015d0 61 6c 6c 2e 20 20 54 68 65 20 72 65 73 75 6c 74 |all. The result| 000015e0 73 20 6f 66 20 74 61 6c 6b 69 6e 67 20 74 6f 20 |s of talking to | 000015f0 61 20 73 65 72 76 65 72 0a 75 73 69 6e 67 20 74 |a server.using t| 00001600 68 65 20 77 72 6f 6e 67 20 70 72 6f 74 6f 63 6f |he wrong protoco| 00001610 6c 20 61 72 65 20 61 74 20 62 65 73 74 20 75 6e |l are at best un| 00001620 64 65 66 69 6e 65 64 2e 0a 0a 0a 4e 4f 54 45 3a |defined....NOTE:| 00001630 20 73 69 6e 63 65 20 6d 61 6e 79 20 70 65 6f 70 | since many peop| 00001640 6c 65 20 77 68 6f 20 72 75 6e 20 68 74 74 70 20 |le who run http | 00001650 73 65 72 76 65 72 73 20 28 75 6e 64 65 72 20 55 |servers (under U| 00001660 4e 49 58 29 20 64 6f 20 6e 6f 74 20 68 61 76 65 |NIX) do not have| 00001670 20 27 72 6f 6f 74 27 0a 75 73 65 72 20 61 63 63 | 'root'.user acc| 00001680 65 73 73 2c 20 74 68 65 79 20 63 61 6e 6e 6f 74 |ess, they cannot| 00001690 20 72 75 6e 20 74 68 65 20 73 65 72 76 65 72 20 | run the server | 000016a0 6f 6e 20 74 68 65 20 77 65 6c 6c 2d 6b 6e 6f 77 |on the well-know| 000016b0 6e 20 70 6f 72 74 20 66 6f 72 20 68 74 74 70 0a |n port for http.| 000016c0 28 77 68 69 63 68 20 69 73 20 38 30 29 2e 20 20 |(which is 80). | 000016d0 54 68 69 73 20 69 73 20 74 68 65 20 72 65 61 73 |This is the reas| 000016e0 6f 6e 20 79 6f 75 20 73 65 65 20 68 74 74 70 20 |on you see http | 000016f0 73 65 72 76 65 72 73 20 72 75 6e 20 6f 6e 20 70 |servers run on p| 00001700 6f 72 74 20 38 30 38 30 2c 0a 38 30 30 31 20 61 |ort 8080,.8001 a| 00001710 6e 64 20 6f 74 68 65 72 73 2e 20 20 46 6f 72 20 |nd others. For | 00001720 74 68 69 73 20 72 65 61 73 6f 6e 2c 20 68 74 74 |this reason, htt| 00001730 70 20 55 52 4c 73 20 61 72 65 20 2a 6e 65 76 65 |p URLs are *neve| 00001740 72 2a 20 74 72 61 70 70 65 64 20 69 6e 20 74 68 |r* trapped in th| 00001750 69 73 0a 6d 61 6e 6e 65 72 20 62 79 20 41 72 63 |is.manner by Arc| 00001760 57 65 62 2e 0a 0a 0a 54 68 65 20 73 65 63 6f 6e |Web....The secon| 00001770 64 20 74 77 6f 20 6f 70 74 69 6f 6e 73 20 63 6f |d two options co| 00001780 6e 74 72 6f 6c 20 73 6f 6d 65 20 65 78 74 72 61 |ntrol some extra| 00001790 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 74 68 61 | information tha| 000017a0 74 20 41 72 63 57 65 62 20 63 61 6e 0a 70 72 6f |t ArcWeb can.pro| 000017b0 76 69 64 65 20 74 6f 20 72 65 6d 6f 74 65 20 73 |vide to remote s| 000017c0 65 72 76 65 72 73 2e 0a 0a 0a 53 65 6e 64 20 52 |ervers....Send R| 000017d0 65 66 65 72 65 72 20 69 6e 66 6f 72 6d 61 74 69 |eferer informati| 000017e0 6f 6e 20 74 6f 20 48 54 54 50 20 73 65 72 76 65 |on to HTTP serve| 000017f0 72 73 20 72 65 66 65 72 73 20 74 6f 20 61 20 73 |rs refers to a s| 00001800 70 65 63 69 61 6c 20 68 65 61 64 65 72 20 77 68 |pecial header wh| 00001810 69 63 68 0a 41 72 63 57 65 62 20 73 65 6e 64 73 |ich.ArcWeb sends| 00001820 20 74 6f 20 74 68 65 20 73 65 72 76 65 72 20 74 | to the server t| 00001830 6f 20 74 65 6c 6c 20 69 74 20 74 68 65 20 55 52 |o tell it the UR| 00001840 4c 20 6f 66 20 74 68 65 20 70 61 67 65 20 79 6f |L of the page yo| 00001850 75 20 66 6f 75 6e 64 20 74 68 65 0a 6c 69 6e 6b |u found the.link| 00001860 20 74 6f 20 74 68 65 20 70 61 67 65 20 79 6f 75 | to the page you| 00001870 20 61 72 65 20 66 65 74 63 68 69 6e 67 2e 20 20 | are fetching. | 00001880 28 49 74 20 69 73 20 6e 65 76 65 72 20 73 65 6e |(It is never sen| 00001890 74 20 69 66 20 74 68 65 20 70 61 67 65 20 77 61 |t if the page wa| 000018a0 73 0a 6c 6f 63 61 6c 3a 2c 20 6f 72 20 77 61 73 |s.local:, or was| 000018b0 20 74 79 70 65 64 20 69 6e 20 64 69 72 65 63 74 | typed in direct| 000018c0 6c 79 29 2e 0a 0a 0a 53 65 6e 64 20 65 2d 6d 61 |ly)....Send e-ma| 000018d0 69 6c 20 69 64 20 74 6f 20 48 54 54 50 20 73 65 |il id to HTTP se| 000018e0 72 76 65 72 73 20 72 65 66 65 72 73 20 74 6f 20 |rvers refers to | 000018f0 74 68 65 20 61 62 69 6c 69 74 79 20 74 6f 20 73 |the ability to s| 00001900 65 6e 64 20 79 6f 75 72 20 65 2d 6d 61 69 6c 0a |end your e-mail.| 00001910 69 64 20 77 69 74 68 20 74 68 65 20 72 65 71 75 |id with the requ| 00001920 65 73 74 2e 20 20 54 68 65 72 65 27 73 20 6e 6f |est. There's no| 00001930 74 20 72 65 61 6c 6c 79 20 61 6e 75 20 68 61 72 |t really anu har| 00001940 6d 20 69 6e 20 68 61 76 69 6e 67 20 74 68 69 73 |m in having this| 00001950 20 73 77 69 74 63 68 65 64 0a 6f 6e 2c 20 75 6e | switched.on, un| 00001960 6c 65 73 73 20 79 6f 75 20 70 61 72 61 6e 6f 69 |less you paranoi| 00001970 64 20 61 62 6f 75 74 20 73 65 63 75 72 69 74 79 |d about security| 00001980 20 61 6e 64 20 70 65 6f 70 6c 65 20 6b 6e 6f 77 | and people know| 00001990 69 6e 67 20 77 68 61 74 20 79 6f 75 20 61 72 65 |ing what you are| 000019a0 0a 6c 6f 6f 6b 69 6e 67 20 61 74 2e 0a 0a 0a 45 |.looking at....E| 000019b0 4d 61 69 6c 20 26 20 4e 65 77 73 20 43 6f 6e 66 |Mail & News Conf| 000019c0 69 67 75 72 61 74 69 6f 6e 0a 0a 3d 3d 3d 3d 3d |iguration..=====| 000019d0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 000019e0 3d 3d 3d 3d 3d 0a 0a 0a 54 68 69 73 20 77 69 6e |=====...This win| 000019f0 64 6f 77 20 63 6f 6e 74 61 69 6e 73 20 74 68 65 |dow contains the| 00001a00 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 77 68 69 | information whi| 00001a10 63 68 20 41 72 63 57 65 62 20 72 65 71 75 69 72 |ch ArcWeb requir| 00001a20 65 73 20 69 6e 20 6f 72 64 65 72 20 74 6f 0a 73 |es in order to.s| 00001a30 65 72 76 69 63 65 20 6d 61 69 6c 74 6f 3a 20 55 |ervice mailto: U| 00001a40 52 4c 73 20 61 6e 64 20 73 6f 6d 65 20 6e 65 77 |RLs and some new| 00001a50 73 3a 20 6f 72 20 6e 6e 74 70 3a 20 55 52 4c 73 |s: or nntp: URLs| 00001a60 2e 20 20 20 4e 6f 74 65 20 74 68 61 74 20 74 68 |. Note that th| 00001a70 69 73 20 77 69 6c 6c 20 4e 4f 54 0a 64 6f 77 6e |is will NOT.down| 00001a80 6c 6f 61 64 20 79 6f 75 72 20 6d 61 69 6c 20 6f |load your mail o| 00001a90 72 20 6e 65 77 73 20 66 72 6f 6d 20 79 6f 75 72 |r news from your| 00001aa0 20 70 72 6f 76 69 64 65 72 20 61 73 20 69 74 20 | provider as it | 00001ab0 69 73 20 6e 6f 74 20 61 20 27 74 72 61 6e 73 70 |is not a 'transp| 00001ac0 6f 72 74 27 20 66 6f 72 0a 61 6e 79 20 6f 74 68 |ort' for.any oth| 00001ad0 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 79 |er application y| 00001ae0 6f 75 20 6d 69 67 68 74 20 68 61 76 65 2e 20 20 |ou might have. | 00001af0 54 68 65 20 67 61 74 65 77 61 79 73 20 73 65 63 |The gateways sec| 00001b00 74 69 6f 6e 20 77 69 6c 6c 20 64 69 73 61 70 70 |tion will disapp| 00001b10 65 61 72 20 61 73 0a 73 6f 6f 6e 20 61 73 20 73 |ear as.soon as s| 00001b20 75 69 74 61 62 6c 65 20 73 75 70 70 6f 72 74 20 |uitable support | 00001b30 69 73 20 62 75 69 6c 74 20 69 6e 74 6f 20 6f 74 |is built into ot| 00001b40 68 65 72 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 |her applications| 00001b50 2e 0a 0a 0a 55 73 65 72 20 44 65 74 61 69 6c 73 |....User Details| 00001b60 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a |..============..| 00001b70 0a 59 6f 75 20 73 68 6f 75 6c 64 20 65 6e 74 65 |.You should ente| 00001b80 72 20 79 6f 75 20 66 75 6c 6c 20 6e 61 6d 65 20 |r you full name | 00001b90 69 6e 20 74 68 65 20 4e 61 6d 65 20 62 6f 78 2c |in the Name box,| 00001ba0 20 61 6e 64 20 79 6f 75 72 20 63 6f 6d 70 6c 65 | and your comple| 00001bb0 74 65 20 65 2d 6d 61 69 6c 0a 61 64 64 72 65 73 |te e-mail.addres| 00001bc0 73 20 69 6e 20 74 68 65 20 41 64 64 72 65 73 73 |s in the Address| 00001bd0 20 62 6f 78 2e 20 20 54 68 69 73 20 77 69 6c 6c | box. This will| 00001be0 20 65 6e 61 62 6c 65 20 73 65 72 76 69 63 65 73 | enable services| 00001bf0 20 77 68 69 63 68 20 61 72 65 20 70 72 6f 76 69 | which are provi| 00001c00 64 65 64 0a 62 79 20 73 75 62 6d 69 74 74 69 6e |ded.by submittin| 00001c10 67 20 66 6f 72 6d 73 20 76 69 61 20 65 2d 6d 61 |g forms via e-ma| 00001c20 69 6c 20 74 6f 20 72 65 73 70 6f 6e 64 20 74 6f |il to respond to| 00001c30 20 79 6f 75 21 20 20 54 68 65 79 20 61 72 65 20 | you! They are | 00001c40 61 6c 73 6f 20 75 73 65 64 20 69 66 0a 79 6f 75 |also used if.you| 00001c50 20 73 65 6e 64 20 65 2d 6d 61 69 6c 20 77 69 74 | send e-mail wit| 00001c60 68 20 41 72 63 57 65 62 2e 0a 0a 0a 45 2d 4d 61 |h ArcWeb....E-Ma| 00001c70 69 6c 20 67 61 74 65 77 61 79 73 0a 0a 3d 3d 3d |il gateways..===| 00001c80 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 0a 59 |============...Y| 00001c90 6f 75 20 73 68 6f 75 6c 64 20 65 6e 61 62 6c 65 |ou should enable| 00001ca0 20 74 68 65 20 73 65 63 6f 6e 64 20 6f 70 74 69 | the second opti| 00001cb0 6f 6e 20 22 53 6d 61 72 74 68 6f 73 74 20 6d 61 |on "Smarthost ma| 00001cc0 69 6c 20 67 61 74 65 77 61 79 22 2c 20 61 6e 64 |il gateway", and| 00001cd0 20 65 6e 74 65 72 0a 74 68 65 20 68 6f 73 74 6e | enter.the hostn| 00001ce0 61 6d 65 20 6f 66 20 79 6f 75 72 20 73 6d 61 72 |ame of your smar| 00001cf0 74 20 68 6f 73 74 20 6d 61 69 6c 20 67 61 74 65 |t host mail gate| 00001d00 77 61 79 2e 20 20 54 68 69 73 20 69 73 20 74 68 |way. This is th| 00001d10 65 20 6d 61 63 68 69 6e 65 20 77 68 69 63 68 0a |e machine which.| 00001d20 77 69 6c 6c 20 61 63 63 65 70 74 20 61 6e 79 20 |will accept any | 00001d30 6d 61 69 6c 20 46 52 4f 4d 20 79 6f 75 20 74 6f |mail FROM you to| 00001d40 20 61 6e 79 6f 6e 65 20 65 6c 73 65 2e 20 20 65 | anyone else. e| 00001d50 67 2e 20 44 65 6d 6f 6e 20 75 73 65 72 73 20 63 |g. Demon users c| 00001d60 61 6e 20 75 73 65 0a 70 6f 73 74 2e 64 65 6d 6f |an use.post.demo| 00001d70 6e 2e 63 6f 2e 75 6b 20 61 73 20 61 20 73 6d 61 |n.co.uk as a sma| 00001d80 72 74 68 6f 73 74 2e 0a 0a 0a 0a 4d 58 20 6d 61 |rthost.....MX ma| 00001d90 69 6c 20 64 65 6c 69 76 65 72 79 20 69 73 6e 27 |il delivery isn'| 00001da0 74 20 69 6d 70 6c 65 6d 65 6e 74 65 64 20 63 75 |t implemented cu| 00001db0 72 72 65 6e 74 6c 79 2c 20 68 65 6e 63 65 20 69 |rrently, hence i| 00001dc0 74 20 69 73 20 67 72 65 79 65 64 20 6f 75 74 2e |t is greyed out.| 00001dd0 0a 54 68 69 73 20 77 69 6c 6c 20 75 73 75 61 6c |.This will usual| 00001de0 6c 79 20 62 65 20 6d 6f 72 65 20 65 66 66 69 63 |ly be more effic| 00001df0 69 65 6e 74 20 28 74 68 65 20 6d 65 73 73 61 67 |ient (the messag| 00001e00 65 20 77 69 6c 6c 20 67 65 74 20 74 6f 20 69 74 |e will get to it| 00001e10 73 0a 64 65 73 74 69 6e 61 74 69 6f 6e 20 71 75 |s.destination qu| 00001e20 69 63 6b 65 72 29 2c 20 62 75 74 20 6d 61 79 20 |icker), but may | 00001e30 74 61 6b 65 20 6c 6f 6e 67 65 72 20 74 6f 20 73 |take longer to s| 00001e40 65 6e 64 20 69 66 20 74 68 65 20 4d 58 20 68 6f |end if the MX ho| 00001e50 73 74 20 69 73 0a 61 20 6c 6f 6e 67 20 77 61 79 |st is.a long way| 00001e60 20 61 77 61 79 2e 0a 0a 0a 49 66 20 79 6f 75 20 | away....If you | 00001e70 66 6f 6c 6c 6f 77 20 61 20 27 6d 61 69 6c 74 6f |follow a 'mailto| 00001e80 3a 27 20 55 52 4c 20 6c 69 6e 6b 2c 20 74 68 65 |:' URL link, the| 00001e90 6e 20 41 72 63 57 65 62 20 77 69 6c 6c 20 63 72 |n ArcWeb will cr| 00001ea0 65 61 74 65 20 61 20 73 6d 61 6c 6c 20 74 65 78 |eate a small tex| 00001eb0 74 20 66 69 6c 65 0a 61 6e 64 20 6f 70 65 6e 20 |t file.and open | 00001ec0 69 74 20 69 6e 20 79 6f 75 72 20 63 75 72 72 65 |it in your curre| 00001ed0 6e 74 20 74 65 78 74 20 66 69 6c 65 20 65 64 69 |nt text file edi| 00001ee0 74 6f 72 2e 20 20 20 4f 6e 63 65 20 79 6f 75 20 |tor. Once you | 00001ef0 68 61 76 65 20 63 6f 6d 70 6c 65 74 65 64 20 74 |have completed t| 00001f00 68 65 0a 65 2d 6d 61 69 6c 2c 20 79 6f 75 20 73 |he.e-mail, you s| 00001f10 68 6f 75 6c 64 20 27 53 61 76 65 27 20 74 68 65 |hould 'Save' the| 00001f20 20 64 6f 63 75 6d 65 6e 74 20 2a 64 69 72 65 63 | document *direc| 00001f30 74 6c 79 2a 20 66 72 6f 6d 20 74 68 65 20 65 64 |tly* from the ed| 00001f40 69 74 6f 72 20 6f 6e 74 6f 0a 41 72 63 57 65 62 |itor onto.ArcWeb| 00001f50 27 73 20 69 63 6f 6e 20 62 61 72 20 69 63 6f 6e |'s icon bar icon| 00001f60 2c 20 61 6e 64 20 69 74 20 77 69 6c 6c 20 74 68 |, and it will th| 00001f70 65 6e 20 62 65 20 73 65 6e 74 2e 20 20 54 68 69 |en be sent. Thi| 00001f80 73 20 69 73 20 61 20 2a 6b 6c 75 64 67 79 2a 20 |s is a *kludgy* | 00001f90 77 61 79 20 6f 66 0a 73 65 6e 64 69 6e 67 20 6d |way of.sending m| 00001fa0 61 69 6c 20 61 6e 64 20 6d 75 63 68 20 62 65 74 |ail and much bet| 00001fb0 74 65 72 20 73 75 70 70 6f 72 74 20 77 69 6c 6c |ter support will| 00001fc0 20 62 65 20 70 72 6f 76 69 64 65 64 20 69 6e 20 | be provided in | 00001fd0 74 68 65 20 66 75 74 75 72 65 20 62 79 20 70 72 |the future by pr| 00001fe0 6f 70 65 72 0a 65 2d 6d 61 69 6c 20 70 72 6f 67 |oper.e-mail prog| 00001ff0 72 61 6d 73 2e 20 20 57 68 61 74 20 59 6f 75 20 |rams. What You | 00002000 53 65 65 20 69 6e 20 74 68 65 20 65 64 69 74 6f |See in the edito| 00002010 72 20 69 73 20 57 68 61 74 20 49 73 20 53 65 6e |r is What Is Sen| 00002020 74 20 74 6f 20 74 68 65 20 6d 61 69 6c 0a 73 65 |t to the mail.se| 00002030 72 76 65 72 2c 20 73 6f 20 64 6f 6e 27 74 20 6d |rver, so don't m| 00002040 65 73 73 20 61 72 6f 75 6e 64 20 77 69 74 68 20 |ess around with | 00002050 74 68 65 20 68 65 61 64 65 72 73 20 65 78 63 65 |the headers exce| 00002060 70 74 20 74 6f 20 63 68 61 6e 67 65 20 74 68 65 |pt to change the| 00002070 20 73 75 62 6a 65 63 74 0a 6c 69 6e 65 2e 20 20 | subject.line. | 00002080 49 6e 20 70 61 72 74 69 63 75 6c 61 72 2c 20 64 |In particular, d| 00002090 6f 6e 27 74 20 6d 6f 76 65 20 74 68 65 20 54 6f |on't move the To| 000020a0 3a 20 6c 69 6e 65 20 62 65 63 61 75 73 65 20 41 |: line because A| 000020b0 72 63 57 65 62 20 72 65 6c 69 65 73 20 6f 6e 0a |rcWeb relies on.| 000020c0 66 69 6e 64 69 6e 67 20 69 74 20 74 68 65 72 65 |finding it there| 000020d0 2e 20 20 54 68 65 72 65 20 69 73 20 2a 6e 6f 2a |. There is *no*| 000020e0 20 63 6f 6e 63 65 70 74 20 6f 66 20 61 64 64 69 | concept of addi| 000020f0 6e 67 20 74 61 67 6c 69 6e 65 73 2c 20 73 69 67 |ng taglines, sig| 00002100 6e 61 74 75 72 65 73 20 6f 72 0a 61 6e 79 74 68 |natures or.anyth| 00002110 69 6e 67 2e 0a 0a 0a 4e 65 77 73 20 53 65 72 76 |ing....News Serv| 00002120 65 72 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a |er..===========.| 00002130 0a 0a 54 68 65 20 27 4e 65 77 73 20 53 65 72 76 |..The 'News Serv| 00002140 65 72 27 20 62 69 67 20 62 6f 78 20 63 6f 6e 74 |er' big box cont| 00002150 61 69 6e 73 20 74 68 65 20 6e 61 6d 65 20 6f 66 |ains the name of| 00002160 20 61 20 6e 65 77 73 20 73 65 72 76 65 72 20 77 | a news server w| 00002170 68 69 63 68 20 69 73 20 77 69 6c 6c 69 6e 67 0a |hich is willing.| 00002180 74 6f 20 74 61 6c 6b 20 74 6f 20 79 6f 75 2e 20 |to talk to you. | 00002190 49 66 20 79 6f 75 20 68 61 76 65 20 74 68 65 20 |If you have the | 000021a0 4e 65 77 73 20 53 65 72 76 65 72 20 69 63 6f 6e |News Server icon| 000021b0 20 73 77 69 74 63 68 65 64 20 6f 6e 2c 20 74 68 | switched on, th| 000021c0 65 6e 20 41 72 63 57 65 62 0a 77 69 6c 6c 20 61 |en ArcWeb.will a| 000021d0 74 74 65 6d 70 74 20 74 6f 20 72 65 74 72 69 65 |ttempt to retrie| 000021e0 76 65 20 73 70 65 63 69 66 69 63 20 61 72 74 69 |ve specific arti| 000021f0 63 6c 65 73 20 66 72 6f 6d 20 74 68 65 20 67 69 |cles from the gi| 00002200 76 65 6e 20 73 65 72 76 65 72 2e 20 20 4e 6f 74 |ven server. Not| 00002210 65 20 74 68 61 74 0a 74 68 69 73 20 69 73 2c 20 |e that.this is, | 00002220 61 67 61 69 6e 2c 20 61 20 2a 6b 6c 75 64 67 65 |again, a *kludge| 00002230 2a 20 73 6f 20 74 68 61 74 20 73 70 65 63 69 66 |* so that specif| 00002240 69 63 20 61 72 74 69 63 6c 65 73 20 63 61 6e 20 |ic articles can | 00002250 62 65 20 72 65 61 64 2e 20 20 49 74 20 64 6f 65 |be read. It doe| 00002260 73 0a 2a 4e 4f 54 2a 20 70 72 6f 76 69 64 65 20 |s.*NOT* provide | 00002270 61 6e 79 20 6b 69 6e 64 20 6f 66 20 6d 65 6e 75 |any kind of menu| 00002280 20 6f 66 20 61 72 74 69 63 6c 65 73 2c 20 74 68 | of articles, th| 00002290 72 65 61 64 69 6e 67 20 65 74 63 2e 20 28 79 65 |reading etc. (ye| 000022a0 74 21 29 0a 0a 0a 2d 2d 0a 0a 53 74 65 77 61 72 |t!)...--..Stewar| 000022b0 74 20 42 72 6f 64 69 65 0a 0a 31 30 74 68 20 44 |t Brodie..10th D| 000022c0 65 63 65 6d 62 65 72 20 31 39 39 36 0a 0a |ecember 1996..| 000022ce