Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199801_2.adf » Regulars2 » StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Utils/!SiteEdit/!Help

StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Utils/!SiteEdit/!Help

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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199801_2.adf » Regulars2
Filename: StarInfo/Fletcher/!Setup/Files/Disc1/Program/NetGame/!NetGame/Utils/!SiteEdit/!Help
Read OK:
File size: 1056 bytes
Load address: 0000
Exec address: 0000
File contents
                                   SiteEdit
                                   ========
Version 1.01 (17 Jun 1997)

Introduction
------------
Whilst writing the network games I realised that it might be more useful to
allow each the same facilities for editing sites. Since you are more likely
to want to connect to the same people each time, it's probably best if the
site editor is a seperate program. That's what it is.


Usage
-----
This is a very simple editing program. Use the arrow buttons (or Page Up/Page
Down) to select the entry to modify, or go past entry '1' and you can get a
blank entry. When you've finished changing it, press Update. To delete an
entry, press Delete. If you want to re-order the entries they you'd better
edit the Sites file by hand 'cos I've not worked that out yet... The lower
the entry number the nearer the top of the menu it will be. You can see the
style of the menu by pressing menu over the main window and looking at the
'Test menu' entry.

    
How it works
------------
!SiteEdit is basically a very cut down version of the editor within !JFTerm
and therefore one could replace the other. The file format is very simple :

 #             : marks a comment line
 <site name>   : as it will appear in the menu, and must be followed by...
 <host> <port> : as they will be entered

To launch SiteEdit you should use a command line like :
  *SiteEdit [-site] <file> [[-app] <appname>] [-task <handle>] [-port <port>]

If the site file does not exist it will be created when the file is updated,
the application name does not need to be given, and 'someone' will be used if
it is not specified. If you supply a task handle you will receive message
&90211 from the application whenever the file is modified.

If you have any suggestions for how to extend the simple file format I'd be
very appreciative.


Updates
-------
This program may (or may not) be updated periodically. By clicking on the
infobox window entries for Author and Version you can move directly to the
web pages for the Justin Fletcher and this application respectively.


Help and message files
----------------------
This application is fully !Help compliant and it is recommended that when
getting to grips with it the help should be used if only to give it some
purpose! It also supports the use of MessageTrans and therefore translation
to another language or changing the messages for the fun of it is much easier
than it might have been.


<BasicLibrary$File>
-------------------
This is a stand-alone application, but the original source is provided. It
requires Justin Fletcher's JFShared library to function. This can be obtained
from Arcade and possibly other bulletin boards. A version is currently being
carried by Hensa, but for the latest version you would be best off looking at
Justin's web page (see below), or contacting him by one of the other means
below. You can also request a copy of JFShared by mailing Justin with the
subject set to 'Send: jfshared' without the quotes.


Compatibility
-------------
This application has been tested on the author's A5000, but due to the lack
of friends with Acorns has not been tested on other systems. Therefore, it
ought to work on any RO3.1 machine. It is likely that it may work on RO3.5,
RO3.6, and RO3.7.


Disclaimer
----------
The author accepts no responsibility for any problems which this application
may cause or loss of data resulting in its use. This application is Public
Domain Freeware. This means that it may be distributed, so long as no charge
other than copying costs are charged for it. The copyright remains with
myself (Justin Fletcher).


Contact
-------
Any comments, queries, donations or bug reports can be sent to Justin
Fletcher at :

E-Mail : Gerph@innocent.com
URL    : http://gerph.home.ml.org/
IRC    : On #Acorn as Gerph
Finger : finger jrflet@sunlab1.essex.ac.uk
Tel    : (01842) 813979

Snail Mail :
    Justin Fletcher
    �Galadriel�
    17b Cromwell Road,
    Weeting,
    Brandon,
    Suffolk.
    IP27 0QT


History
-------
Version 1.00 : 17 Jun 1997
               First version written for NetOXO and NetC4.
