home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / 19068 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  26.8 KB

  1. Xref: sparky comp.sys.atari.st:19068 news.answers:4781
  2. Newsgroups: comp.sys.atari.st,news.answers
  3. Path: sparky!uunet!gatech!destroyer!news.iastate.edu!vincent1.iastate.edu!sourada
  4. From: sourada@iastate.edu (Steven D Ourada)
  5. Subject: Welcome to comp.sys.atari.st! (Software)
  6. Message-ID: <sourada.725797848@vincent1.iastate.edu>
  7. Followup-To: comp.sys.atari.st
  8. Summary: Some frequent questions and answers about Atari 16/32 bit
  9.          computers. Please read this before asking a question on 
  10.          comp.sys.atari.st.
  11. Sender: news@news.iastate.edu (USENET News System)
  12. Supersedes: <sourada.723172884@vincent2.iastate.edu>
  13. Organization: Iowa State University, Ames IA
  14. References: <sourada.725797688@vincent1.iastate.edu>
  15. Date: Thu, 31 Dec 1992 10:30:48 GMT
  16. Approved: news-answers-request@MIT.Edu
  17. Expires: Sat, 30 Jan 1993 00:00:00 GMT
  18. Lines: 714
  19.  
  20. Archive-name: csas-faq/part2
  21.  
  22.  
  23. Welcome to comp.sys.atari.st! Please read this FAQ before posting a question
  24. to comp.sys.atari.st, since a lot of common questions are answered here.
  25.  
  26. Thanks to David Paschall-Zimbel    (davidli@simvax.labmed.umn.edu) for 
  27. compiling most of this FAQ.
  28.  
  29.  
  30. The following is an index of the questions answered in this part of the FAQ.
  31. For easy access to a particular question, search for the tag surrounded by
  32. colons (i. e. :GNU:). Questions marked with '*' are new or changed.
  33.  
  34.  
  35.  WEL      Welcome to comp.sys.atari.st
  36.  ARCS     How do I deal with Archived files (.ZOO, .ARC, .LZH)?
  37.  MSA      Some info on Magic Shadow Archiver
  38.  CLI      What Command Line Interpreters are available?
  39.  ERR      What does TOS ERROR nn mean?
  40.  GDOS     What is GDOS, and where can I get it?
  41.  GNU      What GNU software is available for the ST?
  42.  HAM      Where can I find Ham Radio software for the ST?
  43.  LANG     Public Domain/Shareware languages...
  44.  MINIX    Is MINIX available on the Atari ST?
  45.  MINT     What is MiNT?
  46.  XWIN     Is there a version of XWindows for the ST?
  47.  DEMOS    Why won't demo x run on my machine?
  48.  PAINT    What is the format for [x] paint program data?
  49.  PD       Where can I get Public Domain/Shareware software?
  50.  MAIL     E-Mail file servers
  51.  FTP      Anonymous FTP servers
  52.  TEX      Is TeX/LaTeX available on the Atari ST?
  53.  
  54.  
  55.  
  56. :WEL:
  57. Welcome to comp.sys.atari.st
  58. ============================
  59.  
  60. This newsgroup is devoted to discussion about 16 and 32 bit Atari micros.  At
  61. present that includes the Atari 520ST, 1040ST, Mega ST, STe, STacy, Mega STe,
  62. and the Atari TT. There are also emulators for the Apple Macintosh and IBM
  63. PC/XT/AT available.
  64.  
  65. Most of the people who read this newsgroup are technically oriented.
  66. The newsgroup serves as a resource for Atari users ... feel free to
  67. contribute to the discussions.
  68.  
  69. Associated newsgroups include:
  70.  
  71.     comp.binaries.atari.st    ! uuencoded binary programs
  72.     comp.sys.atari.st.tech  ! technical programming/hardware topics
  73.     comp.sources.atari.st   ! uuencoded/shar sources
  74.  
  75.  
  76. :ARCS:
  77. How do I deal with Archived files (.ZOO, .ARC, .LZH)?
  78. =====================================================
  79.  
  80. Files ending with suffixes .ZOO, .ARC and .LZH are archive files.  They are
  81. binary files which may contain one or more other files in a compressed format.
  82. Archive files usually take up less disk space, and for this reason have
  83. become quite popular for transferring large files via modem.
  84.  
  85. In order to extract the files from an archive file, one must use an archive
  86. program.  Here are the correspondences:
  87.  
  88. ARC    Use ARC.TTP
  89. LZH    Use LHARC.TTP
  90. ZOO    Use ZOO.TTP
  91.  
  92. A few hints for first-time users:
  93.  
  94. * Most archivers will give a short summary of commands if invoked with no
  95.   arguments.
  96. * If in doubt, to extract a file, copy the archiver to the directory that the
  97.   file is in, and run the archiver with the arguments 'x [filename]'.
  98. * If you have TOS 1.4 or higher, and/or a CLI, you can avoid copying the
  99.   archiver by just changing the current directory to where the file is. See
  100.   TIPS for a tip on how to do this from the desktop on TOS 1.4 or higher.
  101. * Read the documentation for the archivers you use, they will almost certainly
  102.   answer all your questions. Documentation is usually included in both the
  103.   source and binary distributions (such as zoo21bin.zoo).
  104.  
  105. ARCHIVERS
  106. These programs are all available via FTP from the atari.archive server, in the
  107. /atari/archivers directory.  Recommended files are:
  108.  
  109.     arc602.ttp   - version 6.02 of ARC, includes features to archive
  110.                subdirectories and also include comments with files.
  111.  
  112.     arc602.arc   - contains documentation.  UnArc using arc602.ttp.
  113.  
  114.     arc521e.arc  - older version of ARC.  Used mostly by those who want
  115.                speed, better compression, and don't care about
  116.                archiving subdirectories.  UnArc using arc602.ttp.
  117.  
  118.     lharc.ttp    - version 2.0 of LHARC.
  119.  
  120.     lzh201i.lzh  - Thomas Questors lzh utility.  German documentation.
  121.                UnArc using lharc.ttp
  122.  
  123.     zoo21.ttp    - version 2.1 of ZOO
  124.  
  125.     zoo21bin.zoo - ZOO archive includes documentation. UnArc using
  126.                zoo21.ttp.
  127.  
  128.  
  129.  
  130. :MSA:
  131. Some info on Magic Shadow Archiver
  132. ==================================
  133. (This was provided by Chris Herborth)
  134.  
  135. MSA Archives
  136.  
  137. The Magic Shadow Archiver (MSA) is a disk archiving program that allows
  138. an entire disk to be compressed into one file for transmission.  The
  139. Magic Shadow Archiver (in shadow.[arc?|lzh?|zoo?] on
  140. atari.archive.umich.edu in ~/Archivers) creates .MSA files, which are
  141. often compressed using a normal archiver, such as zoo or lharc.
  142.  
  143. Magic Shadow is notoriously bad when used on a 1/2 meg ST and only one
  144. floppy drive.  Its disk access and memory use are very badly thought
  145. out, and could result in over 160 disk swaps when unpacking an 80 track,
  146. double-sided disk.
  147.  
  148. Due to the fact that it was the _only_ disk image archiver around for
  149. quite a long time, Magic Shadow is the de-facto standard for creating
  150. disk images of computer demos and other pieces of software that cannot
  151. be easily compressed as files.
  152.  
  153. Because MSA files are disk images, they can only be used to recreate a
  154. floppy disk.  There is (currently, see below) no way to extract the
  155. files from an MSA archive without writing it to a floppy disk.
  156.  
  157. Magic Shadow works perfectly with any legal TOS floppy format, even high
  158. density disks found in modified STs and most MegaSTes and TTs.
  159.  
  160. Chris Herborth (herborth@pinot.waterloo.ncr.com at work,
  161. cherborth@semprini.tdkcs.waterloo.on.ca at home,
  162. C.HERBORTH on GEnie) is writing a much more efficient MSA extractor,
  163. called UnMSA.  UnMSA will minimize the number of disk swaps, and speed
  164. decompression considerably.
  165.  
  166. Daryl Richards (no email address, yet) is working on an MSA-Mounter,
  167. which will allow someone to unpack an MSA archive to RAM or a file on
  168. a hard disk.  This uncompressed disk image will then be added to the
  169. system as a logical drive (much the same way a RAMdisk adds a drive to
  170. the system).  MountImage on the Mac is an example of the way MSA-Mounter
  171. will eventually work (MountImage is so good, you can install new
  172. versions of the Mac OS using floppy disk images stored on your hard
  173. drive).
  174.  
  175.  
  176. :CLI:
  177. What Command Line Interpreters are available?
  178. =============================================
  179.  
  180. There are a large number of Command Line Interpreters for the Atari ST.
  181. Some of the more popular ones include:
  182.  
  183.     gulam      the 'classic' cli, somewhat UNIX in flavor
  184.  
  185.     BASH      GNU Bourne Again Shell
  186.  
  187.     ksh      Korn Shell - available under MINT
  188.  
  189.     gemini    MUPFEL is the shell used by the gemini environment
  190.  
  191.         master    MS-DOS/Unix mixture, shareware.
  192.  
  193.     okami      a German shell with many useful utilities built in
  194.  
  195.     pcommand  an MS-DOS-like shell
  196.  
  197.     csh      C-shell, standard on Unix
  198.  
  199.     tcsh      Enchanced C-shell - available under MiNT
  200.  
  201. Check atari.archive under /atari/cli or /atari/mint, or check one of the
  202. other FTP sites for files.
  203.  
  204.  
  205. :ERR:
  206. What does TOS ERROR nn mean?
  207. What do the bombs on my screen mean?
  208. ====================================
  209.  
  210. The information below was written, in part, by Darryl May, and posted on
  211. GEnie in January (of ????) by John Townsend.  The original also appeared in
  212. the June 1988 issue of _Current Notes_ (122 N. Johnson Rd., Sterling, VA
  213. 22170). It has since found its way to me, and is being posted to
  214. comp.sys.atari.st as a service to readers.
  215.  
  216. Alan Pratt wrote to tell me that the basic information may be correct, but
  217. that it cannot be dubbed "official" unless it originates, on paper, from
  218. Atari.  This makes sense, as electronic communications are easily
  219. modified, even accidentally.
  220.  
  221. Roland Waldi provided information regarding the difference between TOS and
  222. GEM return codes which appears to be correct.  The tables have been modified
  223. to reflect his information.
  224.  
  225.     The following is an unofficial list of the errors that can appear
  226. while you are operating your ST computer.
  227.  
  228.           Error description         return code      alert box #
  229.           ======================================================
  230.              OK (no error)....................0
  231.              Fundamental error...............-1
  232.              Drive not ready.................-2
  233.              Unknown command.................-3
  234.              CRC error.......................-4
  235.              Bad request.....................-5
  236.              Seek error......................-6
  237.              Unknown media...................-7
  238.              Sector not found................-8
  239.              No paper........................-9
  240.              Write fault....................-10
  241.              Read fault.....................-11
  242.              General error..................-12
  243.              Write protect..................-13
  244.              Media change...................-14
  245.              Unknown device.................-15
  246.              Bad sectors on format..........-16
  247.              Insert other disk..............-17
  248.              Invalid function number........-32............1
  249.              File not found.................-33............2
  250.              Path not found.................-34............3
  251.              No handles left................-35............4
  252.              Access denied..................-36............5
  253.              Invalid handle.................-37............6
  254.              Insufficient memory............-39............8
  255.              Invalid memory block address...-40............9
  256.              Invalid drive specified........-46...........15
  257.                         
  258.              No more files..................-49...........18
  259.              Range error....................-64...........33
  260.              Internal error.................-65...........34
  261.              Invalid program load format....-66...........35
  262.  
  263. The last code is the infamous "TOS error 35"!
  264.  
  265. Also, some unofficial information via Alan Pratt:
  266.  
  267.   Notably, you should add -48: ENSAME (not the same drive, occurs when
  268.   you call Frename and the two names you give aren't on the same drive),
  269.   and -67: EGSBF: you can't use Mshrink to GROW a block of memory.
  270.  
  271.  
  272.      Those bombs that appear on your screen are error messages from
  273.  the 68000 micro-processor.
  274.  
  275.                                            Number
  276.           Description                     of bombs
  277.           ===========================================
  278.              Reset: Initial PC2...............1
  279.              Bus Error........................2
  280.              Address Error....................3
  281.              Illegal Instruction..............4
  282.              Zero Divide......................5
  283.              CHK Instruction..................6
  284.              TRAPV Instruction................7
  285.              Privilege Violation..............8
  286.              Trace............................9
  287.              Line 1010 Emulator..............10
  288.              Line 1111 Emulator..............11
  289.              [unassigned, reserved]..........12
  290.              [unassigned, reserved]..........13
  291.              Format Error....................14
  292.              Uninitialized Interrupt Vector..15
  293.              [unassigned, reserved].......16-23
  294.              Spurious Interrupt..............24
  295.              Level 1 Interrupt Autovector....25
  296.              Level 2 Interrupt Autovector....26
  297.              Level 3 Interrupt Autovector....27
  298.              Level 4 Interrupt Autovector....28
  299.              Level 5 Interrupt Autovector....29
  300.              Level 6 Interrupt Autovector....30
  301.              Level 7 Interrupt Autovector....31
  302.              Trap Instruction Vectors.....32-47
  303.              [unassigned, reserved].......48-63
  304.              User Interrupt Vectors......64-255
  305.  
  306.  
  307.  
  308. :GDOS:
  309. What is GDOS, and where can I get it?
  310. =====================================
  311.  
  312. GDOS stands for Graphic Device Output System (at least that's what my copy of
  313. STart, volume 1 number 1 said...)
  314.  
  315. There is a newer version, called FSMGDOS, which should be available
  316. commercially from Atari.  It is currently included with WordFlair II.  FSMGDOS
  317. uses scaleable fonts - you do not need to create a font file for every point
  318. size.  Current word is that the street price for FSMGDOS will be about $50.
  319. The Lucida font family comes with FSMGDOS, and the output is very nice, even on
  320. a 9-pin Epson printer.  There are desk accessories which allow you to
  321. manipulate available fonts, and also CPX programs for the newer Atari Control
  322. Panel.  For those who only have limited memory, a newer version of GDOS is also
  323. included with the distribution.  For those with investments in older bit-mapped
  324. GDOS fonts, they may be used with the new version of GDOS or used as bit-mapped
  325. (ie. non-scaleable) fonts within FSMGDOS.
  326.  
  327. You can get a copy of "Everything You Ever Wanted to Know About GDOS (and
  328. more)" by Douglas N. Wheeler from the atari.archive server.  The file is
  329. /atari/programming/gdos.arc.
  330.  
  331. There is a German version of GDOS available from the atari.archive server.
  332. The file is /atari/utilities/amcgdos.arc.
  333.  
  334. Currently, there are no truly public domain sources for the GDOS system files
  335. or font files (at least those supplied by Atari).  You can get these files
  336. with many commercial programs, such as Degas Elite, WordFlair, etc.  You might
  337. also want to check your local user group to see if they received a copy of the
  338. WordFlair demo program (also available on GEnie).  The demo program appears to
  339. have the GDOS system and font files.
  340.  
  341.  
  342. :GNU:
  343. What GNU software is available for the ST?
  344. ==========================================
  345.  
  346. The Free Software Foundation C compiler, commonly known as GNU C (or gcc) is
  347. avaiable for the Atari ST.  The minimal memory required to do any useful
  348. (i.e. beyond 'hello world') programming is 2 megabytes.  A 4 megabyte system
  349. is recommended.
  350.  
  351. There is an extensive archive of the latest GNU C programs via anonymous FTP
  352. on atari.archive.  GNU C is also available at most European FTP sites. The
  353. latest version of GCC available for the ST is 2.2.2, this version includes
  354. built-in support for C++.
  355.  
  356. Note that most GNU documentation comes in TeXinfo format. Documentation in 
  357. this format can be fed into TeX for printing. It can also be processed by
  358. Emacs' texinfo to make an info file, which can be viewed on-screen with
  359. Emacs' info mode. These two functions can also be performed by the
  360. standalone programs 'texinfo' and 'info' (on atari.archive as /atari/tex/
  361. tnxf241b.zoo).
  362.  
  363. The following can be found in the /atari/gnustuff/tos directory of
  364. atari.archive: (Note: all of these have Unixmode and MiNT support)
  365.  
  366. BASH        Bourne-again shell
  367. BISON        Yet another YACC (Yet Another Compiler Compiler)
  368. COMPRESS    Compatible with Unix compress
  369. DIFF        Compares files; PATCH does the inverse
  370. EMACS        Extreme editor :-)
  371. Fileutils    Unix file utilities
  372. FLEX        Lexical analyzer, like Unix lex
  373. GAWK        AWK report generation language
  374. GCC 2.1        C, C++ compiler
  375. GDB        GNU debugger, with source level C support
  376. Ghostscript    Postscript clone
  377. GROFF        Text formatting system
  378. GREP        Regular expression search, like Unix grep
  379. MAKE        Like Unix make
  380. MAKEINFO    Stand-alone system to process .info files
  381. PATCH        Changes files from diffs; DIFF does the inverse
  382. PROF        Profiles executable code
  383. RCS        Revision Control System
  384. SED        Stream editor
  385. Smalltalk    Smalltalk; object oriented language
  386. TAR        Tape archiver like Unix tar
  387.  
  388.  
  389. :HAM:
  390. Where can I find Ham Radio software for the ST?
  391. ===============================================
  392.  
  393. Plenty of Ham Radio software is available for the Atari ST:
  394.  
  395.         Morse code
  396.         Radio Teletype (RTTY)
  397.         Packet Radio (W0RLI BBS and K9AQ TCP/IP)
  398.         Satellite Tracking
  399.         WEFAX
  400.         Color Slow Scan TV (SSTV)
  401.         etc.
  402.  
  403. For more information contact the Atari Microcomputer Network:
  404.  
  405.         Newsletter Editor -     Gil Frederick, VE4AG
  406.                                 130 Maureen Street
  407.                                 Winnipeg, Manitoba
  408.                                 R3K 1M2  Canada
  409. or
  410.         Program Librarian -     John Adams, KC5FW
  411.                                 17106 Happy Hollow
  412.                                 San Antonio, TX 78232
  413.                                 U.S.A.
  414. or
  415.         Tune into the weekly net Sundays 16:00 UTC on 14.325 MHz.
  416.  
  417. 73,
  418. John Langner, WB2OSZ
  419.  
  420.  
  421. :LANG:
  422. Public Domain/Shareware languages...
  423. ====================================
  424.  
  425. There are a large number of programming languages available for use with the
  426. Atari ST.  Programmers seem to flock to the Atari ST, and if you know of a
  427. language, you can probably find it, or an equivalent, for the ST.
  428.  
  429. 68000 assembler/disassembler
  430. abc
  431. APL
  432. AWK
  433. BASIC
  434. C
  435. C++
  436. cross assemblers (z80, 6502, 68xx,8031/80xx)
  437. Elan
  438. FORTRAN
  439. FORTH
  440. FP
  441. Hope
  442. ICON
  443. LISP
  444. Little Smalltalk
  445. Modula2
  446. OPS5
  447. perl
  448. PROLOG
  449. SCHEME
  450. SIOD
  451. Smalltalk
  452. XLisp
  453. XProlog
  454. XScheme
  455.  
  456. Check the atari.archive server under /atari/languages.  Most other archive
  457. sites will have a language directory which you can also check.
  458.  
  459.  
  460. :MINIX:
  461. Is MINIX available on the Atari ST?
  462. ===================================
  463.  
  464. MINIX is a UNIX-like operating system for the IBM PC, XT, AT, 386,
  465. and PS/2, as well as the Apple Macintosh, Commodore Amiga, Atari ST, and
  466. later in 1991, Sun SPARC.  It is available with all the source code for
  467. the entire operating system, the libraries, and nearly 200 UNIX-like
  468. utilities.
  469.  
  470. Demonstration disks for the IBM PC line and Atari ST are available for free 
  471. via anonymous FTP for people on the Internet.  A Macintosh version will be
  472. online soon.  (If you can't wait, see below.)
  473.  
  474. To get a free demo disk and the manual, use ftp to connect to
  475. ftp.cs.vu.nl (192.31.231.42) and look in pub/minix/demo.  The READ_ME
  476. file describes the contents of the directory and how to use it.  Be sure to
  477. fetch and read this first.  It contains important information.
  478.  
  479. If you don't have FTP access, you can buy the demo disk package from Prentice-
  480. Hall for $10 by calling (201) 767-5969 or FAX (201) 767-5625.  Please DON'T
  481. ask me to send it by email.  I have quite enough work already thank you.
  482. The ordering numbers for Prentice-Hall are:
  483.  
  484.   - MINIX 1.5 IBM demo disk         (0-13-582768-x)  (in stock now)
  485.   - MINIX 1.5 Atari demo disk       (0-13-582792-2)  (in stock now)
  486.   - MINIX 1.5 Macintosh demo disk   (0-13-582784-1)  (in stock now)
  487.  
  488. Please note that although the demo disks are available for free on line,
  489. MINIX itself is copyrighted software and is not available on line.  The
  490. demo disks are also copyrighted, but permission is hereby granted to 
  491. upload and use them for evaluation purposes. The READ_ME file tells how 
  492. MINIX can be ordered.
  493.  
  494. AS A COURTESY TO US, PLEASE DO NOT FTP DURING BUSINESS HOURS (EUROPEAN
  495. TIME).  PLEASE FTP AFTER 11 A.M. EASTERN STANDARD TIME.
  496. If you want to follow the MINIX discussion, read the comp.os.minix
  497. newsgroup, which is quite active and has almost 50,000 subscribers.
  498.  
  499. Have fun!
  500.  
  501. Andy Tanenbaum (ast@cs.vu.nl)
  502.  
  503.  
  504. :MINT:
  505. What is MiNT?
  506. =============
  507. MiNT is a free multitasking operating system extension for TOS. It is somewhat
  508. like BSD Unix from the programmer's perspective. MiNT can run up to 1 GEM
  509. program along with a lot of character-based programs simultaneously. MGR
  510. and MW2 can both put multiple terminal windows on screen, and bgacc can
  511. put a number of terminal windows on a GEM screen. MiNT and lots of stuff to go
  512. with it can be found at atari.archive.umich.edu:/atari/mint.
  513.  
  514. TOSWIN is the new replacement for bgacc: it provides lots of nice features like
  515. variable fonts, menus, selectable window gadgets, etc. GEMTERM is a similar
  516. package (it's not part of the standard MiNT distribution) modelled after TOSWIN
  517. and XTerm.
  518.  
  519. A somewhat interesting note: MiNT is now the kernel of Atari's multitasking
  520. OS, MultiTOS. Originially MiNT stood for 'MiNT is Not TOS', but it's now
  521. 'MiNT is Now TOS'. :-)
  522.  
  523.  
  524. :XWIN:
  525. Is there a version of XWindows for the ST?
  526. ==========================================
  527.  
  528. Currently, there is no XWindows port for the ST. It is quite unlikely that
  529. there will be one, although you are free to port it if you like :-). There
  530. does exist a port for the TT (and presumably Falcon) as part of Atari's Unix
  531. distribution.
  532.  
  533.  
  534. :DEMOS:
  535. Why won't demo x run on my machine?
  536. ===================================
  537.  
  538. 90% of the time, if a demo does not run on your American ST, you probably
  539. need to be in 50Hz mode to use it. Get a program like 50hzboot.prg from
  540. atari.archive to allow this.
  541.  
  542.  
  543. :PAINT:
  544. What is the format for [x] paint program data?
  545. ==============================================
  546.  
  547. There is a periodic posting of ST Picture Formats, edited by David Baggett.
  548. The file is on the atari.archive server under /atari/graphics/picfmts.doc.
  549.  
  550.  
  551. :PD:
  552. Where can I get Public Domain/Shareware software?
  553. ==========================================================
  554.  
  555. There are FTP sources and a comp.sources.atari.st/comp.binaries.atari.st
  556. mail server.  You can also try the commercial on-line services such as
  557. GEnie, CompuServe, Delphi and Bix.
  558.  
  559. Using FTP, most files should be retrieved in BINARY format (at least those
  560. ending with the suffix of .ARC, .LZH, .ZOO, .PRG, .TTP, .TOS)
  561.  
  562. Mail servers encode files.  You will need a program called 'uudecode' in
  563. order to change files ending with the suffix .UUE (or .UAB, .UAC, etc.)
  564. into their original form.
  565.  
  566.  
  567. :MAIL:
  568. E-Mail file servers
  569.  
  570. archive-server@spud.hyperion.com:
  571. ---------------------------------
  572.  
  573. Spud holds all of the comp.sources.atari.st / comp.binaries.atari.st
  574. postings.  If you aren't reading these two newsgroups, you should consider
  575. doing so.  You may obtain uuencoded files as e-mail.  You can obtain a
  576. help file by mailing a message to archive-server@spud.hyperion.com, with
  577. the main body of the message being the word 'help'.
  578.  
  579. atari@atari.archive.umich.edu:
  580. -----------------------------
  581.  
  582. The atari.archive server is mentioned many times in this article.  It contains
  583. a multitude of Atari ST PD and shareware programs.  If you don't have access
  584. via FTP you can obtain many of the files via e-mail.  You should first obtain a
  585. help file by mailing a message to atari@atari.archive.umich.edu, with the main
  586. body of the message being the word 'help.'.  If you are from a uucp site,
  587. please enclose this statement also 'path host1!host2!....', where
  588. host1!host2!... is your path. Please read the help file completely before you
  589. ask questions, and then send any you may have to jon@atari.archive.umich.edu. 
  590. Any questions about the archive or specific files go to 
  591. weiner@atari.archive.umich.edu (or weiner@terminator.rs.itd.umich.edu, 
  592. jeff.weiner@um.cc.umich.edu, weiner@zircon.labmed.umn.edu, or 
  593. weiner@umnstat.stat.umn.edu :-)       
  594.  
  595.  
  596. archive-server@micros.hensa.uk.ac:
  597. ---------------------------------
  598.  
  599. This is a UK public domain archive, available to sites within the UK via
  600. via JANET.
  601.  
  602. info-server@Germany.EU.net:
  603. ---------------------------
  604.  
  605. This is a german public domain archive. This only has comp.binaries.atari.st
  606. and comp.sources.atari.st.
  607.  
  608. archive-server@Germany.EU.net:
  609. ------------------------------
  610.  
  611. Same place as above, but this one carries other software than just 
  612. comp.binaries.atari.st and comp.sources.atari.st.
  613.  
  614.  
  615. mail-server@cs.ruu.nl (or uunet!mcsun!hp4nl!ruuinf!mail-server):
  616. ---------------------------------------------------------------
  617. send the following message
  618.  
  619.     begin
  620.     path john@highbrow.edu (PLEASE SUBSTITUTE *YOUR* ADDRESS)
  621.     send ATARI-ST/index
  622.     end
  623.  
  624. NOTE: *** PLEASE USE VALID INTERNET ADDRESSES IF POSSIBLE. DO NOT USE
  625. ADDRESSES WITH ! and @ MIXED !!!! BITNETTERS USE USER@HOST.BITNET ***
  626.  
  627. The path command can be deleted if we receive a valid from address in your
  628. message. If this is the first time you use our mail server, we suggest you
  629. first issue the request:
  630.     send HELP
  631.  
  632. LISTSERV@UOGUELPH.BITNET:
  633. ------------------------
  634.  
  635. Mail messages with the contents HELP will bring you some usage information
  636. and GET PROG-A16 FILELIST will provide you with a list of files.  Subscriptions
  637. to INFO-A16 are also available on this server.  INFO-A16 is a digest of 
  638. messages from comp.sys.atari.st.
  639.  
  640.  
  641. :FTP:
  642. Anonymous FTP servers
  643.  
  644. Note:  The generally accepted practice for FTP use is as follows:
  645.  
  646.     1. Limit access times to non-working hours.  This is usually 6-8 pm
  647.        to 8-9 am LOCAL time.  LOCAL time means local to the computer
  648.        you are accessing!  For example, 4 P.M. in Minneapolis, Minnesota
  649.        is 10 P.M. in England, and 10 A.M. in Germany is 4 A.M. in New
  650.        York.
  651.  
  652.     2. Once you connect, issue the following commands at your FTP
  653.        prompt:
  654.  
  655.         user anonymous
  656.         <YOUR e-mail address should be entered at the Password: prompt)
  657.         ls
  658.         cd <to the appropriate directory>
  659.  
  660.     3. Limit downloads, especially across the ocean.  Remember, there are
  661.        other people who are using the same lines as you.
  662.  
  663.  
  664. Atari FTP sites (the list is -not- exhaustive)
  665. ----------------------------------------------
  666.  
  667. atari.archive.umich.edu    [141.211.164.8]
  668.  
  669.  
  670. uk.ac.lancs.pdsoft (available to UK users via JANET)
  671.  
  672.   Note:  Access is a bit different for this archive site, use the following:
  673.  
  674.     user pdsoft
  675.     pdsoft (at the Password prompt)
  676.  
  677.  
  678. ftp.Germany.EU.net [192.76.144.75]
  679.  
  680.  
  681. ftp.cs.ruu.nl [131.211.80.17]
  682.  
  683.  
  684. :TEX:
  685. Is TeX/LaTeX available on the Atari ST?
  686. =======================================
  687.  
  688. The TeX/LaTeX typesetting programs are available on the Atari ST.  Check the
  689. atari.archive server under /atari/tex.  Fonts and device drivers
  690. (including one for the Epson 9-pin printers) are available on the
  691. atari.archive server.
  692.  
  693. The latest version of TeX (3.14) has recently been made available on the
  694. atari.archive server.  The files are in a subdirectory of their own.
  695.  
  696. Graham Higgins recently wrote a message in comp.sys.atari.st indicating the
  697. minimum files needed to get a working TeX/LaTeX system up and running on the
  698. Atari ST.  He said:
  699.  
  700.     You'll need, at minimum:
  701.  
  702.     The binaries for LaTeX/TeX :StTeXBin
  703.     The style files           :StTeXSty
  704.     The font macros            :StTeXTfm
  705.  
  706.         If you want to screen-preview, you'll need screen font files (showdvi)
  707.     If you want to print locally, you'll need printer font files (dvifont)
  708.  
  709.     Allow 5Mb.
  710.  
  711. For a step-by-step article on setting up Tex and LaTeX, send an e-mail request
  712. to davidli@simvax.labmed.umn.edu.  Be sure to mention 'tex.setup'.
  713.  
  714. There is also a complete, ready-to-install distribution called CS-TeX. The 
  715. latest version, 4.0, is available at atari.archive: /atari/tex/cs-tex-4.0.
  716. This consists of 8 disks full of TeX stuff, plus an installation program
  717. that takes care of the details for you.
  718.  
  719.  
  720.  
  721. =====================================================================
  722. Hope you liked the comp.sys.atari.st FAQ. If you have comments,
  723. suggestions, more material, etc., mail me at sourada@iastate.edu
  724.  
  725. Thanks to David Paschall-Zimbel    (davidli@simvax.labmed.umn.edu) for 
  726. compiling most of this FAQ.
  727.  
  728.                      Later,
  729.                         Steven Ourada
  730.  
  731. -- 
  732. -------
  733. Steven Ourada -- sourada@iastate.edu
  734.