home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8708 / 20 / README.INFO < prev    next >
Encoding:
Text File  |  1990-07-13  |  7.9 KB  |  216 lines

  1. August 9, 1987    uupc Questions and Answers     uupc Development
  2.  
  3.  
  4. The following is some commonly asked questions about uupc and, of
  5. course, the answers to these questions.
  6.  
  7.  
  8.  1. What does "uupc" stands for?
  9.  
  10.     It is an acronym for "UUcp for PC's", but it is also a pun on
  11.     uucp, which is in turn an acronym for "Unix to Unix CoPy".
  12.  
  13.  2. What does uupc do?
  14.  
  15.     It gives a personal computer the capability to become a
  16.     "node" in the UUCP (or a similar) network and exchange
  17.     information such as electronic mail and USENET news with
  18.     other computers on that network.
  19.  
  20.  3. What personal computers does uupc runs on?
  21.  
  22.     Currently it is available for the Apple Macintosh, Atari ST,
  23.     Commodore Amiga, and IBM PC (and compatibles) with DOS.  More
  24.     computers and operating systems will be able run uupc in the
  25.     near future.  (IBM PC with MINIX is a likely next candidate.)
  26.  
  27.  4. Does uupc require me to leave my computer on all day to wait
  28.     for incoming mail?
  29.  
  30.     No.  Most people only use uupc to call up their neighbouring
  31.     system to send and/or pickup mail at times convenient to
  32.     them.  Outgoing mail are also spooled to disk and do not need
  33.     to be send immediately to your neighbouring system after it
  34.     is composed.
  35.  
  36.     However, uupc can also be set up on a personal computer to
  37.     wait for incoming call continuously and act as a "mail-hub"
  38.     to relay messages for other systems if you choose.
  39.  
  40.  5. What do I need to have to get uupc up and running on one of
  41.     the above personal computers?
  42.  
  43.     You need a neighbouring system to communicate with.  This
  44.     system can be either a UNIX system, another personal computer
  45.     running uupc, or any other system that can talk UUCP's 'g'
  46.     protocol.
  47.  
  48.     You would also need to have the appropriate C compiler for
  49.     your personal computer if you have received only the source
  50.     for uupc.
  51.  
  52.  6. Is the source to uupc publicly available?
  53.  
  54.     Yes.  It was posted to the USENET newsgroup comp.sources.misc
  55.     in August 1987 and is available from (at least) any site
  56.     which archives this newsgroup.  If you have trouble locating
  57.     a copy of the uupc sources, please drop uupc Development a
  58.     note through one of the e-mail addresses listed at the end of
  59.     this file.
  60.  
  61.  7. What does the uupc software consists of?
  62.  
  63.     It consists of two programs, uupc and pcmail.  uupc is an automated
  64.     files transfer program, similar to /usr/lib/uucico in UUCP,
  65.     and mail is a mailer user-interface, like mail(1) in UNIX.
  66.  
  67.  8. What are the typical use of these programs?
  68.  
  69.     uu is used to accept incoming file relayed to you through
  70.     your neighbouring machine and deliver outgoing file to your
  71.     neighbouring machine for forwarding to other machines.  In
  72.     most cases these "files" contain electronic messages which
  73.     are to be used with the mail program.
  74.  
  75.     pcmail is used to read incoming mail delivered by uu, and
  76.     compose outgoing mail for delivery with uu.  However, it can
  77.     also be used to transfer files to/from other systems that is
  78.     reachable through electronic mail.
  79.  
  80.  9. What do I need to do to get uupc running on my personal
  81.     computer?
  82.  
  83.     You would need to obtain the binaries of uupc for your
  84.     computer by either compiling the uupc sources on your machine
  85.     or obtaining the uupc binaries from someone who has a copy.
  86.  
  87.     You would also need to arrange to have your neighbouring
  88.     system to recognize your system as one of their neighbouring
  89.     systems in the network.  The procedures for this varies, you
  90.     should contact the people who manage your neighbouring system
  91.     for about details.
  92.  
  93. 10. Does uupc supports more than one neighbouring systems?
  94.  
  95.     Yes, it can support multiple neighbouring systems.  The mail
  96.     software will currently always route outgoing mail through
  97.     one of these systems, but a future version of this software
  98.     will allow multiple forwarding machines for outgoing mail.
  99.  
  100. 11. Is uupc the same program on all systems it runs on, or is it
  101.     actually a different program for each of the systems?
  102.  
  103.     It is the same program across all systems, with the exception
  104.     of the system-dependent code, which is different from system
  105.     to system.
  106.  
  107.     The user-interface and command line options for uupc are also
  108.     uniform across all the systems it runs on, so there is no
  109.     need to learn a new program when you use uupc on a different
  110.     computer.  The uniform user-interface also makes it easier to
  111.     use uupc on different computers at the same time.
  112.  
  113. 12. If I don't like the mail program's simple user-interface, are
  114.     there any alternatives?
  115.  
  116.     Since a mailbox can be easily converted to a simple text
  117.     file, alternative mailer can be easily written to accomodate
  118.     different needs.  At the very least, you will be able to use
  119.     your favorite text-editor to read your incoming message and
  120.     compose your outgoing message.
  121.  
  122.     Future release of uupc will include mailers for the different
  123.     systems which will take advantage of special features only
  124.     availabe on the systems they run on (e.g. window and mouse).
  125.  
  126. 13. What if I want to port uupc to another personal computer not
  127.     presently support by uupc?
  128.  
  129.     First you should read the file UUPORT.INF, which should be
  130.     available from the same source you obtained this file from.
  131.     If you cannot locate a copy of this file, then please send a
  132.     request for it to uucp Development at one of the e-mail
  133.     addresses listed at the end of this file.
  134.  
  135.     After you have read the above file and decided that you still
  136.     want to do a port of uupc to a new machine/operating systems,
  137.     please drop uupc Development a note at one of the the e-mail
  138.     addresses listed at the end of this file.  This way we will
  139.     at least be able to save each other from duplicated efforts.
  140.     Who knows?  We might even have a version for ready for your
  141.     system when you call to tell us that you are about to begin
  142.     your port.
  143.  
  144. 14. Who/what is the "UUPC Development Team"?
  145.  
  146.     The original software (dcp) was done by Richard H. Lamb.
  147.     Modified to run on the Mac by Stuart Lynne.
  148.     Atari ST by Lawrence Harris.
  149.     Amiga by Jeff Lydiatt.
  150.     IBM PC by Samual Lam
  151.     VMS (not available yet) Lawrence Harris
  152.     
  153. 15. What is the copyright status and distribution policy of uupc?
  154.  
  155.     The dcp portions of uupc are Copyright (c) Richard H. Lamb.
  156.     Modifications Copyright (c) Stuart Lynne
  157.     Mail, PCMail Copyright (c) Stuart Lynne
  158.     Mac software Copyright (c) Stuart Lynne
  159.     Amiga software Copyright (c) Jeff Lydiatt
  160.     Atari software Copyright (c) Lawrence Harris
  161.     IBM software Copyright (c) Sam Lam
  162.  
  163. In general we are promoting the use of this software on a "public domain" 
  164. basis. You can use for your own use, and can give copies of the source
  165. code to anyone, provided you provide this information to them.
  166.     
  167.  
  168. 16. If I have more questions, comments, or suggestions about
  169.     uupc, where should I send them?
  170.  
  171.     Please send them all to us at uupc Development at one of the
  172.     e-mail addresses listed below.  We also welcome any bug fixes
  173.     and improved/new code for uupc that you might want to share.
  174.  
  175.  
  176. uupc Development can be reached at the following e-mail address:
  177.  
  178.     uupc@van-bc.UUCP
  179.  
  180. This is routed to the uupc mailing list and a local news group for 
  181. discussion of uupc software.
  182.  
  183. To join the mailing list send a request to:
  184.  
  185.     uupc-request@van-bvc.uucp
  186.  
  187.  
  188.  
  189. 17. Can I get Binary Versions of uupc mailed to me.
  190.  
  191. Yes and no. 
  192.  
  193. No we cannot email binaries to you at this time.
  194.  
  195. Yes, if you send a self addressed / stamped (international coupon) mailer
  196. with appropriate diskettes (2) we will attempt to return them to you with
  197. the appropriate version of the software.
  198.  
  199. We plan to make a binary posting to the appropriate Usenet comp.binary
  200. newsgroups in the late fall, or early next year when the software is 
  201. a bit more functional, better documented and easier to install and
  202. operate without the source.
  203.  
  204. Mail your disks to:
  205.  
  206.     UUPC Request
  207.     C/O Stuart Lynne
  208.     225B Evergreen Drive
  209.     Port Moody, BC,
  210.     Canada, V3H 1S1
  211.  
  212.  
  213. --
  214. {ihnp4!alberta!ubc-vision,uunet}!van-bc!Stuart.Lynne Vancouver,BC,604-937-7532
  215.  
  216.