home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / taglin / !Help < prev    next >
Text File  |  1996-03-01  |  2KB  |  42 lines

  1. Tag
  2. Random Taglines for Marcel
  3. A small PD program for use with Marcel
  4. Written by Brett Laniosh brett@g4nzk.demon.co.uk
  5.  
  6. I've written a small BASIC proglet to add a random tagline to your
  7. signature file. I did this as I missed the feature when I moved from
  8. TTFN to Marcel.
  9.  
  10. The program !Tag simply takes a random tagline from a file called
  11. Taglines (same as in TTFN) and appends it to your sig file (/sig).
  12. The result is the file /sigfile.
  13.  
  14. It is a simple prog but it works!
  15.  
  16. Taglines are simply lines of text separated by a new lines. The PD
  17. program "!TTFN" available from Hensa and Demon contains examples of
  18. Taglines.
  19.  
  20. Installation
  21. ============
  22. Open your copy of !MarcelDir by double clicking on it.
  23. Create a backup directory inside !MarcelDir.Files
  24. Copy your Taglines from !TTFN or elsewhere into !MarcelDir.Files.
  25. Rename your signature file /signature to /sig
  26. Copy the following to !MarcelDir.Files:
  27.     !Tag
  28.     /signature (this is a data file unlike the original text file)
  29. Check your /sig + tagline does not exceed 4 lines! 
  30. Double click on !Tag and check that the file /sigfile has been created
  31. as you require.
  32.  
  33. History
  34. =======
  35. 1.0 Released into Acorn newsgroups (16.2.96)
  36. 1.1 Released from Ant ftp site. This version generates sig files each time
  37.     unlike the earlier version which relied on an alteration to !Marcels !Run
  38.     file. (22.2.96)
  39. 1.2 Now word wraps long taglines (thanks D.McFarlane). Now reads all Taglines
  40.     including the first. Removes old sigfiles which were building up in !Scrap.    
  41.     (25.2.96)
  42.