home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / cwetag11.zip / cwetag2.txt < prev    next >
Text File  |  1998-10-15  |  5KB  |  114 lines

  1.  
  2.                         CWE's Tagline Generator
  3.                         ~~~~~~~~~~~~~~~~~~~~~~~
  4.               Version 1.1 - Copyright 1998, CWE Solutions
  5.                    Craig Miller <craiger@cwe.ml.org>
  6.                           <http://cwe.ml.org>
  7.  
  8.  
  9.  
  10. Introduction
  11. ~~~~~~~~~~~~
  12. CWETagger/2 is a small "fortune cookie" or "tagline" program.
  13. It can be used for adding taglines in the signature of your email
  14. software, and/or randomly appending any text to any text file.  This
  15. version is written using the excellent EMX development system, and is
  16. compiled such that it can be run under OS/2 (using EMX), DOS (using RSX)
  17. or WinNT (using RSXNT).  There are two executables included in this
  18. archive:
  19.    CWETAG2 is the main program, which will write the selected tagline
  20.          to a file of your choice in addition to displaying the tagline;
  21.    CWETAG2S (the _S_mall version), which only displays the selected
  22.          tagline, with no other info displayed.
  23. I have also enclosed a VERY small file of taglines to get you started.
  24.  
  25. Requirements
  26. ~~~~~~~~~~~~
  27. You MUST have the EMX/RSX/RSXNT (whichever your platform dictates)
  28.    runtime package installed to use this program.
  29. This program only takes about 120K of your hard disk, and will use
  30.    even less memory.  Of course, those of you with HUGE tagline files
  31.    will use more disk space..  \8^]
  32.  
  33.  
  34. Installation
  35. ~~~~~~~~~~~~
  36. I like to have CWETAG2 in it's own directory, e.g., D:\UTILS\CWETAG\,
  37. but you can put it in any directory on your path, if you like.  I have
  38. several different collections of tagline files for different occasions,
  39. and I even have a couple of tagfiles containing HTML that get randomly
  40. SSI'd into my web pages, plus a rotating banner setup using the same
  41. principle.  The only files you need to be concerned with are:
  42.    CWETAG2.EXE -- Program which can write selected line to a file,
  43.    CWETAG2S.EXE -- Program which only displays selected line to screen,
  44.    CWETAG2.TXT -- You might want to keep this document for reference.
  45.    <of course, your tagline file>
  46.  
  47.  
  48. Usage
  49. ~~~~~
  50. Syntax is very simple:
  51.    CWETAG2 -?
  52.       (or)     Either of these two give a brief help/syntax screen.
  53.    CWETAG2S -?
  54.  
  55.    CWETAG2S <your tag file>
  56.       This simply displays a random tag out of your tagline file.
  57.  
  58.    CWETAG2 <your tag file>
  59.       Does basically the same thing as CWETAG2S, but also prints
  60.       which tag it's displaying, in addition to all the copyright and
  61.       contact info.  Pretty much useless, really.
  62.  
  63.   CWETAG2 <your tag file> <tagline output file>
  64.       This is the full monty.  Randomly selects a tagline from
  65.       <your tag file> and APPENDS it to <tagline output file>.  You'll
  66.       want to have a "template" signature file that you copy over
  67.       <tagline output file> just prior to running this, so that tags
  68.       don't accumulate at the end of the file.
  69.  
  70.          ----SAMPLE TEMPLATE FILE---- (SAMPLE.TMP)
  71.  
  72.          CWE's komputor sayz:
  73.          ----------------------------
  74.  
  75.       Running "CWETAG2 TAGLINES.TXT SAMPLE.TMP" gives you:
  76.  
  77.          ----SAMPLE TEMPLATE FILE---- (SAMPLE.TMP)
  78.  
  79.          CWE's komputor sayz:
  80.          Hey, here's a random tagline appended to the end of my template!
  81.          ----------------------------
  82.  
  83. It's quite easy to use SSI in your http server to make randomly
  84. changing pages, incorporate interesting random factoids, or display
  85. advertiser banners.  Contact me if you need help with this.
  86.  
  87.  
  88. Version History
  89. ~~~~~~~~~~~~~~~
  90. Version   Date/Tim             Description of changes
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92.   1.1     10/15/98 11:27:15    Added an "s" version with no copyright
  93.                                info, to be used as a "cookie" program.
  94.                                Documentation written, uploaded to Hobbes.
  95.                                Yes, I know my documentation sucks.  I
  96.                                write software, not manuals.  \8^]
  97.   1.0     10/14/98 08:34:10    Initial Concept.  Uses randomizing
  98.                                routines from BSD library, everything
  99.                                else is ANSI C.
  100.  
  101.  
  102. Contact Info & Registration
  103. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104.    Craig Miller - CWE Solutions
  105.    <craiger@cwe.ml.org> (or) <craiger@craigerware.avalon.net>
  106.    <http://cwe.ml.org/>
  107.  
  108. I hereby place both of these programs (CWETAG2 & CWETAG2S) into the
  109. public domain.  Freely distribute them, and use them as you like.
  110. CWE Solutions retains rights to the source code for both programs,
  111. and offers no guarantee that they are suitable for any particular
  112. purpose, nor that they will function as intended.
  113.  
  114.