submit 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. INSTRUCTIONS FOR SUBMITTING MATERIAL TO THE REDUCE NETWORK LIBRARY
  2. We encourage users to send contributions to the REDUCE network library. The
  3. rules are simple, and are designed to increase the effectiveness of the
  4. contribution rather than make more work for the contributor.
  5. Messages (and also code comments if possible) should be in English. REDUCE
  6. is an international system, used by scientists in many countries who speak
  7. many different languages. The only way to make such a system effective is
  8. to have all dialog in one language, which for obvious reasons is English.
  9. Lines of code should have a maximum length of 71 characters, and only
  10. contain the symbols listed in the REDUCE User's Manual. Other files
  11. should not contain lines longer than 80 characters. No file should be
  12. more than 100,000 bytes long. This is required so that all known REDUCE
  13. systems can process the code, and electronic mail systems handle the
  14. transmission of the relevant files.
  15. In the case of a complete package, the following is required:
  16. 1. A header comment listing
  17. a) the title of the program,
  18. b) the name and address of the author(s), including network address,
  19. c) the date of the program,
  20. d) a brief abstract,
  21. e) the version of REDUCE required,
  22. f) relevant publications,
  23. g) appropriate keywords.
  24. 2. A separate document file describing the use of the program, preferably
  25. in LaTeX using the style file reduce.sty in the documents directory.
  26. 3. A test file. This should consist of a sequence of commands that neither
  27. read input nor output to files other than the standard output device.
  28. 4. A log of the output from running the test file.
  29. 5. A signed REDUCE Contribution Form giving us rights to the
  30. distribution of the code.
  31. For smaller code fragments and other material, only the signed form is
  32. needed. This form follows.