home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / unix / volume20 / index20.1 < prev    next >
Encoding:
Internet Message Format  |  1989-08-14  |  17.5 KB

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