Home » Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/arcweb
!ArcWeb/PublicHTML/arcweb
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/PublicHTML/arcweb |
Read OK: | ✔ |
File size: | 149F 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/PublicHTML/arcweb
- Personal collection » Acorn hard disk » apps » web » !ArcWeb/PublicHTML/arcweb
File contents
<head> <title>ArcWeb User Manual</title> <body> <h1><img src="#!arcweb">ArcWeb User Manual</h1> This document constitutes a brief user manual for ArcWeb. It assumes that you have read the instructions file supplied and the Problems file for troubleshooting etc. When reporting bugs to me, please read the <a href="bugreports">bug report</a> instructions. <p> These instructions will help you get more out of ArcWeb, as they explain features which may not be mentioned elsewhere. You should have read the ReadMe file and the Instruct file that came with ArcWeb. <ul compact> <li><a href="#access">Blocking sites from being accessed</a> <li><a href="#abor">Aborting a fetch/render</a> <li><a href="#import">Sending ArcWeb URLs from external applications</a> <li><a href="#auth">User authentication</a> <li><a href="#ka9q">Usage with KA9Q</a> </ul> You can configure the various aspects of ArcWeb's configuration at run-time by using the Configure menu on the ArcWeb icon bar menu. When you make these changes, they last for <em>that session only</em> and you need to choose <em>Save options</em> in order to make the changes permanent. The only exception is the <strong>Font</strong> configuration, and those changes only take effect after a save, and reloading the browser. <hr> <h3 id=access>Blocking sites from being accessed</h3> ArcWeb will allow you to set up simple blocks on specific sites so that people using it cannot access these. The access controls are specified by two files, one called <em>Block</em> and one called <em>Allow</em>. These can be found inside the <img src="#!arcweb" align=middle> !ArcWeb directory. These files use the same format as each other, which is: a # signifies the start of a comment which lasts under the end of the line; comments, lines containing only whitespace and blank lines are ignored; all other lines contain either a single asterix (*) character, or a domain name with no wildcards in it. domains are matched as end matched substrings, so if there is a line in the file:<bq>sex.org</bq>then this would match any URL with a hostname ending in sex.org eg. www.sex.org sex.org ftp.sex.org would all be covered by this, but sex.org.uk wouldn't, because it doesn't end with the match string. NOTE that the example given would also block www.essex.org because of the match. To defeat this, you need to give the separator too, ie.<bq>.sex.org</bq> which will be the same except it won't trap essex.org <strong>OR</strong>sex.org itself. A line containing a single asterix character will match anything, thus a Block file containing a line with a * on it will not allow through anything. This would be useless, except that the Allow file overrides the Block file. So, you can block everything, and then list the exceptions to that in the Allow file. Since it is the target site which is matched, you don't have to allow access to the proxy (since access to that is assumed) which means that requests cannot be bounced off the proxy indirectly. <p> This is not a totally secure way of doing things. For example, the files can be edited (changes don't take affect until ArcWeb is reloaded), but it is better than nothing. <p><strong>NOTE:</strong> the <em>Allow</em> file overrides the <em>Block</em> file so if you use an Allow file containing the single asterix wildcard, then no block entries will be used. <h3 id=abor>Aborting a fetch or render</h3> You may abort a document fetch, image fetch or document render at any time by double-clicking the left mouse button on the web icon at the top of the page. The response may not be immediate for several reasons, but you should regain control fairly quickly. Note that all ArcWeb does, is to abort the render and broadcast a message to all applications that current fetches should be aborted and no completion messages sent. <h3 id=import>Sending URLs from external applications</h3> There are several ways of entering URLs into ArcWeb's dialogue boxes or windows: <ol> <li>On the icon bar menu, use the <em>Open</em> dialogue to type in a URL, and then press RETURN or click on the button to open the URL. <li>Use the same dialogue box on the page menus on the menu as <em>Navigate-->Open</em>. <li>Drag a text file from a Filer window and drop it on the icon bar icon or on the URL icon at the top of a page. <li>Use a <em>Save</em> or <em>Save Selection</em> dialogue box from another application and drag the text file to the icon bar icon or on to the URL icon at the top of a page. </ol> Note that this does mean that you cannot drag text files to the icon bar icon to have them rendered by ArcWeb. Any text file which doesn't look as if it contains a URL will be ignored. There must be no leading spaces. <h3 id=auth>User Authentication</h3> Some pages you attempt to access may be protected by password. For more information on how this is done and how it is handled by ArcWeb, look at the <a href="authorise">explanation of authentication</a> which was posted to demon.ip.support.archimedes by me on July 13th 1995. <h3 id="ka9q">Usage with KA9Q (!TCPIP)</h3> Usage over KA9Q is not supported in this version of ArcWeb, although it may work. I cannot provide any support for this type of usage. <hr> Stewart Brodie<br> 20th February 1996
00000000 3c 68 65 61 64 3e 0a 3c 74 69 74 6c 65 3e 41 72 |<head>.<title>Ar| 00000010 63 57 65 62 20 55 73 65 72 20 4d 61 6e 75 61 6c |cWeb User Manual| 00000020 3c 2f 74 69 74 6c 65 3e 0a 3c 62 6f 64 79 3e 0a |</title>.<body>.| 00000030 3c 68 31 3e 3c 69 6d 67 20 73 72 63 3d 22 23 21 |<h1><img src="#!| 00000040 61 72 63 77 65 62 22 3e 41 72 63 57 65 62 20 55 |arcweb">ArcWeb U| 00000050 73 65 72 20 4d 61 6e 75 61 6c 3c 2f 68 31 3e 0a |ser Manual</h1>.| 00000060 0a 54 68 69 73 20 64 6f 63 75 6d 65 6e 74 20 63 |.This document c| 00000070 6f 6e 73 74 69 74 75 74 65 73 20 61 20 62 72 69 |onstitutes a bri| 00000080 65 66 20 75 73 65 72 20 6d 61 6e 75 61 6c 20 66 |ef user manual f| 00000090 6f 72 20 41 72 63 57 65 62 2e 20 20 49 74 20 61 |or ArcWeb. It a| 000000a0 73 73 75 6d 65 73 20 74 68 61 74 0a 79 6f 75 20 |ssumes that.you | 000000b0 68 61 76 65 20 72 65 61 64 20 74 68 65 20 69 6e |have read the in| 000000c0 73 74 72 75 63 74 69 6f 6e 73 20 66 69 6c 65 20 |structions file | 000000d0 73 75 70 70 6c 69 65 64 20 61 6e 64 20 74 68 65 |supplied and the| 000000e0 20 50 72 6f 62 6c 65 6d 73 20 66 69 6c 65 20 66 | Problems file f| 000000f0 6f 72 0a 74 72 6f 75 62 6c 65 73 68 6f 6f 74 69 |or.troubleshooti| 00000100 6e 67 20 65 74 63 2e 20 20 57 68 65 6e 20 72 65 |ng etc. When re| 00000110 70 6f 72 74 69 6e 67 20 62 75 67 73 20 74 6f 20 |porting bugs to | 00000120 6d 65 2c 20 70 6c 65 61 73 65 20 72 65 61 64 20 |me, please read | 00000130 74 68 65 20 3c 61 0a 68 72 65 66 3d 22 62 75 67 |the <a.href="bug| 00000140 72 65 70 6f 72 74 73 22 3e 62 75 67 20 72 65 70 |reports">bug rep| 00000150 6f 72 74 3c 2f 61 3e 20 69 6e 73 74 72 75 63 74 |ort</a> instruct| 00000160 69 6f 6e 73 2e 0a 3c 70 3e 0a 54 68 65 73 65 20 |ions..<p>.These | 00000170 69 6e 73 74 72 75 63 74 69 6f 6e 73 20 77 69 6c |instructions wil| 00000180 6c 20 68 65 6c 70 20 79 6f 75 20 67 65 74 20 6d |l help you get m| 00000190 6f 72 65 20 6f 75 74 20 6f 66 20 41 72 63 57 65 |ore out of ArcWe| 000001a0 62 2c 20 61 73 20 74 68 65 79 20 65 78 70 6c 61 |b, as they expla| 000001b0 69 6e 0a 66 65 61 74 75 72 65 73 20 77 68 69 63 |in.features whic| 000001c0 68 20 6d 61 79 20 6e 6f 74 20 62 65 20 6d 65 6e |h may not be men| 000001d0 74 69 6f 6e 65 64 20 65 6c 73 65 77 68 65 72 65 |tioned elsewhere| 000001e0 2e 20 20 59 6f 75 20 73 68 6f 75 6c 64 20 68 61 |. You should ha| 000001f0 76 65 20 72 65 61 64 20 74 68 65 0a 52 65 61 64 |ve read the.Read| 00000200 4d 65 20 66 69 6c 65 20 61 6e 64 20 74 68 65 20 |Me file and the | 00000210 49 6e 73 74 72 75 63 74 20 66 69 6c 65 20 74 68 |Instruct file th| 00000220 61 74 20 63 61 6d 65 20 77 69 74 68 20 41 72 63 |at came with Arc| 00000230 57 65 62 2e 0a 0a 3c 75 6c 20 63 6f 6d 70 61 63 |Web...<ul compac| 00000240 74 3e 0a 3c 6c 69 3e 3c 61 20 68 72 65 66 3d 22 |t>.<li><a href="| 00000250 23 61 63 63 65 73 73 22 3e 42 6c 6f 63 6b 69 6e |#access">Blockin| 00000260 67 20 73 69 74 65 73 20 66 72 6f 6d 20 62 65 69 |g sites from bei| 00000270 6e 67 20 61 63 63 65 73 73 65 64 3c 2f 61 3e 0a |ng accessed</a>.| 00000280 3c 6c 69 3e 3c 61 20 68 72 65 66 3d 22 23 61 62 |<li><a href="#ab| 00000290 6f 72 22 3e 41 62 6f 72 74 69 6e 67 20 61 20 66 |or">Aborting a f| 000002a0 65 74 63 68 2f 72 65 6e 64 65 72 3c 2f 61 3e 0a |etch/render</a>.| 000002b0 3c 6c 69 3e 3c 61 20 68 72 65 66 3d 22 23 69 6d |<li><a href="#im| 000002c0 70 6f 72 74 22 3e 53 65 6e 64 69 6e 67 20 41 72 |port">Sending Ar| 000002d0 63 57 65 62 20 55 52 4c 73 20 66 72 6f 6d 20 65 |cWeb URLs from e| 000002e0 78 74 65 72 6e 61 6c 20 61 70 70 6c 69 63 61 74 |xternal applicat| 000002f0 69 6f 6e 73 3c 2f 61 3e 0a 3c 6c 69 3e 3c 61 20 |ions</a>.<li><a | 00000300 68 72 65 66 3d 22 23 61 75 74 68 22 3e 55 73 65 |href="#auth">Use| 00000310 72 20 61 75 74 68 65 6e 74 69 63 61 74 69 6f 6e |r authentication| 00000320 3c 2f 61 3e 0a 3c 6c 69 3e 3c 61 20 68 72 65 66 |</a>.<li><a href| 00000330 3d 22 23 6b 61 39 71 22 3e 55 73 61 67 65 20 77 |="#ka9q">Usage w| 00000340 69 74 68 20 4b 41 39 51 3c 2f 61 3e 0a 3c 2f 75 |ith KA9Q</a>.</u| 00000350 6c 3e 0a 0a 59 6f 75 20 63 61 6e 20 63 6f 6e 66 |l>..You can conf| 00000360 69 67 75 72 65 20 74 68 65 20 76 61 72 69 6f 75 |igure the variou| 00000370 73 20 61 73 70 65 63 74 73 20 6f 66 20 41 72 63 |s aspects of Arc| 00000380 57 65 62 27 73 20 63 6f 6e 66 69 67 75 72 61 74 |Web's configurat| 00000390 69 6f 6e 20 61 74 20 72 75 6e 2d 74 69 6d 65 0a |ion at run-time.| 000003a0 62 79 20 75 73 69 6e 67 20 74 68 65 20 43 6f 6e |by using the Con| 000003b0 66 69 67 75 72 65 20 6d 65 6e 75 20 6f 6e 20 74 |figure menu on t| 000003c0 68 65 20 41 72 63 57 65 62 20 69 63 6f 6e 20 62 |he ArcWeb icon b| 000003d0 61 72 20 6d 65 6e 75 2e 20 20 57 68 65 6e 20 79 |ar menu. When y| 000003e0 6f 75 20 6d 61 6b 65 0a 74 68 65 73 65 20 63 68 |ou make.these ch| 000003f0 61 6e 67 65 73 2c 20 74 68 65 79 20 6c 61 73 74 |anges, they last| 00000400 20 66 6f 72 20 3c 65 6d 3e 74 68 61 74 20 73 65 | for <em>that se| 00000410 73 73 69 6f 6e 20 6f 6e 6c 79 3c 2f 65 6d 3e 20 |ssion only</em> | 00000420 61 6e 64 20 79 6f 75 20 6e 65 65 64 20 74 6f 0a |and you need to.| 00000430 63 68 6f 6f 73 65 20 3c 65 6d 3e 53 61 76 65 20 |choose <em>Save | 00000440 6f 70 74 69 6f 6e 73 3c 2f 65 6d 3e 20 69 6e 20 |options</em> in | 00000450 6f 72 64 65 72 20 74 6f 20 6d 61 6b 65 20 74 68 |order to make th| 00000460 65 20 63 68 61 6e 67 65 73 20 70 65 72 6d 61 6e |e changes perman| 00000470 65 6e 74 2e 20 20 54 68 65 0a 6f 6e 6c 79 20 65 |ent. The.only e| 00000480 78 63 65 70 74 69 6f 6e 20 69 73 20 74 68 65 20 |xception is the | 00000490 3c 73 74 72 6f 6e 67 3e 46 6f 6e 74 3c 2f 73 74 |<strong>Font</st| 000004a0 72 6f 6e 67 3e 20 63 6f 6e 66 69 67 75 72 61 74 |rong> configurat| 000004b0 69 6f 6e 2c 20 61 6e 64 20 74 68 6f 73 65 20 63 |ion, and those c| 000004c0 68 61 6e 67 65 73 0a 6f 6e 6c 79 20 74 61 6b 65 |hanges.only take| 000004d0 20 65 66 66 65 63 74 20 61 66 74 65 72 20 61 20 | effect after a | 000004e0 73 61 76 65 2c 20 61 6e 64 20 72 65 6c 6f 61 64 |save, and reload| 000004f0 69 6e 67 20 74 68 65 20 62 72 6f 77 73 65 72 2e |ing the browser.| 00000500 0a 0a 3c 68 72 3e 0a 0a 3c 68 33 20 69 64 3d 61 |..<hr>..<h3 id=a| 00000510 63 63 65 73 73 3e 42 6c 6f 63 6b 69 6e 67 20 73 |ccess>Blocking s| 00000520 69 74 65 73 20 66 72 6f 6d 20 62 65 69 6e 67 20 |ites from being | 00000530 61 63 63 65 73 73 65 64 3c 2f 68 33 3e 0a 0a 41 |accessed</h3>..A| 00000540 72 63 57 65 62 20 77 69 6c 6c 20 61 6c 6c 6f 77 |rcWeb will allow| 00000550 20 79 6f 75 20 74 6f 20 73 65 74 20 75 70 20 73 | you to set up s| 00000560 69 6d 70 6c 65 20 62 6c 6f 63 6b 73 20 6f 6e 20 |imple blocks on | 00000570 73 70 65 63 69 66 69 63 20 73 69 74 65 73 20 73 |specific sites s| 00000580 6f 20 74 68 61 74 0a 70 65 6f 70 6c 65 20 75 73 |o that.people us| 00000590 69 6e 67 20 69 74 20 63 61 6e 6e 6f 74 20 61 63 |ing it cannot ac| 000005a0 63 65 73 73 20 74 68 65 73 65 2e 20 20 54 68 65 |cess these. The| 000005b0 20 61 63 63 65 73 73 20 63 6f 6e 74 72 6f 6c 73 | access controls| 000005c0 20 61 72 65 20 73 70 65 63 69 66 69 65 64 0a 62 | are specified.b| 000005d0 79 20 74 77 6f 20 66 69 6c 65 73 2c 20 6f 6e 65 |y two files, one| 000005e0 20 63 61 6c 6c 65 64 20 3c 65 6d 3e 42 6c 6f 63 | called <em>Bloc| 000005f0 6b 3c 2f 65 6d 3e 20 61 6e 64 20 6f 6e 65 20 63 |k</em> and one c| 00000600 61 6c 6c 65 64 20 3c 65 6d 3e 41 6c 6c 6f 77 3c |alled <em>Allow<| 00000610 2f 65 6d 3e 2e 0a 54 68 65 73 65 20 63 61 6e 20 |/em>..These can | 00000620 62 65 20 66 6f 75 6e 64 20 69 6e 73 69 64 65 20 |be found inside | 00000630 74 68 65 20 3c 69 6d 67 20 73 72 63 3d 22 23 21 |the <img src="#!| 00000640 61 72 63 77 65 62 22 20 61 6c 69 67 6e 3d 6d 69 |arcweb" align=mi| 00000650 64 64 6c 65 3e 20 21 41 72 63 57 65 62 0a 64 69 |ddle> !ArcWeb.di| 00000660 72 65 63 74 6f 72 79 2e 20 20 54 68 65 73 65 20 |rectory. These | 00000670 66 69 6c 65 73 20 75 73 65 20 74 68 65 20 73 61 |files use the sa| 00000680 6d 65 20 66 6f 72 6d 61 74 20 61 73 20 65 61 63 |me format as eac| 00000690 68 20 6f 74 68 65 72 2c 20 77 68 69 63 68 20 69 |h other, which i| 000006a0 73 3a 0a 61 20 23 20 73 69 67 6e 69 66 69 65 73 |s:.a # signifies| 000006b0 20 74 68 65 20 73 74 61 72 74 20 6f 66 20 61 20 | the start of a | 000006c0 63 6f 6d 6d 65 6e 74 20 77 68 69 63 68 20 6c 61 |comment which la| 000006d0 73 74 73 20 75 6e 64 65 72 20 74 68 65 20 65 6e |sts under the en| 000006e0 64 20 6f 66 20 74 68 65 20 6c 69 6e 65 3b 0a 63 |d of the line;.c| 000006f0 6f 6d 6d 65 6e 74 73 2c 20 6c 69 6e 65 73 20 63 |omments, lines c| 00000700 6f 6e 74 61 69 6e 69 6e 67 20 6f 6e 6c 79 20 77 |ontaining only w| 00000710 68 69 74 65 73 70 61 63 65 20 61 6e 64 20 62 6c |hitespace and bl| 00000720 61 6e 6b 20 6c 69 6e 65 73 20 61 72 65 20 69 67 |ank lines are ig| 00000730 6e 6f 72 65 64 3b 20 61 6c 6c 0a 6f 74 68 65 72 |nored; all.other| 00000740 20 6c 69 6e 65 73 20 63 6f 6e 74 61 69 6e 20 65 | lines contain e| 00000750 69 74 68 65 72 20 61 20 73 69 6e 67 6c 65 20 61 |ither a single a| 00000760 73 74 65 72 69 78 20 28 2a 29 20 63 68 61 72 61 |sterix (*) chara| 00000770 63 74 65 72 2c 20 6f 72 20 61 20 64 6f 6d 61 69 |cter, or a domai| 00000780 6e 20 6e 61 6d 65 0a 77 69 74 68 20 6e 6f 20 77 |n name.with no w| 00000790 69 6c 64 63 61 72 64 73 20 69 6e 20 69 74 2e 20 |ildcards in it. | 000007a0 20 64 6f 6d 61 69 6e 73 20 61 72 65 20 6d 61 74 | domains are mat| 000007b0 63 68 65 64 20 61 73 20 65 6e 64 20 6d 61 74 63 |ched as end matc| 000007c0 68 65 64 20 73 75 62 73 74 72 69 6e 67 73 2c 0a |hed substrings,.| 000007d0 73 6f 20 69 66 20 74 68 65 72 65 20 69 73 20 61 |so if there is a| 000007e0 20 6c 69 6e 65 20 69 6e 20 74 68 65 20 66 69 6c | line in the fil| 000007f0 65 3a 3c 62 71 3e 73 65 78 2e 6f 72 67 3c 2f 62 |e:<bq>sex.org</b| 00000800 71 3e 74 68 65 6e 20 74 68 69 73 20 77 6f 75 6c |q>then this woul| 00000810 64 20 6d 61 74 63 68 0a 61 6e 79 20 55 52 4c 20 |d match.any URL | 00000820 77 69 74 68 20 61 20 68 6f 73 74 6e 61 6d 65 20 |with a hostname | 00000830 65 6e 64 69 6e 67 20 69 6e 20 73 65 78 2e 6f 72 |ending in sex.or| 00000840 67 20 65 67 2e 20 77 77 77 2e 73 65 78 2e 6f 72 |g eg. www.sex.or| 00000850 67 20 73 65 78 2e 6f 72 67 0a 66 74 70 2e 73 65 |g sex.org.ftp.se| 00000860 78 2e 6f 72 67 20 77 6f 75 6c 64 20 61 6c 6c 20 |x.org would all | 00000870 62 65 20 63 6f 76 65 72 65 64 20 62 79 20 74 68 |be covered by th| 00000880 69 73 2c 20 62 75 74 20 73 65 78 2e 6f 72 67 2e |is, but sex.org.| 00000890 75 6b 20 77 6f 75 6c 64 6e 27 74 2c 0a 62 65 63 |uk wouldn't,.bec| 000008a0 61 75 73 65 20 69 74 20 64 6f 65 73 6e 27 74 20 |ause it doesn't | 000008b0 65 6e 64 20 77 69 74 68 20 74 68 65 20 6d 61 74 |end with the mat| 000008c0 63 68 20 73 74 72 69 6e 67 2e 20 20 4e 4f 54 45 |ch string. NOTE| 000008d0 20 74 68 61 74 20 74 68 65 20 65 78 61 6d 70 6c | that the exampl| 000008e0 65 20 67 69 76 65 6e 0a 77 6f 75 6c 64 20 61 6c |e given.would al| 000008f0 73 6f 20 62 6c 6f 63 6b 20 77 77 77 2e 65 73 73 |so block www.ess| 00000900 65 78 2e 6f 72 67 20 62 65 63 61 75 73 65 20 6f |ex.org because o| 00000910 66 20 74 68 65 20 6d 61 74 63 68 2e 20 20 54 6f |f the match. To| 00000920 20 64 65 66 65 61 74 20 74 68 69 73 2c 20 79 6f | defeat this, yo| 00000930 75 0a 6e 65 65 64 20 74 6f 20 67 69 76 65 20 74 |u.need to give t| 00000940 68 65 20 73 65 70 61 72 61 74 6f 72 20 74 6f 6f |he separator too| 00000950 2c 20 69 65 2e 3c 62 71 3e 2e 73 65 78 2e 6f 72 |, ie.<bq>.sex.or| 00000960 67 3c 2f 62 71 3e 20 77 68 69 63 68 20 77 69 6c |g</bq> which wil| 00000970 6c 20 62 65 20 74 68 65 0a 73 61 6d 65 20 65 78 |l be the.same ex| 00000980 63 65 70 74 20 69 74 20 77 6f 6e 27 74 20 74 72 |cept it won't tr| 00000990 61 70 20 65 73 73 65 78 2e 6f 72 67 20 3c 73 74 |ap essex.org <st| 000009a0 72 6f 6e 67 3e 4f 52 3c 2f 73 74 72 6f 6e 67 3e |rong>OR</strong>| 000009b0 73 65 78 2e 6f 72 67 20 69 74 73 65 6c 66 2e 0a |sex.org itself..| 000009c0 41 20 6c 69 6e 65 20 63 6f 6e 74 61 69 6e 69 6e |A line containin| 000009d0 67 20 61 20 73 69 6e 67 6c 65 20 61 73 74 65 72 |g a single aster| 000009e0 69 78 20 63 68 61 72 61 63 74 65 72 20 77 69 6c |ix character wil| 000009f0 6c 20 6d 61 74 63 68 20 61 6e 79 74 68 69 6e 67 |l match anything| 00000a00 2c 20 74 68 75 73 20 61 0a 42 6c 6f 63 6b 20 66 |, thus a.Block f| 00000a10 69 6c 65 20 63 6f 6e 74 61 69 6e 69 6e 67 20 61 |ile containing a| 00000a20 20 6c 69 6e 65 20 77 69 74 68 20 61 20 2a 20 6f | line with a * o| 00000a30 6e 20 69 74 20 77 69 6c 6c 20 6e 6f 74 20 61 6c |n it will not al| 00000a40 6c 6f 77 20 74 68 72 6f 75 67 68 20 61 6e 79 74 |low through anyt| 00000a50 68 69 6e 67 2e 0a 54 68 69 73 20 77 6f 75 6c 64 |hing..This would| 00000a60 20 62 65 20 75 73 65 6c 65 73 73 2c 20 65 78 63 | be useless, exc| 00000a70 65 70 74 20 74 68 61 74 20 74 68 65 20 41 6c 6c |ept that the All| 00000a80 6f 77 20 66 69 6c 65 20 6f 76 65 72 72 69 64 65 |ow file override| 00000a90 73 20 74 68 65 20 42 6c 6f 63 6b 20 66 69 6c 65 |s the Block file| 00000aa0 2e 0a 53 6f 2c 20 79 6f 75 20 63 61 6e 20 62 6c |..So, you can bl| 00000ab0 6f 63 6b 20 65 76 65 72 79 74 68 69 6e 67 2c 20 |ock everything, | 00000ac0 61 6e 64 20 74 68 65 6e 20 6c 69 73 74 20 74 68 |and then list th| 00000ad0 65 20 65 78 63 65 70 74 69 6f 6e 73 20 74 6f 20 |e exceptions to | 00000ae0 74 68 61 74 20 69 6e 20 74 68 65 0a 41 6c 6c 6f |that in the.Allo| 00000af0 77 20 66 69 6c 65 2e 20 20 53 69 6e 63 65 20 69 |w file. Since i| 00000b00 74 20 69 73 20 74 68 65 20 74 61 72 67 65 74 20 |t is the target | 00000b10 73 69 74 65 20 77 68 69 63 68 20 69 73 20 6d 61 |site which is ma| 00000b20 74 63 68 65 64 2c 20 79 6f 75 20 64 6f 6e 27 74 |tched, you don't| 00000b30 20 68 61 76 65 0a 74 6f 20 61 6c 6c 6f 77 20 61 | have.to allow a| 00000b40 63 63 65 73 73 20 74 6f 20 74 68 65 20 70 72 6f |ccess to the pro| 00000b50 78 79 20 28 73 69 6e 63 65 20 61 63 63 65 73 73 |xy (since access| 00000b60 20 74 6f 20 74 68 61 74 20 69 73 20 61 73 73 75 | to that is assu| 00000b70 6d 65 64 29 20 77 68 69 63 68 20 6d 65 61 6e 73 |med) which means| 00000b80 0a 74 68 61 74 20 72 65 71 75 65 73 74 73 20 63 |.that requests c| 00000b90 61 6e 6e 6f 74 20 62 65 20 62 6f 75 6e 63 65 64 |annot be bounced| 00000ba0 20 6f 66 66 20 74 68 65 20 70 72 6f 78 79 20 69 | off the proxy i| 00000bb0 6e 64 69 72 65 63 74 6c 79 2e 0a 3c 70 3e 0a 54 |ndirectly..<p>.T| 00000bc0 68 69 73 20 69 73 20 6e 6f 74 20 61 20 74 6f 74 |his is not a tot| 00000bd0 61 6c 6c 79 20 73 65 63 75 72 65 20 77 61 79 20 |ally secure way | 00000be0 6f 66 20 64 6f 69 6e 67 20 74 68 69 6e 67 73 2e |of doing things.| 00000bf0 20 20 46 6f 72 20 65 78 61 6d 70 6c 65 2c 20 74 | For example, t| 00000c00 68 65 20 66 69 6c 65 73 0a 63 61 6e 20 62 65 20 |he files.can be | 00000c10 65 64 69 74 65 64 20 28 63 68 61 6e 67 65 73 20 |edited (changes | 00000c20 64 6f 6e 27 74 20 74 61 6b 65 20 61 66 66 65 63 |don't take affec| 00000c30 74 20 75 6e 74 69 6c 20 41 72 63 57 65 62 20 69 |t until ArcWeb i| 00000c40 73 20 72 65 6c 6f 61 64 65 64 29 2c 20 62 75 74 |s reloaded), but| 00000c50 0a 69 74 20 69 73 20 62 65 74 74 65 72 20 74 68 |.it is better th| 00000c60 61 6e 20 6e 6f 74 68 69 6e 67 2e 0a 3c 70 3e 3c |an nothing..<p><| 00000c70 73 74 72 6f 6e 67 3e 4e 4f 54 45 3a 3c 2f 73 74 |strong>NOTE:</st| 00000c80 72 6f 6e 67 3e 20 74 68 65 20 3c 65 6d 3e 41 6c |rong> the <em>Al| 00000c90 6c 6f 77 3c 2f 65 6d 3e 20 66 69 6c 65 20 6f 76 |low</em> file ov| 00000ca0 65 72 72 69 64 65 73 20 74 68 65 20 3c 65 6d 3e |errides the <em>| 00000cb0 42 6c 6f 63 6b 3c 2f 65 6d 3e 0a 66 69 6c 65 20 |Block</em>.file | 00000cc0 73 6f 20 69 66 20 79 6f 75 20 75 73 65 20 61 6e |so if you use an| 00000cd0 20 41 6c 6c 6f 77 20 66 69 6c 65 20 63 6f 6e 74 | Allow file cont| 00000ce0 61 69 6e 69 6e 67 20 74 68 65 20 73 69 6e 67 6c |aining the singl| 00000cf0 65 20 61 73 74 65 72 69 78 20 77 69 6c 64 63 61 |e asterix wildca| 00000d00 72 64 2c 20 74 68 65 6e 0a 6e 6f 20 62 6c 6f 63 |rd, then.no bloc| 00000d10 6b 20 65 6e 74 72 69 65 73 20 77 69 6c 6c 20 62 |k entries will b| 00000d20 65 20 75 73 65 64 2e 0a 0a 3c 68 33 20 69 64 3d |e used...<h3 id=| 00000d30 61 62 6f 72 3e 41 62 6f 72 74 69 6e 67 20 61 20 |abor>Aborting a | 00000d40 66 65 74 63 68 20 6f 72 20 72 65 6e 64 65 72 3c |fetch or render<| 00000d50 2f 68 33 3e 0a 0a 59 6f 75 20 6d 61 79 20 61 62 |/h3>..You may ab| 00000d60 6f 72 74 20 61 20 64 6f 63 75 6d 65 6e 74 20 66 |ort a document f| 00000d70 65 74 63 68 2c 20 69 6d 61 67 65 20 66 65 74 63 |etch, image fetc| 00000d80 68 20 6f 72 20 64 6f 63 75 6d 65 6e 74 20 72 65 |h or document re| 00000d90 6e 64 65 72 20 61 74 20 61 6e 79 20 74 69 6d 65 |nder at any time| 00000da0 0a 62 79 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b |.by double-click| 00000db0 69 6e 67 20 74 68 65 20 6c 65 66 74 20 6d 6f 75 |ing the left mou| 00000dc0 73 65 20 62 75 74 74 6f 6e 20 6f 6e 20 74 68 65 |se button on the| 00000dd0 20 77 65 62 20 69 63 6f 6e 20 61 74 20 74 68 65 | web icon at the| 00000de0 20 74 6f 70 20 6f 66 20 74 68 65 0a 70 61 67 65 | top of the.page| 00000df0 2e 20 20 54 68 65 20 72 65 73 70 6f 6e 73 65 20 |. The response | 00000e00 6d 61 79 20 6e 6f 74 20 62 65 20 69 6d 6d 65 64 |may not be immed| 00000e10 69 61 74 65 20 66 6f 72 20 73 65 76 65 72 61 6c |iate for several| 00000e20 20 72 65 61 73 6f 6e 73 2c 20 62 75 74 20 79 6f | reasons, but yo| 00000e30 75 20 73 68 6f 75 6c 64 0a 72 65 67 61 69 6e 20 |u should.regain | 00000e40 63 6f 6e 74 72 6f 6c 20 66 61 69 72 6c 79 20 71 |control fairly q| 00000e50 75 69 63 6b 6c 79 2e 20 20 4e 6f 74 65 20 74 68 |uickly. Note th| 00000e60 61 74 20 61 6c 6c 20 41 72 63 57 65 62 20 64 6f |at all ArcWeb do| 00000e70 65 73 2c 20 69 73 20 74 6f 20 61 62 6f 72 74 20 |es, is to abort | 00000e80 74 68 65 0a 72 65 6e 64 65 72 20 61 6e 64 20 62 |the.render and b| 00000e90 72 6f 61 64 63 61 73 74 20 61 20 6d 65 73 73 61 |roadcast a messa| 00000ea0 67 65 20 74 6f 20 61 6c 6c 20 61 70 70 6c 69 63 |ge to all applic| 00000eb0 61 74 69 6f 6e 73 20 74 68 61 74 20 63 75 72 72 |ations that curr| 00000ec0 65 6e 74 20 66 65 74 63 68 65 73 0a 73 68 6f 75 |ent fetches.shou| 00000ed0 6c 64 20 62 65 20 61 62 6f 72 74 65 64 20 61 6e |ld be aborted an| 00000ee0 64 20 6e 6f 20 63 6f 6d 70 6c 65 74 69 6f 6e 20 |d no completion | 00000ef0 6d 65 73 73 61 67 65 73 20 73 65 6e 74 2e 0a 0a |messages sent...| 00000f00 3c 68 33 20 69 64 3d 69 6d 70 6f 72 74 3e 53 65 |<h3 id=import>Se| 00000f10 6e 64 69 6e 67 20 55 52 4c 73 20 66 72 6f 6d 20 |nding URLs from | 00000f20 65 78 74 65 72 6e 61 6c 20 61 70 70 6c 69 63 61 |external applica| 00000f30 74 69 6f 6e 73 3c 2f 68 33 3e 0a 0a 54 68 65 72 |tions</h3>..Ther| 00000f40 65 20 61 72 65 20 73 65 76 65 72 61 6c 20 77 61 |e are several wa| 00000f50 79 73 20 6f 66 20 65 6e 74 65 72 69 6e 67 20 55 |ys of entering U| 00000f60 52 4c 73 20 69 6e 74 6f 20 41 72 63 57 65 62 27 |RLs into ArcWeb'| 00000f70 73 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 65 73 |s dialogue boxes| 00000f80 20 6f 72 0a 77 69 6e 64 6f 77 73 3a 0a 3c 6f 6c | or.windows:.<ol| 00000f90 3e 0a 0a 3c 6c 69 3e 4f 6e 20 74 68 65 20 69 63 |>..<li>On the ic| 00000fa0 6f 6e 20 62 61 72 20 6d 65 6e 75 2c 20 75 73 65 |on bar menu, use| 00000fb0 20 74 68 65 20 3c 65 6d 3e 4f 70 65 6e 3c 2f 65 | the <em>Open</e| 00000fc0 6d 3e 20 64 69 61 6c 6f 67 75 65 20 74 6f 20 74 |m> dialogue to t| 00000fd0 79 70 65 20 69 6e 20 61 20 55 52 4c 2c 20 61 6e |ype in a URL, an| 00000fe0 64 0a 74 68 65 6e 20 70 72 65 73 73 20 52 45 54 |d.then press RET| 00000ff0 55 52 4e 20 6f 72 20 63 6c 69 63 6b 20 6f 6e 20 |URN or click on | 00001000 74 68 65 20 62 75 74 74 6f 6e 20 74 6f 20 6f 70 |the button to op| 00001010 65 6e 20 74 68 65 20 55 52 4c 2e 0a 0a 3c 6c 69 |en the URL...<li| 00001020 3e 55 73 65 20 74 68 65 20 73 61 6d 65 20 64 69 |>Use the same di| 00001030 61 6c 6f 67 75 65 20 62 6f 78 20 6f 6e 20 74 68 |alogue box on th| 00001040 65 20 70 61 67 65 20 6d 65 6e 75 73 20 6f 6e 0a |e page menus on.| 00001050 74 68 65 20 6d 65 6e 75 20 61 73 20 3c 65 6d 3e |the menu as <em>| 00001060 4e 61 76 69 67 61 74 65 2d 2d 3e 4f 70 65 6e 3c |Navigate-->Open<| 00001070 2f 65 6d 3e 2e 0a 0a 3c 6c 69 3e 44 72 61 67 20 |/em>...<li>Drag | 00001080 61 20 74 65 78 74 20 66 69 6c 65 20 66 72 6f 6d |a text file from| 00001090 20 61 20 46 69 6c 65 72 20 77 69 6e 64 6f 77 20 | a Filer window | 000010a0 61 6e 64 20 64 72 6f 70 20 69 74 20 6f 6e 20 74 |and drop it on t| 000010b0 68 65 20 69 63 6f 6e 20 62 61 72 20 69 63 6f 6e |he icon bar icon| 000010c0 20 6f 72 0a 6f 6e 20 74 68 65 20 55 52 4c 20 69 | or.on the URL i| 000010d0 63 6f 6e 20 61 74 20 74 68 65 20 74 6f 70 20 6f |con at the top o| 000010e0 66 20 61 20 70 61 67 65 2e 0a 0a 3c 6c 69 3e 55 |f a page...<li>U| 000010f0 73 65 20 61 20 3c 65 6d 3e 53 61 76 65 3c 2f 65 |se a <em>Save</e| 00001100 6d 3e 20 6f 72 20 3c 65 6d 3e 53 61 76 65 20 53 |m> or <em>Save S| 00001110 65 6c 65 63 74 69 6f 6e 3c 2f 65 6d 3e 20 64 69 |election</em> di| 00001120 61 6c 6f 67 75 65 20 62 6f 78 20 66 72 6f 6d 20 |alogue box from | 00001130 61 6e 6f 74 68 65 72 0a 61 70 70 6c 69 63 61 74 |another.applicat| 00001140 69 6f 6e 20 61 6e 64 20 64 72 61 67 20 74 68 65 |ion and drag the| 00001150 20 74 65 78 74 20 66 69 6c 65 20 74 6f 20 74 68 | text file to th| 00001160 65 20 69 63 6f 6e 20 62 61 72 20 69 63 6f 6e 20 |e icon bar icon | 00001170 6f 72 20 6f 6e 20 74 6f 20 74 68 65 20 55 52 4c |or on to the URL| 00001180 20 69 63 6f 6e 0a 61 74 20 74 68 65 20 74 6f 70 | icon.at the top| 00001190 20 6f 66 20 61 20 70 61 67 65 2e 0a 0a 3c 2f 6f | of a page...</o| 000011a0 6c 3e 0a 0a 4e 6f 74 65 20 74 68 61 74 20 74 68 |l>..Note that th| 000011b0 69 73 20 64 6f 65 73 20 6d 65 61 6e 20 74 68 61 |is does mean tha| 000011c0 74 20 79 6f 75 20 63 61 6e 6e 6f 74 20 64 72 61 |t you cannot dra| 000011d0 67 20 74 65 78 74 20 66 69 6c 65 73 20 74 6f 20 |g text files to | 000011e0 74 68 65 20 69 63 6f 6e 20 62 61 72 20 69 63 6f |the icon bar ico| 000011f0 6e 0a 74 6f 20 68 61 76 65 20 74 68 65 6d 20 72 |n.to have them r| 00001200 65 6e 64 65 72 65 64 20 62 79 20 41 72 63 57 65 |endered by ArcWe| 00001210 62 2e 20 20 41 6e 79 20 74 65 78 74 20 66 69 6c |b. Any text fil| 00001220 65 20 77 68 69 63 68 20 64 6f 65 73 6e 27 74 20 |e which doesn't | 00001230 6c 6f 6f 6b 20 61 73 20 69 66 20 69 74 0a 63 6f |look as if it.co| 00001240 6e 74 61 69 6e 73 20 61 20 55 52 4c 20 77 69 6c |ntains a URL wil| 00001250 6c 20 62 65 20 69 67 6e 6f 72 65 64 2e 20 20 54 |l be ignored. T| 00001260 68 65 72 65 20 6d 75 73 74 20 62 65 20 6e 6f 20 |here must be no | 00001270 6c 65 61 64 69 6e 67 20 73 70 61 63 65 73 2e 0a |leading spaces..| 00001280 0a 3c 68 33 20 69 64 3d 61 75 74 68 3e 55 73 65 |.<h3 id=auth>Use| 00001290 72 20 41 75 74 68 65 6e 74 69 63 61 74 69 6f 6e |r Authentication| 000012a0 3c 2f 68 33 3e 0a 0a 53 6f 6d 65 20 70 61 67 65 |</h3>..Some page| 000012b0 73 20 79 6f 75 20 61 74 74 65 6d 70 74 20 74 6f |s you attempt to| 000012c0 20 61 63 63 65 73 73 20 6d 61 79 20 62 65 20 70 | access may be p| 000012d0 72 6f 74 65 63 74 65 64 20 62 79 20 70 61 73 73 |rotected by pass| 000012e0 77 6f 72 64 2e 20 20 46 6f 72 20 6d 6f 72 65 0a |word. For more.| 000012f0 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 6f 6e 20 68 |information on h| 00001300 6f 77 20 74 68 69 73 20 69 73 20 64 6f 6e 65 20 |ow this is done | 00001310 61 6e 64 20 68 6f 77 20 69 74 20 69 73 20 68 61 |and how it is ha| 00001320 6e 64 6c 65 64 20 62 79 20 41 72 63 57 65 62 2c |ndled by ArcWeb,| 00001330 0a 6c 6f 6f 6b 20 61 74 20 74 68 65 20 3c 61 20 |.look at the <a | 00001340 68 72 65 66 3d 22 61 75 74 68 6f 72 69 73 65 22 |href="authorise"| 00001350 3e 65 78 70 6c 61 6e 61 74 69 6f 6e 20 6f 66 20 |>explanation of | 00001360 61 75 74 68 65 6e 74 69 63 61 74 69 6f 6e 3c 2f |authentication</| 00001370 61 3e 20 77 68 69 63 68 0a 77 61 73 20 70 6f 73 |a> which.was pos| 00001380 74 65 64 20 74 6f 20 64 65 6d 6f 6e 2e 69 70 2e |ted to demon.ip.| 00001390 73 75 70 70 6f 72 74 2e 61 72 63 68 69 6d 65 64 |support.archimed| 000013a0 65 73 20 62 79 20 6d 65 20 6f 6e 20 4a 75 6c 79 |es by me on July| 000013b0 20 31 33 74 68 20 31 39 39 35 2e 0a 0a 3c 68 33 | 13th 1995...<h3| 000013c0 20 69 64 3d 22 6b 61 39 71 22 3e 55 73 61 67 65 | id="ka9q">Usage| 000013d0 20 77 69 74 68 20 4b 41 39 51 20 28 21 54 43 50 | with KA9Q (!TCP| 000013e0 49 50 29 3c 2f 68 33 3e 0a 0a 55 73 61 67 65 20 |IP)</h3>..Usage | 000013f0 6f 76 65 72 20 4b 41 39 51 20 69 73 20 6e 6f 74 |over KA9Q is not| 00001400 20 73 75 70 70 6f 72 74 65 64 20 69 6e 20 74 68 | supported in th| 00001410 69 73 20 76 65 72 73 69 6f 6e 20 6f 66 20 41 72 |is version of Ar| 00001420 63 57 65 62 2c 20 61 6c 74 68 6f 75 67 68 20 69 |cWeb, although i| 00001430 74 0a 6d 61 79 20 77 6f 72 6b 2e 20 20 49 20 63 |t.may work. I c| 00001440 61 6e 6e 6f 74 20 70 72 6f 76 69 64 65 20 61 6e |annot provide an| 00001450 79 20 73 75 70 70 6f 72 74 20 66 6f 72 20 74 68 |y support for th| 00001460 69 73 20 74 79 70 65 20 6f 66 20 75 73 61 67 65 |is type of usage| 00001470 2e 0a 0a 0a 3c 68 72 3e 0a 53 74 65 77 61 72 74 |....<hr>.Stewart| 00001480 20 42 72 6f 64 69 65 3c 62 72 3e 0a 32 30 74 68 | Brodie<br>.20th| 00001490 20 46 65 62 72 75 61 72 79 20 31 39 39 36 0a | February 1996.| 0000149f