home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / SFNEWS_1.ZIP / SFNEWS.DOC < prev    next >
Text File  |  1994-03-22  |  5KB  |  106 lines

  1.  
  2.                                  -= SFNEWS =-
  3.  
  4.    SFNEWS is a simple line oriented text editor that creates .BBS and .CLR
  5.    display files for the Spitfire BBS system. These display files are in the
  6.    form of news items each seperated by a line with the date of creation.
  7.  
  8.    SFNEWS may be used to create a screen at logon, ie welcomeX.bbs/clr to
  9.    inform users of any latest news the sysop wishes to pass along. Each time
  10.    a file is saved, SFNEWS will update the existing filename with the new
  11.    text stacked on top of the previously saved text.
  12.  
  13.    EXAMPLE: You run SFNEWS.EXE and create a message that might look like:
  14.  
  15.             Today I have added a new door to MYBBS. This is a great door.
  16.             It is option F from the door menu. Try it out!
  17.  
  18.    This file will look like this when the users are presented the screen:
  19.  
  20.             ┌─────────┐
  21.    ─────────┤ 3/22/94 ├──────────────────────────────────────────────────────
  22.             └─────────┘
  23.             Today I have added a new door to MYBBS. This is a great door.
  24.             It is option F from the door menu. Try it out!
  25.  
  26.    Say two days later you again run SFNEWS and create this message:
  27.  
  28.             It looks like there is trouble with the new door F. Until
  29.             I can resolve the problem I have disabled its use. Hope
  30.             to have it running soon.
  31.  
  32.    Now the file will look like this:
  33.  
  34.             ┌─────────┐
  35.    ─────────┤ 3/24/94 ├──────────────────────────────────────────────────────
  36.             └─────────┘
  37.             It looks like there is trouble with the new door F. Until
  38.             I can resolve the problem I have disabled its use. Hope
  39.             to have it running soon.
  40.  
  41.             ┌─────────┐
  42.    ─────────┤ 3/22/94 ├──────────────────────────────────────────────────────
  43.             └─────────┘
  44.             Today I have added a new door to MYBBS. This is a great door.
  45.             It is option F from the door menu. Try it out!
  46.  
  47.  
  48.    Each time you run SFNEWS it will stack your latest news on top of the file.
  49.    SFNEWS.EXE may be executed from anywhere on your system. The proper usage
  50.    is:
  51.              sfnews <DRIVE\PATH\FILENAME>
  52.  
  53.    EXAMPLE:  sfnews c:\sf\display\welcome2
  54.  
  55.    In this example SFNEWS would save your text to the files welcome2.bbs and
  56.    welcome2.clr located on the C drive in the sf\display directory. NOTE--
  57.    DO NOT INCLUDE A FILE EXTENSION. SFNEWS will add the .BBS and .CLR
  58.    extensions. Failure to follow these instructions may cause unknown results.
  59.    The filename you choose doesn't matter, however it should be a Spitfire
  60.    display filename. You should also make sure that the filename you choose
  61.    doesn't exsist prior to running SFNEWS the first time. No harm will
  62.    incurr if the file does exist prior to running SFNEWS the first time, but
  63.    for neatness you should start with a clean slate. You should, of course,
  64.    use the same filename each time you run SFNEWS.
  65.  
  66.    The actual use of the program is very straightforward. It is a simple
  67.    line editor with a 99 line maximum. The program is menu driven with
  68.    options at the top of the screen. The options are pretty much the
  69.    standard which include:
  70.  
  71.                          SAVE
  72.                          DELETE LINE
  73.                          INSERT LINE
  74.                          EDIT LINE
  75.                          ADD LINE(S)
  76.                          PGUP
  77.                          PGDN
  78.                          QUIT
  79.  
  80.    You may select an option either by using the left and right arrow keys
  81.    or by striking the highlighted character of the option(s). Of these
  82.    options, only PGUP and PGDN deserve special consideration. By choosing
  83.    either PGUP or PGDN you can scroll through the pages of your text.
  84.    SFNEWS will only display 20 lines of text on the screen at a time. If
  85.    your message is greater than 20 lines you can use the PGUP/PGDN options
  86.    to see the disired line(s) of text. When you choose an option, you
  87.    will be prompted for futher imput (if needed) at the bottom of the
  88.    display.
  89.    ==========================================================================
  90.  
  91.    SFNEWS is Freeware. You may distribute it as you wish. I only ask that
  92.    you keep the original files together. SFNEWS should have the following
  93.    files:
  94.                  SFNEWS.EXE (Executable program file)
  95.                  SFNEWS.DOC (This documemtation)
  96.                  FILE_ID.DIZ (File discription)
  97.  
  98.    You use SFNEWS at your own risk! I, Garry Everett, make no warranty
  99.    expressed or implied as to the suitability of SFNEWS for any purpose,
  100.    and there is no warranty or guaranty that SFNEWS will not cause harm
  101.    to your system. By using SFNEWS you are agreeing to these terms. You
  102.    may leave comments to me, Garry Everett, on Buffalo Creek BBS.
  103.  
  104. Garry Everett
  105.  
  106.