home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / filters / !Help next >
Text File  |  1995-05-19  |  2KB  |  69 lines

  1. Filters help file
  2. —————————————————
  3.  
  4. This software is COPYRIGHT, but has been released as FREEWARE. Please see the
  5. end of this file for conditions of use and distribution.
  6.  
  7. The programs in ZF: (Filters.Code) are written to be run by FILTERSEL (in the
  8. module ZapUtils). They may be  written in BASIC, or a compiled  language such
  9. as C.
  10.  
  11. The help text  is in  ZFHelp: (Filters.Docs);  each file must  have the  same
  12. leafname as the filter it contains help on.
  13.  
  14.  
  15. Writing your own programs
  16. —————————————————————————
  17.  
  18. A skeleton BASIC program "Filt_Shell" is  supplied for you to build your  own
  19. programs around.
  20.  
  21.  
  22. Preparing the programs for use
  23. ——————————————————————————————
  24.  
  25. None necessary, unless you run !Zap from floppy, in which case you'll need to
  26. edit Filters.!Run appropriately (just follow the instructions).
  27.  
  28.  
  29. Placing the filters in a module
  30. ———————————————————————————————
  31.  
  32. First of all, make sure that Zap's !Boot file has been run.
  33.  
  34. The program Filters.MakeRes is used here. First, load it into Zap  (or Edit),
  35. move to the bottom  of the file. Move  a few lines up  and you will find  the
  36. lines
  37.  REM Files to include
  38.  REM End
  39. Between these lines  is a DATA  list containing the  filter file names.  They
  40. must be in the same directory as MakeRes. If you have any to add, insert them
  41. here, then save and run MakeRes. You can load  the module ZapFilters straight
  42. away as it doesn't include any Zap commands.
  43.  
  44.  
  45. Copyright
  46. —————————
  47.  
  48. The conditions of copying this program suite (!Zap.3rdParty.Filters)  and its
  49. associated documentation are the same  as those of the main  Zap application,
  50. except you do not  need any extra permission to  copy it if you  have Dominic
  51. Symes's.
  52.  
  53. This software is  provided as is  with no warranty  as to its suitability  or
  54. otherwise for any particular task.  If it does anything nasty then  I want to
  55. know so I can fix it, but I'm not taking any responsibility.
  56.  
  57. Please note that the author(s) reserve the right to make alterations to these
  58. programs,  their operation, documentation,  and/or conditions  of use without
  59. notice in any way seen fit. Hopefully it will be an improvement.
  60.  
  61.  
  62. The contents of  the Filters directory, excluding  its subdirectories, are  ©
  63. Darren Salt.
  64.  
  65. Each  file  in  Filters.Code  has  its  copyright  message  included  in  the
  66. corresponding  file   in  Filters.Docs.   All  files   in  Filters.Code   and
  67. Filters.Docs  are  subject  to  the conditions  as  described  above  (unless
  68. otherwise stated).
  69.