home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / unix / volume19 / index19.1 < prev    next >
Encoding:
Internet Message Format  |  1989-05-30  |  16.0 KB

  1. Path: wuarchive!wugate!uunet!bbn.com!rsalz
  2. From: rsalz@uunet.uu.net (Rich Salz)
  3. Newsgroups: comp.sources.unix
  4. Subject: v19INF2:  Introduction to comp.sources.unix
  5. Message-ID: <1743@fig.bbn.com>
  6. Date: 30 May 89 18:35:47 GMT
  7. Lines: 319
  8. Approved: rsalz@uunet.UU.NET
  9.  
  10. Submitted-by: Rich $alz <rsalz@uunet.uu.net>
  11. Posting-number: Volume 19, Info 2
  12. Archive-name: index19.1
  13.  
  14. This is the first of two introductory articles about comp.sources.unix.
  15. This one describes how to submit source to the newsgroup, where the
  16. archive sites are, and how to contact them.  The companion articles lists
  17. all previously-published sources.
  18.  
  19. I am always looking for suggestions on how to improve the usefulness
  20. of the newsgroup, and can be contacted as listed below.
  21.             -Rich $alz
  22.  
  23. --------------------
  24. Subject: Distribution and Copyrights
  25.  
  26. The Usenet newsgroup comp.sources.unix is forwarded through the Unix-Sources
  27. mailing list which is maintained by unix-sources-request@brl.mil.  If you
  28. receive comp.sources.unix through in your mailbox, or any way other than
  29. by reading Usenet articles, then you shouldn't be contacting me.
  30.  
  31. Copyright is a big issue on Usenet these days.  I really wish it would
  32. just go away, but it won't, so I guess I have to state my intent.  From
  33. the beginning, the goal of comp.sources.unix has been the widest possible
  34. distribution of source code in the hope that it is of use to the
  35. programming community, but with no guarantees that it won't trash your
  36. machine.  That is generally the goal of the people who write and submit
  37. programs to me.
  38.  
  39. There is no "compilation copyright" on the collection known as
  40. comp.sources.unix.  It is a collective effort, the result of the sites
  41. that pass the group around, the kind souls that maintain archives, those
  42. who improve the code that I publish, and -- most importantly -- the people
  43. who write the code.  If you want to try to make money off this collective
  44. body of work, I am not going to pretend that I can stop you.
  45.  
  46. Please note that this notice in no way supercedes the copyright that
  47. individual posters have attached.
  48.  
  49. --------------------
  50. Subject: Submitting source for publication
  51.  
  52. Items intended for posting or queries and problem notes should be sent to
  53. uunet!sources.  In Australia, Robert Elz is a "sub-moderator"; people
  54. there can work with him (kre@munnari.OZ) to get postings out more easily.
  55. I am looking for someone in Canada and someone in Europe to act as
  56. similar sub-moderators.
  57.  
  58. If you want verification of arrival, so say in a cover note, or at the
  59. beginning of your submission, if it is small.  I try to verify that a
  60. program works, and if I can't get it to work, I may hold up posting it for
  61. a while.  Please note that, except in rare cases, source without
  62. documentation and a Makefile will not be published.
  63.  
  64. --------------------
  65. Subject:  The structure of comp.sources.unix articles
  66.  
  67. Each posting in comp.sources.unix is called an "issue"; there are roughly 100
  68. issues to a volume.  The division is arbitrary, and has varied greatly in
  69. the past.  There are two types of articles in comp.sources.unix; sources
  70. and "information postings."  They can be distinguished by the subject
  71. line:
  72.     Subject:  v07INF8:  Index for Volume 7 and other info
  73. This first word in the title identifies this as the eighth info posting of
  74. volume seven.  Similarly, the subject line shown below:
  75.     Subject:  v07i081:  Public-domain Unix kernel
  76. identifies this as the 81st source article in Volume 7.  Large sources are
  77. broken up into smaller pieces, and have subject lines that look like
  78. this:
  79.     Subject:  v07i082:  System VI Source Distribution, Part03/08
  80.  
  81. The first few lines of an article are auxiliary headers that look like this:
  82.  
  83.     Submitted-by: root@freeware.ATT.COM
  84.     Posting-number: Volume 7, Issue 82
  85.     Archive-name: new-login
  86. The "Submitted by" is the author of the program.  IF YOU HAVE COMMENTS ABOUT
  87. THE SOURCES PUBLISHED IN COMP.SOURCES.UNIX, THIS IS THE PERSON TO CONTACT.
  88. When possible, this address is in domain form, otherwise it is a UUCP bang
  89. path relative to some major site such as "uunet."
  90.  
  91. The second line repeats the volume/issue information for the aide of NOTES
  92. sites and automatic archiving programs.
  93.  
  94. The Archive-name is the "official" name of this source in the archive.  Large
  95. postings will have names that look like this:
  96.     Archive-name: kernel/Part01
  97. Please try to use this name when requesting that sources be mailed to you.
  98. Also, note that the "part number" given in the title, and the archive name
  99. given in the auxiliary header need not be identical.
  100.  
  101.  
  102. --------------------
  103. Subject: Reporting and tracking bugs and patches to postings
  104.  
  105. You should probably subscribe to comp.sources.bugs.  I will also try to
  106. expedite bugfix postings.  Authors should consider posting beta-tests
  107. to alt.sources.
  108.  
  109. Some of the larger postings have established channels for distributing
  110. bug reports (e.g., Larry Wall posts patches in comp.sources.bugs; C News
  111. has update bulletins there and in one of the news groups, etc.).  Others
  112. are sort of "catch as catch can."
  113.  
  114. Sometimes, when new versions of previously-published software is available,
  115. just patches are put out, usually in the form of shar files containing
  116. input for the "patch" program, new files, etc.  Sometimes complete new
  117. versions are put out.  Which method is used depends on the poster and
  118. the moderator.
  119.  
  120. To report bugs, contact the person listed in the Submitted-to header.
  121. Often there is a contact address in a README file, too.  I do not maintain
  122. the sources I moderate, so don't send your bug reports to me.
  123.  
  124.  
  125. --------------------
  126. Subject: Becoming an archive site
  127.  
  128. If you collect comp.sources.unix postings and are willing and able to make
  129. your collection available to other people, please let me know.  Benefits
  130. include the undying gratitude of your colleagues, and a promise from me to
  131. try to make sure you never lose an article.
  132.  
  133. I maintain a mailing list of archive sites; see me about getting on it.
  134.  
  135. --------------------
  136. Subject: Accessing the archives
  137.  
  138. The complete archives are fairly large; an average volume is three to
  139. four megabytes.
  140.  
  141. The French and European archives are coming along, and the one in England
  142. is getting lots of traffic.  I should have good news for BITNET sites
  143. soon.  This time I mean it about BITNET. :-)
  144.  
  145. When you request something before Volume 6, please make sure to be as
  146. descriptive as possible as articles before then do not have official
  147. names.  Matt Caprile has done a great amount of work in cleaning up
  148. the index entries and old names, look for a notice here soon.  Work
  149. on this is late, my fault.
  150.  
  151. Some sites below will send tapes through the mail.  For those sites, send
  152. a 1/2" mag tape WITH RETURN POSTAGE and RETURN MAILER.  Tapes without
  153. postage or mailer will not be returned.  No other methods (COD, etc.) are
  154. available; please don't ask.
  155.  
  156. At the present time, I do not have ready access to the archives, nor
  157. the support of my employer to do this.  Please don't ask me for missing
  158. issues, unless you are sure you are reporting a net-wide problem of
  159. propogation.
  160.  
  161. --------------------
  162. Subject: Contacting me
  163.  
  164. My name is Rich Salz, which I (pretentiously) spell with a dollarsign for
  165. the S ($alz).  I am not the same as Rick Adams, who is currently best
  166. known as the major force behind UUNET.  I have a guest account on UUNET,
  167. which is where I do the moderating.  I can be reached via electronic mail
  168. as uunet!rsalz, rsalz@uunet.uu.net.
  169.  
  170. I work at BBN.  This is unrelated to comp.sources.unix, except that if
  171. something really critical comes up, you can call me at the office at
  172. 617-873-3290 (direct to my desk).  Try to avoid sending mail to
  173. rsalz@bbn.com, unless you really have to.
  174.  
  175. --------------------
  176. Subject: Listing of archive sites in no particular order
  177.  
  178. 1.  The Danish UNIX user group (DKUUG) is running a mail based archive
  179.     service at diku, it is only available to EUnet users in Denmark because
  180.     of accounting.  It features access to the latest EUUG tape distribution
  181.     which includes sources from comp.sources.unix and comp.sources.games.
  182.     Also some specially collected items like GNU emacs is available.
  183.     To get in contact with this archive service, do:
  184.          mail diku!archive
  185.          Subject: help
  186.     Archive mail enjoys a 100 % surcharge compared to ordinary mail.
  187.  
  188.     EUUG also provides a tape based archive service of sources collected
  189.     from the network and other specilally collected products like the GNU
  190.     Emacs, X windows, MH and UNIX|stat. These are also known as the
  191.     Conference tapes.  Available media include 9 track 1/2 inch 1600 fpi
  192.     2400 ft, and some QIC formats. Contact EUUG, Owles Hall, Buntingford,
  193.     Herts, SG9 9PL, England, or Frank Kuiper, CWI, Kruislaan 413, NL-1098
  194.     SJ Amsterdam, the Netherlands for further information. Frank can also
  195.     be reached as frankk@cwi.nl .
  196.  
  197. 2.  Lee McLoughlin and Stuart McRoberts of the Department of Computing,
  198.     Imperial College, London have set up an FTP and mail based server for
  199.     UK sites.  All volumes are online, some may be in compressed form.
  200.     For information about the mail based server mail to
  201.     info-server@doc.ic.ac.uk with a message body of:
  202.     request catalogue
  203.     topic comp.sources.unix
  204.     request end
  205.     They also store most of the GNU software, X windows, minix updates,
  206.     uupc and most other software deemed useful by the management.  Mail
  207.     the info-server with a topic line of:
  208.     topic index
  209.     for futher details.  For reasons of cost access is limited to UK users
  210.     only.
  211.  
  212. 3.  Ron Heiby has set up an anonymous UUCP access site.  If there is enough
  213.     interest, I will post his full note, but for now I am just giving the
  214.     summary info.  The machine is "mcdch1" which has a single 1200bps
  215.     modem at 1-312-576-7902.  Send an initial carraige return, then log in
  216.     with the name "pduucp" and password "public".  This will not work from
  217.     8am to 6pm Chicago time Monday through Friday, so we can get our real
  218.     work done.  The first thing you will want to do is pick up the
  219.     detailed instructions and a list of what is available.
  220.         uucp mcdch1!~/howto.snarf !~/MYNAME/
  221.         uucp mcdch1!~/directory !~/MYNAME/
  222.     Do not use full pathnames or wildcards; they will not work.
  223.     The Systems file entry for doing this looks something like:
  224.     (For HoneyDanBer UUCP (BNU) users.  Combine into a single line.)
  225.         mcdch1 Wk1800-0730,Sa,Su ACU 1200 3125767902
  226.             "" \r\c in:--in: pduucp word: public
  227.     This is not an official service of Motorola and may be discontinued at
  228.     any time.  The contents of the comp.sources.unix archive have been
  229.     donated by the submitters of the files to the Usenet comp.sources.unix
  230.     moderator for free availability throughout the community.  Motorola
  231.     assumes no responsibility for the contents of these files, including
  232.     the suitability for their use in any application on any hardware.
  233.     (Some of the material, for example is known not to run on systems sold
  234.     by Motorola.)  Any questions about suitability, problems with the
  235.     software or documentation, or anything else related to the contents of
  236.     the files should be directed to the persons who submitted the material
  237.     originally (usually the authors).
  238.  
  239. 4.  Pyramid Technology maintains a general user-contributed-software archive,
  240.     including comp.sources.unix and comp.sources.games. Source modules are
  241.     arranged both topically and by volume/issue number. New UUCP connections
  242.     are welcome, although sites outside Northern California will be harrassed
  243.     about why they haven't yet signed up for UUNet.* Pyramid will also make
  244.     tapes on a *very* limited basis for people willing to stop by during off
  245.     hours and wait while the tape is written.  This is being managed by Elaine
  246.     Booter (booter@pyramid.com) with Carl Gutekunst kibitzing.
  247.     Contact Elaine for more information.  [  *Don't take this 100% seriously. ]
  248.  
  249. 5.  Steven Parker, sp@killer.dallas.tx.us maintains a full archive of
  250.     c.s.unix and several other USENET newsgroups. This archive is available
  251.     via anonymous UUCP and is reachable through PC Pursuit.  Two sample
  252.     L.sys lines follow:
  253.     killer Any ACU 2400 1-214-821-3795 in:--in: uupdsrc word: Public
  254.     killer Any ACU 1200 1-214-827-2919 in:--in: uupdsrc word: Public
  255.     Modify as necessary to fit local circumstances, of course. To get more
  256.     information, request file killer!/bbsys4/README.
  257.  
  258. 6.  Robert Elz (kre@munnari.OZ) keeps sources in different ways depending
  259.     on his available disk space; contact him for more info.
  260.  
  261. 7.  Thos Sumner at UCSF will respond to requests for material, but cannot
  262.     promise an ongoing commitment.  Anyone requesting material via mail
  263.     should supply a path from ucbvax.  Anyone requesting tape should
  264.     contact him first.  Contact him at thos@cca.ucsf.edu, or
  265.     ucbvax!ucsfcgl!cca.UCSF!thos
  266.  
  267. 8.  Michael Squires maintains an archive site, sir-alan.  It has the
  268.     full archive for anonymous uucp using the login of "pdsrc" (no
  269.     password).  The Trailblazer autobauds between 300/1200/2400
  270.     baud.  The number is 814 337 0894; the list of available files is in
  271.     /usr/spool/pdsrc/all.subjects.
  272.  
  273. 9.  Rick Adams (rick@uunet.uu.net) provides archive access to those on the
  274.     Internet.  Access is available directly via anonymous FTP; look in
  275.     ~ftp/comp.sources.unix/volumeN.  I maintain the UUNET archives, and
  276.     they're guaranteed to be current and official.  UUNET subscribers can
  277.     also UUCP missing files directly.
  278.  
  279. 10. Internet sites may also retrieve archives from j.cc.purdue.edu via
  280.     anonymous ftp.  The archive is in the directory
  281.     ~ftp/news/comp/sources/unix/volumeX.  Most files are compressed;
  282.     these may be recognized by the ".Z" suffix.  If you don't have
  283.     compress & friends, they are in ~ftp/pub/compress.shar for the
  284.     taking.  This is being managed by Rich Kulawiec (Wombat),
  285.     rsk@j.cc.purdue.edu.  They would appreciate it if you would avoid
  286.     large file transfers in the middle of the day.  [Rick also points out
  287.     that the FTP'able archies also contain mod.amiga, a bunch of kermit
  288.     sources, news 2.11, rn 4.3, nntp, and whatever else happens to be in
  289.     ~ftp/pub at the moment.]
  290.  
  291. 11. The CSNET CIC is now current.  Send a request for "mod.sources" with
  292.     the topics "help" and "index" to the Info-Server, or or contact
  293.     postmaster@sh.cs.net.
  294.  
  295. 12. Sharan Kalwani at the Michigan Cancer Foundation (shan@mcf.uucp) has
  296.     set up a mail-based server for Michigan sites.  The archive resides
  297.     on mcf's machine. Comp.sources.unix and other stuff are available.
  298.     Just a few issues are missing and efforts are solicited to make the
  299.     archives complete.  For reasons of cost access is limited to MI users
  300.     only unless you want to set up direct links with mcf.  Mail to
  301.     "archives@mcf.uucp" and supply the text "send index" for some help on
  302.     how to access the files and an index of the files currently online.
  303.     For human help, mail to shan@mcf.uucp or mcf!shan@umix.cc.umich.edu.
  304.  
  305. 13. In France, the A.F.U.U. (French UN*X User Group), provides a tape-
  306.     based archive service for people in France.  Sources include
  307.     comp.sources.unix, USEnix tapes, EUUG tapes, etc.  Available media
  308.     include 9 track 1/2 inch 1600 BPI 2400 ft, and QIC-24 cartridge
  309.     tapes (Sun, Bull, Archive, etc. compatable). For a full list of what
  310.     is available and to get an order form, etc., contact the AFUU offices:
  311.         A.F.F.U.                     tel: +33 (1) 4670.9590
  312.         11, rue Carnot               fax: +33 (1) 4658.9420
  313.         94270 Le Kremlin-Bice^tre    e-mail: anne@afuu.fr
  314.         FRANCE
  315.  
  316. 14. Tad Guy maintains an FTP'able archive at Old Dominion University.
  317.     The archive contains the Unix, X, Games, Misc, and Amiga source groups,
  318.     as well as comp.binaries.amiga.  The unix sources are only kept
  319.     on-line starting with Volume 10.  Anonymous FTP to Xanth.cs.odu.edu.
  320.  
  321. 15. Mark Prior has set up an archive on serius.ua.oz.au for
  322.     comp.sources.unix (and some other groups).  Volume11 and later is
  323.     available for retrival via for either ACSnet "fetchfile" or anonymous
  324.     FTP (129.127.4.20).  Files are stored in ~ftp/pub/sources/unix by
  325.     issue number.
  326. -- 
  327. Please send comp.sources.unix-related mail to rsalz@uunet.uu.net.
  328. Use a domain-based address or give alternate paths, or you may lose out.
  329.