home *** CD-ROM | disk | FTP | other *** search
/ The Arcade BBS / arcadebbs.zip / arcadebbs / bbstools / FLG-WWIV.TXT < prev    next >
Text File  |  1995-07-08  |  10KB  |  221 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.           ▄██████ ██      ▄█████▄    ██ ██ ██ ██ ██ ██ ██ ▐██▌ ██   ██
  15.           ██▄▄▄▄  ██      ██  ▄▄▄   ██  ██ ██ ██ ██ ██ ██  ██  ██   ██
  16.           ██▀▀▀▀  ██      ██   ██  ██   ██ ██ ██ ██ ██ ██  ██  ██▄ ▄██
  17.           ██      ███████ ▀█████▀ ██    ▀██████▀ ▀██████▀ ▐██▌  ▀███▀
  18.  
  19.  
  20.                             File List Generator/WWIV
  21.                              v1.00 -=- July 9, 1995
  22.                                 By: James Songer
  23.                              U.S.S. Enterprise BBS
  24.                                  WWIVnet @6227
  25.                                  IceNET @6571
  26.  
  27. File List Generator/WWIV                                                    p 1
  28. ────────────────────────────────────────────────────────────────────────────────
  29.  
  30.         Disclaimer 
  31.         ──────────
  32.     This software (including instructions for its use) is provided "as is"
  33.     without warranty of any kind. Further, the author does not warrant,
  34.     guarantee, or make any representations regarding the use, or the results
  35.     of the use, of the software or written materials concerning the software
  36.     in terms of correctness, accuracy, reliabilty, or otherwise. The entire 
  37.     risk as to the results and performance of the software is assumed by you. 
  38.     If the software or written materials are defective, you, and not the 
  39.     author or the author's distributors or employees, assume the entire cost 
  40.     of all necessary servicing, repair, or correction.
  41.  
  42.     Neither the author nor anyone else who has been involved in the creation,
  43.     production, or delivery of this software shall be liable for any direct,
  44.     indirect, consequential, or incidental damages (including damages for
  45.     loss of business profits, business interruption, loss of business
  46.     information, and the like) arising out of the use of or inability of
  47.     to use such software. Distribution of the software is allowed as long
  48.     as it is in complete form as when you recieved it. Distribution of
  49.     the files without the documentation is not allowed.
  50.  
  51.         Files Included In This Zip
  52.         ──────────────────────────
  53.     flg-wwiv.exe  The Main File List Generator Program
  54.     flg-wwiv.txt  YOU ARE READING THIS NOW!
  55.     general.cfg   A sample config file used on the Enterprise
  56.     header1.txt   A sample header file used on the Enterprise
  57.     file_id.diz   The BBS description file
  58.  
  59. File List Generator/WWIV                                                    p 2
  60. ────────────────────────────────────────────────────────────────────────────────
  61.  
  62.         Introduction
  63.         ────────────
  64.     I started this program about 4 months ago. (Off and on work mostly) and
  65.     after looking arrond at the programs that were avaliable, I thought that
  66.     WWIV sysops need a cheap and simple way of doing things on their system
  67.     so I came up with the idea of the WWIVpro utilities.  This is the first
  68.     with a User Editor comming by the end of July.  Most of these programs
  69.     will be DonateWare.  DonateWare is where you donate money to the author
  70.     but you are in no way reqired to. (Kinda like freeware but futher
  71.     development of the program would be encouraged by a donation)
  72.  
  73.         Setup
  74.         ─────
  75.     Setup is simple, unzip all of the files in this archive to a directory
  76.     some where.  You could also unzip this file to your BBS or DATA
  77.     directories.
  78.  
  79.         Config
  80.         ──────
  81.     The config is allmost as easy.  I have designed the program to take
  82.     either command line switches, a INI style file, or a mix of both.
  83.  
  84.         Command Line Parameters
  85.         ───────────────────────
  86.     This is a list of all of the switches avaliable on the command line.
  87.     You will see a direct comparison between these and the config file
  88.     statements.  I recomend using a config file for everything except a
  89.     quick spur of the moment file listing.
  90.  
  91.     /HELP or /?           Displays A Quick Help Screen
  92.     /DSL=nnn              DSL To Print Files For (ex 95)
  93.     /DAR=x                DAR To Print Files For (ex A)
  94.     /CONF=x               Confrence To Print Files For (ex W)
  95.     /AGE=nn               Minimum Age of DIR Access (ex 18)
  96.     /LISTTYPE=n           What List Type To Print (1 to 4)
  97.     /OUT=filename         File Name to Output File List To (Include Path)
  98.     /CFG=filename         CFG File To Use (Include Path)
  99.     /HEADER=filename      Header File To Use (See Doc For Info)
  100.     /DATADIR=path         Location of Data Dir (Path Only ex D:\BBS\DATA)
  101.  
  102. File List Generator/WWIV                                                    p 3
  103. ────────────────────────────────────────────────────────────────────────────────
  104.  
  105.         INI Style Config Files
  106.         ──────────────────────
  107.     The INI config files are very straight forward.  It works allmost
  108.     like WWIV.INI except there are no [LALA] section names. (I am
  109.     planning support in the next version for you to put your configs
  110.     into sections of WWIV.INI like [General] and then you would put
  111.     a /CFG=General,WWIV.INI or something along those lines on your
  112.     command line to read it from WWIV.INI)  NOTE:  You can only have
  113.     one config per file!
  114.  
  115.     DSL=nnn              DSL To Print Files For (ex 95)
  116.     DAR=x                DAR To Print Files For (ex A)
  117.     CONF=x               Confrence To Print Files For (ex W)
  118.     AGE=nn               Minimum Age of DIR Access (ex 18)
  119.     LISTTYPE=n           What List Type To Print (1 to 4)
  120.     OUT=filename         File Name to Output File List To (Include Path)
  121.     HEADER=filename      Header File To Use (See Doc For Info)
  122.     DATADIR=path         Location of Data Dir (Path Only ex D:\BBS\DATA)
  123.  
  124.         The Header Files
  125.         ────────────────
  126.     The header file is a idea I stole form the PCBoard file lister called
  127.     RWDir (A very old PCB Program!)  What you do is put a logo or some
  128.     thing like that in it.  When you use the HEADER option FLG will put
  129.     the contents of the specified file on the top of the file list.
  130.  
  131.     There are 2 replacement codes that can be put in the header files.
  132.  
  133.     @@@DATE@@@          The Date When FLG Started
  134.     @@TIME@@            The Time When FLG Started
  135.  
  136.     The reason for the size of the codes is that the represent the
  137.     actuall size of the output.  This is good if you want to put a border
  138.     arround your header and want the sides to match up.  Dates come out
  139.     like 07-09-1995 and times like 09:45 am.  Look at the sample file
  140.     HEADER1.TXT for a example of the codes.
  141.  
  142. File List Generator/WWIV                                                    p 4
  143. ────────────────────────────────────────────────────────────────────────────────
  144.  
  145.  
  146.         The LISTTYPE Option
  147.         ───────────────────
  148.     The LISTTYPE option allows you to create 4 different types of
  149.     listings.  Here are examples of each:
  150.  
  151.  
  152.     Type 1:  This type contains the File Name, Size, 1 Line
  153.              Description & Extended Description
  154.  
  155. WWIV424 .ZIP: 626k  :WWIV v4.24 -- Precompiled Shareware Version
  156.                      This archive includes a complete working copy
  157.                      of v4.24 which includes support for RIP, QWK,
  158.                      and more.  Documentation is available in
  159.                      separate formats: 424RDR.ZIP, 424TXT.ZIP, and
  160.                      424DAT.ZIP.  Two free utilities are also
  161.                      available:  JE103.ZIP and WFIDO201.ZIP. These
  162.                      are archived as WWA1-424.ZIP.  If this file is
  163.                      distributed, please make available all
  164.                      accompanying files including documentation.
  165.  
  166.  
  167.     Type 2:  This contains all of the items in Type 1 but adds
  168.              the Uploader & Total Downloads
  169.  
  170. WWIV424 .ZIP: 626k  :WWIV v4.24 -- Precompiled Shareware Version
  171.                      This archive includes a complete working copy
  172.                      of v4.24 which includes support for RIP, QWK,
  173.                      and more.  Documentation is available in
  174.                      separate formats: 424RDR.ZIP, 424TXT.ZIP, and
  175.                      424DAT.ZIP.  Two free utilities are also
  176.                      available:  JE103.ZIP and WFIDO201.ZIP. These
  177.                      are archived as WWA1-424.ZIP.  If this file is
  178.                      distributed, please make available all
  179.                      accompanying files including documentation.
  180.                      Upld By: Jean-Luc Picard #1  TDL: 3 
  181.  
  182.  
  183.     Type 3:  This is the short & quick type.  It contains File Name,
  184.              Size, & 1 Line Description only.
  185.  
  186. WWIV424 .ZIP: 626k  :WWIV v4.24 -- Precompiled Shareware Version
  187.  
  188.  
  189.     Type 4:  This type is mainly for sysops who want a listing to
  190.              figure out the popularity of a file.  You know, delete
  191.              the file that has never been downloaded.  It contains
  192.              the File Name, Size, Upload Date, and Total Downloads.
  193.  
  194. WWIV424 .ZIP: 626k  : 06/12/95 : 3 
  195.  
  196. File List Generator/WWIV                                                    p 5
  197. ────────────────────────────────────────────────────────────────────────────────
  198.  
  199.         Ending
  200.         ──────
  201.     Thank you for downloading, looking at, and hopefully using my
  202.     program.  Remember, this is DonateWare so if you want some
  203.     special enhancement or anything like that, send me a letter
  204.     with a small donation (Like $5) and a note with what you would
  205.     like added or changed in the program & I'll see what I can do
  206.     about it.
  207.  
  208.         Address for Donations and Comments
  209.         ──────────────────────────────────
  210.     US Mail:
  211.  
  212.     James Songer
  213.     U.S.S. Enterprise BBS      <--That is important to make sure I get it!
  214.     1738 LeDean Dr.
  215.     Morristown, TN 37814-1738
  216.  
  217.     WWIVnet:   1@6227
  218.     IceNET:    1@6571
  219.     Internet:  71213.1754@compuserve.com
  220.  
  221.