home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume3 / intro3.1 < prev    next >
Encoding:
Internet Message Format  |  1989-01-13  |  22.7 KB

  1. Path: uunet!wyse!mikew
  2. From: mikew@wyse.wyse.com (Mike Wexler)
  3. Newsgroups: comp.sources.x
  4. Subject: v03INF1:  Introduction to comp.sources.x
  5. Message-ID: <1994@wyse.wyse.com>
  6. Date: 13 Jan 89 19:03:05 GMT
  7. Organization: Wyse Technology, San Jose
  8. Lines: 583
  9. Approved: mikew@wyse.com
  10.  
  11. Submitted-by: mikew@wyse.com (Mike Wexler)
  12. Posting-number: Volume 3, Info 1
  13. Archive-name: intro3.1
  14.  
  15.  
  16.  
  17. This is the first of two introductory articles about comp.sources.x.
  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.  
  23. I am always looking for suggestions on how to improve the usefulness
  24. of the newsgroup, and can be contacted as listed below.
  25.             -Mike Wexler
  26.  
  27. --------------------
  28. Subject: Submitting source for publication
  29.  
  30. Items intended for posting or queries and problem notes should be sent to
  31. wyse.com!x-sources.  
  32.  
  33. If you want verification of arrival, so say in a cover note, or at the
  34. beginning of your submission, if it is small.  I try to verify that a
  35. program works, and if I can't get it to work, I may hold up posting it
  36. for a couple of days.  Please note that, except in rare cases, source
  37. that doesn't meet the guidelines will not be published.  The backlog
  38. from receipt to posting varies from one to four weeks depending mostly
  39. on the set of submissions currently in my queue and my current work load.
  40.  
  41. -------------------
  42. Subject: Guidelines
  43.  
  44. To make life easier for both me and the users of the comp.sources.x
  45. newsgroup, I will require that the following be included in all 
  46. postings.
  47.     1.    shell commands to extract all the files - This means
  48.         the postings should be in shar format.
  49.     2.    a README file - This should be a brief description
  50.         of what this posting is.
  51.     3.    source code, a patch in context diff format, fonts in 
  52.         bdf format, or documentation in PostScript format.  
  53.     4.    a patchlevel.h -- This keeps track of how many official
  54.         patches have been applied.  When you send out a 
  55.         modification it should be in context diff format 
  56.         and it should update the patchlevel.h file.
  57.             Example:
  58.             #define PATCHLEVEL 0
  59.     5.    A list of authors and their copying policy. Please put
  60.         this in a file called AUTHOR.
  61.     6.    filenames that are 12 or fewer characters long
  62.  
  63. All source code should include:
  64.     1.    an Imakefile.  For more information on Imakefile's,
  65.         read imake.man in util/imake on the X11 Release 3
  66.         distribution.
  67.     2.    a Makefile
  68.     2.    a man page
  69.     3.    #include <X11/Xos.h> instead of things like types.h, strings.h
  70.         and time.h
  71.     4.    use -display displayname and -geometry geomspec instead of old
  72.         style.
  73.  
  74. For more information on patch see patch.man in util/patch/patch.man in
  75. the X11 Release 3 distribution or in volume7 of the comp.sources.unix
  76. archives.  Patches can be made with diff -c on 4.XBSD based machines and
  77. with diffc on others.  Diffc can be found in volume 1 of the 
  78. comp.sources.unix archives.
  79. All patches should include:
  80.     1. A patch to patchlevel.h that increments the PATCHLEVEL by 1.
  81.  
  82. If any of the above are not included, I will tell the poster and
  83. wait until they are included before I post the program.
  84.  
  85. The following things should be included, but are not required yet.
  86. BTW, items 1 in the optional list are required by MIT if you want to
  87. be put on their source tape.
  88.  
  89. --------------------
  90. Subject:  The structure of comp.sources.x articles
  91.  
  92. Each posting in comp.sources.x is called an "issue"; there are roughly 100
  93. issues to a volume.  The division is arbitrary, and has varied greatly in
  94. the past.  There are two types of articles in comp.sources.x; sources
  95. and "information postings."  They can be distinguished by the subject
  96. line:
  97.     Subject:  v07INF8:  Index for Volume 7 and other info
  98. This first word in the title identifies this as the eighth info posting of
  99. volume seven.  Similarly, the subject line shown below:
  100.     Subject:  v01i060:  select: a selection widget, Part01/01
  101. identifies this as the 60th source article in Volume 1.  All sources are
  102. broken up into pieces.  This is part 1 of a 1 part posting.
  103.  
  104.     Subject:  v01i056:  xphoon: Show phase of the Moon on root window, Part01/04
  105.  
  106. The first few lines of an article are auxiliary headers that look like this:
  107.  
  108.     Submitted-by: root@freeware.ATT.COM
  109.     Posting-number: Volume 7, Issue 82
  110.     Archive-name: new-login
  111. The "Submitted by" is the author of the program.  IF YOU HAVE COMMENTS ABOUT
  112. THE SOURCES PUBLISHED IN COMP.SOURCES.X, THIS IS THE PERSON TO CONTACT.
  113. When possible, this address is in domain form, otherwise it is a UUCP bang
  114. path relative to some major site such as "uunet."
  115.  
  116. The second line repeats the volume/issue information for the aide of NOTES
  117. sites and automatic archiving programs.
  118.  
  119. The Archive-name is the "official" name of this source in the archive.  Large
  120. postings will have names that look like this:
  121.     Archive-name: patch2/Part01
  122. Please try to use this name when requesting that sources be mailed to you.
  123. Also, note that the "part number" given in the title, and the archive name
  124. given in the auxiliary header need not be identical.
  125.  
  126.  
  127. --------------------
  128. Subject: Reporting and tracking bugs and patches to postings
  129.  
  130. You should probably subscribe to comp.sources.bugs.
  131.  
  132. Some of the larger postings have established channels for distributing
  133. bug reports (e.g., Larry Wall posts patches in comp.sources.bugs; C News
  134. has update bulletins there and in one of the news groups, etc.).  Others
  135. are sort of "catch as catch can."
  136.  
  137. Sometimes, when new versions of previously-published software is available,
  138. just patches are put out, usually in the form of shar files containing
  139. input for the "patch" program, new files, etc.  Sometimes complete new
  140. versions are put out.  Which method is used depends on the poster and
  141. the moderator.  Minor updates must be in patch form and update the 
  142. patchlevel.h file.  Major updates should me the guidelines for postings.
  143.  
  144. To report bugs, contact the person listed in the Submitted-to header.
  145. Often there is a contact address in a README file, too.  I do not maintain
  146. the sources I moderate, so don't send your bug reports to me.
  147.  
  148.  
  149. --------------------
  150. Subject: Becoming an archive site
  151. If you collect comp.sources.x postings and are willing and able to make
  152. your collection available to other people, please let me know.  Benefits
  153. include the undying gratitude of your colleagues, and a promise from me to
  154. try to make sure you never lose an article.  Also I will set up direct 
  155. connections to archivers in the United States that have a Telebit modem
  156. available.
  157.  
  158. --------------------
  159. Subject: Accessing the archives
  160.  
  161. The complete archives are fairly large; an average volume is three to
  162. four megabytes.
  163.  
  164. There are several active archive sites around the net.  Archive sites in
  165. the U.K., Canada, and Switzerland are set up, and may be extended to 
  166. provide full European coverage.  If you are interested please contact me.
  167. I would love to have a Asia, Australia, and BITNET archives.
  168.  
  169. Some sites below will send tapes through the mail.  For those sites, send
  170. a 1/2" mag tape WITH RETURN POSTAGE and RETURN MAILER.  Tapes without
  171. postage or mailer will not be returned.  No other methods (COD, etc.) are
  172. available; please don't ask.
  173.  
  174. At the present time, I do not have ready access to the archives, nor
  175. the support of my employer to do this.  Please don't ask me for missing
  176. issues, unless you are sure you are reporting a net-wide problem of
  177. propogation. At the end are detailed instructions on how to access
  178. the archives.  More sites will be listed there in the future.
  179.  
  180. --------------------
  181. Subject: Listing of archive sites in no particular order
  182.  
  183.  
  184. Here is what each field means:
  185. Person/Site: The name of the person and their mail address
  186. Where: The general area they are located in
  187. Service: How people will access their archive
  188. Direct connect: Whether we can establish a UUCP connection for the 
  189. purposes of insuring that the archives are up to date.
  190. Modems: For sites providing UUCP access, what types of modems are 
  191. available.
  192.  
  193. Person/Site: Rick Adams(postmaster@uunet)
  194. Where: Fairfax, VA
  195. Service: contact the postmaster for more information
  196.  
  197. Person/Site: Jason Winters (jason@aeras)
  198. Where: San Jose, CA
  199. Service: Anonymous UUCP & SnailMail tapes (Under duress)
  200. Modems: 1200, 2400, Telebit (3 lines)
  201.  
  202. Person/Site: James Turner (turner@daisy):
  203. Where: Mtn View, CA
  204. Service: Anonymous UUCP & SnailMail tapes
  205. Direct connect: Yes
  206. Modems: 1200/2400, Telebits RSN
  207.  
  208. Person/Site: Rich Kulawiec (rsk@j.cc.purdue.edu)
  209. Where: Indiana
  210. Service: Anonymous FTP
  211. Direct connect: No
  212.  
  213. Person/Site: Lee Daniels (lee@hhb)
  214. Where: New Jersey
  215. Service: anonymous UUCP
  216. Direct connect: Yes
  217. Modems: connect: 1200/2400
  218.  
  219. Person/Site: Paul Vixie (vixie@decwrl.dec.com)
  220. Where: Palo Alto, California
  221. Service: Anonymous FTP(decwrl.dec.com), UUCP to existing neighbors
  222. Direct connect: No
  223.  
  224. Person/Site: Ron Heiby (heiby@mcdchg)
  225. Where: Illinois
  226. Service: Anonymous UUCP
  227. Direct Connect: Yes
  228. Modems: 1200 Baud
  229.  
  230. Person/Site: Sharan Kalwani (shan@mcf.uucp or mcf!shan@umix.cc.umich.edu)
  231. Where: Michigan
  232. Service: mail server and possible UUCP access
  233. Direct connect: Yes
  234. Modems: 1200/2400, Trailblazer
  235.  
  236. Person/site: David Herron (david@e.ms.uky.edu)
  237. Where: Kentucky
  238. Service: UUCP and anonymous FTP
  239. Direct connect: ?
  240. Modems: Trailblazer
  241.  
  242. Person/site: Russell Brown (russell@imtec)
  243. Where: Peterborough, Cambrideshire, U.K.
  244. Service: anonymous UUCP
  245. Direct connect: Probably not
  246. Modems: Steebek Quatro - V.22 V.22bis V.23
  247.  
  248. Person/Site: David Haynes (x-depot@geac)
  249. Where: Markham, Ontario CANADA
  250. Service: Mail server, tarmail, Anonymous UUCP, Tape Duplication
  251. Direct connect: Yes
  252. Modems: Telebits (X.25 soon)
  253.  
  254. Person/Site: Jamie Watson (mcvax!cernvax!pan!jw)
  255. Where: Solothurn, Switzerland
  256. Service: Anonymous UUCP, SnailMail tapes/diskettes
  257. Direct connect: No.
  258. Modems: Multitech 1200/2400
  259.  
  260. Person/Site: Lee McLoughlin (lmjm@doc.ic.ac.uk)
  261. Where: Imperial College, London, United Kingdom
  262. Service: Janet/PSS NIFTP, mail info-server
  263. Direct connect: No
  264. Modems: Indirectly thru' modems onto Janet 300/1200/2400
  265.  
  266. Person/site: Jeff Beadles (jeff@tekcsc.mkt.tek.com)
  267. Where: Wilsonville, Oregon
  268. Service:  mail server, tapes, possible uucp
  269. Direct connect:  Yes
  270. Modems: Trailblazer
  271.  
  272. Person/site:  (svnet@unixprt)
  273. Where: 
  274. Service: 
  275. Direct connect: 
  276. Modems: 
  277.  
  278. Person/Site: X Users Group (harden@ics or xug@zermatt.lcs.mit.edu)
  279. Where: Long Island, New York or Cambridge, Mass.
  280. Service: ?
  281. Direct connect: ?
  282. Modems: ?
  283.  
  284. Person/Site: pax@dune
  285. Fidonet: 369/6 - The Eye of Osiris OPUS/UFGATE 305-973-1947
  286. Service: Fidonet archive, anonymous UUCP
  287. Direct connect: ?
  288. Modems: ?
  289.  
  290. Detailed instructions:
  291.  
  292. Person/Site: jason@aeras
  293.  
  294. Good morning Mister Phelps:
  295.  
  296. Your mission, should you decide to accept it is to recover the archive
  297. files saved from the USENET Comp.sources.* groups.  The wellbeing of
  298. the users of your machine make it imperative that you succeed.
  299.  
  300. Current informants state that sources.unix, games, and misc are being
  301. held for future generations of hackers.
  302.  
  303. Target machine:   Arete' System 1200
  304.  
  305. System Statistics:
  306.  
  307. aeras Any 1200  4089439152 "" "" ogin:--ogin: uugarch word: freebee
  308. aeras Any 19200 4089439246 "" "" ogin:--ogin: uugarch word: freebee
  309. aeras Any 2400  4089439396 "" "" ogin:--ogin: uugarch word: freebee
  310.  
  311. Suggested places to get additional information:
  312.  
  313. /u3/archive/sources/LISTING
  314.  
  315. It has been rumored that the file LISTING contains the names of all the
  316. programs stored in the archives, and the sizes.  Note: all archives have
  317. probably been stored in compressed form, with 12 bit compression
  318. (for machines that can't handle 16 bit).  All multiple file programs
  319. have been stored in seperate directories, then compressed.
  320.  
  321. Best sources currently state that more information about the files stored
  322. in a particular volume are kept in files called LOGFILE. Such as:
  323.  
  324. /u3/archive/sources/games/vol1/LOGFILE
  325.  
  326. would be the one to get to examine the exact contents of volume 1 of the
  327. games section.
  328.  
  329. Additional information from files:  sample command to recover files:
  330.  
  331. uucp aeras!/u3/archive/sources/games/vol1/LOGFILE /tmp/.
  332.  
  333. Special note:  wild cards have been proven to not be reliable, so to assure 
  334.                success they are not recommened tools.
  335.  
  336. Good luck.
  337.  
  338. As always: should you or anyone of your IM Force be caught, the
  339. secretary will disavow any knowledge of your actions or phone number.
  340.  
  341. This e-mail will self destruct upon typeing 'rm -rf /*' from the root console.
  342.  
  343.  
  344. Person/Site: shan@mcf.uucp (Sharan Kalwani)
  345.  
  346.     Sharan Kalwani at the Michigan Cancer Foundation (shan@mcf.uucp) has
  347.     set up a mail-based server.  The archive resides on mcf's machine. 
  348.     Comp.sources.x, comp.sources.unix and other stuff are available.
  349.     Mail to "archives@mcf.uucp" and supply the text 
  350.         send index from comp.sources.x 
  351.  
  352.     for some help on how to access the files and an index of the files 
  353.     currently online.
  354.  
  355.     For human help, mail to shan@mcf.uucp or shan%mcf.uucp@umix.cc.umich.edu.
  356.  
  357. Person/Site: lee@hhb (Lee Daniels)
  358.  
  359. The East Coast Xarchive is now available.  The purpose of this archive is
  360. to provide access to all publicly available X Window System based soft-
  361. ware through UUCP.  The archive contains a complete comp.sources.x direct-
  362. ory and a copy of what can be found on expo/contrib and expo/pub.  The
  363. expo directories will be updated roughly once a month.
  364.  
  365. The archive can currently be accessed at 1200 and 2400 baud.  I am hoping
  366. to get a Telebit Trailblazer added in the near future.
  367.  
  368. I am setting up this archive to be pseudo annonymous.  In other words, I
  369. am giving everyone access, but I want you to ask for a connection using
  370. the attached form.  When you submit the form, I will authorize your host
  371. to call the archive and I will send you back a copy of the L.sys entry
  372. for the archive.  By not making the archive totally annonymous, I will be
  373. able to document the usage of the archive in order to help justify its
  374. existence to the system administrator and upper management.  I am hoping
  375. to have enough information to help justify adding the Telebit Trailblazer.
  376.  
  377. I am not going to generally provide other access to the archive other than
  378. UUCP but if you have a special need, send me mail and maybe something can
  379. be worked out.  Please fill out the following form completely and I will
  380. send you the rest of the information.
  381.  
  382. Lee Daniels            princeton!hhb!lee@uunet.uu.net
  383. HHB Systems
  384. 1000 Wyckoff Avenue        (201) 848-8000
  385. Mahwah, New Jersey  07430
  386.  
  387.  
  388. ---------------------------- c u t    h e r e ---------------------------------
  389.  
  390.  
  391. Name:    
  392.  
  393. Email address:
  394.  
  395. Phone number:
  396.  
  397.  
  398.  
  399. Company:
  400.  
  401. Company address:
  402.  
  403.  
  404.  
  405. UUCP system's hostname:
  406.  
  407.  
  408. -------------------------------------------------------------------------------
  409.  
  410. From: heiby@mcdchg.UUCP (Ron Heiby)
  411.  
  412. Here's a copy of the current "howto.snarf" file for comp.sources.unix
  413. archives I maintain.  It will have to be modified for addition of the
  414. "X" archives.  Specifically, people will have to snarf something like
  415. "~/unix/vol01/ZZZZ" or "~/x/vol01/ZZZZ" for the .unix and .x archives,
  416. respectively.  When it's set up, I'll send you an updated "howto.snarf".
  417.  
  418. Ron.
  419.  
  420. -----
  421. 05/17/88    How to snarf files from the comp.sources.unix archives
  422.  
  423. This file explains how to get files from the comp.sources.unix archive being
  424. maintained by the Motorola Microcomputer Div. sales office in Schaumburg, IL.
  425. This is not an official service of Motorola and may be discontinued any time.
  426. The contents of the comp.sources.unix archive have been donated by the
  427. submitters of the files to the Usenet comp.sources.unix moderator for free
  428. availability throughout the community.  Motorola assumes no responsibility for
  429. the contents of these files, including the suitability for their use in any
  430. application on any hardware.  (Some of the material, for example is known not
  431. to run on systems sold by Motorola.)  Any questions about suitability, problems
  432. with the software or documentation, or anything else related to the contents of
  433. the files should be directed to the persons who submitted the material
  434. originally (usually the authors).
  435.     (Now that I think I've covered my behind sufficiently...)
  436.  
  437. The comp.sources.unix archives are currently resident on a Motorola VME Delta
  438. Series Model 2616 running System V/68 Release 3.0 named "mcdchg".  This system
  439. is used throughout the day, but one modem line has been made available during
  440. evening and weekend hours for getting sources from the archives.  When logging
  441. in using these procedures, mcdchg will identify itself as "mcdch1".  At some
  442. time in the future, we may go back to a two-machine networked approach.  Any
  443. sites that already have an established uucp connection with mcdchg should send
  444. me mail to have archive access "turned on" for your uucp login, as this
  445. procedure will not work for you as is.
  446.  
  447. In order to ensure that the archive service does not interfere with real
  448. work, the uucico for the archive login will be have its "x" permission bits
  449. turned off at 8 a.m. Chicago local time (CST6CDT) and on again at 6 p.m. on
  450. weekdays.  Execute permission will be turned on throughout Saturday and Sunday.
  451.  
  452. The following description of how to set up your system's uucp configuration
  453. files is based on the Honey DanBer UUCP (Basic Networking Utilities)
  454. implementation, as it's the only one I've used that made any sense.
  455. You may have to adjust what I say to fit your system's requirements.
  456.  
  457. The phone number for "mcdch1" is (currently) 1-312-576-7902.  There is
  458. a single line on that number.  The modem will answer at 1200bps and will
  459. require a carraige return to get a "login:" prompt.  In response to the
  460. login prompt, your system should send the login id, "pduucp".  The password
  461. is "public".  As I said above, all this is turned off between about 8 a.m.
  462. and 6 p.m. Chicago time Monday through Friday, so we can get our real work
  463. done, so don't bother trying it during those periods.
  464.  
  465. The Systems file entry for doing this looks something like:
  466. (For HoneyDanBer UUCP (BNU) users.  Combine into a single line.)
  467.     mcdch1 Wk1800-0730,Sa,Su ACU 1200 chicago5767902
  468.         "" \r\c in:--in: pduucp word: public
  469.  
  470. Once you have your system set up to place an outgoing UUCP call to
  471. "mcdch1", you can retrieve material from the archives.  There are two files
  472. that are excellent choices for testing your link.  This file is file
  473. mcdch1!~/howto.snarf.  The current directory of what is stored in the
  474. comp.sources.unix archives is found in the file mcdch1!~/directory.
  475. To get either of these, execute a command like:
  476.     uucp mcdch1!~/howto.snarf !~/MYNAME/
  477.     uucp mcdch1!~/directory !~/MYNAME/
  478.  
  479. The directory is simply the output from "ls -sRxF" on the comp.sources.unix
  480. archive disk hierarchy.  It is updated just before 6 p.m. every day.
  481. Here is an old sample from the directory:
  482.     total 15            0 directory      1 make.dir*      2 vol1/
  483.  
  484.     ./vol1:
  485.     total 941              16 ANSI.C.Z          12 C-Kermit.ann
  486.       41 Digest.Z          12 NIC               13 Smail.Z
  487.        1 UK-1.1/            1 Xlisp1.4/         20 bed.Z
  488.  
  489.     ./vol1/UK-1.1:
  490.     total 105       4 Anno      48 Part1.Z     31 Part2.Z     22 Part3.Z
  491.  
  492. This sample shows part of the first volume of comp.sources.unix.  The entries
  493. with a slash "/" at the end of their names are directories, whose contents are
  494. detailed below (e.g. UK-1.1).  The number preceding each name is the
  495. approximate size of the file in 512 byte blocks.  Entries whose name ends with
  496. a ".Z" have been compressed by the program compress 4.0, which can be found
  497. (in uncompressed form) in volume 2.
  498.  
  499. Be sure to look carefully to be sure you are getting the latest version
  500. available.  Also, look for "index" files to help find what you want.
  501.  
  502. NOTE: There are occasionally inconsistencies between the archive names we have
  503. on disk and those published in the index by the comp.sources.unix moderator.
  504.  
  505. WARNING: These files are not stored under /usr/spool/uucppublic, so requests
  506. that specify an absolute pathname, rather than one under "~" will almost
  507. certainly fail.
  508.  
  509. WARNING: Please be aware that uucp commands asking for file names containing
  510. wild cards will almost certainly not work.  This is because all of the
  511. implementations I know of submit a uux job to the remote system asking
  512. it to run "uucp" on the wild card filename.  Systems logging in with
  513. "pduucp" are prohibited from executing "uucp" or other commands via "uux".
  514. So, be sure to ask for each file separately.
  515.  
  516. Steve Pearse (wp3b01!pearse) sent the following script which helps make
  517. the uucp commands easier to issue.  I've modified it somewhat.  I hope I
  518. didn't break it too much.
  519. ##########################
  520. #    getmod    -  Get comp.sources.unix archives files via uucp
  521. if [ "$1" = "" ]
  522. then 
  523.     echo "type files in form of  [ N/file or N/dir/file ], where"
  524.     echo "N is the volume number (as in volN)"
  525.     echo "or getmod -l to get list of available files"
  526.     exit 1
  527. fi
  528. if [ "$1" = "-l" ]
  529. then
  530.     uucp -m mcdch1!~/directory !~/receive/src.unix/
  531.     exit 0
  532. fi
  533. for file
  534. do
  535.     uucp -m mcdch1!~/vol"$file" !~/receive/src.unix/
  536. done
  537. echo "requested file(s) $* on `date`" |tee -a $HOME/modreqs
  538. exit 0
  539. ##########################
  540.  
  541. If you can't figure out why the comp.sources.unix archive doesn't work,
  542. re-read this file.  If you still have trouble, talk with your system
  543. administrator.  If you are the system administrator, send electronic
  544. mail to me at heiby@mcdchg.UUCP (mcdchg!heiby).  Have fun!  Ron.
  545. -----
  546.  
  547. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  548. !!!!!!!!!!!!!!!                                           !!!!!!!!!!!!!!!
  549. !!!!!!!!!!!!!!!            A n n o u n c i n g            !!!!!!!!!!!!!!!
  550. !!!!!!!!!!!!!!!                                           !!!!!!!!!!!!!!!
  551. !!!!!!!!!!!!!!!                   T h e                   !!!!!!!!!!!!!!!
  552. !!!!!!!!!!!!!!!                                           !!!!!!!!!!!!!!!
  553. !!!!!!!!!!!!!!!  W e s t    C o a s t    X a r c h i v e  !!!!!!!!!!!!!!!
  554. !!!!!!!!!!!!!!!                                           !!!!!!!!!!!!!!!
  555. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  556.  
  557.  
  558. The West Coast Xarchive is now available.  The purpose of this archive is
  559. to provide access to all publicly available X Window System based soft-
  560. ware through UUCP.  The archive contains a complete comp.sources.x direct-
  561. ory and a copy of what can be found on expo/contrib and expo/pub.  The
  562. expo directories will be updated roughly once a month.
  563.  
  564. The archive can currently be accessed at 1200/2400 baud or at 19.2K
  565. baud (Telebit Trailblazer). Access is by anonymous login, the userid
  566. is UXarchiv with no password. The dialin numbers are:
  567.  
  568.     415-967-4619    1200/2400   dial-in
  569.     415-967-4718    trailblazer dial-in
  570.  
  571. A sample L.sys entry might be:
  572.  
  573. daisy Any ACU 19200 4159674718 "" \d ogin: UXarchiv
  574. daisy Any ACU 2400  4159674619 ogin:-BREAK-ogin: UXarchiv
  575.  
  576. To get a current listing of what files are available and where they
  577. can be found, download the file /usr/spool/uucppublic/Xarchive/ls-lR.Z
  578.  
  579. ...{decwrl|ucbvax}!imagen!atari!daisy!turner (James M. Turner)
  580. ...uunet!daisy!turner
  581. Daisy Systems, 700 E. Middlefield Rd, P.O. Box 7006, 
  582. Mountain View CA 94039-7006.                          (415)960-0123
  583.  
  584.  
  585.  
  586.  
  587. -- 
  588. Please send comp.sources.x-related mail to mikew@wyse.com
  589.  
  590.  
  591. -- 
  592. Mike Wexler(wyse!mikew)    Phone: (408)433-1000 x1330
  593. Moderator of comp.sources.x
  594.