home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug082.ark / U-G-FORM.LIB < prev   
Text File  |  1984-04-29  |  4KB  |  122 lines

  1. ** Created    02/21/80 WLC
  2. ** Last Rev.    10/04/81 Ward C.
  3. ** Reason.    Ask for more "what's diff" doc.
  4. **
  5. ** If you have any comments on this form please pass
  6. ** them on to the CP/M users group.
  7. **
  8. ** Please fill out this form for all material submitted
  9. ** to the CP/M users group.  It will aid in the    
  10. ** cataloging of the disks, and in helping people choose
  11. ** which programs they might be interested in.
  12. **
  13. ** Send the contributions with the completed forms to -
  14. **
  15. ** CP/M Users Group
  16. ** 1651 Third Avenue
  17. ** New York, NY 10028
  18. **
  19.   Software contributions are received for inclusion into the
  20.   library with the understanding that the contributor is
  21.   authorized to make the material available to others for their
  22.   individual, non-commercial use.  The Users Group makes no
  23.   representations as to the utility of the material in the
  24.   library for any purpose.  Contributions should be submitted
  25.   on 8" single density diskettes in CP/M file form.  Please
  26.   cross reference any rewrites or bug-fixes to prior
  27.   distributions.
  28. **
  29. ** It is intended that this form be filled out with an
  30. ** editor, and left on the submitted disk for each
  31. ** program.  (You may group similar programs together).
  32. ** All lines starting ** are comments which should be
  33. ** deleted from the form.  Remember to keep an original
  34. ** of the form around for submitting more than one program.
  35. **
  36. ** (If you don't mind, there are still a lot of us out here
  37. ** with 64 wide displays.  We would appreciate your limiting
  38. ** your lines to 63 characters.  <<thanks>>)
  39. **
  40. ** This form is most easily filled out with a full screen
  41. ** editor.  You may do a "macro next colon" (mn:$v) to locate
  42. ** the fields which have to be filled in.
  43. **
  44. ** Save this file as "filename.CPM"
  45. **
  46. ** You can then delete all comments lines via... bmn**$0ltk
  47.  
  48. National CP/M Users Group - Program Submission Form
  49.  
  50. Submission Date: 
  51.  
  52. File name: 
  53. ** (or names). Include a 1 line description of each
  54. **
  55. ** examples...
  56. **
  57. ** MORSE.ASM    Sends Morse code from ASCII file to port.
  58. ** SAMPLE.DAT    Sample data file for MORSE.
  59.  
  60. Author: 
  61. ** Please include address and phone number.  If    either
  62. ** is not to be published, so indicate, but include
  63. ** them for the Users Group disk cataloging process,
  64. ** in case there are questions.
  65.  
  66. Submitted by: 
  67. ** (if different than author).  Also include address    
  68. ** and phone if different.
  69.  
  70. This program is public domain because: 
  71. ** E.G. Submitted by author; author's approval,
  72. ** approval from magazine in which it was published, etc.
  73.  
  74. Who would this program be useful to: 
  75. ** e.g. "All CP/M users" or "People with Tarbell floppy
  76. ** controllers" or "People with one-disk systems" etc.
  77.  
  78. Briefly describe the program function: 
  79. ** Include run instructions only if not included in
  80. ** some other .DOC file on this disk.
  81.  
  82. Where is further documentation available: 
  83. ** E.G. name the appropriate .DOC files on this disk;
  84. ** Was anything published in a magazine, etc.  NOTE- If you are
  85. ** sending in something from a magazine, please include
  86. ** the magazine's permission.  For example, "Creative Computing"
  87. ** has allowed programs to be published, but not a "blanket
  88. ** permission", but rather written permission, one-by-one.
  89. **
  90. ** Is this a modification of a previous Users Group program,
  91. ** and if so, what was its "name" (e.g. 23.05).  "What is
  92. ** Different" and, if its not obvious, "why was it changed"
  93. ** (e.g. "bug fix" - it would not work under CP/M 2.2; or
  94. ** "modified to work with blah-blah type terminal", etc.)
  95.  
  96. Hardware dependencies: 
  97. ** E.G. specific processor, disk controller, plotter, printer,
  98. ** modem, viedo board, etc.
  99.  
  100. Software dependencies: 
  101. ** E.G. I/O via PROM calls, or hard-coded ports; JMPS/CALLS
  102. ** to specific machine-size BIOS; Other software required
  103. ** which is NOT on this disk?  Timing dependencies?
  104. **
  105. ** "STANDARD CP/M" means it runs with 8" disks (or similarly
  106. ** behaving ones like Northstar), 24K or more memory, CP/M 1.4.
  107. **
  108. ** Do you think/know it works with CP/M 2.x?
  109.  
  110. Source processor: 
  111. ** I.E. if this is a source program, what do you "run it
  112. ** with"... MAC, ASM, Microsoft BASIC version x.y, TDL ASM etc.
  113.  
  114. Does the software "drop in": 
  115. ** i.e. what type of modifications are required to make
  116. ** it run?
  117.  
  118. How easy is the code to modify: 
  119. ** E.G. "COM file only"
  120. **    "Well commented .ASM file"
  121. **    "Poorly commented .ASM file"
  122.