home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume23 / index23.1 < prev    next >
Text File  |  1990-10-09  |  18KB  |  356 lines

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