Version 1.01 : 17 Jun 1997
               Added -port option
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000020  20 20 20 53 69 74 65 45  64 69 74 0a 20 20 20 20  |   SiteEdit.    |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 3d  |               =|
00000050  3d 3d 3d 3d 3d 3d 3d 0a  56 65 72 73 69 6f 6e 20  |=======.Version |
00000060  31 2e 30 31 20 28 31 37  20 4a 75 6e 20 31 39 39  |1.01 (17 Jun 199|
00000070  37 29 0a 0a 49 6e 74 72  6f 64 75 63 74 69 6f 6e  |7)..Introduction|
00000080  0a 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 0a 57 68  |.------------.Wh|
00000090  69 6c 73 74 20 77 72 69  74 69 6e 67 20 74 68 65  |ilst writing the|
000000a0  20 6e 65 74 77 6f 72 6b  20 67 61 6d 65 73 20 49  | network games I|
000000b0  20 72 65 61 6c 69 73 65  64 20 74 68 61 74 20 69  | realised that i|
000000c0  74 20 6d 69 67 68 74 20  62 65 20 6d 6f 72 65 20  |t might be more |
000000d0  75 73 65 66 75 6c 20 74  6f 0a 61 6c 6c 6f 77 20  |useful to.allow |
000000e0  65 61 63 68 20 74 68 65  20 73 61 6d 65 20 66 61  |each the same fa|
000000f0  63 69 6c 69 74 69 65 73  20 66 6f 72 20 65 64 69  |cilities for edi|
00000100  74 69 6e 67 20 73 69 74  65 73 2e 20 53 69 6e 63  |ting sites. Sinc|
00000110  65 20 79 6f 75 20 61 72  65 20 6d 6f 72 65 20 6c  |e you are more l|
00000120  69 6b 65 6c 79 0a 74 6f  20 77 61 6e 74 20 74 6f  |ikely.to want to|
00000130  20 63 6f 6e 6e 65 63 74  20 74 6f 20 74 68 65 20  | connect to the |
00000140  73 61 6d 65 20 70 65 6f  70 6c 65 20 65 61 63 68  |same people each|
00000150  20 74 69 6d 65 2c 20 69  74 27 73 20 70 72 6f 62  | time, it's prob|
00000160  61 62 6c 79 20 62 65 73  74 20 69 66 20 74 68 65  |ably best if the|
00000170  0a 73 69 74 65 20 65 64  69 74 6f 72 20 69 73 20  |.site editor is |
00000180  61 20 73 65 70 65 72 61  74 65 20 70 72 6f 67 72  |a seperate progr|
00000190  61 6d 2e 20 54 68 61 74  27 73 20 77 68 61 74 20  |am. That's what |
000001a0  69 74 20 69 73 2e 0a 0a  0a 55 73 61 67 65 0a 2d  |it is....Usage.-|
000001b0  2d 2d 2d 2d 0a 54 68 69  73 20 69 73 20 61 20 76  |----.This is a v|
000001c0  65 72 79 20 73 69 6d 70  6c 65 20 65 64 69 74 69  |ery simple editi|
000001d0  6e 67 20 70 72 6f 67 72  61 6d 2e 20 55 73 65 20  |ng program. Use |
000001e0  74 68 65 20 61 72 72 6f  77 20 62 75 74 74 6f 6e  |the arrow button|
000001f0  73 20 28 6f 72 20 50 61  67 65 20 55 70 2f 50 61  |s (or Page Up/Pa|
00000200  67 65 0a 44 6f 77 6e 29  20 74 6f 20 73 65 6c 65  |ge.Down) to sele|
00000210  63 74 20 74 68 65 20 65  6e 74 72 79 20 74 6f 20  |ct the entry to |
00000220  6d 6f 64 69 66 79 2c 20  6f 72 20 67 6f 20 70 61  |modify, or go pa|
00000230  73 74 20 65 6e 74 72 79  20 27 31 27 20 61 6e 64  |st entry '1' and|
00000240  20 79 6f 75 20 63 61 6e  20 67 65 74 20 61 0a 62  | you can get a.b|
00000250  6c 61 6e 6b 20 65 6e 74  72 79 2e 20 57 68 65 6e  |lank entry. When|
00000260  20 79 6f 75 27 76 65 20  66 69 6e 69 73 68 65 64  | you've finished|
00000270  20 63 68 61 6e 67 69 6e  67 20 69 74 2c 20 70 72  | changing it, pr|
00000280  65 73 73 20 55 70 64 61  74 65 2e 20 54 6f 20 64  |ess Update. To d|
00000290  65 6c 65 74 65 20 61 6e  0a 65 6e 74 72 79 2c 20  |elete an.entry, |
000002a0  70 72 65 73 73 20 44 65  6c 65 74 65 2e 20 49 66  |press Delete. If|
000002b0  20 79 6f 75 20 77 61 6e  74 20 74 6f 20 72 65 2d  | you want to re-|
000002c0  6f 72 64 65 72 20 74 68  65 20 65 6e 74 72 69 65  |order the entrie|
000002d0  73 20 74 68 65 79 20 79  6f 75 27 64 20 62 65 74  |s they you'd bet|
000002e0  74 65 72 0a 65 64 69 74  20 74 68 65 20 53 69 74  |ter.edit the Sit|
000002f0  65 73 20 66 69 6c 65 20  62 79 20 68 61 6e 64 20  |es file by hand |
00000300  27 63 6f 73 20 49 27 76  65 20 6e 6f 74 20 77 6f  |'cos I've not wo|
00000310  72 6b 65 64 20 74 68 61  74 20 6f 75 74 20 79 65  |rked that out ye|
00000320  74 2e 2e 2e 20 54 68 65  20 6c 6f 77 65 72 0a 74  |t... The lower.t|
00000330  68 65 20 65 6e 74 72 79  20 6e 75 6d 62 65 72 20  |he entry number |
00000340  74 68 65 20 6e 65 61 72  65 72 20 74 68 65 20 74  |the nearer the t|
00000350  6f 70 20 6f 66 20 74 68  65 20 6d 65 6e 75 20 69  |op of the menu i|
00000360  74 20 77 69 6c 6c 20 62  65 2e 20 59 6f 75 20 63  |t will be. You c|
00000370  61 6e 20 73 65 65 20 74  68 65 0a 73 74 79 6c 65  |an see the.style|
00000380  20 6f 66 20 74 68 65 20  6d 65 6e 75 20 62 79 20  | of the menu by |
00000390  70 72 65 73 73 69 6e 67  20 6d 65 6e 75 20 6f 76  |pressing menu ov|
000003a0  65 72 20 74 68 65 20 6d  61 69 6e 20 77 69 6e 64  |er the main wind|
000003b0  6f 77 20 61 6e 64 20 6c  6f 6f 6b 69 6e 67 20 61  |ow and looking a|
000003c0  74 20 74 68 65 0a 27 54  65 73 74 20 6d 65 6e 75  |t the.'Test menu|
000003d0  27 20 65 6e 74 72 79 2e  0a 0a 20 20 20 20 0a 48  |' entry...    .H|
000003e0  6f 77 20 69 74 20 77 6f  72 6b 73 0a 2d 2d 2d 2d  |ow it works.----|
000003f0  2d 2d 2d 2d 2d 2d 2d 2d  0a 21 53 69 74 65 45 64  |--------.!SiteEd|
00000400  69 74 20 69 73 20 62 61  73 69 63 61 6c 6c 79 20  |it is basically |
00000410  61 20 76 65 72 79 20 63  75 74 20 64 6f 77 6e 20  |a very cut down |
00000420  76 65 72 73 69 6f 6e 20  6f 66 20 74 68 65 20 65  |version of the e|
00000430  64 69 74 6f 72 20 77 69  74 68 69 6e 20 21 4a 46  |ditor within !JF|
00000440  54 65 72 6d 0a 61 6e 64  20 74 68 65 72 65 66 6f  |Term.and therefo|
00000450  72 65 20 6f 6e 65 20 63  6f 75 6c 64 20 72 65 70  |re one could rep|
00000460  6c 61 63 65 20 74 68 65  20 6f 74 68 65 72 2e 20  |lace the other. |
00000470  54 68 65 20 66 69 6c 65  20 66 6f 72 6d 61 74 20  |The file format |
00000480  69 73 20 76 65 72 79 20  73 69 6d 70 6c 65 20 3a  |is very simple :|
00000490  0a 0a 20 23 20 20 20 20  20 20 20 20 20 20 20 20  |.. #            |
000004a0  20 3a 20 6d 61 72 6b 73  20 61 20 63 6f 6d 6d 65  | : marks a comme|
000004b0  6e 74 20 6c 69 6e 65 0a  20 3c 73 69 74 65 20 6e  |nt line. <site n|
000004c0  61 6d 65 3e 20 20 20 3a  20 61 73 20 69 74 20 77  |ame>   : as it w|
000004d0  69 6c 6c 20 61 70 70 65  61 72 20 69 6e 20 74 68  |ill appear in th|
000004e0  65 20 6d 65 6e 75 2c 20  61 6e 64 20 6d 75 73 74  |e menu, and must|
000004f0  20 62 65 20 66 6f 6c 6c  6f 77 65 64 20 62 79 2e  | be followed by.|
00000500  2e 2e 0a 20 3c 68 6f 73  74 3e 20 3c 70 6f 72 74  |... <host> <port|
00000510  3e 20 3a 20 61 73 20 74  68 65 79 20 77 69 6c 6c  |> : as they will|
00000520  20 62 65 20 65 6e 74 65  72 65 64 0a 0a 54 6f 20  | be entered..To |
00000530  6c 61 75 6e 63 68 20 53  69 74 65 45 64 69 74 20  |launch SiteEdit |
00000540  79 6f 75 20 73 68 6f 75  6c 64 20 75 73 65 20 61  |you should use a|
00000550  20 63 6f 6d 6d 61 6e 64  20 6c 69 6e 65 20 6c 69  | command line li|
00000560  6b 65 20 3a 0a 20 20 2a  53 69 74 65 45 64 69 74  |ke :.  *SiteEdit|
00000570  20 5b 2d 73 69 74 65 5d  20 3c 66 69 6c 65 3e 20  | [-site] <file> |
00000580  5b 5b 2d 61 70 70 5d 20  3c 61 70 70 6e 61 6d 65  |[[-app] <appname|
00000590  3e 5d 20 5b 2d 74 61 73  6b 20 3c 68 61 6e 64 6c  |>] [-task <handl|
000005a0  65 3e 5d 20 5b 2d 70 6f  72 74 20 3c 70 6f 72 74  |e>] [-port <port|
000005b0  3e 5d 0a 0a 49 66 20 74  68 65 20 73 69 74 65 20  |>]..If the site |
000005c0  66 69 6c 65 20 64 6f 65  73 20 6e 6f 74 20 65 78  |file does not ex|
000005d0  69 73 74 20 69 74 20 77  69 6c 6c 20 62 65 20 63  |ist it will be c|
000005e0  72 65 61 74 65 64 20 77  68 65 6e 20 74 68 65 20  |reated when the |
000005f0  66 69 6c 65 20 69 73 20  75 70 64 61 74 65 64 2c  |file is updated,|
00000600  0a 74 68 65 20 61 70 70  6c 69 63 61 74 69 6f 6e  |.the application|
00000610  20 6e 61 6d 65 20 64 6f  65 73 20 6e 6f 74 20 6e  | name does not n|
00000620  65 65 64 20 74 6f 20 62  65 20 67 69 76 65 6e 2c  |eed to be given,|
00000630  20 61 6e 64 20 27 73 6f  6d 65 6f 6e 65 27 20 77  | and 'someone' w|
00000640  69 6c 6c 20 62 65 20 75  73 65 64 20 69 66 0a 69  |ill be used if.i|
00000650  74 20 69 73 20 6e 6f 74  20 73 70 65 63 69 66 69  |t is not specifi|
00000660  65 64 2e 20 49 66 20 79  6f 75 20 73 75 70 70 6c  |ed. If you suppl|
00000670  79 20 61 20 74 61 73 6b  20 68 61 6e 64 6c 65 20  |y a task handle |
00000680  79 6f 75 20 77 69 6c 6c  20 72 65 63 65 69 76 65  |you will receive|
00000690  20 6d 65 73 73 61 67 65  0a 26 39 30 32 31 31 20  | message.&90211 |
000006a0  66 72 6f 6d 20 74 68 65  20 61 70 70 6c 69 63 61  |from the applica|
000006b0  74 69 6f 6e 20 77 68 65  6e 65 76 65 72 20 74 68  |tion whenever th|
000006c0  65 20 66 69 6c 65 20 69  73 20 6d 6f 64 69 66 69  |e file is modifi|
000006d0  65 64 2e 0a 0a 49 66 20  79 6f 75 20 68 61 76 65  |ed...If you have|
000006e0  20 61 6e 79 20 73 75 67  67 65 73 74 69 6f 6e 73  | any suggestions|
000006f0  20 66 6f 72 20 68 6f 77  20 74 6f 20 65 78 74 65  | for how to exte|
00000700  6e 64 20 74 68 65 20 73  69 6d 70 6c 65 20 66 69  |nd the simple fi|
00000710  6c 65 20 66 6f 72 6d 61  74 20 49 27 64 20 62 65  |le format I'd be|
00000720  0a 76 65 72 79 20 61 70  70 72 65 63 69 61 74 69  |.very appreciati|
00000730  76 65 2e 0a 0a 0a 55 70  64 61 74 65 73 0a 2d 2d  |ve....Updates.--|
00000740  2d 2d 2d 2d 2d 0a 54 68  69 73 20 70 72 6f 67 72  |-----.This progr|
00000750  61 6d 20 6d 61 79 20 28  6f 72 20 6d 61 79 20 6e  |am may (or may n|
00000760  6f 74 29 20 62 65 20 75  70 64 61 74 65 64 20 70  |ot) be updated p|
00000770  65 72 69 6f 64 69 63 61  6c 6c 79 2e 20 42 79 20  |eriodically. By |
00000780  63 6c 69 63 6b 69 6e 67  20 6f 6e 20 74 68 65 0a  |clicking on the.|
00000790  69 6e 66 6f 62 6f 78 20  77 69 6e 64 6f 77 20 65  |infobox window e|
000007a0  6e 74 72 69 65 73 20 66  6f 72 20 41 75 74 68 6f  |ntries for Autho|
000007b0  72 20 61 6e 64 20 56 65  72 73 69 6f 6e 20 79 6f  |r and Version yo|
000007c0  75 20 63 61 6e 20 6d 6f  76 65 20 64 69 72 65 63  |u can move direc|
000007d0  74 6c 79 20 74 6f 20 74  68 65 0a 77 65 62 20 70  |tly to the.web p|
000007e0  61 67 65 73 20 66 6f 72  20 74 68 65 20 4a 75 73  |ages for the Jus|
000007f0  74 69 6e 20 46 6c 65 74  63 68 65 72 20 61 6e 64  |tin Fletcher and|
00000800  20 74 68 69 73 20 61 70  70 6c 69 63 61 74 69 6f  | this applicatio|
00000810  6e 20 72 65 73 70 65 63  74 69 76 65 6c 79 2e 0a  |n respectively..|
00000820  0a 0a 48 65 6c 70 20 61  6e 64 20 6d 65 73 73 61  |..Help and messa|
00000830  67 65 20 66 69 6c 65 73  0a 2d 2d 2d 2d 2d 2d 2d  |ge files.-------|
00000840  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000850  54 68 69 73 20 61 70 70  6c 69 63 61 74 69 6f 6e  |This application|
00000860  20 69 73 20 66 75 6c 6c  79 20 21 48 65 6c 70 20  | is fully !Help |
00000870  63 6f 6d 70 6c 69 61 6e  74 20 61 6e 64 20 69 74  |compliant and it|
00000880  20 69 73 20 72 65 63 6f  6d 6d 65 6e 64 65 64 20  | is recommended |
00000890  74 68 61 74 20 77 68 65  6e 0a 67 65 74 74 69 6e  |that when.gettin|
000008a0  67 20 74 6f 20 67 72 69  70 73 20 77 69 74 68 20  |g to grips with |
000008b0  69 74 20 74 68 65 20 68  65 6c 70 20 73 68 6f 75  |it the help shou|
000008c0  6c 64 20 62 65 20 75 73  65 64 20 69 66 20 6f 6e  |ld be used if on|
000008d0  6c 79 20 74 6f 20 67 69  76 65 20 69 74 20 73 6f  |ly to give it so|
000008e0  6d 65 0a 70 75 72 70 6f  73 65 21 20 49 74 20 61  |me.purpose! It a|
000008f0  6c 73 6f 20 73 75 70 70  6f 72 74 73 20 74 68 65  |lso supports the|
00000900  20 75 73 65 20 6f 66 20  4d 65 73 73 61 67 65 54  | use of MessageT|
00000910  72 61 6e 73 20 61 6e 64  20 74 68 65 72 65 66 6f  |rans and therefo|
00000920  72 65 20 74 72 61 6e 73  6c 61 74 69 6f 6e 0a 74  |re translation.t|
00000930  6f 20 61 6e 6f 74 68 65  72 20 6c 61 6e 67 75 61  |o another langua|
00000940  67 65 20 6f 72 20 63 68  61 6e 67 69 6e 67 20 74  |ge or changing t|
00000950  68 65 20 6d 65 73 73 61  67 65 73 20 66 6f 72 20  |he messages for |
00000960  74 68 65 20 66 75 6e 20  6f 66 20 69 74 20 69 73  |the fun of it is|
00000970  20 6d 75 63 68 20 65 61  73 69 65 72 0a 74 68 61  | much easier.tha|
00000980  6e 20 69 74 20 6d 69 67  68 74 20 68 61 76 65 20  |n it might have |
00000990  62 65 65 6e 2e 0a 0a 0a  3c 42 61 73 69 63 4c 69  |been....<BasicLi|
000009a0  62 72 61 72 79 24 46 69  6c 65 3e 0a 2d 2d 2d 2d  |brary$File>.----|
000009b0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
000009c0  54 68 69 73 20 69 73 20  61 20 73 74 61 6e 64 2d  |This is a stand-|
000009d0  61 6c 6f 6e 65 20 61 70  70 6c 69 63 61 74 69 6f  |alone applicatio|
000009e0  6e 2c 20 62 75 74 20 74  68 65 20 6f 72 69 67 69  |n, but the origi|
000009f0  6e 61 6c 20 73 6f 75 72  63 65 20 69 73 20 70 72  |nal source is pr|
00000a00  6f 76 69 64 65 64 2e 20  49 74 0a 72 65 71 75 69  |ovided. It.requi|
00000a10  72 65 73 20 4a 75 73 74  69 6e 20 46 6c 65 74 63  |res Justin Fletc|
00000a20  68 65 72 27 73 20 4a 46  53 68 61 72 65 64 20 6c  |her's JFShared l|
00000a30  69 62 72 61 72 79 20 74  6f 20 66 75 6e 63 74 69  |ibrary to functi|
00000a40  6f 6e 2e 20 54 68 69 73  20 63 61 6e 20 62 65 20  |on. This can be |
00000a50  6f 62 74 61 69 6e 65 64  0a 66 72 6f 6d 20 41 72  |obtained.from Ar|
00000a60  63 61 64 65 20 61 6e 64  20 70 6f 73 73 69 62 6c  |cade and possibl|
00000a70  79 20 6f 74 68 65 72 20  62 75 6c 6c 65 74 69 6e  |y other bulletin|
00000a80  20 62 6f 61 72 64 73 2e  20 41 20 76 65 72 73 69  | boards. A versi|
00000a90  6f 6e 20 69 73 20 63 75  72 72 65 6e 74 6c 79 20  |on is currently |
00000aa0  62 65 69 6e 67 0a 63 61  72 72 69 65 64 20 62 79  |being.carried by|
00000ab0  20 48 65 6e 73 61 2c 20  62 75 74 20 66 6f 72 20  | Hensa, but for |
00000ac0  74 68 65 20 6c 61 74 65  73 74 20 76 65 72 73 69  |the latest versi|
00000ad0  6f 6e 20 79 6f 75 20 77  6f 75 6c 64 20 62 65 20  |on you would be |
00000ae0  62 65 73 74 20 6f 66 66  20 6c 6f 6f 6b 69 6e 67  |best off looking|
00000af0  20 61 74 0a 4a 75 73 74  69 6e 27 73 20 77 65 62  | at.Justin's web|
00000b00  20 70 61 67 65 20 28 73  65 65 20 62 65 6c 6f 77  | page (see below|
00000b10  29 2c 20 6f 72 20 63 6f  6e 74 61 63 74 69 6e 67  |), or contacting|
00000b20  20 68 69 6d 20 62 79 20  6f 6e 65 20 6f 66 20 74  | him by one of t|
00000b30  68 65 20 6f 74 68 65 72  20 6d 65 61 6e 73 0a 62  |he other means.b|
00000b40  65 6c 6f 77 2e 20 59 6f  75 20 63 61 6e 20 61 6c  |elow. You can al|
00000b50  73 6f 20 72 65 71 75 65  73 74 20 61 20 63 6f 70  |so request a cop|
00000b60  79 20 6f 66 20 4a 46 53  68 61 72 65 64 20 62 79  |y of JFShared by|
00000b70  20 6d 61 69 6c 69 6e 67  20 4a 75 73 74 69 6e 20  | mailing Justin |
00000b80  77 69 74 68 20 74 68 65  0a 73 75 62 6a 65 63 74  |with the.subject|
00000b90  20 73 65 74 20 74 6f 20  27 53 65 6e 64 3a 20 6a  | set to 'Send: j|
00000ba0  66 73 68 61 72 65 64 27  20 77 69 74 68 6f 75 74  |fshared' without|
00000bb0  20 74 68 65 20 71 75 6f  74 65 73 2e 0a 0a 0a 43  | the quotes....C|
00000bc0  6f 6d 70 61 74 69 62 69  6c 69 74 79 0a 2d 2d 2d  |ompatibility.---|
00000bd0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 0a 54 68 69 73 20  |----------.This |
00000be0  61 70 70 6c 69 63 61 74  69 6f 6e 20 68 61 73 20  |application has |
00000bf0  62 65 65 6e 20 74 65 73  74 65 64 20 6f 6e 20 74  |been tested on t|
00000c00  68 65 20 61 75 74 68 6f  72 27 73 20 41 35 30 30  |he author's A500|
00000c10  30 2c 20 62 75 74 20 64  75 65 20 74 6f 20 74 68  |0, but due to th|
00000c20  65 20 6c 61 63 6b 0a 6f  66 20 66 72 69 65 6e 64  |e lack.of friend|
00000c30  73 20 77 69 74 68 20 41  63 6f 72 6e 73 20 68 61  |s with Acorns ha|
00000c40  73 20 6e 6f 74 20 62 65  65 6e 20 74 65 73 74 65  |s not been teste|
00000c50  64 20 6f 6e 20 6f 74 68  65 72 20 73 79 73 74 65  |d on other syste|
00000c60  6d 73 2e 20 54 68 65 72  65 66 6f 72 65 2c 20 69  |ms. Therefore, i|
00000c70  74 0a 6f 75 67 68 74 20  74 6f 20 77 6f 72 6b 20  |t.ought to work |
00000c80  6f 6e 20 61 6e 79 20 52  4f 33 2e 31 20 6d 61 63  |on any RO3.1 mac|
00000c90  68 69 6e 65 2e 20 49 74  20 69 73 20 6c 69 6b 65  |hine. It is like|
00000ca0  6c 79 20 74 68 61 74 20  69 74 20 6d 61 79 20 77  |ly that it may w|
00000cb0  6f 72 6b 20 6f 6e 20 52  4f 33 2e 35 2c 0a 52 4f  |ork on RO3.5,.RO|
00000cc0  33 2e 36 2c 20 61 6e 64  20 52 4f 33 2e 37 2e 0a  |3.6, and RO3.7..|
00000cd0  0a 0a 44 69 73 63 6c 61  69 6d 65 72 0a 2d 2d 2d  |..Disclaimer.---|
00000ce0  2d 2d 2d 2d 2d 2d 2d 0a  54 68 65 20 61 75 74 68  |-------.The auth|
00000cf0  6f 72 20 61 63 63 65 70  74 73 20 6e 6f 20 72 65  |or accepts no re|
00000d00  73 70 6f 6e 73 69 62 69  6c 69 74 79 20 66 6f 72  |sponsibility for|
00000d10  20 61 6e 79 20 70 72 6f  62 6c 65 6d 73 20 77 68  | any problems wh|
00000d20  69 63 68 20 74 68 69 73  20 61 70 70 6c 69 63 61  |ich this applica|
00000d30  74 69 6f 6e 0a 6d 61 79  20 63 61 75 73 65 20 6f  |tion.may cause o|
00000d40  72 20 6c 6f 73 73 20 6f  66 20 64 61 74 61 20 72  |r loss of data r|
00000d50  65 73 75 6c 74 69 6e 67  20 69 6e 20 69 74 73 20  |esulting in its |
00000d60  75 73 65 2e 20 54 68 69  73 20 61 70 70 6c 69 63  |use. This applic|
00000d70  61 74 69 6f 6e 20 69 73  20 50 75 62 6c 69 63 0a  |ation is Public.|
00000d80  44 6f 6d 61 69 6e 20 46  72 65 65 77 61 72 65 2e  |Domain Freeware.|
00000d90  20 54 68 69 73 20 6d 65  61 6e 73 20 74 68 61 74  | This means that|
00000da0  20 69 74 20 6d 61 79 20  62 65 20 64 69 73 74 72  | it may be distr|
00000db0  69 62 75 74 65 64 2c 20  73 6f 20 6c 6f 6e 67 20  |ibuted, so long |
00000dc0  61 73 20 6e 6f 20 63 68  61 72 67 65 0a 6f 74 68  |as no charge.oth|
00000dd0  65 72 20 74 68 61 6e 20  63 6f 70 79 69 6e 67 20  |er than copying |
00000de0  63 6f 73 74 73 20 61 72  65 20 63 68 61 72 67 65  |costs are charge|
00000df0  64 20 66 6f 72 20 69 74  2e 20 54 68 65 20 63 6f  |d for it. The co|
00000e00  70 79 72 69 67 68 74 20  72 65 6d 61 69 6e 73 20  |pyright remains |
00000e10  77 69 74 68 0a 6d 79 73  65 6c 66 20 28 4a 75 73  |with.myself (Jus|
00000e20  74 69 6e 20 46 6c 65 74  63 68 65 72 29 2e 0a 0a  |tin Fletcher)...|
00000e30  0a 43 6f 6e 74 61 63 74  0a 2d 2d 2d 2d 2d 2d 2d  |.Contact.-------|
00000e40  0a 41 6e 79 20 63 6f 6d  6d 65 6e 74 73 2c 20 71  |.Any comments, q|
00000e50  75 65 72 69 65 73 2c 20  64 6f 6e 61 74 69 6f 6e  |ueries, donation|
00000e60  73 20 6f 72 20 62 75 67  20 72 65 70 6f 72 74 73  |s or bug reports|
00000e70  20 63 61 6e 20 62 65 20  73 65 6e 74 20 74 6f 20  | can be sent to |
00000e80  4a 75 73 74 69 6e 0a 46  6c 65 74 63 68 65 72 20  |Justin.Fletcher |
00000e90  61 74 20 3a 0a 0a 45 2d  4d 61 69 6c 20 3a 20 47  |at :..E-Mail : G|
00000ea0  65 72 70 68 40 69 6e 6e  6f 63 65 6e 74 2e 63 6f  |erph@innocent.co|
00000eb0  6d 0a 55 52 4c 20 20 20  20 3a 20 68 74 74 70 3a  |m.URL    : http:|
00000ec0  2f 2f 67 65 72 70 68 2e  68 6f 6d 65 2e 6d 6c 2e  |//gerph.home.ml.|
00000ed0  6f 72 67 2f 0a 49 52 43  20 20 20 20 3a 20 4f 6e  |org/.IRC    : On|
00000ee0  20 23 41 63 6f 72 6e 20  61 73 20 47 65 72 70 68  | #Acorn as Gerph|
00000ef0  0a 46 69 6e 67 65 72 20  3a 20 66 69 6e 67 65 72  |.Finger : finger|
00000f00  20 6a 72 66 6c 65 74 40  73 75 6e 6c 61 62 31 2e  | jrflet@sunlab1.|
00000f10  65 73 73 65 78 2e 61 63  2e 75 6b 0a 54 65 6c 20  |essex.ac.uk.Tel |
00000f20  20 20 20 3a 20 28 30 31  38 34 32 29 20 38 31 33  |   : (01842) 813|
00000f30  39 37 39 0a 0a 53 6e 61  69 6c 20 4d 61 69 6c 20  |979..Snail Mail |
00000f40  3a 0a 20 20 20 20 4a 75  73 74 69 6e 20 46 6c 65  |:.    Justin Fle|
00000f50  74 63 68 65 72 0a 20 20  20 20 94 47 61 6c 61 64  |tcher.    .Galad|
00000f60  72 69 65 6c 95 0a 20 20  20 20 31 37 62 20 43 72  |riel..    17b Cr|
00000f70  6f 6d 77 65 6c 6c 20 52  6f 61 64 2c 0a 20 20 20  |omwell Road,.   |
00000f80  20 57 65 65 74 69 6e 67  2c 0a 20 20 20 20 42 72  | Weeting,.    Br|
00000f90  61 6e 64 6f 6e 2c 0a 20  20 20 20 53 75 66 66 6f  |andon,.    Suffo|
00000fa0  6c 6b 2e 0a 20 20 20 20  49 50 32 37 20 30 51 54  |lk..    IP27 0QT|
00000fb0  0a 0a 0a 48 69 73 74 6f  72 79 0a 2d 2d 2d 2d 2d  |...History.-----|
00000fc0  2d 2d 0a 56 65 72 73 69  6f 6e 20 31 2e 30 30 20  |--.Version 1.00 |
00000fd0  3a 20 31 37 20 4a 75 6e  20 31 39 39 37 0a 20 20  |: 17 Jun 1997.  |
00000fe0  20 20 20 20 20 20 20 20  20 20 20 20 20 46 69 72  |             Fir|
00000ff0  73 74 20 76 65 72 73 69  6f 6e 20 77 72 69 74 74  |st version writt|
00001000  65 6e 20 66 6f 72 20 4e  65 74 4f 58 4f 20 61 6e  |en for NetOXO an|
00001010  64 20 4e 65 74 43 34 2e  0a 56 65 72 73 69 6f 6e  |d NetC4..Version|
00001020  20 31 2e 30 31 20 3a 20  31 37 20 4a 75 6e 20 31  | 1.01 : 17 Jun 1|
00001030  39 39 37 0a 20 20 20 20  20 20 20 20 20 20 20 20  |997.            |
00001040  20 20 20 41 64 64 65 64  20 2d 70 6f 72 74 20 6f  |   Added -port o|
00001050  70 74 69 6f 6e 0a                                 |ption.|
00001056