Home » Archimedes archive » Acorn User » AU 1997-04 B.adf » PD » PDScheme/Freetime/FreeTime/!FreeTime/!Help
PDScheme/Freetime/FreeTime/!FreeTime/!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 » Archimedes archive » Acorn User » AU 1997-04 B.adf » PD |
Filename: | PDScheme/Freetime/FreeTime/!FreeTime/!Help |
Read OK: | ✔ |
File size: | 1131 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + !FreeTime - A Freenet Time Client (c) Joseph Heenan 1997 + + + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Version 1.01 ~~~~~~~~~~~~ FreeTime is a simple program that uses the internet time protocol (see RFC 868) to read the time from a remote time server. Once the time has been read, it will compare it with the time on your local computer. If the times differ by less than a specified amount, (5 seconds by default) it doesn't set your computers clock. If the times differ by more than a specified amount (120 seconds by default), then FreeTime will bring up a window enquiring whether or not it should set your computers clock. (This is to guard against it setting the time to something totally wrong!) Otherwise, it sets you local clock so that it agrees with the time from the remote server, and brings up a window saying to - which disappears either after 5 seconds, or when you click on it. FreeTime quits once it has completed its job. Configuring ~~~~~~~~~~~ All freetimes configurable options are changed by editting the file '!FreeTime.Config'. This is a text file, with the following format: All lines beginning with #'s are comments. All other lines are the options, with the format 'tag:value' The tags are as follows: Server : This specifies which computer to fetch the time from - by default, it uses ntp.demon.co.uk, which is fine for demon customers. Other people should use a machine belonging to their internet service provider - you should contact them directly if you are unsure of its name. MaxDiff : This is a time, in seconds. If the difference between the remote time server and your local clock is more than this, freetime will pop up a window asking whether or not to set the clock (providing the 'out' flag is set in the 'Window' tag, below). MinDiff : This is again, a time in seconds. If the time difference between the remote time server and your clock is less than this, freetime will not set your clock. Timeout : Another time in seconds - this is how long to wait for a reply from the time server before giving up. If you have a slow link, you may want to increase this from the default. Display : This specifies how long to display the information window for - the default is five seconds. Window : This is a series of words, specifying when FreeTime should display what has happened to the user. If the word is is listed after Window:, it means display 'this' to the user. The words are: transfer : Display window while fetching time from the server error : Display window if an error occurs set : Display window whenever time is set min : Display window if difference between times is less than the value set in 'MinDiff:', above. out : Display a query to the user if the times differ by more than the value in 'MaxDiff:' I'd recommend always having 'error' and 'out' included. I also include 'set' in my Config file. Licence : ~~~~~~~ !FreeTime is � Copyright 1996-1997 Joseph Heenan. All rights are reserved. Permission is granted to use FreeTime on the understanding that this use is entirely at your own risk. I accept no liability whatsoever for any loss or damage arising from the use of FreeTime nor do I make any guarantee that it is fit for any purpose. FreeTime maybe freely distributed providing all files are present and unchanged. No charges may be made (other than reasonable postage/packing costs) for distribution. It should not be distributed as part of any packages without the authors express permission. Credits : ~~~~~~~ Carol Carpenter for beta testing and useful suggestions, Ben Dooks for showing me the basics of udp and Matthew Bloch and Jim Gilligan for beta testing. Contact Details : ~~~~~~~~~~~~~~~ If you find any bugs, or have any suggestions for new features, or any general comments, please contact me via email: Joseph@odie.barnet.ac.uk I also read comp.sys.acorn.networking, so post there if you feel it appropriate. Joseph Heenan.
00000000 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b |++++++++++++++++| * 00000040 2b 2b 2b 2b 2b 2b 2b 2b 2b 0a 2b 09 09 09 09 09 |+++++++++.+.....| 00000050 09 09 09 20 20 20 20 20 20 20 20 2b 0a 2b 20 20 |... +.+ | 00000060 20 20 21 46 72 65 65 54 69 6d 65 20 20 2d 20 20 | !FreeTime - | 00000070 41 20 46 72 65 65 6e 65 74 20 54 69 6d 65 20 43 |A Freenet Time C| 00000080 6c 69 65 6e 74 20 20 20 20 20 28 63 29 20 4a 6f |lient (c) Jo| 00000090 73 65 70 68 20 48 65 65 6e 61 6e 20 31 39 39 37 |seph Heenan 1997| 000000a0 20 20 20 20 20 2b 0a 2b 09 09 09 09 09 09 09 09 | +.+........| 000000b0 09 2b 0a 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b |.+.+++++++++++++| 000000c0 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b |++++++++++++++++| * 000000f0 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 0a 0a 56 65 |++++++++++++..Ve| 00000100 72 73 69 6f 6e 20 31 2e 30 31 0a 7e 7e 7e 7e 7e |rsion 1.01.~~~~~| 00000110 7e 7e 7e 7e 7e 7e 7e 0a 0a 46 72 65 65 54 69 6d |~~~~~~~..FreeTim| 00000120 65 20 69 73 20 61 20 73 69 6d 70 6c 65 20 70 72 |e is a simple pr| 00000130 6f 67 72 61 6d 20 74 68 61 74 20 75 73 65 73 20 |ogram that uses | 00000140 74 68 65 20 69 6e 74 65 72 6e 65 74 20 74 69 6d |the internet tim| 00000150 65 20 70 72 6f 74 6f 63 6f 6c 0a 28 73 65 65 20 |e protocol.(see | 00000160 52 46 43 20 38 36 38 29 20 74 6f 20 72 65 61 64 |RFC 868) to read| 00000170 20 74 68 65 20 74 69 6d 65 20 66 72 6f 6d 20 61 | the time from a| 00000180 20 72 65 6d 6f 74 65 20 74 69 6d 65 20 73 65 72 | remote time ser| 00000190 76 65 72 2e 0a 0a 4f 6e 63 65 20 74 68 65 20 74 |ver...Once the t| 000001a0 69 6d 65 20 68 61 73 20 62 65 65 6e 20 72 65 61 |ime has been rea| 000001b0 64 2c 20 69 74 20 77 69 6c 6c 20 63 6f 6d 70 61 |d, it will compa| 000001c0 72 65 20 69 74 20 77 69 74 68 20 74 68 65 20 74 |re it with the t| 000001d0 69 6d 65 20 6f 6e 20 79 6f 75 72 0a 6c 6f 63 61 |ime on your.loca| 000001e0 6c 20 63 6f 6d 70 75 74 65 72 2e 20 49 66 20 74 |l computer. If t| 000001f0 68 65 20 74 69 6d 65 73 20 64 69 66 66 65 72 20 |he times differ | 00000200 62 79 20 6c 65 73 73 20 74 68 61 6e 20 61 20 73 |by less than a s| 00000210 70 65 63 69 66 69 65 64 20 61 6d 6f 75 6e 74 2c |pecified amount,| 00000220 0a 28 35 20 73 65 63 6f 6e 64 73 20 62 79 20 64 |.(5 seconds by d| 00000230 65 66 61 75 6c 74 29 20 69 74 20 64 6f 65 73 6e |efault) it doesn| 00000240 27 74 20 73 65 74 20 79 6f 75 72 20 63 6f 6d 70 |'t set your comp| 00000250 75 74 65 72 73 20 63 6c 6f 63 6b 2e 0a 0a 49 66 |uters clock...If| 00000260 20 74 68 65 20 74 69 6d 65 73 20 64 69 66 66 65 | the times diffe| 00000270 72 20 62 79 20 6d 6f 72 65 20 74 68 61 6e 20 61 |r by more than a| 00000280 20 73 70 65 63 69 66 69 65 64 20 61 6d 6f 75 6e | specified amoun| 00000290 74 20 28 31 32 30 20 73 65 63 6f 6e 64 73 20 62 |t (120 seconds b| 000002a0 79 0a 64 65 66 61 75 6c 74 29 2c 20 74 68 65 6e |y.default), then| 000002b0 20 46 72 65 65 54 69 6d 65 20 77 69 6c 6c 20 62 | FreeTime will b| 000002c0 72 69 6e 67 20 75 70 20 61 20 77 69 6e 64 6f 77 |ring up a window| 000002d0 20 65 6e 71 75 69 72 69 6e 67 20 77 68 65 74 68 | enquiring wheth| 000002e0 65 72 0a 6f 72 20 6e 6f 74 20 69 74 20 73 68 6f |er.or not it sho| 000002f0 75 6c 64 20 73 65 74 20 79 6f 75 72 20 63 6f 6d |uld set your com| 00000300 70 75 74 65 72 73 20 63 6c 6f 63 6b 2e 20 28 54 |puters clock. (T| 00000310 68 69 73 20 69 73 20 74 6f 20 67 75 61 72 64 20 |his is to guard | 00000320 61 67 61 69 6e 73 74 0a 69 74 20 73 65 74 74 69 |against.it setti| 00000330 6e 67 20 74 68 65 20 74 69 6d 65 20 74 6f 20 73 |ng the time to s| 00000340 6f 6d 65 74 68 69 6e 67 20 74 6f 74 61 6c 6c 79 |omething totally| 00000350 20 77 72 6f 6e 67 21 29 0a 0a 4f 74 68 65 72 77 | wrong!)..Otherw| 00000360 69 73 65 2c 20 69 74 20 73 65 74 73 20 79 6f 75 |ise, it sets you| 00000370 20 6c 6f 63 61 6c 20 63 6c 6f 63 6b 20 73 6f 20 | local clock so | 00000380 74 68 61 74 20 69 74 20 61 67 72 65 65 73 20 77 |that it agrees w| 00000390 69 74 68 20 74 68 65 20 74 69 6d 65 0a 66 72 6f |ith the time.fro| 000003a0 6d 20 74 68 65 20 72 65 6d 6f 74 65 20 73 65 72 |m the remote ser| 000003b0 76 65 72 2c 20 61 6e 64 20 62 72 69 6e 67 73 20 |ver, and brings | 000003c0 75 70 20 61 20 77 69 6e 64 6f 77 20 73 61 79 69 |up a window sayi| 000003d0 6e 67 20 74 6f 20 2d 20 77 68 69 63 68 0a 64 69 |ng to - which.di| 000003e0 73 61 70 70 65 61 72 73 20 65 69 74 68 65 72 20 |sappears either | 000003f0 61 66 74 65 72 20 35 20 73 65 63 6f 6e 64 73 2c |after 5 seconds,| 00000400 20 6f 72 20 77 68 65 6e 20 79 6f 75 20 63 6c 69 | or when you cli| 00000410 63 6b 20 6f 6e 20 69 74 2e 0a 0a 46 72 65 65 54 |ck on it...FreeT| 00000420 69 6d 65 20 71 75 69 74 73 20 6f 6e 63 65 20 69 |ime quits once i| 00000430 74 20 68 61 73 20 63 6f 6d 70 6c 65 74 65 64 20 |t has completed | 00000440 69 74 73 20 6a 6f 62 2e 0a 0a 43 6f 6e 66 69 67 |its job...Config| 00000450 75 72 69 6e 67 0a 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e |uring.~~~~~~~~~~| 00000460 7e 0a 0a 41 6c 6c 20 66 72 65 65 74 69 6d 65 73 |~..All freetimes| 00000470 20 63 6f 6e 66 69 67 75 72 61 62 6c 65 20 6f 70 | configurable op| 00000480 74 69 6f 6e 73 20 61 72 65 20 63 68 61 6e 67 65 |tions are change| 00000490 64 20 62 79 20 65 64 69 74 74 69 6e 67 20 74 68 |d by editting th| 000004a0 65 0a 66 69 6c 65 20 27 21 46 72 65 65 54 69 6d |e.file '!FreeTim| 000004b0 65 2e 43 6f 6e 66 69 67 27 2e 0a 0a 54 68 69 73 |e.Config'...This| 000004c0 20 69 73 20 61 20 74 65 78 74 20 66 69 6c 65 2c | is a text file,| 000004d0 20 77 69 74 68 20 74 68 65 20 66 6f 6c 6c 6f 77 | with the follow| 000004e0 69 6e 67 20 66 6f 72 6d 61 74 3a 0a 0a 20 41 6c |ing format:.. Al| 000004f0 6c 20 6c 69 6e 65 73 20 62 65 67 69 6e 6e 69 6e |l lines beginnin| 00000500 67 20 77 69 74 68 20 23 27 73 20 61 72 65 20 63 |g with #'s are c| 00000510 6f 6d 6d 65 6e 74 73 2e 0a 20 41 6c 6c 20 6f 74 |omments.. All ot| 00000520 68 65 72 20 6c 69 6e 65 73 20 61 72 65 20 74 68 |her lines are th| 00000530 65 20 6f 70 74 69 6f 6e 73 2c 20 77 69 74 68 20 |e options, with | 00000540 74 68 65 20 66 6f 72 6d 61 74 20 27 74 61 67 3a |the format 'tag:| 00000550 76 61 6c 75 65 27 0a 0a 54 68 65 20 74 61 67 73 |value'..The tags| 00000560 20 61 72 65 20 61 73 20 66 6f 6c 6c 6f 77 73 3a | are as follows:| 00000570 0a 0a 53 65 72 76 65 72 20 20 3a 20 54 68 69 73 |..Server : This| 00000580 20 73 70 65 63 69 66 69 65 73 20 77 68 69 63 68 | specifies which| 00000590 20 63 6f 6d 70 75 74 65 72 20 74 6f 20 66 65 74 | computer to fet| 000005a0 63 68 20 74 68 65 20 74 69 6d 65 20 66 72 6f 6d |ch the time from| 000005b0 20 2d 20 62 79 0a 20 20 20 20 20 20 20 20 20 20 | - by. | 000005c0 64 65 66 61 75 6c 74 2c 20 69 74 20 75 73 65 73 |default, it uses| 000005d0 20 6e 74 70 2e 64 65 6d 6f 6e 2e 63 6f 2e 75 6b | ntp.demon.co.uk| 000005e0 2c 20 77 68 69 63 68 20 69 73 20 66 69 6e 65 20 |, which is fine | 000005f0 66 6f 72 20 64 65 6d 6f 6e 0a 20 20 20 20 20 20 |for demon. | 00000600 20 20 20 20 63 75 73 74 6f 6d 65 72 73 2e 20 4f | customers. O| 00000610 74 68 65 72 20 70 65 6f 70 6c 65 20 73 68 6f 75 |ther people shou| 00000620 6c 64 20 75 73 65 20 61 20 6d 61 63 68 69 6e 65 |ld use a machine| 00000630 20 62 65 6c 6f 6e 67 69 6e 67 20 74 6f 0a 20 20 | belonging to. | 00000640 20 20 20 20 20 20 20 20 74 68 65 69 72 20 69 6e | their in| 00000650 74 65 72 6e 65 74 20 73 65 72 76 69 63 65 20 70 |ternet service p| 00000660 72 6f 76 69 64 65 72 20 2d 20 79 6f 75 20 73 68 |rovider - you sh| 00000670 6f 75 6c 64 20 63 6f 6e 74 61 63 74 20 74 68 65 |ould contact the| 00000680 6d 0a 20 20 20 20 20 20 20 20 20 20 64 69 72 65 |m. dire| 00000690 63 74 6c 79 20 69 66 20 79 6f 75 20 61 72 65 20 |ctly if you are | 000006a0 75 6e 73 75 72 65 20 6f 66 20 69 74 73 20 6e 61 |unsure of its na| 000006b0 6d 65 2e 0a 0a 4d 61 78 44 69 66 66 20 3a 20 54 |me...MaxDiff : T| 000006c0 68 69 73 20 69 73 20 61 20 74 69 6d 65 2c 20 69 |his is a time, i| 000006d0 6e 20 73 65 63 6f 6e 64 73 2e 20 49 66 20 74 68 |n seconds. If th| 000006e0 65 20 64 69 66 66 65 72 65 6e 63 65 20 62 65 74 |e difference bet| 000006f0 77 65 65 6e 20 74 68 65 0a 20 20 20 20 20 20 20 |ween the. | 00000700 20 20 20 72 65 6d 6f 74 65 20 74 69 6d 65 20 73 | remote time s| 00000710 65 72 76 65 72 20 61 6e 64 20 79 6f 75 72 20 6c |erver and your l| 00000720 6f 63 61 6c 20 63 6c 6f 63 6b 20 69 73 20 6d 6f |ocal clock is mo| 00000730 72 65 20 74 68 61 6e 20 74 68 69 73 2c 0a 20 20 |re than this,. | 00000740 20 20 20 20 20 20 20 20 66 72 65 65 74 69 6d 65 | freetime| 00000750 20 77 69 6c 6c 20 70 6f 70 20 75 70 20 61 20 77 | will pop up a w| 00000760 69 6e 64 6f 77 20 61 73 6b 69 6e 67 20 77 68 65 |indow asking whe| 00000770 74 68 65 72 20 6f 72 20 6e 6f 74 20 74 6f 0a 20 |ther or not to. | 00000780 20 20 20 20 20 20 20 20 20 73 65 74 20 74 68 65 | set the| 00000790 20 63 6c 6f 63 6b 20 28 70 72 6f 76 69 64 69 6e | clock (providin| 000007a0 67 20 74 68 65 20 27 6f 75 74 27 20 66 6c 61 67 |g the 'out' flag| 000007b0 20 69 73 20 73 65 74 20 69 6e 20 74 68 65 0a 20 | is set in the. | 000007c0 20 20 20 20 20 20 20 20 20 27 57 69 6e 64 6f 77 | 'Window| 000007d0 27 20 74 61 67 2c 20 62 65 6c 6f 77 29 2e 0a 0a |' tag, below)...| 000007e0 4d 69 6e 44 69 66 66 20 3a 20 54 68 69 73 20 69 |MinDiff : This i| 000007f0 73 20 61 67 61 69 6e 2c 20 61 20 74 69 6d 65 20 |s again, a time | 00000800 69 6e 20 73 65 63 6f 6e 64 73 2e 20 49 66 20 74 |in seconds. If t| 00000810 68 65 20 74 69 6d 65 20 64 69 66 66 65 72 65 6e |he time differen| 00000820 63 65 0a 20 20 20 20 20 20 20 20 20 20 62 65 74 |ce. bet| 00000830 77 65 65 6e 20 74 68 65 20 72 65 6d 6f 74 65 20 |ween the remote | 00000840 74 69 6d 65 20 73 65 72 76 65 72 20 61 6e 64 20 |time server and | 00000850 79 6f 75 72 20 63 6c 6f 63 6b 20 69 73 20 6c 65 |your clock is le| 00000860 73 73 20 74 68 61 6e 0a 20 20 20 20 20 20 20 20 |ss than. | 00000870 20 20 74 68 69 73 2c 20 66 72 65 65 74 69 6d 65 | this, freetime| 00000880 20 77 69 6c 6c 20 6e 6f 74 20 73 65 74 20 79 6f | will not set yo| 00000890 75 72 20 63 6c 6f 63 6b 2e 0a 0a 54 69 6d 65 6f |ur clock...Timeo| 000008a0 75 74 20 3a 20 41 6e 6f 74 68 65 72 20 74 69 6d |ut : Another tim| 000008b0 65 20 69 6e 20 73 65 63 6f 6e 64 73 20 2d 20 74 |e in seconds - t| 000008c0 68 69 73 20 69 73 20 68 6f 77 20 6c 6f 6e 67 20 |his is how long | 000008d0 74 6f 20 77 61 69 74 20 66 6f 72 20 61 0a 20 20 |to wait for a. | 000008e0 20 20 20 20 20 20 20 20 72 65 70 6c 79 20 66 72 | reply fr| 000008f0 6f 6d 20 74 68 65 20 74 69 6d 65 20 73 65 72 76 |om the time serv| 00000900 65 72 20 62 65 66 6f 72 65 20 67 69 76 69 6e 67 |er before giving| 00000910 20 75 70 2e 20 49 66 20 79 6f 75 20 68 61 76 65 | up. If you have| 00000920 0a 20 20 20 20 20 20 20 20 20 20 61 20 73 6c 6f |. a slo| 00000930 77 20 6c 69 6e 6b 2c 20 79 6f 75 20 6d 61 79 20 |w link, you may | 00000940 77 61 6e 74 20 74 6f 20 69 6e 63 72 65 61 73 65 |want to increase| 00000950 20 74 68 69 73 20 66 72 6f 6d 20 74 68 65 20 64 | this from the d| 00000960 65 66 61 75 6c 74 2e 0a 0a 44 69 73 70 6c 61 79 |efault...Display| 00000970 20 3a 20 54 68 69 73 20 73 70 65 63 69 66 69 65 | : This specifie| 00000980 73 20 68 6f 77 20 6c 6f 6e 67 20 74 6f 20 64 69 |s how long to di| 00000990 73 70 6c 61 79 20 74 68 65 20 69 6e 66 6f 72 6d |splay the inform| 000009a0 61 74 69 6f 6e 20 77 69 6e 64 6f 77 0a 20 20 20 |ation window. | 000009b0 20 20 20 20 20 20 20 66 6f 72 20 2d 20 74 68 65 | for - the| 000009c0 20 64 65 66 61 75 6c 74 20 69 73 20 66 69 76 65 | default is five| 000009d0 20 73 65 63 6f 6e 64 73 2e 0a 0a 57 69 6e 64 6f | seconds...Windo| 000009e0 77 20 20 3a 20 54 68 69 73 20 69 73 20 61 20 73 |w : This is a s| 000009f0 65 72 69 65 73 20 6f 66 20 77 6f 72 64 73 2c 20 |eries of words, | 00000a00 73 70 65 63 69 66 79 69 6e 67 20 77 68 65 6e 20 |specifying when | 00000a10 46 72 65 65 54 69 6d 65 20 73 68 6f 75 6c 64 0a |FreeTime should.| 00000a20 20 20 20 20 20 20 20 20 20 20 64 69 73 70 6c 61 | displa| 00000a30 79 20 77 68 61 74 20 68 61 73 20 68 61 70 70 65 |y what has happe| 00000a40 6e 65 64 20 74 6f 20 74 68 65 20 75 73 65 72 2e |ned to the user.| 00000a50 20 49 66 20 74 68 65 20 77 6f 72 64 20 69 73 0a | If the word is.| 00000a60 20 20 20 20 20 20 20 20 20 20 69 73 20 6c 69 73 | is lis| 00000a70 74 65 64 20 61 66 74 65 72 20 57 69 6e 64 6f 77 |ted after Window| 00000a80 3a 2c 20 69 74 20 6d 65 61 6e 73 20 64 69 73 70 |:, it means disp| 00000a90 6c 61 79 20 27 74 68 69 73 27 20 74 6f 20 74 68 |lay 'this' to th| 00000aa0 65 0a 20 20 20 20 20 20 20 20 20 20 75 73 65 72 |e. user| 00000ab0 2e 20 54 68 65 20 77 6f 72 64 73 20 61 72 65 3a |. The words are:| 00000ac0 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 74 72 |.. tr| 00000ad0 61 6e 73 66 65 72 20 3a 20 44 69 73 70 6c 61 79 |ansfer : Display| 00000ae0 20 77 69 6e 64 6f 77 20 77 68 69 6c 65 20 66 65 | window while fe| 00000af0 74 63 68 69 6e 67 20 74 69 6d 65 20 66 72 6f 6d |tching time from| 00000b00 20 74 68 65 20 73 65 72 76 65 72 0a 20 20 20 20 | the server. | 00000b10 20 20 20 20 20 20 20 20 65 72 72 6f 72 20 20 20 | error | 00000b20 20 3a 20 44 69 73 70 6c 61 79 20 77 69 6e 64 6f | : Display windo| 00000b30 77 20 69 66 20 61 6e 20 65 72 72 6f 72 20 6f 63 |w if an error oc| 00000b40 63 75 72 73 0a 20 20 20 20 20 20 20 20 20 20 20 |curs. | 00000b50 20 73 65 74 20 20 20 20 20 20 3a 20 44 69 73 70 | set : Disp| 00000b60 6c 61 79 20 77 69 6e 64 6f 77 20 77 68 65 6e 65 |lay window whene| 00000b70 76 65 72 20 74 69 6d 65 20 69 73 20 73 65 74 0a |ver time is set.| 00000b80 20 20 20 20 20 20 20 20 20 20 20 20 6d 69 6e 20 | min | 00000b90 20 20 20 20 20 3a 20 44 69 73 70 6c 61 79 20 77 | : Display w| 00000ba0 69 6e 64 6f 77 20 69 66 20 64 69 66 66 65 72 65 |indow if differe| 00000bb0 6e 63 65 20 62 65 74 77 65 65 6e 20 74 69 6d 65 |nce between time| 00000bc0 73 20 69 73 20 6c 65 73 73 0a 20 20 20 20 20 20 |s is less. | 00000bd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000be0 20 20 20 74 68 61 6e 20 74 68 65 20 76 61 6c 75 | than the valu| 00000bf0 65 20 73 65 74 20 69 6e 20 27 4d 69 6e 44 69 66 |e set in 'MinDif| 00000c00 66 3a 27 2c 20 61 62 6f 76 65 2e 0a 20 20 20 20 |f:', above.. | 00000c10 20 20 20 20 20 20 20 20 6f 75 74 20 20 20 20 20 | out | 00000c20 20 3a 20 44 69 73 70 6c 61 79 20 61 20 71 75 65 | : Display a que| 00000c30 72 79 20 74 6f 20 74 68 65 20 75 73 65 72 20 69 |ry to the user i| 00000c40 66 20 74 68 65 20 74 69 6d 65 73 20 64 69 66 66 |f the times diff| 00000c50 65 72 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |er. | 00000c60 20 20 20 20 20 20 20 20 20 20 20 20 62 79 20 6d | by m| 00000c70 6f 72 65 20 74 68 61 6e 20 74 68 65 20 76 61 6c |ore than the val| 00000c80 75 65 20 69 6e 20 27 4d 61 78 44 69 66 66 3a 27 |ue in 'MaxDiff:'| 00000c90 0a 0a 20 20 20 20 20 20 20 20 20 20 49 27 64 20 |.. I'd | 00000ca0 72 65 63 6f 6d 6d 65 6e 64 20 61 6c 77 61 79 73 |recommend always| 00000cb0 20 68 61 76 69 6e 67 20 27 65 72 72 6f 72 27 20 | having 'error' | 00000cc0 61 6e 64 20 27 6f 75 74 27 20 69 6e 63 6c 75 64 |and 'out' includ| 00000cd0 65 64 2e 20 49 20 61 6c 73 6f 0a 20 20 20 20 20 |ed. I also. | 00000ce0 20 20 20 20 20 69 6e 63 6c 75 64 65 20 27 73 65 | include 'se| 00000cf0 74 27 20 69 6e 20 6d 79 20 43 6f 6e 66 69 67 20 |t' in my Config | 00000d00 66 69 6c 65 2e 0a 0a 4c 69 63 65 6e 63 65 20 3a |file...Licence :| 00000d10 0a 7e 7e 7e 7e 7e 7e 7e 0a 0a 21 46 72 65 65 54 |.~~~~~~~..!FreeT| 00000d20 69 6d 65 20 69 73 20 a9 20 43 6f 70 79 72 69 67 |ime is . Copyrig| 00000d30 68 74 20 31 39 39 36 2d 31 39 39 37 20 4a 6f 73 |ht 1996-1997 Jos| 00000d40 65 70 68 20 48 65 65 6e 61 6e 2e 20 41 6c 6c 20 |eph Heenan. All | 00000d50 72 69 67 68 74 73 20 61 72 65 20 72 65 73 65 72 |rights are reser| 00000d60 76 65 64 2e 0a 0a 50 65 72 6d 69 73 73 69 6f 6e |ved...Permission| 00000d70 20 69 73 20 67 72 61 6e 74 65 64 20 74 6f 20 75 | is granted to u| 00000d80 73 65 20 46 72 65 65 54 69 6d 65 20 6f 6e 20 74 |se FreeTime on t| 00000d90 68 65 20 75 6e 64 65 72 73 74 61 6e 64 69 6e 67 |he understanding| 00000da0 20 74 68 61 74 20 74 68 69 73 20 75 73 65 20 69 | that this use i| 00000db0 73 0a 65 6e 74 69 72 65 6c 79 20 61 74 20 79 6f |s.entirely at yo| 00000dc0 75 72 20 6f 77 6e 20 72 69 73 6b 2e 20 49 20 61 |ur own risk. I a| 00000dd0 63 63 65 70 74 20 6e 6f 20 6c 69 61 62 69 6c 69 |ccept no liabili| 00000de0 74 79 20 77 68 61 74 73 6f 65 76 65 72 20 66 6f |ty whatsoever fo| 00000df0 72 20 61 6e 79 20 6c 6f 73 73 20 6f 72 0a 64 61 |r any loss or.da| 00000e00 6d 61 67 65 20 61 72 69 73 69 6e 67 20 66 72 6f |mage arising fro| 00000e10 6d 20 74 68 65 20 75 73 65 20 6f 66 20 46 72 65 |m the use of Fre| 00000e20 65 54 69 6d 65 20 6e 6f 72 20 64 6f 20 49 20 6d |eTime nor do I m| 00000e30 61 6b 65 20 61 6e 79 20 67 75 61 72 61 6e 74 65 |ake any guarante| 00000e40 65 20 74 68 61 74 20 69 74 0a 69 73 20 66 69 74 |e that it.is fit| 00000e50 20 66 6f 72 20 61 6e 79 20 70 75 72 70 6f 73 65 | for any purpose| 00000e60 2e 20 20 46 72 65 65 54 69 6d 65 20 6d 61 79 62 |. FreeTime mayb| 00000e70 65 20 66 72 65 65 6c 79 20 64 69 73 74 72 69 62 |e freely distrib| 00000e80 75 74 65 64 20 70 72 6f 76 69 64 69 6e 67 20 61 |uted providing a| 00000e90 6c 6c 20 66 69 6c 65 73 20 0a 61 72 65 20 70 72 |ll files .are pr| 00000ea0 65 73 65 6e 74 20 61 6e 64 20 75 6e 63 68 61 6e |esent and unchan| 00000eb0 67 65 64 2e 20 20 4e 6f 20 63 68 61 72 67 65 73 |ged. No charges| 00000ec0 20 6d 61 79 20 62 65 20 6d 61 64 65 20 28 6f 74 | may be made (ot| 00000ed0 68 65 72 20 74 68 61 6e 20 72 65 61 73 6f 6e 61 |her than reasona| 00000ee0 62 6c 65 20 0a 70 6f 73 74 61 67 65 2f 70 61 63 |ble .postage/pac| 00000ef0 6b 69 6e 67 20 63 6f 73 74 73 29 20 66 6f 72 20 |king costs) for | 00000f00 64 69 73 74 72 69 62 75 74 69 6f 6e 2e 20 20 49 |distribution. I| 00000f10 74 20 73 68 6f 75 6c 64 20 6e 6f 74 20 62 65 20 |t should not be | 00000f20 64 69 73 74 72 69 62 75 74 65 64 20 61 73 20 0a |distributed as .| 00000f30 70 61 72 74 20 6f 66 20 61 6e 79 20 70 61 63 6b |part of any pack| 00000f40 61 67 65 73 20 77 69 74 68 6f 75 74 20 74 68 65 |ages without the| 00000f50 20 61 75 74 68 6f 72 73 20 65 78 70 72 65 73 73 | authors express| 00000f60 20 70 65 72 6d 69 73 73 69 6f 6e 2e 0a 0a 43 72 | permission...Cr| 00000f70 65 64 69 74 73 20 3a 0a 7e 7e 7e 7e 7e 7e 7e 0a |edits :.~~~~~~~.| 00000f80 0a 43 61 72 6f 6c 20 43 61 72 70 65 6e 74 65 72 |.Carol Carpenter| 00000f90 20 66 6f 72 20 62 65 74 61 20 74 65 73 74 69 6e | for beta testin| 00000fa0 67 20 61 6e 64 20 75 73 65 66 75 6c 20 73 75 67 |g and useful sug| 00000fb0 67 65 73 74 69 6f 6e 73 2c 20 42 65 6e 20 44 6f |gestions, Ben Do| 00000fc0 6f 6b 73 20 66 6f 72 0a 73 68 6f 77 69 6e 67 20 |oks for.showing | 00000fd0 6d 65 20 74 68 65 20 62 61 73 69 63 73 20 6f 66 |me the basics of| 00000fe0 20 75 64 70 20 61 6e 64 20 4d 61 74 74 68 65 77 | udp and Matthew| 00000ff0 20 42 6c 6f 63 68 20 61 6e 64 20 4a 69 6d 20 47 | Bloch and Jim G| 00001000 69 6c 6c 69 67 61 6e 20 66 6f 72 0a 62 65 74 61 |illigan for.beta| 00001010 20 74 65 73 74 69 6e 67 2e 0a 0a 43 6f 6e 74 61 | testing...Conta| 00001020 63 74 20 44 65 74 61 69 6c 73 20 3a 0a 7e 7e 7e |ct Details :.~~~| 00001030 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 7e 0a 0a 49 66 |~~~~~~~~~~~~..If| 00001040 20 79 6f 75 20 66 69 6e 64 20 61 6e 79 20 62 75 | you find any bu| 00001050 67 73 2c 20 6f 72 20 68 61 76 65 20 61 6e 79 20 |gs, or have any | 00001060 73 75 67 67 65 73 74 69 6f 6e 73 20 66 6f 72 20 |suggestions for | 00001070 6e 65 77 20 66 65 61 74 75 72 65 73 2c 0a 6f 72 |new features,.or| 00001080 20 61 6e 79 20 67 65 6e 65 72 61 6c 20 63 6f 6d | any general com| 00001090 6d 65 6e 74 73 2c 20 70 6c 65 61 73 65 20 63 6f |ments, please co| 000010a0 6e 74 61 63 74 20 6d 65 20 76 69 61 20 65 6d 61 |ntact me via ema| 000010b0 69 6c 3a 0a 0a 09 4a 6f 73 65 70 68 40 6f 64 69 |il:...Joseph@odi| 000010c0 65 2e 62 61 72 6e 65 74 2e 61 63 2e 75 6b 0a 0a |e.barnet.ac.uk..| 000010d0 49 20 61 6c 73 6f 20 72 65 61 64 20 63 6f 6d 70 |I also read comp| 000010e0 2e 73 79 73 2e 61 63 6f 72 6e 2e 6e 65 74 77 6f |.sys.acorn.netwo| 000010f0 72 6b 69 6e 67 2c 20 73 6f 20 70 6f 73 74 20 74 |rking, so post t| 00001100 68 65 72 65 20 69 66 20 79 6f 75 20 66 65 65 6c |here if you feel| 00001110 0a 69 74 20 61 70 70 72 6f 70 72 69 61 74 65 2e |.it appropriate.| 00001120 0a 0a 4a 6f 73 65 70 68 20 48 65 65 6e 61 6e 2e |..Joseph Heenan.| 00001130 0a |.| 00001131