home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEL141.ZIP / CEL141C.ZIP / TOOLKIT.ZIP / TOOLKIT.TXT < prev   
Text File  |  1992-08-14  |  3KB  |  72 lines

  1. The Celerity Toolkit v1.41
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Granted, the material presented here is rather sparse.  What is important is
  4. that the record types and some examples are here for potential programmers to
  5. use, as well as some ideas for projects.
  6.  
  7. If you do write any Celerity utilities, feel free to upload them to Terrapin
  8. Station for inclusion in future versions of the software.  Feel free to upload
  9. utilities you wish to market as shareware as well.
  10.  
  11.  
  12. RECORDS .PAS -->  Current Celerity record types for version 1.41
  13. SETUP   .PAS -->  Record for the data in SETUP.DAT.  This file contains all
  14.                   the information edited by the SETUP program.  It is a random
  15.                   access file.  Version 1.41 version.
  16. NETWORK.ZIP  -->  Contains information relating to CelerityNet v1.x.
  17. TEXTTOOL.ZIP -->  Routines and information for dealing with MESSAGE files.
  18.  
  19. Note: Take a look at the seperate RESET141.ZIP archive for an example user
  20. attribute modification program.
  21.  
  22. Ideas to work on
  23. ~~~~~~~~~~~~~~~~
  24. Some ideas of possible useful utilities and projects to work on may include:
  25.  
  26.  
  27. Easy Jobs
  28. ~~~~~~~~~
  29. Oneliner Editor  : An editor / sorter for oneliners.
  30.  
  31. Door Editor      : An editor / sorter for door records.
  32.  
  33.  
  34. Moderate Jobs
  35. ~~~~~~~~~~~~~
  36. Network Viewer   : A program which would allow the sysop to scan through the
  37.                    messages waiting to go out over the net, and allow him to
  38.                    delete ones which would embarras his system.  This would
  39.                    entail reading in the records and displaying them.  Probably
  40.                    should be in the "easy jobs" category.
  41.  
  42. Standalone Chat  : A tsr or small program which will monitor the line status
  43.                    of each node on a multinode system, and allow the sysop
  44.                    to chat from this program.  See the CHATSA.PAS source for
  45.                    the beginnings of one I did.  Variations would be a
  46.                    Windows and OS/2 version(s).
  47.  
  48. Difficult Jobs
  49. ~~~~~~~~~~~~~~
  50. Doors            : Original and unique doors which can be run from Celerity,
  51.                    and read Celerity files directly.  A door can just open the
  52.                    port at the Celerity DTE rate and be able to use modem output
  53.                    from there.  Look at Pibasync or Async for modem routines.
  54.  
  55. ZigZag of The Projects has formed a support group for utility writers for
  56. Celerity.  Some of their utilities have appeared in the utilities package for
  57. Celerity.  If you are interested in writing utilities, or have some good
  58. ideas, I suggest you contact him on Terrapin Station or The Projects.
  59.  
  60.  
  61. A couple folks (Atz, Dr. Crunch, Wild Gunman, Extreme A.I., The Necromancer,
  62. Bad Karma, ZigZag, Sicko, Johan, Rosta Man, Cabo, Leviathan, Sledge
  63. Hammer, Diminished 5th, and others) have expressed interest in working
  64. on some utilities. All I ask is that you share the programs with other
  65. Celerity sysops, although you are free to make the decision to keep or
  66. distribute your source.  If you work with someone else's source to
  67. improve upon it, PLEASE credit them for the work.  On files presented
  68. here which have a "revision history" of sorts, just add your credits to
  69. the end.
  70.  
  71.  
  72.