Home » Archimedes archive » Archimedes World » AW-1996-01.adf » !Webite_Webite » HTML/TerB
HTML/TerB
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 » Archimedes World » AW-1996-01.adf » !Webite_Webite |
Filename: | HTML/TerB |
Read OK: | ✔ |
File size: | 092F bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<html><head><title>Bulletin Boards and Termite</title></head> <body background="imgs/Background"> <h1>Why Termite though?</h1> <p>Termite is extremely easy to use: just click on the icon bar icon, and double-click on the board you want to connect to. Termite will make your modem dial the board, log on for you, and even run an automatic script for you.</p> <p align=center><img src="imgs/Directory" width=442 height=341><br><em>Set up a dialling directory for quick access to your favourite systems</em></p> <p>Termite's script language is a very powerful and comprehensive language based on the BBC BASIC language supplied with RISC OS. It allows full manipulation of text and numbers, and provides the full set of BASIC V commands including <code>REPEAT</code>-<code>UNTIL</code>, <code>IF</code>-<code>ELSE</code>-<code>ENDIF</code>, <code>PROC</code>, <code>FN</code>, and so on. The BASIC language is so popular and easy-to-learn that even the novice user may create scripts that can log-on, collect mail, send any mail written, and log off again as quickly as possible, to avoid unnecessary phone costs.</p> <p>Termite has in-built call-costing facilities too, so you can monitor how much you're spending and where.</p> <p>Another way to cut call costs is to read and write messages from bulletin boards off-line, browsing through mail at your leisure without having to be connected to anyone. Termite is supplied with <dfn>Offlite</dfn>, which allows you to do this.</p> <p align=center><img src="imgs/Offlite" width=514 height=248><br><em>Reading BBS mail with Offlite</em></p> <p>Termite is supplied with all the protocols you need to communicate with bulletin boards, from file transfers (with interrupt-driven ZModem to give you flawless file transfers even if the WIMP isn't multi-tasking quickly) to terminal emulations (including the nicest ANSI emulation available on Acorn computers). Its modular design allows you to add and update parts of the program easily, and saves memory by loading in only the parts of the program you need, as and when you need them.</p> <p align=center><img src="imgs/ZModem" width=284 height=201><br><em>Transferring a file via ZModem</em></p> <hr> <p><a href="Index"><img src="imgs/butbak" align=middle width=88 height=88 border=0 alt="(O)"></a> Go up to <a href="Index">index page</a></p> </body></html>
00000000 3c 68 74 6d 6c 3e 3c 68 65 61 64 3e 3c 74 69 74 |<html><head><tit| 00000010 6c 65 3e 42 75 6c 6c 65 74 69 6e 20 42 6f 61 72 |le>Bulletin Boar| 00000020 64 73 20 61 6e 64 20 54 65 72 6d 69 74 65 3c 2f |ds and Termite</| 00000030 74 69 74 6c 65 3e 3c 2f 68 65 61 64 3e 0a 3c 62 |title></head>.<b| 00000040 6f 64 79 20 62 61 63 6b 67 72 6f 75 6e 64 3d 22 |ody background="| 00000050 69 6d 67 73 2f 42 61 63 6b 67 72 6f 75 6e 64 22 |imgs/Background"| 00000060 3e 0a 3c 68 31 3e 57 68 79 20 54 65 72 6d 69 74 |>.<h1>Why Termit| 00000070 65 20 74 68 6f 75 67 68 3f 3c 2f 68 31 3e 0a 3c |e though?</h1>.<| 00000080 70 3e 54 65 72 6d 69 74 65 20 69 73 20 65 78 74 |p>Termite is ext| 00000090 72 65 6d 65 6c 79 20 65 61 73 79 20 74 6f 20 75 |remely easy to u| 000000a0 73 65 3a 20 6a 75 73 74 20 63 6c 69 63 6b 20 6f |se: just click o| 000000b0 6e 20 74 68 65 20 69 63 6f 6e 20 62 61 72 20 69 |n the icon bar i| 000000c0 63 6f 6e 2c 20 61 6e 64 20 64 6f 75 62 6c 65 2d |con, and double-| 000000d0 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 62 6f 61 |click on the boa| 000000e0 72 64 20 79 6f 75 20 77 61 6e 74 20 74 6f 20 63 |rd you want to c| 000000f0 6f 6e 6e 65 63 74 20 74 6f 2e 20 54 65 72 6d 69 |onnect to. Termi| 00000100 74 65 20 77 69 6c 6c 20 6d 61 6b 65 20 79 6f 75 |te will make you| 00000110 72 20 6d 6f 64 65 6d 20 64 69 61 6c 20 74 68 65 |r modem dial the| 00000120 20 62 6f 61 72 64 2c 20 6c 6f 67 20 6f 6e 20 66 | board, log on f| 00000130 6f 72 20 79 6f 75 2c 20 61 6e 64 20 65 76 65 6e |or you, and even| 00000140 20 72 75 6e 20 61 6e 20 61 75 74 6f 6d 61 74 69 | run an automati| 00000150 63 20 73 63 72 69 70 74 20 66 6f 72 20 79 6f 75 |c script for you| 00000160 2e 3c 2f 70 3e 0a 3c 70 20 61 6c 69 67 6e 3d 63 |.</p>.<p align=c| 00000170 65 6e 74 65 72 3e 3c 69 6d 67 20 73 72 63 3d 22 |enter><img src="| 00000180 69 6d 67 73 2f 44 69 72 65 63 74 6f 72 79 22 20 |imgs/Directory" | 00000190 77 69 64 74 68 3d 34 34 32 20 68 65 69 67 68 74 |width=442 height| 000001a0 3d 33 34 31 3e 3c 62 72 3e 3c 65 6d 3e 53 65 74 |=341><br><em>Set| 000001b0 20 75 70 20 61 20 64 69 61 6c 6c 69 6e 67 20 64 | up a dialling d| 000001c0 69 72 65 63 74 6f 72 79 20 66 6f 72 20 71 75 69 |irectory for qui| 000001d0 63 6b 20 61 63 63 65 73 73 20 74 6f 20 79 6f 75 |ck access to you| 000001e0 72 20 66 61 76 6f 75 72 69 74 65 20 73 79 73 74 |r favourite syst| 000001f0 65 6d 73 3c 2f 65 6d 3e 3c 2f 70 3e 0a 3c 70 3e |ems</em></p>.<p>| 00000200 54 65 72 6d 69 74 65 27 73 20 73 63 72 69 70 74 |Termite's script| 00000210 20 6c 61 6e 67 75 61 67 65 20 69 73 20 61 20 76 | language is a v| 00000220 65 72 79 20 70 6f 77 65 72 66 75 6c 20 61 6e 64 |ery powerful and| 00000230 20 63 6f 6d 70 72 65 68 65 6e 73 69 76 65 20 6c | comprehensive l| 00000240 61 6e 67 75 61 67 65 20 62 61 73 65 64 20 6f 6e |anguage based on| 00000250 20 74 68 65 20 42 42 43 20 42 41 53 49 43 20 6c | the BBC BASIC l| 00000260 61 6e 67 75 61 67 65 20 73 75 70 70 6c 69 65 64 |anguage supplied| 00000270 20 77 69 74 68 20 52 49 53 43 20 4f 53 2e 20 49 | with RISC OS. I| 00000280 74 20 61 6c 6c 6f 77 73 20 66 75 6c 6c 20 6d 61 |t allows full ma| 00000290 6e 69 70 75 6c 61 74 69 6f 6e 20 6f 66 20 74 65 |nipulation of te| 000002a0 78 74 20 61 6e 64 20 6e 75 6d 62 65 72 73 2c 20 |xt and numbers, | 000002b0 61 6e 64 20 70 72 6f 76 69 64 65 73 20 74 68 65 |and provides the| 000002c0 20 66 75 6c 6c 20 73 65 74 20 6f 66 20 42 41 53 | full set of BAS| 000002d0 49 43 20 56 20 63 6f 6d 6d 61 6e 64 73 20 69 6e |IC V commands in| 000002e0 63 6c 75 64 69 6e 67 20 3c 63 6f 64 65 3e 52 45 |cluding <code>RE| 000002f0 50 45 41 54 3c 2f 63 6f 64 65 3e 2d 3c 63 6f 64 |PEAT</code>-<cod| 00000300 65 3e 55 4e 54 49 4c 3c 2f 63 6f 64 65 3e 2c 20 |e>UNTIL</code>, | 00000310 3c 63 6f 64 65 3e 49 46 3c 2f 63 6f 64 65 3e 2d |<code>IF</code>-| 00000320 3c 63 6f 64 65 3e 45 4c 53 45 3c 2f 63 6f 64 65 |<code>ELSE</code| 00000330 3e 2d 3c 63 6f 64 65 3e 45 4e 44 49 46 3c 2f 63 |>-<code>ENDIF</c| 00000340 6f 64 65 3e 2c 20 3c 63 6f 64 65 3e 50 52 4f 43 |ode>, <code>PROC| 00000350 3c 2f 63 6f 64 65 3e 2c 20 3c 63 6f 64 65 3e 46 |</code>, <code>F| 00000360 4e 3c 2f 63 6f 64 65 3e 2c 20 61 6e 64 20 73 6f |N</code>, and so| 00000370 20 6f 6e 2e 20 54 68 65 20 42 41 53 49 43 20 6c | on. The BASIC l| 00000380 61 6e 67 75 61 67 65 20 69 73 20 73 6f 20 70 6f |anguage is so po| 00000390 70 75 6c 61 72 20 61 6e 64 20 65 61 73 79 2d 74 |pular and easy-t| 000003a0 6f 2d 6c 65 61 72 6e 20 74 68 61 74 20 65 76 65 |o-learn that eve| 000003b0 6e 20 74 68 65 20 6e 6f 76 69 63 65 20 75 73 65 |n the novice use| 000003c0 72 20 6d 61 79 20 63 72 65 61 74 65 20 73 63 72 |r may create scr| 000003d0 69 70 74 73 20 74 68 61 74 20 63 61 6e 20 6c 6f |ipts that can lo| 000003e0 67 2d 6f 6e 2c 20 63 6f 6c 6c 65 63 74 20 6d 61 |g-on, collect ma| 000003f0 69 6c 2c 20 73 65 6e 64 20 61 6e 79 20 6d 61 69 |il, send any mai| 00000400 6c 20 77 72 69 74 74 65 6e 2c 20 61 6e 64 20 6c |l written, and l| 00000410 6f 67 20 6f 66 66 20 61 67 61 69 6e 20 61 73 20 |og off again as | 00000420 71 75 69 63 6b 6c 79 20 61 73 20 70 6f 73 73 69 |quickly as possi| 00000430 62 6c 65 2c 20 74 6f 20 61 76 6f 69 64 20 75 6e |ble, to avoid un| 00000440 6e 65 63 65 73 73 61 72 79 20 70 68 6f 6e 65 20 |necessary phone | 00000450 63 6f 73 74 73 2e 3c 2f 70 3e 0a 3c 70 3e 54 65 |costs.</p>.<p>Te| 00000460 72 6d 69 74 65 20 68 61 73 20 69 6e 2d 62 75 69 |rmite has in-bui| 00000470 6c 74 20 63 61 6c 6c 2d 63 6f 73 74 69 6e 67 20 |lt call-costing | 00000480 66 61 63 69 6c 69 74 69 65 73 20 74 6f 6f 2c 20 |facilities too, | 00000490 73 6f 20 79 6f 75 20 63 61 6e 20 6d 6f 6e 69 74 |so you can monit| 000004a0 6f 72 20 68 6f 77 20 6d 75 63 68 20 79 6f 75 27 |or how much you'| 000004b0 72 65 20 73 70 65 6e 64 69 6e 67 20 61 6e 64 20 |re spending and | 000004c0 77 68 65 72 65 2e 3c 2f 70 3e 0a 3c 70 3e 41 6e |where.</p>.<p>An| 000004d0 6f 74 68 65 72 20 77 61 79 20 74 6f 20 63 75 74 |other way to cut| 000004e0 20 63 61 6c 6c 20 63 6f 73 74 73 20 69 73 20 74 | call costs is t| 000004f0 6f 20 72 65 61 64 20 61 6e 64 20 77 72 69 74 65 |o read and write| 00000500 20 6d 65 73 73 61 67 65 73 20 66 72 6f 6d 20 62 | messages from b| 00000510 75 6c 6c 65 74 69 6e 20 62 6f 61 72 64 73 20 6f |ulletin boards o| 00000520 66 66 2d 6c 69 6e 65 2c 20 62 72 6f 77 73 69 6e |ff-line, browsin| 00000530 67 20 74 68 72 6f 75 67 68 20 6d 61 69 6c 20 61 |g through mail a| 00000540 74 20 79 6f 75 72 20 6c 65 69 73 75 72 65 20 77 |t your leisure w| 00000550 69 74 68 6f 75 74 20 68 61 76 69 6e 67 20 74 6f |ithout having to| 00000560 20 62 65 20 63 6f 6e 6e 65 63 74 65 64 20 74 6f | be connected to| 00000570 20 61 6e 79 6f 6e 65 2e 20 54 65 72 6d 69 74 65 | anyone. Termite| 00000580 20 69 73 20 73 75 70 70 6c 69 65 64 20 77 69 74 | is supplied wit| 00000590 68 20 3c 64 66 6e 3e 4f 66 66 6c 69 74 65 3c 2f |h <dfn>Offlite</| 000005a0 64 66 6e 3e 2c 20 77 68 69 63 68 20 61 6c 6c 6f |dfn>, which allo| 000005b0 77 73 20 79 6f 75 20 74 6f 20 64 6f 20 74 68 69 |ws you to do thi| 000005c0 73 2e 3c 2f 70 3e 0a 3c 70 20 61 6c 69 67 6e 3d |s.</p>.<p align=| 000005d0 63 65 6e 74 65 72 3e 3c 69 6d 67 20 73 72 63 3d |center><img src=| 000005e0 22 69 6d 67 73 2f 4f 66 66 6c 69 74 65 22 20 77 |"imgs/Offlite" w| 000005f0 69 64 74 68 3d 35 31 34 20 68 65 69 67 68 74 3d |idth=514 height=| 00000600 32 34 38 3e 3c 62 72 3e 3c 65 6d 3e 52 65 61 64 |248><br><em>Read| 00000610 69 6e 67 20 42 42 53 20 6d 61 69 6c 20 77 69 74 |ing BBS mail wit| 00000620 68 20 4f 66 66 6c 69 74 65 3c 2f 65 6d 3e 3c 2f |h Offlite</em></| 00000630 70 3e 0a 3c 70 3e 54 65 72 6d 69 74 65 20 69 73 |p>.<p>Termite is| 00000640 20 73 75 70 70 6c 69 65 64 20 77 69 74 68 20 61 | supplied with a| 00000650 6c 6c 20 74 68 65 20 70 72 6f 74 6f 63 6f 6c 73 |ll the protocols| 00000660 20 79 6f 75 20 6e 65 65 64 20 74 6f 20 63 6f 6d | you need to com| 00000670 6d 75 6e 69 63 61 74 65 20 77 69 74 68 20 62 75 |municate with bu| 00000680 6c 6c 65 74 69 6e 20 62 6f 61 72 64 73 2c 20 66 |lletin boards, f| 00000690 72 6f 6d 20 66 69 6c 65 20 74 72 61 6e 73 66 65 |rom file transfe| 000006a0 72 73 20 28 77 69 74 68 20 69 6e 74 65 72 72 75 |rs (with interru| 000006b0 70 74 2d 64 72 69 76 65 6e 20 5a 4d 6f 64 65 6d |pt-driven ZModem| 000006c0 20 74 6f 20 67 69 76 65 20 79 6f 75 20 66 6c 61 | to give you fla| 000006d0 77 6c 65 73 73 20 66 69 6c 65 20 74 72 61 6e 73 |wless file trans| 000006e0 66 65 72 73 20 65 76 65 6e 20 69 66 20 74 68 65 |fers even if the| 000006f0 20 57 49 4d 50 20 69 73 6e 27 74 20 6d 75 6c 74 | WIMP isn't mult| 00000700 69 2d 74 61 73 6b 69 6e 67 20 71 75 69 63 6b 6c |i-tasking quickl| 00000710 79 29 20 74 6f 20 74 65 72 6d 69 6e 61 6c 20 65 |y) to terminal e| 00000720 6d 75 6c 61 74 69 6f 6e 73 20 28 69 6e 63 6c 75 |mulations (inclu| 00000730 64 69 6e 67 20 74 68 65 20 6e 69 63 65 73 74 20 |ding the nicest | 00000740 41 4e 53 49 20 65 6d 75 6c 61 74 69 6f 6e 20 61 |ANSI emulation a| 00000750 76 61 69 6c 61 62 6c 65 20 6f 6e 20 41 63 6f 72 |vailable on Acor| 00000760 6e 20 63 6f 6d 70 75 74 65 72 73 29 2e 20 49 74 |n computers). It| 00000770 73 20 6d 6f 64 75 6c 61 72 20 64 65 73 69 67 6e |s modular design| 00000780 20 61 6c 6c 6f 77 73 20 79 6f 75 20 74 6f 20 61 | allows you to a| 00000790 64 64 20 61 6e 64 20 75 70 64 61 74 65 20 70 61 |dd and update pa| 000007a0 72 74 73 20 6f 66 20 74 68 65 20 70 72 6f 67 72 |rts of the progr| 000007b0 61 6d 20 65 61 73 69 6c 79 2c 20 61 6e 64 20 73 |am easily, and s| 000007c0 61 76 65 73 20 6d 65 6d 6f 72 79 20 62 79 20 6c |aves memory by l| 000007d0 6f 61 64 69 6e 67 20 69 6e 20 6f 6e 6c 79 20 74 |oading in only t| 000007e0 68 65 20 70 61 72 74 73 20 6f 66 20 74 68 65 20 |he parts of the | 000007f0 70 72 6f 67 72 61 6d 20 79 6f 75 20 6e 65 65 64 |program you need| 00000800 2c 20 61 73 20 61 6e 64 20 77 68 65 6e 20 79 6f |, as and when yo| 00000810 75 20 6e 65 65 64 20 74 68 65 6d 2e 3c 2f 70 3e |u need them.</p>| 00000820 0a 3c 70 20 61 6c 69 67 6e 3d 63 65 6e 74 65 72 |.<p align=center| 00000830 3e 3c 69 6d 67 20 73 72 63 3d 22 69 6d 67 73 2f |><img src="imgs/| 00000840 5a 4d 6f 64 65 6d 22 20 77 69 64 74 68 3d 32 38 |ZModem" width=28| 00000850 34 20 68 65 69 67 68 74 3d 32 30 31 3e 3c 62 72 |4 height=201><br| 00000860 3e 3c 65 6d 3e 54 72 61 6e 73 66 65 72 72 69 6e |><em>Transferrin| 00000870 67 20 61 20 66 69 6c 65 20 76 69 61 20 5a 4d 6f |g a file via ZMo| 00000880 64 65 6d 3c 2f 65 6d 3e 3c 2f 70 3e 0a 3c 68 72 |dem</em></p>.<hr| 00000890 3e 0a 3c 70 3e 3c 61 20 68 72 65 66 3d 22 49 6e |>.<p><a href="In| 000008a0 64 65 78 22 3e 3c 69 6d 67 20 73 72 63 3d 22 69 |dex"><img src="i| 000008b0 6d 67 73 2f 62 75 74 62 61 6b 22 20 61 6c 69 67 |mgs/butbak" alig| 000008c0 6e 3d 6d 69 64 64 6c 65 20 77 69 64 74 68 3d 38 |n=middle width=8| 000008d0 38 20 68 65 69 67 68 74 3d 38 38 20 62 6f 72 64 |8 height=88 bord| 000008e0 65 72 3d 30 20 61 6c 74 3d 22 28 4f 29 22 3e 3c |er=0 alt="(O)"><| 000008f0 2f 61 3e 20 47 6f 20 75 70 20 74 6f 20 3c 61 20 |/a> Go up to <a | 00000900 68 72 65 66 3d 22 49 6e 64 65 78 22 3e 69 6e 64 |href="Index">ind| 00000910 65 78 20 70 61 67 65 3c 2f 61 3e 3c 2f 70 3e 0a |ex page</a></p>.| 00000920 3c 2f 62 6f 64 79 3e 3c 2f 68 74 6d 6c 3e 0a |</body></html>.| 0000092f