home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / intro8 < prev    next >
Internet Message Format  |  1993-04-28  |  11KB

  1. From: argv@sun.com (Dan Heller)
  2. Newsgroups: comp.sources.x
  3. Subject: v08INF1: Introduction to comp.sources.x
  4. Message-ID: <137915@sun.Eng.Sun.COM>
  5. Date: 27 Jun 90 06:32:54 GMT
  6. Approved: argv@sun.com
  7.  
  8. Submitted-by: Dan Heller <argv@sun.com>
  9. Posting-number: Volume 8, Info 1
  10. Archive-name: intro8
  11.  
  12. This is the first of two introductory messages about comp.sources.x.
  13. There are *many* things covered in this posting -- each new topic is
  14. preceded by a Subject: line.  If you get bored reading a particular
  15. section, fast forward to the next Subject: line and read that one.
  16. Please don't submit sources without having read -everything- in this
  17. file (you'll be tested and graded later :-).
  18.  
  19. Most of all, this posting describes how to submit sources to comp.sources.x,
  20. where the archive sites are, and how to contact them.  The second lists
  21. the sources that have been published in this newsgroup.
  22.  
  23. NOTE 1:
  24.     Many people are submitting sources that do not have an Imakefile
  25.     or a patchlevel.h.  You *must* provide these!  I no longer have the
  26.     time to create them for you.  Further submissions that do not have
  27.     these files will be rejected.
  28.  
  29. NOTE 2:
  30.     Patches *must* contain an update to patchlevel.h and indicate which
  31.     volume and issue numbers that precede this patch.  This includes both
  32.     the original posting and previous patches.
  33.  
  34. --------------------
  35. Subject:  The structure of comp.sources.x articles
  36.  
  37. Each posting in comp.sources.x is called an "issue"; there are roughly 100
  38. issues to a volume.  The division is arbitrary, and has varied greatly in
  39. the past.  There are two types of articles in comp.sources.x; sources
  40. and "information postings."  They can be distinguished by the subject
  41. line:
  42.     Subject:  v03INF1:  Introduction to comp.sources.x
  43.  
  44. This first word in the title identifies this as the first info posting of
  45. volume three.  Similarly, the subject line shown below:
  46.  
  47.     Subject:  v01i060:  select: a selection widget, Part01/01
  48.  
  49. identifies this as the 60th source article in Volume 1.  All sources are
  50. broken up into pieces.  This is done so that there could be a proper storage
  51. directory when patches are issued. This is part 1 of a 1 part posting.
  52.  
  53.     Subject:  v01i056:  xphoon: Show phase of the Moon on root window, Part01/04
  54.  
  55. The first few lines of an article are auxiliary headers that look like this:
  56.  
  57.     Submitted-by: root@freeware.ATT.COM
  58.     Posting-number: Volume 7, Issue 82
  59.     Archive-name: new-Xlogin/part01
  60.  
  61. The "Submitted-by" is the author of the program.  IF YOU HAVE COMMENTS ABOUT
  62. THE SOURCES PUBLISHED IN COMP.SOURCES.X, THIS IS THE PERSON TO CONTACT.
  63. When possible, this address is in domain form, otherwise it is a UUCP bang
  64. path relative to some major site such as "uunet."
  65.  
  66. The second line repeats the volume/issue information for the aide of NOTES
  67. sites and automatic archiving programs.
  68.  
  69. The Archive-name is the "official" name of this source in the archive.  Large
  70. postings will have names that look like this:
  71.  
  72.     Archive-name: xdvi/part01
  73.  
  74. Please try to use this name when requesting that sources be mailed to you.
  75. Also, note that the "part number" given in the title, and the archive name
  76. given in the auxiliary header need not be identical.
  77.  
  78. -----------------
  79. Subject: Patches Handling
  80.  
  81. Patches will be handled as swiftly as possible. Authors of sources posted
  82. to c.s.x should send all patches to me so that I can post them back through
  83. the newsgroup in order that the patches can be archived. This has not been
  84. done in the past in other sources groups and has lead to lost patches. If
  85. the patches must get out *real* fast, post them to comp.sources.bugs and
  86. send me a copy at the same time so that they will be available when they
  87. are needed in the future.
  88.  
  89. To support the tracking of patches, the Patch-To: line is used in c.s.x.
  90. The Patch-To: line exists for articles that are patches to previously posted
  91. software. The Patch-To: line only appears in articles that are posted,
  92. "Official", patches. The initial postings would not contain the Patch-To:
  93. auxiliary header line.
  94.  
  95. Patch-To: syntax
  96.     Patch-To: package-name: Volume X, Issue x[-y,z]
  97.  
  98. Patch-To: examples. These are examples and do not reflect the
  99. accurate volume/issue numbering for rkive.
  100.  
  101. In the first example, the article that contains the following line
  102. is a patch to a single part posting.
  103.     Patch-To: rkive: Volume 22, Issue 122
  104.  
  105. This example shows that the 122-124 indicates the patch applies to
  106. a multi-part posting. The '-' is used to mean "article A through article
  107. B, inclusive..
  108.     Patch-To: rkive: Volume 22, Issue 122-124
  109.  
  110. If a patch applies to multiple part postings that are not consecutive, the
  111. ',' is used to separate the part issue numbers. It is possible to mix both
  112. ',' and '-' on a single Patch-To: line.
  113.     Patch-To: rkive: Volume 22, Issue 122,125,126,127
  114.     Patch-To: rkive: Volume 22, Issue 122,125-127
  115.  
  116. --------------------
  117. Subject: Reporting and tracking bugs.
  118.  
  119. You should subscribe to comp.sources.bugs.
  120.  
  121. Sometimes, when new versions of previously-published software is available,
  122. just patches are put out, usually in the form of shar files containing
  123. input for the "patch" program, new files, etc.  Sometimes complete new
  124. versions are put out.  Generally, minor updates should be in patch form
  125. and update the patchlevel.h file.  Major updates usually indicate that
  126. there have been so many changes that the patches outweigh the size of the
  127. new source or that the number of patch levels grows so large that people
  128. are rarely up to date.  If it's been a year since the last major posting,
  129. it is a candidate for being reposted.
  130.  
  131. To report bugs, contact the person listed in the Submitted-by header.
  132. Often there is a contact address in a README file, too.  I do not maintain
  133. the sources I moderate, so don't send your bug reports to me.
  134. Likewise, I normally do not post patches for a package from anyone
  135. except the author. If you have patches you would like to see included
  136. in the package, send them to the person listed in the Submitted-by
  137. header.
  138.  
  139. --------------------
  140. Subject: Submitting source for publication
  141.  
  142. Items intended for posting or queries and problem notes should be sent to
  143. comp-sources-x@uunet.uu.net, *not* to the address of the newsgroup moderator.
  144.  
  145. If you want verification of arrival, say so in a cover note, or at the
  146. beginning of your submission, if it is small.  I try to verify that a
  147. program works, and if I can't get it to work, I may hold up posting it
  148. for a couple of days.  Please note that, except in rare cases, source
  149. that doesn't meet the guidelines will not be published.  The backlog
  150. from receipt to posting varies from one to four weeks depending mostly
  151. on the set of submissions currently in my queue and my current work load.
  152.  
  153. -------------------
  154. Subject: Guidelines
  155.  
  156. To make life easier for both myself and the users of the comp.sources.x
  157. newsgroup, I request that all submissions follow the following guidelines.
  158.  
  159. Initial Submissions:
  160.     1.  Try to use #include <X11/Xos.h> instead of things like
  161.         types.h, strings.h and time.h
  162.     2.  Please use -display displayname and -geometry geomspec
  163.         instead of the old style.
  164.     3.  Source filenames need to be 12 or fewer characters in length.
  165.     4.  Include an Imakefile.  For more information on Imakefile's,
  166.         read imake.man in util/imake on the X11 Release 4 distribution.
  167.     5.  A Makefile is required.
  168.     6.  A manual page is required.
  169.     7.  A README file is required. This should contain a brief
  170.         description of what the posting is and any special
  171.         considerations in building it. The README should
  172.         also contain a list of authors and the distribution
  173.         and copying policy.
  174.     8.  Postings should be in shar format of <= 75K. If it is necessary to
  175.         split the posting into multiple parts, each shar file should be <= 75K.
  176.     9.  Include a patchlevel.h -- This file is used to keep track
  177.         of how many official patches have been applied.
  178.     10. If fonts are submitted, please assure they are in bdf format.
  179.     11. Any additional documentation (past the required man page)
  180.         should be in PostScript format or some nroff/troff format so
  181.     people can print it out nicely.
  182.  
  183. Updates, patches, etc.:
  184.     It is up to the author to determine if there have been major enough
  185.     changes to warrant a complete reposting. This may be necessary if the
  186.     size of the patches exceeds the size of the source but in most cases
  187.     only patches are posted. Total repostings should be treated as an
  188.     initial posting. What follows pertains to patches...
  189.  
  190.     1.  When patches are submitted, they should be in context diff
  191.         format.
  192.     2.  A patch to patchlevel.h should be done to reflect that the
  193.         patch has been applied.  You are -advised- to include a Prereq:
  194.     line in your patch for this file so that if patchlevel.h fails
  195.     to patch correctly (the user is out of sync), the rest of the
  196.     patches will not be applied.
  197.     3.  Include information about which previously posted issues
  198.         the patch pertains to if they were initially posted to c.s.x.
  199.     This information will be reflected in the Patch-To: header
  200.     when your article is posted.
  201.  
  202.     For more information on patch see patch.man in util/patch/patch.man
  203.     in the X11 Release 4 distribution or in volume7 of the comp.sources.unix
  204.     archives.  Patches can be made with diff -c on 4.XBSD based machines and
  205.     with diffc on others. Diffc can be found in volume 1 of comp.sources.unix
  206.     archives. GNU diff can also be used to create context diffs.
  207.  
  208. ---------------------------------------
  209. Subject: Editorial comments
  210.  
  211.   Altho I don't make it a rule, postings which require uuencoded files
  212.   be included are accepted, but I much prefer btoa format.  In fact,
  213.   source code submissions (especially large ones) are more easily
  214.   transferred in mail and more easily stored for me if you use tarmail
  215.   rather than shar.  But this in in my own opinion and I am not making
  216.   any requirements that people use tarmail/btoa at all.
  217.  
  218.   Why btoa instead of uuencode? First and foremost, uuencode doesn't travel
  219.   well over certain mail transport agents because it uses a "space" as a
  220.   possible conversion character.  There are some MTAs that remove trailing
  221.   spaces from the ends of lines and it would result in a file that you could
  222.   not "decode".  Secondly, the amount of ascii characters actually
  223.   generated by "btoa" is far fewer than uuencode, saving on net traffic.
  224.   Finally, it's just so much easier to deal with -- you don't
  225.   have to worry about setuid, creating files automatically, chmod 666, and
  226.   you can use btoa in a pipe.
  227.  
  228.     "Top 10 pet peeves of the comp.sources.x moderator."
  229.  
  230. 10.  Submissions that do not contain a README, Imakefile or patchlevel.h.
  231. 9.   Submissions that do not contain a man page.
  232. 8.   People who ask me if there are any postscript previewers available.
  233. 7.   People who send me sources using uuencode (use "shar" files < 75K each).
  234. 6.   Programs that don't compile right the first time.
  235. 5.   That guy who sends me those digitized frames from the Rob Lowe video.
  236. 4.   Shell scripts that post the wrong subject line.
  237. 3.   Patches that don't apply correctly.
  238. 2.   No, I don't know when R4 is going to be released.
  239.     And the #1 pet peeve by the comp.sources.x moderator...
  240. 1.   Requests for previous postings to be resent to them.
  241.  
  242. dan
  243. ----------------------------------------------------
  244. O'Reilly && Associates   argv@sun.com / argv@ora.com
  245. Opinions expressed reflect those of the author only.
  246.