home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume19 / intro19 < prev    next >
Encoding:
Text File  |  1993-04-27  |  27.4 KB  |  649 lines

  1. Newsgroups: comp.sources.x,comp.sources.d
  2. From: chris@imd.sterling.com (Chris Olson)
  3. Subject: v19INF1:  Introduction to comp.sources.x
  4. Message-ID: <1993Mar3.171433.16949@sparky.imd.sterling.com>
  5. X-Md4-Signature: 2edda63c428fcbdae19fc1c67c770ac7
  6. Date: Wed, 3 Mar 1993 17:14:33 GMT
  7. Approved: chris@sparky.imd.sterling.com
  8.  
  9. Submitted-by: chris@imd.sterling.com (Chris Olson)
  10. Posting-number: Volume 19, Info 1
  11. Archive-name: intro19
  12. Last-modified: 02-Mar-1993
  13.  
  14. [Greetings!  This is my first set of postings as moderator of the
  15.  comp.sources.x group.  First, I'd like to thank David C. Martin for his work
  16.  as the previous moderator (Thanks, Dave!) and also thank him for selecting me
  17.  as his replacement (Thanks again!).
  18.  
  19.  Also, I'd like to take this time to give many Kudo's to Kent Landfield for his
  20.  help in getting my feet under me in record time (less than one week from
  21.  assumption to this post!)]
  22.  
  23. This is the first of five introductory messages about comp.sources.x.
  24. It describes the newsgroup's history, how to submit sources to c.s.x, 
  25. where the archive sites are, and how to contact and access them.  The 
  26. second, third and fourth postings together comprise the index of previously
  27. posted software. The fifth article is a cross-index of patches that have 
  28. been posted to this newsgroup.
  29.  
  30. There are *many* things covered in this posting -- each new topic is
  31. preceded by a Subject: line.  If you get bored reading a particular
  32. section, fast forward to the next Subject: line and read that one.
  33. Please don't submit sources without having read -everything- in this
  34. file (you'll be tested and graded later :-).
  35.  
  36. Most of all, this posting describes how to submit sources to comp.sources.x,
  37. where the archive sites are, and how to contact them.  The second lists
  38. the sources that have been published in this newsgroup.
  39.  
  40. NOTE 1:
  41.     Many people are submitting sources that do not have an Imakefile
  42.     or a patchlevel.h.  You *must* provide these!  I no longer have the
  43.     time to create them for you.  Further submissions that do not have
  44.     these files will be rejected.
  45.  
  46. NOTE 2:
  47.     Patches *must* contain an update to patchlevel.h and indicate which
  48.     volume and issue numbers that precede this patch.  This includes both
  49.     the original posting and previous patches.
  50.  
  51. As always, I am looking for suggestions on how to improve the usefulness
  52. of the newsgroup.  *Please* do not hesitate to send suggestions to
  53. chris@sparky.imd.sterling.com.
  54.  
  55.                         Chris
  56. --------------------
  57. Subject:  The structure of comp.sources.x articles
  58.  
  59. Each posting in comp.sources.x is called an "issue"; there are roughly 100
  60. issues to a volume.  The division is arbitrary, and has varied greatly in
  61. the past.  There are two types of articles in comp.sources.x; sources
  62. and "information postings."  They can be distinguished by the subject
  63. line:
  64.     Subject:  v03INF1:  Introduction to comp.sources.x
  65.  
  66. This first word in the title identifies this as the first info posting of
  67. volume three.  Similarly, the subject line shown below:
  68.  
  69.     Subject:  v01i060:  select: a selection widget, Part01/01
  70.  
  71. identifies this as the 60th source article in Volume 1.  All sources are
  72. broken up into pieces.  This is done so that there could be a proper storage
  73. directory when patches are issued. This is part 1 of a 1 part posting.
  74.  
  75.     Subject:  v01i056:  xphoon: Show phase of the Moon on root window, Part01/04
  76.  
  77. The first few lines of an article are auxiliary headers that look like this:
  78.  
  79.     Submitted-by: root@freeware.ATT.COM
  80.     Posting-number: Volume 7, Issue 82
  81.     Archive-name: new-Xlogin/part01
  82.  
  83. The "Submitted-by" is the author of the program.  IF YOU HAVE COMMENTS ABOUT
  84. THE SOURCES PUBLISHED IN COMP.SOURCES.X, THIS IS THE PERSON TO CONTACT.
  85. When possible, this address is in domain form, otherwise it is a UUCP bang
  86. path relative to some major site such as "uunet."
  87.  
  88. The second line repeats the volume/issue information for the aide of NOTES
  89. sites and automatic archiving programs.
  90.  
  91. The Archive-name is the "official" name of this source in the archive.  Large
  92. postings will have names that look like this:
  93.  
  94.     Archive-name: xdvi/part01
  95.  
  96. Please try to use this name when requesting that sources be mailed to you.
  97. Also, note that the "part number" given in the title, and the archive name
  98. given in the auxiliary header need not be identical.
  99.  
  100. -----------------
  101. Subject: Patches Handling
  102.  
  103. Patches will be handled as swiftly as possible. Authors of sources posted
  104. to c.s.x should send all patches to me so that I can post them back through
  105. the newsgroup in order that the patches can be archived. This has not been
  106. done in the past in other sources groups and has lead to lost patches. If
  107. the patches must get out *real* fast, post them to comp.sources.bugs and
  108. send me a copy at the same time so that they will be available when they
  109. are needed in the future.
  110.  
  111. To support the tracking of patches, the Patch-To: line is used in c.s.x.
  112. The Patch-To: line exists for articles that are patches to previously posted
  113. software. The Patch-To: line only appears in articles that are posted,
  114. "Official", patches. The initial postings would not contain the Patch-To:
  115. auxiliary header line.
  116.  
  117. Patch-To: syntax
  118.     Patch-To: package-name: Volume X, Issue x[-y,z]
  119.  
  120. Patch-To: examples. These are examples and do not reflect the
  121. accurate volume/issue numbering for rkive.
  122.  
  123. In the first example, the article that contains the following line
  124. is a patch to a single part posting.
  125.     Patch-To: rkive: Volume 22, Issue 122
  126.  
  127. This example shows that the 122-124 indicates the patch applies to
  128. a multi-part posting. The '-' is used to mean "article A through article
  129. B, inclusive..
  130.     Patch-To: rkive: Volume 22, Issue 122-124
  131.  
  132. If a patch applies to multiple part postings that are not consecutive, the
  133. ',' is used to separate the part issue numbers. It is possible to mix both
  134. ',' and '-' on a single Patch-To: line.
  135.     Patch-To: rkive: Volume 22, Issue 122,125,126,127
  136.     Patch-To: rkive: Volume 22, Issue 122,125-127
  137.  
  138. --------------------
  139. Subject: Reporting and tracking bugs.
  140.  
  141. You should subscribe to comp.sources.bugs.
  142.  
  143. Sometimes, when new versions of previously-published software is available,
  144. just patches are put out, usually in the form of shar files containing
  145. input for the "patch" program, new files, etc.  Sometimes complete new
  146. versions are put out.  Generally, minor updates should be in patch form
  147. and update the patchlevel.h file.  Major updates usually indicate that
  148. there have been so many changes that the patches outweigh the size of the
  149. new source or that the number of patch levels grows so large that people
  150. are rarely up to date.  If it's been a year since the last major posting,
  151. it is a candidate for being reposted.
  152.  
  153. To report bugs, contact the person listed in the Submitted-by header.
  154. Often there is a contact address in a README file, too.  I do not maintain
  155. the sources I moderate, so don't send your bug reports to me.
  156. Likewise, I normally do not post patches for a package from anyone
  157. except the author. If you have patches you would like to see included
  158. in the package, send them to the person listed in the Submitted-by
  159. header.
  160.  
  161. --------------------
  162. Subject: Submitting source for publication
  163.  
  164. Items intended for posting or queries and problem notes should be sent to
  165. sources-x@imd.sterling.com, *not* to the address of the newsgroup moderator.
  166.  
  167. If you want verification of arrival, say so in a cover note, or at the
  168. beginning of your submission, if it is small.  I try to verify that a
  169. program works, and if I can't get it to work, I may hold up posting it
  170. for a couple of days.  Please note that, except in rare cases, source
  171. that doesn't meet the guidelines will not be published.  The backlog
  172. from receipt to posting varies from one to four weeks depending mostly
  173. on the set of submissions currently in my queue and my current work load.
  174.  
  175. -------------------
  176. Subject: Guidelines
  177.  
  178. To make life easier for both myself and the users of the comp.sources.x
  179. newsgroup, I request that all submissions follow the following guidelines.
  180.  
  181. Initial Submissions:
  182.     1.  Try to use #include <X11/Xos.h> instead of things like
  183.         types.h, strings.h and time.h
  184.     2.  Please use -display displayname and -geometry geomspec
  185.         instead of the old style.
  186.     3.  Source filenames need to be 12 or fewer characters in length.
  187.     (The existence of X servers and toolkits is now beginning to
  188.      sprout up on DOS machines!  For *optimum* portability, you
  189.      should try using 8-char base names with no more than 3 chars
  190.      dot-extensions.)
  191.     4.  Include an Imakefile.  For more information on Imakefile's,
  192.         read imake.man in util/imake on the X11 Release 4 distribution.
  193.     5.  A Makefile is required.
  194.     6.  A manual page is required.
  195.     7.  A README file is required. This should contain a brief
  196.         description of what the posting is and any special
  197.         considerations in building it. The README should
  198.         also contain a list of authors and the distribution
  199.         and copying policy.
  200.     8.  Postings should be in shar format of <= 50K. If it is necessary to
  201.         split the posting into multiple parts, each shar file should be <= 50K.
  202.     9.  Include a patchlevel.h -- This file is used to keep track
  203.         of how many official patches have been applied.
  204.     10. If fonts are submitted, please assure they are in bdf format.
  205.     11. Any additional documentation (past the required man page)
  206.         should be in PostScript format or some nroff/troff format so
  207.     people can print it out nicely.
  208.  
  209. Updates, patches, etc.:
  210.     It is up to the author to determine if there have been major enough
  211.     changes to warrant a complete reposting. This may be necessary if the
  212.     size of the patches exceeds the size of the source but in most cases
  213.     only patches are posted. Total repostings should be treated as an
  214.     initial posting. What follows pertains to patches...
  215.  
  216.     1.  When patches are submitted, they should be in context diff
  217.         format.
  218.     2.  A patch to patchlevel.h should be done to reflect that the
  219.         patch has been applied.  You are -advised- to include a Prereq:
  220.     line in your patch for this file so that if patchlevel.h fails
  221.     to patch correctly (the user is out of sync), the rest of the
  222.     patches will not be applied.
  223.     3.  Include information about which previously posted issues
  224.         the patch pertains to if they were initially posted to c.s.x.
  225.     This information will be reflected in the Patch-To: header
  226.     when your article is posted.
  227.  
  228.     For more information on patch see patch.man in util/patch/patch.man
  229.     in the X11 Release 4 distribution or in volume7 of the comp.sources.unix
  230.     archives.  Patches can be made with diff -c on 4.XBSD based machines and
  231.     with diffc on others. Diffc can be found in volume 1 of comp.sources.unix
  232.     archives. GNU diff can also be used to create context diffs.
  233.  
  234. ---------------------------------------
  235. Subject: Editorial comments
  236.  
  237.   Altho I don't make it a rule, postings which require uuencoded files
  238.   be included are accepted, but I much prefer btoa format.  In fact,
  239.   source code submissions (especially large ones) are more easily
  240.   transferred in mail and more easily stored for me if you use tarmail
  241.   rather than shar.  But this in in my own opinion and I am not making
  242.   any requirements that people use tarmail/btoa at all.
  243.  
  244.   Why btoa instead of uuencode? First and foremost, uuencode doesn't travel
  245.   well over certain mail transport agents because it uses a "space" as a
  246.   possible conversion character.  There are some MTAs that remove trailing
  247.   spaces from the ends of lines and it would result in a file that you could
  248.   not "decode".  Secondly, the amount of ascii characters actually
  249.   generated by "btoa" is far fewer than uuencode, saving on net traffic.
  250.   Finally, it's just so much easier to deal with -- you don't
  251.   have to worry about setuid, creating files automatically, chmod 666, and
  252.   you can use btoa in a pipe.
  253.  
  254.     "Top 10 pet peeves of the comp.sources.x moderator."
  255.  
  256. 10.  Submissions that do not contain a README, Imakefile or patchlevel.h.
  257. 9.   Submissions that contain postscript.
  258. 8.   <not available due to writer's guild strike>  (oh, is that over?)
  259. 7.   People who send me sources using uuencode (use "shar" files < 50K each).
  260. 6.   Programs that don't compile right the first time.
  261. 5.   <not available due to writer's block>
  262. 4.   Shell scripts that post the wrong subject line.
  263. 3.   Patches that don't apply correctly.
  264. 2.   No, I *still* don't know when R5 is going to be released.
  265.  
  266.     And the #1 pet peeve of the comp.sources.x moderator is -still-...
  267.  
  268. 1.   Requests for previous postings to be resent to them.
  269.  
  270. --------------------
  271. Subject: Accessing the archives
  272.  
  273. The complete archives are fairly large; an average volume is well
  274. over 10 megabytes!
  275.  
  276. There are several active archive sites around the net.  Archive sites in
  277. the U.K., Canada, and Switzerland are set up, and it may be extended to
  278. provide full European coverage.
  279.  
  280. Some sites below will send tapes through the mail.  For those sites, send
  281. a 1/2" mag tape WITH RETURN POSTAGE and RETURN MAILER.  Tapes without
  282. postage or mailer will not be returned.  No other methods (COD, etc.) are
  283. available; please don't ask.
  284.  
  285. At the present time, I do not have ready access to the archives, nor
  286. the support of my employer to do this.  Please don't ask me for missing
  287. issues, unless you are sure you are reporting a net-wide problem of
  288. propagation. At the end are detailed instructions on how to access
  289. the archives.  More sites will be listed there in the future.
  290.  
  291. --------------------
  292. Subject: Listing of archive sites in no particular order
  293.  
  294. Here is what each field means:
  295. Site:        The name of the site nice enough to act as an archive site.
  296. Contact:     The name of the person to contact and their mail address
  297. Location:    The general area of the world the site is located in.
  298. Modems:      For providing UUCP access, what types of modems are available.
  299. UUCP:        Type of UUCP access is available.
  300. FTP:         Type of FTP access is available.
  301. Mail Server: Account address of the automated mail server if available.
  302. Additional:  Additional information pertaining to accessing the archive.
  303.  
  304.             ************************
  305.                  U S A - EASTERN
  306.             ************************
  307.  
  308. Site:           uunet.uu.net
  309. Contact:        postmaster@uunet.uu.net
  310. Location:       Fairfax, VA
  311. Modems:         All Telebit T2500s
  312. UUCP:           uunet uucp customers only
  313. ANON-UUCP:      uunet Any ACU 19200 1-900-GOT-SRCS ogin: uucp
  314. FTP:            anonymous ftp
  315. Mail server:    netlib@uunet.uu.net, uunet!netlib
  316. Additional:     contact the postmaster for more information
  317.         The 900 number costs $.40/minute.
  318.         Get the file uunet!~/help for more info.
  319.  
  320. Site:         hhb
  321. Contact:      Lee Daniels (lee@hhb)
  322. Location:     New Jersey
  323. Modems:       1200/2400
  324. UUCP:         On Request
  325. FTP:          None
  326. Mail server:  None
  327. Additional:   The East Coast Xarchive is now available.  The purpose of
  328.     this archive is to provide access to all publicly available X Window
  329.     System based software through UUCP.  The archive contains a complete
  330.     comp.sources.x directory and a copy of what can be found on expo/contrib
  331.     and expo/pub.  The expo directories are updated roughly once a month.
  332.  
  333.     The archive can be accessed at 1200 and 2400 baud.
  334.  
  335.     UUCP connections are available on request The only requirements are that
  336.     you submit the attached form requesting connection information. When you
  337.     submit the form, your host becomes authorizes to call the archive. You
  338.     will be sent a copy of the L.sys entry for accessing the archive.  The
  339.     archive administrator is using this approach in order to document the
  340.     usage of the archive in order to help justify its existence to the system
  341.     administrator and upper management.  I am hoping to have enough information     to help justify adding a Telebit Trailblazer.
  342.  
  343.               Lee Daniels            princeton!hhb!lee@uunet.uu.net
  344.               HHB Systems
  345.               1000 Wyckoff Avenue        (201) 848-8000
  346.               Mahwah, New Jersey  07430
  347.  
  348. Site:         dune
  349. Contact:      pax@dune
  350. Location:     Unknown
  351. Fidonet:      369/6 - The Eye of Osiris OPUS/UFGATE 305-973-1947
  352. Modems:       Unknown
  353. UUCP:         Anonymous UUCP
  354. FTP:          None
  355. Mail server:  None
  356. Additional:   Fidonet archive
  357.  
  358. Site:        wolves.uucp - Wolves Den UNIX site
  359. Contact:     Gregory Woodbury, ggw%wolves@cs.duke.edu
  360. Location:    Research Triangle Park area (Durham) North Carolina
  361. Modems:      Case 4696/VS  (1200/2400+MNP4/5/6)
  362. UUCP:        anonymous uucp
  363. FTP:         none
  364. Mail Server: no
  365. Additional:  login uanon    +1 919 493 7111
  366.              no password
  367.              path: /news/Archives/Sources/X/*
  368.              get /news/Archives/toc[.Z] for daily table of contents first!
  369.  
  370.             ************************
  371.                  U S A - CENTRAL
  372.             ************************
  373.  
  374. Site:         sparky.sterling.com (sparky)
  375. Contact:      Chris Olson (chris@sparky.sterling.com) (402) 291-8300
  376. Location:     Omaha/Bellevue, NE
  377. Modems:       Telebit 
  378. UUCP:         On request
  379. FTP:          Anonymous FTP
  380. Mail server:  NA/Yet
  381. Additional:   This archive site uses Volume-Issue archiving.
  382.  
  383. Site:         j.cc.purdue.edu
  384. Contact:      Jeff Smith (jsmith@j.cc.purdue.edu)
  385. Location:     Indiana
  386. Modems:       None
  387. UUCP:         None
  388. FTP:          Anonymous FTP
  389. Mail server:  None
  390. Additional:   None
  391.  
  392. Site:         mcdch1 (really mcdchg)
  393. Contact:      Ron Heiby (heiby@chg.mcd.mot.com or mcdchg!heiby)
  394. Location:     Illinois
  395. Modems:       2400 Baud
  396. UUCP:         Anonymous UUCP
  397. FTP:          None
  398. Mail server:  None
  399. Additional:
  400.      In order to ensure that the archive service does not interfere with
  401.      real work, the uucico for the archive login will be have its "x"
  402.      permission bits turned off at 8 a.m. Chicago local time (CST6CDT) and
  403.      on again at 6 p.m. on weekdays.  Execute permission will be turned on
  404.      throughout Saturday and Sunday.
  405.  
  406.      The phone number for "mcdch1" is (currently) +1 708 576 7902.  There
  407.      is a single line on that number.  The modem will answer at 2400bps and
  408.      will require a carraige return to get a "login:" prompt.  It will
  409.      down-speed to 1200 bps.  In response to the login prompt, your system
  410.      should send the login id, "pduucp".  The password is "public".  As I
  411.      said above, all this is turned off between about 8 a.m.  and 6 p.m.
  412.      Chicago time Monday through Friday, so we can get our real work done,
  413.      so don't bother trying it during those periods.
  414.  
  415.      The Systems file entry for doing this looks something like:
  416.      (For HoneyDanBer UUCP (BNU) users.  Combine into a single line.)
  417.     mcdch1 Wk1800-0730,Sa,Su ACU 2400 chiburb5767902
  418.         "" \r\c in:--in: pduucp word: public
  419.  
  420.      Once you have your system set up to place an outgoing UUCP call to
  421.      "mcdch1", you can retrieve material from the archives.  There are
  422.      three files that are excellent choices for testing your link.  This
  423.      file is file mcdch1!~/howto.snarf.  The current directory of what is
  424.      stored in the comp.sources.unix archives is found in the file
  425.      mcdch1!~/unix/directory.  The current directory of what is stored in
  426.      the comp.sources.x archives is found in the file mcdch1!~/x/directory.
  427.      To get these files, execute commands like:
  428.     uucp mcdch1!~/howto.snarf !~/MYNAME/
  429.     uucp mcdch1!~/unix/directory !~/MYNAME/directory.unix
  430.     uucp mcdch1!~/x/directory !~/MYNAME/directory.x
  431.  
  432.      The directory is simply the output from "ls -sRxF" on the comp.sources.x
  433.      archive disk hierarchy.  It is updated just before 6 p.m. every day.
  434.  
  435.      Be sure to look carefully to be sure you are getting the latest version
  436.      available.  Also, look for "index" files to help find what you want.
  437.  
  438.      NOTE: There are occasionally inconsistencies between the archive names
  439.            we have on disk and those published in the index by the moderator
  440.            of comp.sources.x.
  441.  
  442.      WARNING: These files are not stored under /usr/spool/uucppublic, so
  443.        requests for an absolute pathname, rather than one under "~"
  444.        will almost certainly fail.  Currently, "~" is /source/public, but
  445.        that is subject to change.
  446.  
  447.      WARNING: Please be aware that uucp commands asking for file names
  448.            containing wild cards will almost certainly not work.  This is
  449.            because all of the implementations I know of submit a uux job
  450.            to the remote system asking it to run "uucp" on the wild card
  451.            filename.  Systems logging in with "pduucp" are prohibited from
  452.            executing "uucp" or other commands via "uux".  So, be sure to
  453.            ask for each file separately.
  454.  
  455. Site:           ftp.cis.ohio-state.edu/osu-cis
  456. Contact:        <uucp@cis.ohio-state.edu>
  457. Location:       Columbus OH USA
  458. Modems:         2400, 1200, 300
  459. UUCP:           anonymous (osu-cis)
  460. FTP:            anonymous (ftp.cis.ohio-state.edu)
  461. Mail server:    none
  462. Additional:     The compleat MIT X.V11R4 distribution, most of the
  463.         fixes, a few of the contrib toys.
  464.         Contact uucp@cis.ohio-state.edu (== osu-cis!uucp) for
  465.         anonymous UUCPing instructions
  466.  
  467. Site:         e.ms.uky.edu
  468. Contact:      David Herron (david@e.ms.uky.edu)
  469. Location:     Kentucky
  470. Modems:       Telebit
  471. UUCP:         On Request
  472. FTP:          Anonymous FTP
  473. Mail server:  None
  474. Additional:   None
  475.  
  476.             ************************
  477.                  U S A - WESTERN
  478.             ************************
  479.  
  480. Site:         aeras
  481. Contact:      Rob Simon  (simon@aeras)
  482. Location:     San Jose, CA
  483. Modems:       1200, 2400, Telebit
  484. UUCP:         Anonymous
  485. FTP:          None
  486. Mail server:  None
  487. Additional:   SnailMail tapes (Under duress)
  488.      Systems/L.sys information:
  489.      aeras Any 2400  4089439152 "" "" ogin:--ogin: uugarch word: freebee
  490.      aeras Any 19200 4089439246 "" "" ogin:--ogin: uugarch word: freebee
  491.      aeras Any 9600  4089439396 "" "" ogin:--ogin: uugarch word: freebee
  492.  
  493.      Suggested places to get additional information:
  494.          /u3/archive/sources/LISTING
  495.          /u3/archive/sources/LISTING.Z
  496.          /u3/archive/sources/compress.sh (16-bit compress source)
  497.      LISTING contains the names of all the programs stored in the
  498.      archives, and the sizes.  Note: all archives have probably been
  499.      stored in compressed form.  Older files are in 12 bit compression
  500.      but all newer files use 16-bit compression.
  501.      All multiple file programs have been stored in separate directories,
  502.      then compressed.
  503.  
  504.      More information about the files stored in a particular volume are
  505.      kept in files called LOGFILE. Such as:
  506.          /u3/archive/sources/x/vol1/LOGFILE
  507.      would be the one to get to examine the exact contents of volume 1
  508.      of the x section.  Additional information from files:  sample command
  509.      to recover files:
  510.  uucp aeras!/u3/archive/sources/games/vol1/LOGFILE /usr/spool/uucppublic/.
  511.      Special note:  wild cards have been proven to not be reliable, so
  512.                     to assure success they are not recommended tools.
  513.  
  514.  
  515. Site:         zok
  516. Contact:      mark@zok.uucp (Mark W. Snitily)
  517. Location:     Cupertino, CA
  518. Modems:       Telebit (connections established in PEP, 2400, 1200 order)
  519. UUCP:         +1 408-996-8285: login: UXarch  Password: Xgoodies
  520. FTP:          None
  521. Mail server:  None
  522. Additional:   SnailMail tapes
  523.  
  524.    A new west-coast UUCP X11 Archive is administered by Mark Snitily 
  525.    (mark@zok.uucp) and contains the full X11R4 distribution, the XTEST
  526.    distribution, an entire archive of comp.sources.x and other goodies.
  527.  
  528.    A sample Systems (or L.sys) entry might be:
  529.       zok Any ACU 19200 4089968285 in:--in: UXarch word: Xgoodies
  530.  
  531.    To get a current listing of the files that are available, download
  532.    the file "/usrX/ls-lR.Z".
  533.  
  534.    A full subject index of the comp.sources.x files is available in the
  535.    file "/usrX/comp.sources.x/INDEX".
  536.  
  537.    When downloading files with uucp, wildcards (i.e. "*") won't work.  Be
  538.    sure to specify the full pathname starting with "/usrX/".  For example,
  539.  
  540.       uucp zok\!/usrX/ls-lR.Z \!~
  541.  
  542.    (The above "\"'s are csh escapes, ignore them if you're using sh.)
  543.  
  544.    The machine currently has just the one modem, so please do not fetch
  545.    large amounts of data at one sitting.
  546.  
  547. Site:         gatekeeper.dec.com
  548. Contact:      Paul Vixie (vixie@decwrl.dec.com)
  549. Location:     Palo Alto, California
  550. Modems:       N/A
  551. UUCP          UUCP to existing neighbors
  552. FTP:          Anonymous FTP
  553. Mail server:  None
  554. Additional:   None
  555.  
  556.  
  557.             ************************
  558.                     Canada
  559.             ************************
  560.  
  561. Site:         torsqnt
  562. Contact:      David Haynes (david@torsqnt.UUCP)
  563. Location:     Toronto, Ontario CANADA
  564. Modems:       Telebits (PEP, 2400, 1200), US Robotics (1200, 2400)
  565. UUCP:         Anonymous UUCP
  566. FTP:          None
  567. Mail server:  None
  568. Additional:   Tarmail, Tape Duplication (QIC24, 9-track)
  569.           Send mail for connection details.
  570.  
  571.             ************************
  572.                      Finland
  573.             ************************
  574.  
  575. Site:           nic.funet.fi
  576. Contact:        UNIX moderators group (unix@nic.funet.fi)
  577. Location:       Espoo, Finland  (within greater urban area of Helsinki)
  578. Modems:         N/A
  579. UUCP:           N/A
  580. FTP:            anonymous ftp (nic.funet.fi [128.214.6.100])
  581.                 Enter your email address as password.  Use computer which
  582.                 does have correct and globally known IP reverse mapping.
  583. Mail Server:    N/A (being implemented - nothing you can guess...)
  584. Bitnet Server:  N/A (part of mail server)
  585. Additional:     This is central archive site for Finnish academic community,
  586.                 we maintain here large base of material for many different
  587.                 interests.
  588.  
  589.                 The archive contains all issues of comp.sources.x (archived
  590.                 via issue number under pub/archive/comp.sources.x) and most
  591.                 of the R4 stuff on expo.lcs.mit.edu. (under pub/X11R4 -tree)
  592.  
  593.             ************************
  594.                  Great Britain
  595.             ************************
  596.  
  597. Site:         doc.ic.ac.uk
  598. Contact:      Lee McLoughlin (lmjm@doc.ic.ac.uk)
  599. Location:     Imperial College, London, United Kingdom
  600. Modems:       Indirectly thru' modems onto Janet 300/1200/2400
  601. UUCP:         None
  602. FTP:          Janet/PSS NIFTP
  603. Mail server:  info-server
  604. Additional:   tapes
  605.   Home of the UKUUG Software Distribution Service.  Contains
  606.   the full X.V11R4 distribution (+ fixes),  XTEST, comp.sources.x,
  607.   a copy of expo's contrib/ (+ bits from other archives),
  608.   a copy of expo's R3 contrib/.  Also contains vast ammounts of
  609.   other Unix (and related) sources.
  610.  
  611.  
  612.             ************************
  613.                   Switzerland
  614.             ************************
  615.  
  616. Site:         pan
  617. Contact:      Jamie Watson <mcvax!cernvax!pan!jw>
  618. Location:     Solothurn, Switzerland
  619. Modems:       Multitech 1200/2400
  620. UUCP:         Anonymous UUCP
  621. FTP:          None
  622. Mail server:  None
  623. Additional:   SnailMail tapes/diskettes
  624.  
  625.             ************************
  626.                    Australia
  627.             ************************
  628.  
  629. Site:           sirius.ucs.adelaide.edu.au
  630. Contact:        Mark Prior (postmaster@ucs.adelaide.edu.au)
  631. Location:       Adelaide, South AUSTRALIA
  632. Modems:         N/A
  633. UUCP:           N/A
  634. FTP:            anonymous ftp (ftp.adelaide.edu.au [129.127.40.3])
  635. Mail Server:    N/A
  636. Additional:     The archive is also accessible via ACSnet fetchfile.
  637.                 We will also make tapes: 9 track (1600/6250) or QIC (11 and
  638.                 24) if the tape and return mailer is supplied.
  639.  
  640.                 The archive contains all issues of comp.sources.x (archived
  641.                 via issue number under pub/sources/x) and most of the R4
  642.                 stuff on expo.lcs.mit.edu. (under pub/X/R4)
  643.  
  644. -- 
  645.   // chris@IMD.Sterling.COM            | Send comp.sources.x submissions to:
  646. \X/  Amiga - The only way to fly!      |
  647.  "It's intuitively obvious to the most |    sources-x@imd.sterling.com
  648.   casual observer..."                  |
  649.