home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume27 / index27.1 next >
Text File  |  1993-08-08  |  17KB  |  326 lines

  1. Subject:  v27INF1:  Introduction to comp.sources.unix
  2. Newsgroups: comp.sources.unix,comp.sources.d
  3. Approved: paul@vix.com
  4.  
  5. Submitted-by: paul@vix.com (Paul Vixie)
  6. Posting-number: Volume 27, Info 1
  7. Archive-name: index27.1
  8.  
  9. [ this has been updated for volume 27.  you really should read it.
  10.   --vix ]
  11.  
  12. This is the first of several introductory articles about comp.sources.unix.
  13. This one describes how to submit source to the newsgroup, where the
  14. archive sites are, and how to contact them.  The companion articles list
  15. all previously-published sources, and plans for the future.
  16.  
  17.             -Paul Vixie
  18.  
  19. --------------------
  20. Subject: Distribution and Copyrights
  21.  
  22. The Usenet newsgroup comp.sources.unix is forwarded far and wide through
  23. many mailing lists (including <unix-sources@pa.dec.com>, which is the
  24. replacement for <unix-sources@brl.mil>).  If you receive comp.sources.unix
  25. through your mailbox, or any way other than by reading Usenet articles, then
  26. you shouldn't be contacting us; you should be contacting the ``-request''
  27. address for the mailing list (for example, <unix-sources-request@pa.dec.com>.
  28.  
  29. The <unix-sources@pa.dec.com> mailing list receives every article posted to
  30. the comp.sources.* newsgroups.  The moderators are not on this list and do
  31. not participate in discussions there; the list is provided as a service to
  32. those who don't have access to Usenet.
  33.  
  34. From the beginning, the goal of comp.sources.unix has been the widest
  35. possible distribution of source code in the hope that it is of use to the
  36. programming community, but with no guarantees that it won't trash your
  37. machine.  That is generally the goal of the people who write and submit
  38. programs.  We publish only sources which contain no redistribution
  39. restrictions (either in time or geography or money).  If you wish to include
  40. a copyright in work that you publish here, you are welcome to do that -- as
  41. long as it does not prohibit redistribution.  The Berkeley BSD "Reno" or
  42. later copyrights, and the GNU "Copyleft" or "GPL", are both considered
  43. reasonable.
  44.  
  45. There is no "compilation copyright" on the collection known as
  46. comp.sources.unix.  It is a cooperative effort, the result of the sites that
  47. pass the group around, the kind souls that maintain archives, those who
  48. improve the code that we publish, and -- most importantly -- the people who
  49. write and submit the code.  If you want to try to make money off this
  50. collective body of work, we will not pretend that we can stop you.
  51.  
  52. Please note that this notice in no way supercedes the copyright that
  53. individual posters have attached to their submissions.
  54.  
  55. --------------------
  56. Subject: Submitting source for publication
  57.  
  58. Items intended for posting or queries and problem notes should be sent to
  59. comp-sources-unix@uunet.uu.net or uunet!comp-sources-unix.  This is the same
  60. place that Usenet will mail your submissions if you simply ``post'' them to
  61. the comp.sources.unix newsgroup.  You don't _have_ to use "uunet"; any
  62. so-called ``backbone'' host will do, such as "decwrl.dec.com" ("decwrl!...").
  63.  
  64. You will receive automatic verification of the arrival of your source in our
  65. work queue.  Our work queue varies in length between 1 day and 1 year,
  66. depending on the quality of the submission and the level of your desperation
  67. to see it published.  We try to verify that a program works, and if we can't
  68. get it to work, we may hold up posting it while we contact you to work out a
  69. patch.  Please note that, except in rare cases, source without documentation
  70. (ideally in "man page" source format) and a Makefile (with "all", "install"
  71. and "clean" targets) will not be published.
  72.  
  73. --------------------
  74. Subject:  The structure of comp.sources.unix articles
  75.  
  76. Each posting in comp.sources.unix is called an "issue"; there are a few
  77. hundred issues to a volume.  Volume boundaries are arbitrary, and have varied
  78. greatly in the past.  There are two types of articles in comp.sources.unix;
  79. sources and "information postings."  They can be distinguished by the subject
  80. line:
  81.     Subject:  v07INF8:  Index for Volume 7 and other info
  82. This first word in the title identifies this as the eighth info posting of
  83. volume seven.  Similarly, the subject line shown below:
  84.     Subject:  v07i081:  Public-domain Unix kernel
  85. identifies this as the 81st source article in Volume 7.  Large sources are
  86. broken up into smaller pieces, and have subject lines that look like
  87. this:
  88.     Subject:  v07i082:  System VI Source Distribution, Part03/08
  89.  
  90. The first few lines of an article are auxiliary headers that look like this:
  91.     Submitted-by: root@freeware.ATT.COM
  92.     Posting-number: Volume 7, Issue 82
  93.     Archive-name: new-login
  94. The "Submitted by" is the author of the program.  IF YOU HAVE COMMENTS ABOUT
  95. THE SOURCES PUBLISHED IN COMP.SOURCES.UNIX, THIS IS THE PERSON TO CONTACT.
  96. When possible, this address is in domain form, otherwise it is a UUCP bang
  97. path relative to some major site such as "uunet."
  98.  
  99.     ***IF YOU SEND COMMENTS OR QUESTIONS TO THE MODERATORS ABOUT A
  100.     SUBMISSION TO THE LIST, WE WILL PROBABLY DELETE THEM WITHOUT
  101.     NOTICE***
  102.  
  103. The second line repeats the volume/issue information for the aide of NOTES
  104. sites and automatic archiving programs.
  105.  
  106. The Archive-name is the "official" name of this source in the archive.  Large
  107. postings will have names that look like this:
  108.     Archive-name: kernel/Part01
  109. Also, note that the "part number" given in the title, and the archive name
  110. given in the auxiliary header need not be identical.
  111.  
  112.  
  113. --------------------
  114. Subject: Reporting and tracking bugs and patches to postings
  115.  
  116. You should probably subscribe to comp.sources.bugs.  We will also try to
  117. expedite bugfix postings.  Authors should consider holding Beta tests
  118. in alt.sources.
  119.  
  120. Some of the larger postings have established channels for distributing
  121. bug reports (e.g., Larry Wall posts patches in comp.sources.bugs; C News
  122. has update bulletins there and in news.software.b, etc.).  Others
  123. are sort of "catch as catch can."
  124.  
  125. Sometimes, when new versions of previously-published software is available,
  126. just patches are put out, usually in the form of shar files containing
  127. input for the "patch" program, new files, etc.  Sometimes complete new
  128. versions are put out.  Which method is used depends on the poster and
  129. the moderator.
  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.  We do not maintain
  133. -->the sources we moderate, so don't send your bug reports to us.
  134.  
  135.  
  136. --------------------
  137. Subject: Becoming an archive site
  138.  
  139. If you collect comp.sources.unix postings and are willing and able to make
  140. your collection available to other people, please let us know.  Benefits
  141. include the undying gratitude of your colleagues, and a promise from us to
  142. try to make sure you never lose an article.
  143.  
  144. --------------------
  145. Subject: Accessing the archives
  146.  
  147. The complete archives are fairly large -- 50 to 60 megabytes, compressed.
  148.  
  149. When you request something before Volume 6, please make sure to be as
  150. descriptive as possible as articles before then do not have official
  151. names.  Matt Caprile has done a great amount of work in cleaning up the
  152. index entries and old names, and more work is needed.
  153.  
  154. Some sites below will send tapes through the mail.  For those sites, send
  155. a 1/2" mag tape WITH RETURN POSTAGE and RETURN MAILER.  Tapes without
  156. postage or mailer will not be returned.  No other methods (COD, etc.) are
  157. available; please don't ask.
  158.  
  159. --------------------
  160. Subject: Listing of archive sites in no particular order
  161.  
  162. 1.  Gatekeeper.dec.com [16.1.0.2] has the definitive comp.sources.unix
  163.     archive -- the others tend to shadow this one.  Using anonymous ftp, look
  164.     at /pub/usenet/comp.sources.unix/volume*.  Grab /Index-byname or
  165.     /Index-bytime to see what's available.  Gatekeeper's FTP server has
  166.     an experimental "index" command; see its signon banner for details.
  167.     If you are a UUCP neighbor of "decwrl", this directory is
  168.     decwrl!~/pub/usenet/comp.sources.unix/volume*, and the index files are
  169.     decwrl!~/Index-byname and decwrl!~/Index-bytime.  Note that the
  170.     Index-by{name,time} files are also available compressed (add a .Z to the
  171.     name).  DECWRL does not have anonymous UUCP here and they do not set
  172.     up new connections just for archive access.  Apologies.  Try osu-cis if
  173.     you need that sort of thing.  They also support anonymous NFS and Prospero.
  174.  
  175. 2.  The DECWRL ``ftpmail'' server can be used to retrieve sources (or anything
  176.     else which can be had via Internet FTP) and cause it to be automatically
  177.     mailed to you.  To learn more about ``ftpmail'', send mail to it:
  178.     % echo help | Mail -s 'subject is ignored' ftpmail@decwrl.dec.com
  179.     or
  180.     % echo help | mailx -s 'subject is ignored' decwrl\!ftpmail
  181.     or
  182.     $ MAIL/SUBJ="IGNORED" SYS$INPUT DECWRL::FTPMAIL
  183.     help
  184.     ^Z
  185.     or whatever variation you need for your local system.
  186.  
  187. 3.  The Danish UNIX user group (DKUUG) is running a mail based archive
  188.     service at diku, it is only available to EUnet users in Denmark because
  189.     of accounting.  It features access to the latest EUUG tape distribution
  190.     which includes sources from comp.sources.unix and comp.sources.games.
  191.     Also some specially collected items like GNU emacs is available.
  192.     To get in contact with this archive service, do:
  193.          mail diku!archive
  194.          Subject: help
  195.     Archive mail enjoys a 100 % surcharge compared to ordinary mail.
  196.  
  197.     EUUG also provides a tape based archive service of sources collected
  198.     from the network and other specilally collected products like the GNU
  199.     Emacs, X windows, MH and UNIX|stat. These are also known as the
  200.     Conference tapes.  Available media include 9 track 1/2 inch 1600 fpi
  201.     2400 ft, and some QIC formats. Contact EUUG, Owles Hall, Buntingford,
  202.     Herts, SG9 9PL, England, or Frank Kuiper, CWI, Kruislaan 413, NL-1098
  203.     SJ Amsterdam, the Netherlands for further information. Frank can also
  204.     be reached as frankk@cwi.nl .
  205.  
  206. 4.  Lee McLoughlin and Stuart McRoberts of the Department of Computing,
  207.     Imperial College, London have set up an FTP and mail based server for
  208.     UK sites.  All volumes are online, some may be in compressed form.
  209.     For information about the mail based server mail to
  210.     info-server@doc.ic.ac.uk with a message body of:
  211.     request catalogue
  212.     topic comp.sources.unix
  213.     request end
  214.     They also store most of the GNU software, X windows, minix updates,
  215.     uupc and most other software deemed useful by the management.  Mail
  216.     the info-server with a topic line of:
  217.     topic index
  218.     for futher details.  For reasons of cost access is limited to UK users
  219.     only.
  220.  
  221. 5.  Ron Heiby has set up an anonymous UUCP access site.  If there is enough
  222.     interest, we will post his full note, but for now we are just giving the
  223.     summary info.  The machine is "mcdch1" which has a single 1200bps
  224.     modem at 1-312-576-7902.  Send an initial carraige return, then log in
  225.     with the name "pduucp" and password "public".  This will not work from
  226.     8am to 6pm Chicago time Monday through Friday, so we can get our real
  227.     work done.  The first thing you will want to do is pick up the
  228.     detailed instructions and a list of what is available.
  229.         uucp mcdch1!~/howto.snarf !~/MYNAME/
  230.         uucp mcdch1!~/directory !~/MYNAME/
  231.     Do not use full pathnames or wildcards; they will not work.
  232.     The Systems file entry for doing this looks something like:
  233.     (For HoneyDanBer UUCP (BNU) users.  Combine into a single line.)
  234.         mcdch1 Wk1800-0730,Sa,Su ACU 1200 3125767902
  235.             "" \r\c in:--in: pduucp word: public
  236.     This is not an official service of Motorola and may be discontinued at
  237.     any time.  The contents of the comp.sources.unix archive have been
  238.     donated by the submitters of the files to the Usenet comp.sources.unix
  239.     moderator for free availability throughout the community.  Motorola
  240.     assumes no responsibility for the contents of these files, including
  241.     the suitability for their use in any application on any hardware.
  242.     (Some of the material, for example is known not to run on systems sold
  243.     by Motorola.)  Any questions about suitability, problems with the
  244.     software or documentation, or anything else related to the contents of
  245.     the files should be directed to the persons who submitted the material
  246.     originally (usually the authors).
  247.  
  248. 6.  The archives on Munnari now completely mirror the official archives
  249.     on Uunet.  Thanks to Robert Elz, <kre@munnari.OZ>, for giving me
  250.     the account on that machine.  The files are in ~ftp/comp.sources.unix
  251.     and are available in Australia for FTP or by using fetchfile.
  252.  
  253. 7.  Thos Sumner at UCSF will respond to requests for material, but cannot
  254.     promise an ongoing commitment.  Anyone requesting material via mail
  255.     should supply a path from ucbvax.  Anyone requesting tape should
  256.     contact him first.  Contact him at thos@cca.ucsf.edu, or
  257.     ucbvax!ucsfcgl!cca.UCSF!thos
  258.  
  259. 8.  There are two dial-up lines: 814 337 0348 (currently 1200/2400) and
  260.     814 337 3159 (Telebit TB+ cycling 2400/19.2/9600/1200 - BREAK for
  261.     speed change).  The 1200/2400 modem will be replaced by a USR Dual
  262.     Standard (HST + V.32) cycling 2400-9600-1200 when they receive the new
  263.     ROMs. Anonymous uucp logins are either "pdsrc" or "uucp" (functionally
  264.     identical) or via an XBBS BBS system ("bbs" or "xbbs").  They will be
  265.     running SCO TCP/IP shortly and will be able to offer SL/IP links to
  266.     the archives.  There are three directories of interest: /u/pdsrc,
  267.     /u/pubdir, and /u/uunet.  Each directory contains a file called "HELP"
  268.     which provides basic information, plus "ls-lR" and "ls-lR.Z" files
  269.     generated daily.  There is also an XBBS and mail-based downloads.
  270.     Contact Michale Squires, sir-alan!mikes, for more info.
  271.  
  272. 9.  UUNET provides archive access to those on the Internet.  Access is
  273.     available directly via anonymous FTP; look on ftp.uu.net in
  274.     /usenet/comp.sources.unix/volume*.  The UUNET archive automatically
  275.     shadows the Gatekeeper.dec.com "official" archive, so they're
  276.     guaranteed to be current and official.  UUNET subscribers can
  277.     also UUCP missing files directly; ask your UUNET contact for
  278.     information on how to do that.  In the US, anyone can have their UUCP
  279.     dial a 900 number to get sources; contact uunet-request@uunet.uu.net
  280.     for more info.
  281.  
  282. 10. Internet sites may also retrieve archives from j.cc.purdue.edu via
  283.     anonymous ftp.  The archive is in the directory
  284.     ~ftp/comp.sources.unix/volumeX.  Most files are compressed; these may
  285.     be recognized by the ".Z" suffix.  This is being managed by Jeff
  286.     Smith, jsmith@mentor.cc.purdue.edu.  They would appreciate it if you
  287.     would avoid large file transfers in the middle of the day.
  288.  
  289. 11. In France, the A.F.U.U. (French UN*X User Group), provides a tape-
  290.     based archive service for people in France.  Sources include
  291.     comp.sources.unix, USEnix tapes, EUUG tapes, etc.  Available media
  292.     include 9 track 1/2 inch 1600 BPI 2400 ft, and QIC-24 cartridge
  293.     tapes (Sun, Bull, Archive, etc. compatable). For a full list of what
  294.     is available and to get an order form, etc., contact the AFUU offices:
  295.         A.F.F.U.                     tel: +33 (1) 4670.9590
  296.         11, rue Carnot               fax: +33 (1) 4658.9420
  297.         94270 Le Kremlin-Bice^tre    e-mail: anne@afuu.fr
  298.         FRANCE
  299.  
  300. 12. There is an FTP'able archive at Old Dominion University.
  301.     The archive contains the Unix, X, Games, Misc, and Amiga source groups,
  302.     as well as comp.binaries.amiga.  The unix sources are only kept
  303.     on-line starting with Volume 10.  Anonymous FTP to Xanth.cs.odu.edu.
  304.  
  305. 13. Mark Prior has set up an archive on sirius.ua.oz.au for
  306.     comp.sources.unix (and some other groups).  Volume11 and later are
  307.     available for retrival via for either ACSnet "fetchfile" or anonymous
  308.     FTP (129.127.40.3).  Files are stored in sources/unix/volume<nn> by
  309.     issue number in compressed form, (~ftp/pub/sources/unix/volume<nn> for
  310.     ftp users).
  311.  
  312. 14. Internet sites may retrieve any of the comp.sources.unix files from
  313.     wuarchive.wustl.edu [128.252.135.4] from /usenet/comp.sources.unix
  314.     using anonymous ftp.  Washington University maintains a complete archive
  315.     of all USENET sources and binaries groups (those with archiving headers,
  316.     anyway) as part of its public access archives.  A description of the
  317.     arrangement of the archives can be found in /arrangement and a complete
  318.     list of all files currently in the archive (built nightly) is in
  319.     /files.lst.  A mail-based archive server should also be available soon.
  320.  
  321. 15. Andreas Pleschutznig of Micro Systems Software in Austria, will
  322.     make 1/4" tapes and can also make 1.2Meg 5 1/4" diskettes of
  323.     c.s.u and alt.sources.  Send mail to mcvax!mssx!src.
  324.  
  325. exit 0 # Just in case...
  326.