home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 604a.lha / TextraHyperText / TextraHyperText.doc next >
Text File  |  1992-01-23  |  2KB  |  72 lines

  1. TextraHyperText v1.1 - an Intuition Interface for inserting 
  2. --------------------   HT commands into Textra documents.
  3.  
  4. v1.0 written 22nd Dec 1991 by DAB - an English Import
  5. v1.1 updated 22nd Jan 1992 by DAB
  6.  
  7. This script was originally developed for use with HT, a HyperText
  8. program, and Textra, a Word Processor (both of which are available
  9. on BBS's), but could easily be adapted to drive other editors by
  10. simply substituting the Textra commands with the appropriate 
  11. replacements. Note that the editor should provide an Arexx port. 
  12.  
  13. you need:
  14.  
  15. Arexx  - © William S. Hawes
  16.         (with RexxArpLib.library in LIBS: and ScreenShare.library as well
  17.          if you're like me and haven't got AmigaDOS 2.0 yet)
  18.         
  19. Textra - © Mike Haas (any version that supports Arexx)
  20.  
  21. HT     - © HomeBoy Software (by Dominic Giampaolo)
  22.  
  23.     This program has not been tested under AmigaDOS 2.0 because I can't
  24. afford the complete upgrade on my A500. Of course, if someone wants to
  25. buy me the kit I'll be more than happy to try it out.....
  26.  
  27. Why?
  28. ----
  29.  
  30.     This version represents an upgrade to the previous version. The only
  31. change I have made is to add a requester which appears if the arexx script
  32. is executed before Textra is run. The program tests for the presence of the
  33. Textra Arexx port and if it is not found the requester will appear.
  34. Clicking on either of the requesters buttons will terminate the script.
  35. This solves the problem of the previous version hanging up if Textra wasn't
  36. running.
  37.  
  38. What?
  39. -----
  40.  
  41.     This script will allow you to use your mouse to insert HT HyperText
  42. commands into Textra documents, thus saving you the trouble of all
  43. that tedious repetitive typing. It creates a window full of gadgets,
  44. where each gadget represents a HyperText command. Pressing a gadget
  45. inserts the related command into the Textra document at the current
  46. cursor position on the current Textra window (the one with the check
  47. mark against it on the Textra 'Windows' menu.
  48.  
  49. How?
  50. ----
  51.  
  52.     To start the program first copy it to your REXX: directory,
  53.     then to start it use one of the following:
  54.     
  55.  
  56.  
  57. From a Shell command line
  58.     
  59. (a)    runback rx TextraHyperText.rexx
  60.  
  61. or if you don't have runback :-
  62.  
  63. (b)    run rx TextraHyperText.rexx
  64.  
  65. From Textra
  66.  
  67.  select 'AREXX' option in the Utilities menu, then type 
  68.  'TextraHyperText.rexx' into one of the string gadgets and press return.
  69.  if you save the function key assignments, you can just press the 
  70.  appropriate function key to start the program the next time you use Textra.
  71.  
  72.