home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / Misc / HigherEducationMailbox.mbox / Archives_provide_val_.attach / May_91 / misc.727 < prev    next >
Text File  |  1991-05-21  |  6KB  |  108 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fswiss Helvetica;}
  2. \paperw11040
  3. \paperh8820
  4. \margl120
  5. \margr1000
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 Q:  What are NextAnswers, TechSupportNotes, and MiniExamples? How can I obtain them?  \
  8. \
  9. A: 
  10. \fc0  
  11. \pard\tx1140\tx2300\tx3440\tx4600\tx5760\tx6900\tx8060\tx9200\tx10360\tx11520\fc0 NextAnswers is NeXT Technical Support's collection  of answers to commonly asked technical questions about NeXT computers.  The topics covered include system administration,  programming, and NeXT applications.  When incorporated into Digital  Librarian, NextAnswers will supplement the existing on-line and  printed documentation, further helping you to understand and apply  the power of your NeXT computer. 
  12. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc0  TechSupportNotes contain longer Technical Support Notes from NeXT.  
  13. \pard\tx1140\tx2300\tx3440\tx4600\tx5760\tx6900\tx8060\tx9200\tx10360\tx11520\fc0 MiniExamples contains small programming examples from NeXT Developer Support
  14. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc0 , such as
  15. \pard\tx1140\tx2300\tx3440\tx4600\tx5760\tx6900\tx8060\tx9200\tx10360\tx11520\fc0  how to program with Services, how to implement  a grabber, how to drag an image into a Text object, and how to use  the NXBrowser class.   \
  16. \
  17. If you don't have ftp or email access to the Internet, you can subscribe to NextAnswers on floppy disk or optical from NeXTedge, NeXT's new support, service, and education program.  Call 800-848-NeXT for details about product #E1036.\
  18. \
  19. Otherwise, you can obtain NextAnswers free of charge by 
  20. \b ftp
  21. \b0  or email from one of several sites.   There is always a  complete set of all the NextAnswers,  distributed on the Internet archive servers as NextAnswers_
  22. \i month_year
  23. \i0 .tar.Z  This compressed tar file typically occupies over a half a Megabyte of disk space (two Megabytes  when installed). After you untar it, you complete the installation by following the instructions in the file INSTALL.wn.  (There is usually also a monthly or bimonthly supplement, called NA_Supplement_
  24. \i month_year
  25. \i0 .tar.Z, for those who already have the complete set from the previous month.) \
  26. \
  27. TechSupportNotes and MiniExamples are also distributed on the archive servers.  Each TechSupportNote typically occupies about 100Kwhen unarchived, and each MiniExample typically less than 50K .   \
  28. \
  29. Usually you can find the latest releases of NextAnswers, TechSupportNotes, and MiniExamples on the following  Internet archive servers:\
  30.          ________________________________________________________\
  31.          hostname                     IP address         NextAnswers-directory\
  32.          ________________________________________________________\
  33.         cs.orst.edu                   128.193.32.1       pub/next/documents/NextAnswers\
  34.         sonata.cc.purdue.edu  128.210.15.30     pub/next/docs\
  35. \
  36.          ________________________________________________________\
  37.          hostname                  MiniExamples-directory\
  38.          ________________________________________________________\
  39.        cs.orst.edu                   pub/next/documents/NextAnswers/MiniExamples\
  40.        sonata.cc.purdue.edu  pub/next/docs/MiniExamples \
  41. \
  42.          ________________________________________________________\
  43.          hostname                  TechSupportNotes-directory\
  44.          ________________________________________________________\
  45.        cs.orst.edu                   pub/next/documents/NextAnswers/TechSupportNotes\
  46.        sonata.cc.purdue.edu  pub/next/docs/TechSupportNotes \
  47. \
  48. Purdue also maintains an email-based archive server, for those without ftp access.  Send a message consisting of "help" to archive-server@cc.purdue.edu. If the "From:" line in your message  header will not be in Internet format (e.g., name@site.edu), include  a line in your message like "path name@site.edu" or "path wellknownsite!yoursite!yourname@uunet.uu.net".  Note that neither  \
  49. name@site.bitnet nor name@site.UUCP will work.\
  50. \
  51. To retrieve the files from an ftp-based archive server, make sure you  have about two megabytes of free space on your disk, then su to root in a Terminal window and type the following commands.  \
  52. \
  53. \
  54.         mkdirs /LocalLibrary/NextAnswers\
  55.         mkdirs /LocalLibrary/MiniExamples\
  56.         mkdirs /LocalLibrary/TechSupportNotes\
  57.         cd /LocalLibrary/NextAnswers\
  58.         ftp hostname-or-IP-address  [see table above]\
  59.         [Login:] anonymous\
  60.         [enter your own login name as the password]\
  61.         ftp> cd NextAnswers-directory  [see table above for the name]\
  62.         ftp> binary\
  63.         ftp> get NextAnswers_
  64. \i month_year
  65. \i0 .tar.Z\
  66.         ftp> lcd /LocalLibrary/MiniExamples\
  67.         ftp> cd MiniExamples-directory  [see table above]  \
  68.         ftp> mget *     [then type "y" for each file]\
  69.         ftp> cd TechSupportNotes-directory  [see table above]  \
  70.         ftp> mget *     [then type "y" for each file]\
  71.         ftp> quit\
  72.         zcat NextAnswers_
  73. \i month_year
  74. \i0 .tar.Z  | tar -xvf  -\
  75.         cd /LocalLibrary/MiniExamples\
  76.         ls\
  77.         zcat 
  78. \i filename
  79. \i0   | tar -xvf  -     [Type this for each  
  80. \i filename 
  81. \i0 listed.  Alternately, loop through the files using the 
  82. \b foreach
  83. \b0  or 
  84. \b for in
  85. \b0  shell command, depending on whether you use the C or Bourne shell]\
  86.         cd /LocalLibrary/TechSupportNotes\
  87.         ls\
  88.         zcat 
  89. \i filename
  90. \i0   | tar -xvf  -     [type this for each  
  91. \i filename 
  92. \i0 listed, or use shell loop command]\
  93. \
  94. This will create a subdirectory of /LocalLibrary/NextAnswers called  
  95. \i month_year
  96. \i0 , and it will put the unarchived programming examples and technical support notes in  /LocalLibrary/MiniExamples and /LocalLibrary/TechSupportNotes, respectively.  Inside 
  97. \i month_year
  98. \i0  will be a WriteNow file called INSTALL.wn that contains complete instructions on how to finish the installation of NextAnswers.  \
  99. \
  100.  
  101. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc0 \
  102. QA727\
  103. \
  104. Valid for 1.0\
  105. Valid for 2.0\
  106. \
  107.  
  108.