home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / long / ardt / ardt.txt < prev   
Text File  |  1995-07-28  |  4KB  |  137 lines

  1. File: ardt.c
  2. Title: ardt.c V000
  3. Short: Acornet-Download-Tool 002 as source
  4. Type: misc/unix
  5. Author: <@>
  6. Uploader: <@>
  7. Version: 0.0.2
  8. Release:
  9. Keyword:
  10. Status: Free
  11. Size (unarchived):      KB
  12. Archiver: Plain Text
  13. ------------------------
  14. Description:
  15.  
  16. This file enables you to use AcorNet via an textual interface
  17. called ArchiDownloadTool (ardt).
  18.  
  19. -------------------- Description-Format
  20. IMPORTANT: If things are marked with 'XXX' or '(?)' i need your
  21. response to give more precise information.
  22. Tell me if it works or tell me the right information.
  23. mailto:pgpeter@informatik.uni-siegen.de
  24. '>>' stands for the shell-prompt and means that you should enter
  25.      the things after '>>' into your unix-shell.
  26. '>'  stands for output of the previousliy entered shell-commands
  27.  
  28. -------------------- Requirements
  29. It should work on Unix-Workstations.
  30. You need:
  31. sh    A unix-shell. bash/ksh should work too
  32. cc    A C-Compiler (or gcc if you have it)
  33.  
  34. -------------------- Getting all files
  35. You have to get ardt.c first!
  36. You can get it from:
  37. ftp://ftp.uni-kl.de/pub/acorn/acornet/misc/unix/ardt.c
  38.  
  39. ------------------ compiling the program
  40. Now do:
  41. >> sh.ardt.c
  42. which outputs (or something similar):
  43. > cc -g -DDEBUG -o ardt  ardt.c -lcurses -ltermcap
  44. >> ls -F
  45. should output:
  46. > ardt*        ardt.c
  47.   ^^^^ This is the executable :)
  48. (or something similar)
  49.  
  50. If your compiler gives you warnings or errors, please contact me.
  51. Experienced Unix-Users: You can look at the begin of ardt.c and
  52. try to change the source until it works. Please send me your patches.
  53.  
  54. Working configurations (only tested the compiling):
  55. ardtpatch.002:
  56. OS-Version    Hardware    compiler Tester
  57. --------------------------------------------------------------
  58. sunos4.1.1    sparc ipx    cc    pgpeter@informatik.uni-siegen.de
  59. Ultrix4.4    Dec Mips    cc    pgpeter@informatik.uni-siegen.de
  60. OSF1 V3.2    Dec-alpha    cc    pgpeter@informatik.uni-siegen.de
  61. HPUX 0.9    HP9000/345    cc
  62. HPUX 0.9    HP9000/720    cc
  63. (XXX) please send me more!!!
  64.  
  65. ------------------ Using ardt
  66. At the first time, ardt will create a file .ardtrc in your
  67. $HOME-Directory.
  68. Move with CursorUp/Down and select with Return.
  69. Select: "Internal FTP" and then the next site.
  70. (DON'T USE the "Siegerland-Entries" they won't work!!!)
  71. Then it will tell you that it's your first time
  72. and connect to the site.
  73. Use '?' to get a help.
  74. Tag the files with 'Return', get the Readme with 'r'
  75. and 'd'ownload 'b'egin to download all tagges Archives.
  76.  
  77. The next time you connect, you will see only the files,
  78. which are new since your last connect!
  79. To view all select 'v'iew 'a'll.
  80.  
  81. If it works for you on an Architecture for which we have
  82. no precompiled binary, PLEASE load it up to
  83. ftp://ftp.uni-kl.de/ with a changed .txt-File
  84. (use ardt_alpha.txt as template and insert the result 
  85.  of 'uname -a' into it)
  86. Other people would be happy about it.
  87. Thank you in advance
  88.  
  89. KNOWN BUGS:
  90. - When getting a .txt-File you get Error-Messages about
  91.   wrong .txt-Filesizes. This is normal.
  92.   And will be fixed somedays.
  93. - find doesn't work. This is no ardt-Problem.
  94.   The find-Tables are not made automatically
  95.   until now.
  96.  
  97. PLANS:
  98. - fix bugs
  99. - none
  100.  
  101. Note: The standard-config-file is "$HOME/.ardtrc"
  102. HISTORY:
  103. 002/21-Jul-95    Little Bugfix :(
  104.     Ardt didn't work well without config-file
  105.     (perhaps after quitting and starting it
  106.      worked well. Dont know)
  107. 001/20-Jul-95
  108. Additions:
  109. - different table-format
  110. - privftpsites-Option in config-File
  111.   this sites are added to the actual-sites-list
  112.   (only if new sites are read in. To force this,
  113.    set "sites=0" into the config-files.
  114. - option -c for different config-files.
  115. 000/07-Jul-95    First version.
  116.  
  117. Known Bugs:
  118. - none :-)
  119.  
  120. Untested:
  121. - master/find-Server
  122.   [when AcorNet has more than one site]
  123.  
  124. Todo:
  125. - replace aminet everywhere
  126.   [sometime]
  127. - generic-version which is usable for aminet/acornet 
  128.   by adding new fields into the config-file.
  129.   [sometime]
  130. - clean up config-file (remove fsp/....)
  131.   [sometime]
  132.  
  133. ------------------ Last Words
  134. Please support AcorNet. Please upload any interesting Software
  135. and make a .txt-File.
  136. ------------------ The End
  137.