home *** CD-ROM | disk | FTP | other *** search
/ BBS 1 / BBS#1.iso / communic / pcf-4_0.ha / PCF.DOC < prev    next >
Text File  |  1993-09-12  |  6KB  |  183 lines

  1.                                 PCF 4.0
  2.                         Technical Documentation
  3.                  (c) 1993 by Marc Droske / ANKH Dev.
  4.  
  5.                           Table of Contents:
  6. 1.1 Introduction
  7. 1.2 Legal Notice
  8. 1.3 Future Releases
  9. 1.4 Features
  10. 2.0 Getting started
  11. 2.1 BBS-Modes
  12. 2.2 Switches
  13. 2.2.1 /p....change pattern
  14. 2.2.2 /u....add uncompressed archive size for ZIP,ARJ and LZH (LHA)
  15. 2.2.3 /f....alter filelistname
  16. 2.2.4 /d....only process files which are newer or equal than a certain date
  17. 2.3 The Black List 'BLACK.LST'
  18. 3.0 Customer Service
  19. 3.1 Getting the key
  20. 3.2 "PCF doesn't support my BBS-Software. What do I have to do?"
  21. 3.3 What do I have to do to get a FREE key
  22.  
  23.  
  24. 1.1 INTRODUCTION
  25.     ============
  26.  
  27. At first I wrote it for me, but later when some friends found it 
  28. also very useful I extended it to other BBS-Modes (PCX originally)
  29. and gave it some new features.
  30. PCF is destined for Sysops. It's a utility to maintain Filelists.
  31. Normally when you were moving a file to your filebasedir, you had to 
  32. add the entry in the filelist manually with an ordinary texteditor.
  33. Now, PCF does the job for you. PCF looks for new files in the dir
  34. which are neither listed in the filelist nor in the BLACK.LST which will
  35. be discussed later on. PCF tries to extract a FILE_ID.DIZ , if the file is
  36. a ZIP,ARJ or LZH archive. If a DIZ exists the desctiption will be added to
  37. the filelist instead of -=> No Description Given <=-. You can costumize your
  38. Filelist later with your favourite texteditor.
  39.  
  40.  
  41. 1.2 LEGAL NOTICE
  42.     ============
  43.  
  44. PCF is copyrighted shareware!!
  45. You are allowed to copy this software to friends as long as you don't 
  46. copy your key.
  47. PCF is no PUBLIC DOMAIN software , it's not FREE. You're granted a 30 day
  48. evaluation period. If you like PCF and would like to continue using it,
  49. you have to get the key from me. It costs 10$ and gives you unlimited 
  50. rights to use PCF. Read chapter 3.1 for more details.
  51.  
  52.  
  53. 1.3 FUTURE RELEASES
  54.     ===============
  55.  
  56. o PCF for OS/2 2.1 (not sure!)
  57. o PCF as DOOR giving Sysops more remote control power
  58.  
  59.  
  60. 1.4 FEATURES
  61.     ========
  62.  
  63. o date checking
  64. o 6(!) different BBS modes (compatible with many others)
  65. o BLACK.LST to exclude certain files from the list
  66. o uncompressed archivesize of ZIP,ARJ & LZH (LHA)
  67. o adds picture resolution + colors for GIF,BMP & PCX
  68. o easy to use from the commandline
  69.  
  70.  
  71. 2.0 GETTING STARTED
  72.     ===============
  73.  
  74.     o Copy the key (PCF.KEY) if you have one , in the same directory
  75.       as the program itself. Probably a directory on which the 
  76.       PATH statement in the AUTOEXEC.BAT is set.
  77.     o PKUNZIP.EXE , ARJ.EXE and LHA.EXE must also be located
  78.       in a directory on which the path is set or the current
  79.       directory. Those programs must be executable from ANY dir
  80.       in order to make use of FILE_ID.DIZ extraction.
  81.     o That's about all. Don't forget PKUNZIP & CO also need some
  82.       memory, so be sure to provide at least 550kb, so PCF can run
  83.       properly.
  84.  
  85.  
  86. 2.1 BBS-MODES
  87.     =========
  88.  
  89.     o PCBoard style filelists 
  90.     o FILES.BBS 
  91.         o fill spaces for long descriptions (RA)
  92.         o use > for long descriptions (SBBS) change SBBS's settings!!
  93.     o PcExpress DIR*.TXT
  94.     o ProBoard using '+'
  95.     o ProBoard's CDROM-list format
  96.  
  97. 2.2 SWITCHES
  98.     ========
  99.  
  100.     2.2.1 /p<pattern>
  101.  
  102.     Use this setting to change the search pattern for PCF. Default is
  103.     *.*, so PCF will add all files which are not already in the list.
  104.     PCF /p*.ARJ adds all ARJ archives to the filelist.
  105.  
  106.  
  107.     2.2.2 /u
  108.  
  109.     Add uncompressed archive size to filelist description.
  110.     This works only for ZIPs,ARJs and the LHA compatible version
  111.     of LZH. No guarantee for Lharc!!
  112.  
  113.     2.2.3 /f
  114.  
  115.     This switch allows you to alter the file to be processed.
  116.     e.g.:
  117.     PCF PCB /fPCB.001 
  118.     This uses PCB.001 instead of PCB.LST as the filelist.
  119.  
  120.     2.2.4 /d<date>
  121.  
  122.     Only process files, which aren't older than a <date>.
  123.     The date must be in the format MM-DD-YY.
  124.     e.g.:
  125.     PCF PCB /d09-12-93 
  126.     exludes all files older than Sep 12th 1993 from processing
  127.  
  128.  
  129. 2.3 The Black List (BLACK.LST)
  130.     ==============
  131.  
  132.     This is a list,which is in text format, so you can edit
  133.     it with your favourite text editor. It should contain
  134.     all the files, which you don't want to be added to the 
  135.     filelist. The files should be delimited be a <CR> (carriage
  136.     return).
  137.     e.g.: Sample contents of BLACK.LST
  138.     FILES.BBS
  139.     PCB.LST
  140.     DIR1.TXR
  141.     BLACK.LST
  142.  
  143.  
  144. 3.0 CUSTOMER SERVICE
  145.     ================
  146.  
  147. 3.1 GETTING THE KEY
  148.     ===============
  149.  
  150.     The key only costs 15$, which you should send per mail to
  151.  
  152.     ANKH Dev.
  153.     225, route de Treves
  154.     L-6940 Niederanven
  155.     Luxembourg
  156.  
  157.     If possible send NETMAIL first to Marc Droske (2:270/17.10@fido).
  158.     If you're not connected to fidonet , call 
  159.     Use your Illusion (00)352-316701 (V32bis) and leave a message.
  160.  
  161.     Any note on PCF in the filelist and the waiting will be removed.
  162.  
  163.     Future updates will be FREE!
  164.  
  165.  
  166. 3.2 "PCF doesn't support my BBS-Software. What do I have to do?"
  167.     ============================================================
  168.  
  169.     You're lucky. Read on!!
  170.  
  171. 3.3 What do I have to do to get a FREE key 
  172.     ======================================
  173.  
  174.     Send a sample filelist of a BBS-Software which is not
  175.     supported by PCF to me by NETMAIL (fido).
  176.     It should contain samples for all different features
  177.     of the format. Also write some detailed descriptions.
  178.     You'll get a FREE key then, but no FREE future releases.
  179.  
  180.  
  181.  
  182.  
  183.