home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / crom2_03.zip / CROMTAG.DOC < prev    next >
Text File  |  1996-06-12  |  6KB  |  155 lines

  1.  
  2.  
  3.  
  4. CROMTAG/2 version 0.03
  5.  
  6.  
  7. CROMTAG/2  -  A tagline util for timEd/2 (v1.10 and above) by Dana Booth at
  8.               1:138/179 or crom@eskimo.com
  9.  
  10.  
  11. -----------------------------
  12.  
  13. FILELIST:
  14.  
  15.      cromtag2.exe -  The tagline insertion program
  16.      cromlin2.exe -  The custom origin line utility
  17.      cromline.add -  Sample address file for cromline.exe
  18.      cromline.lin -  Sample origin line file for cromline.exe
  19.      csteal2.exe  -  The tagline 'stealing' utility
  20.      mood2.exe    -  Mood kludge utility (see seperate docs)
  21.      tag.cmd      -  Batch file to get you started (explained below)
  22.      tag.lin      -  Ascii text file of taglines (of course you can edit
  23.                      this, I just borrowed some from some other guy's
  24.                      tagline util *G*)
  25.      timkeys.sam  -  Sample TIMKEYS.CFG file for using csteal2.exe
  26.  
  27.  
  28. -----------------------------
  29.  
  30. OVERVIEW:
  31.  
  32.      This is a simple little tagline insertion utility that'll work just
  33.      fine with timEd's internal editor, and will also work just as well
  34.      using an external editor.
  35.  
  36.  
  37. -----------------------------
  38.  
  39. HISTORY:
  40.  
  41.      One day, in the ARTWARE echo, a fellow asked about using taglines with
  42.      the internal editor. Several folks answered back, in the days that
  43.      followed, and told him that it couldn't be done. I thought, hey,
  44.      timEd writes a file to disk whenever it does its PGP and Spellchecker
  45.      routines, so why couldn't you insert a tagline instead? So I made a
  46.      small qbasic routine, and a few people started using it. (a very few
  47.      *G*) One fellow said that he used my little qbasic utility, and asked
  48.      that if I ever re-write it, could I make it do random taglines? Thus
  49.      was born the version that you have now... I sat down, and actually
  50.      re-wrote it in earnest, made it faster, compiled it, etc., etc.
  51.  
  52.      This version for OS/2 is written in rexx, and it's history is kept in
  53.      the file OS2.TXT
  54.  
  55.      Anyway, now you know. *G*
  56.  
  57.      Keep in mind that I'm by no means any sort of programmer. This is a
  58.      very simple routine that anyone could have made. :)
  59.  
  60.  
  61. -----------------------------
  62.  
  63. INSTALLATION:
  64.  
  65.      In timEd/2, version 1.10 and above, you have the opportunity to choose
  66.      to do a spellcheck, a PGP message encryption, or a PGP message
  67.      signing. In order to accomplish this, you have to define, in
  68.      timed.cfg, the action to execute when you choose either of these
  69.      options. The defining keywords are EXESPELL, EXECRYPT, and EXESIGN. If
  70.      you don't use one of those keywords in timed.cfg, then you can define
  71.      it to run the tagline utility, here's how: (using the EXECRYPT keyword
  72.      for the purpose of this example)
  73.  
  74.      1 - Copy all the files in this archive to your timEd directory.
  75.  
  76.      2 - Using any text editor, open timed.cfg
  77.  
  78.      3 - insert the EXECRYPT keyword, followed by 'tag.cmd', i.e.:
  79.  
  80.          EXECRYPT tag.cmd
  81.  
  82.      4 - If you use an external editor, and call it from a batch file, be
  83.          sure to have the batch file change back to the timEd directory
  84.          before returning control back to timEd.
  85.  
  86.      5 - Use your text editor, and modify the CROMTAG.INI file, using the
  87.          information in that file as a guideline.
  88.  
  89.      6 - If you plan to use the tagline stealing utility, 'csteal2.exe',
  90.          then modify your 'timkeys.cfg' file, inserting the line in the
  91.          sample file, 'timkeys.sam', in this archive.
  92.  
  93.      You're ready to go!
  94.  
  95.      If you have the PGP and Spellcheck options already in use, then modify
  96.      the 'tag.cmd file to reflect any changes that you'd like.
  97.  
  98. -----------------------------
  99.  
  100. OPERATION:
  101.  
  102.      If you use the external editor, then you must choose the PGP or
  103.      Spellchecker option that you installed it under when you edit the
  104.      header of your message, by hitting [alt]+s. If you're using the
  105.      internal editor, you can do the same, and you also have the
  106.      opportunity to bring up the 'save message' menu, which contains the
  107.      PGP/Spellcheck options, by hitting 'F10' before saving your post.
  108.  
  109.      *note* you may also define another keyword in timed.cfg to tell timEd
  110.      to always use the spellcheck option. 'spellcheck_default yes' The PGP
  111.      options do not have a similar keyword.
  112.  
  113.      When you save your post, the taglines will appear (if you did not
  114.      choose to have CromTag/2 insert random taglines), and the chosen tagline
  115.      will be inserted, it's pretty easy.
  116.  
  117.  
  118.      Cromtag/2 will TAG.LIN as it's tagline file, the dos version gives you
  119.      the opportunity to use an alternate file, but the OS/2 version does
  120.      not yet do this.
  121.  
  122. -----------------------------
  123.  
  124. TAGLINE STEALING:
  125.  
  126.      If you use the sample, 'timkeys.sam', and insert that into your
  127.      timkeys.cfg file, you can steal taglines by hitting the 'F4' key while
  128.      in the reader. The stolen taglines are written to CromTag's tagline
  129.      text file, 'tag.lin'.
  130.  
  131. -----------------------------
  132.  
  133. CUSTOM ORIGIN LINES:
  134.  
  135.      Included in this archive is the custom origin line utility. It was
  136.      made as an afterthought actually, using basically the same program as
  137.      cromtag2.exe, and changing a few lines. To run 'cromlin2.exe', you set
  138.      it up basically the same way you would set up cromtag, but, you can
  139.      only use this utility from the 'spellcheck' option. The 'cromline.add'
  140.      file is the file that cromline.exe reads to get the address from you
  141.      that it'll need to put on the origin line, and the 'cromline.lin' file
  142.      is the file that cromline.exe reads to get the custom origin line from
  143.      you. You have to modify these files to suit you.
  144.  
  145. -----------------------------
  146.  
  147. OTHER STUFF:
  148.  
  149.      I hope you enjoy these little programs. If you do, would you write me a
  150.      letter at 1:138/179 or crom@eskimo.com?
  151.  
  152.      Thanks - Dana Booth (the guy who made the stuff)
  153.  
  154.  
  155.