home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / compsrcs / unix / volume22 / index22.1 < prev    next >
Encoding:
Internet Message Format  |  1990-05-01  |  18.1 KB

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