home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / comms / encoders / rot13 / !Rot13 / !Help next >
Encoding:
Text File  |  1994-12-24  |  5.2 KB  |  121 lines

  1. Rot13 version 1.00
  2. © Sam Kington 25th December 1994
  3. This program is freeware, *not* public domain – i.e., I retain copyright (see
  4. “Boring legal message”).
  5. This module will only work with RISC OS 3 or later.
  6.  
  7. What this program does
  8. **********************
  9.  
  10. Rot13 is a module which will Rot13-encrypt anything you type, as you type.
  11. (This only works under the desktop, so you can press F12 and turn it off and
  12. see what you're doing). Rot13-encryption only modifies alphabetical
  13. characters, and simply moves them 13 spaces along the alphabet. For instance,
  14. ‘Hello there’ becomes ‘Uryyb gurer’, which in turn becomes ‘Hello there’
  15. again if you type ‘Uryyb gurer’ for some reason.
  16.  
  17. Rot13-encryption is habitually used on the Internet, to encrypt postings that
  18. may cause some people to be offended by them. As this module affects what you
  19. type in the privacy of your own home, and doesn't allow you to decrypt what
  20. you have typed, it is thus utterly pointless; if you don't have internet
  21. access, it is even less useful than it could conceivably have been.
  22.  
  23. Why is this useful?
  24. *******************
  25.  
  26. Well, it’s a desktop silly, so it isn’t ;). People who can read news but
  27. don’t have rot13 facilities could possibly use it to decrypt messages, but
  28. that would mean typing in loads of gibberish manually, which is not my idea
  29. of fun.
  30.  
  31. Limitations
  32. ***********
  33.  
  34. It only works in the Desktop, as it’s a filter, and it also does’t work in
  35. writable icons. Given the nature of the program, this is probably more of a
  36. relief than a disappointment to most users ;).
  37.  
  38. Why is the source code provided?
  39. ********************************
  40.  
  41. A lot of desktop sillies are almost identical, with just the sprites changed
  42. - there are a *lot* of Wanda-type thingies out there, for instance ;). People
  43. want to do this - it’s an easy way to learn programming - so I might as well
  44. help them. That’s why the source code is provided: so other people can write
  45. similar things, but not have to re-invent the wheel. All you have to bother
  46. about is the bit between .filter and .exitfilter.
  47.  
  48. *NB*: although I allow you to modify the code and release new versions of it,
  49. you *must* acknowledge the origin of the code clearly in the documentation.
  50.  
  51. Boring legal message
  52. ********************
  53.  
  54.    This application is freeware, that is, it can be distributed freely as
  55. long as only reasonable charges are made for media and distribution. I retain
  56. copyright on all program code and documentation.
  57.  
  58.    This software is supplied “as is”: I make no warranty, expressed or
  59. implied, of the merchantability of this software or its fitness for any
  60. particular purpose. In no circumstances shall I be liable for any damage,
  61. loss of profits, or any indirect or consequential loss arising out of the use
  62. of this software or inability to use this software, even if I have been
  63. advised of the possibility of such loss.
  64.  
  65. Distribution
  66. ************
  67.  
  68.    You must distribute all files intact, including source code and this
  69. documentation, with this package – in other words, the files !Run, !Sprites,
  70. !Sprites22, Rot13, ModSource, !Help and Vsn100. Feel free to muck around with
  71. it as much as you like when it’s on your machine, but distribute the original
  72. files, please.
  73.  
  74. About all these strange foreign characters in this file
  75. *******************************************************
  76.  
  77.    OK, so if you’re reading this on a PC or a Mac or another strange machine
  78. like that, you may be wondering what all these strange ae things are. Well,
  79. they’re quotes (sorry, there was another one), dashes, ligatures, etc.
  80. Honest. But not on all machines...
  81.    Basically, character sets are only standard up to character 127, which is
  82. basically alphanumerics and a few standard punctuation marks. Foreign
  83. characters, typographical oddities like quotes and ligatures, and other more
  84. obscure symbols are “non-standard”, and each computer often has its own idea
  85. of where they should go in the character set. So don’t worry: even if it’s
  86. hard to read on your current machine, it won’t be on an Acorn machine. It may
  87. look slightly strange if you’re using the System font, however.
  88.    But why am I using these strange characters in the first place? Well,
  89. they’re in the character set and they look nice in an outine font, and I’ve
  90. written a program called Smart Quotes (sorry for the plug) that substitutes
  91. these sort of characters automatically, and I’ve got it turned on at the
  92. moment...
  93.  
  94. How to contact me
  95. *****************
  96.  
  97. All bug-reports, suggestions, comments or indeed any feedback at all will be
  98. welcomed. Here’s how to get to me:
  99.  
  100. E-mail     : 926286ki@udcf.gla.ac.uk
  101.              This should be OK until June 1996
  102.              I won’t be at Glasgow during term-time, but your mail will be
  103.              automagically forwarded to wombat@altern.com.
  104.  
  105. Snail-mail : My term-time address, at least until June 1995, is:
  106.              Sam Kington
  107.              Flat 2/1
  108.              44 Hotspur Street
  109.              Glasgow G20 8NL
  110.              SCOTLAND
  111.              
  112.              Again, a backup is the home address – anything that goes here will get
  113.              to me eventually.
  114.              Sam Kington
  115.              Merlhiot
  116.              24420 Savignac les Eglises
  117.              FRANCE
  118.  
  119. Term-time is October to June, with bits off at Christmas (3 weeks) and
  120. Easter (4 weeks).
  121.