home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / misc / wingnuplot / doc2ag / doc2ag.readme < prev    next >
Text File  |  1995-02-27  |  2KB  |  67 lines

  1.  
  2.                               Doc2AG  - a short comment
  3.                               Version 1.1   09/19/1993
  4.                                          =="
  5.  
  6. ABOUT Doc2AG:
  7. -------------
  8.  
  9. The  idea  for this this little program came to me when I started using GNUPLOT.  For
  10. the  Amiga  implementation  is what I would call "poor", the intension was to use the
  11. features of the AmigaGuide® to make online-help access more convenient.
  12.  
  13. REQUIREMENTS:
  14. -------------
  15.  
  16. Doc2AG  should work on any Amiga but it will need about 80kB of free memory (depends
  17. on  the  number  of  topics  and  links  in GNUPLOT.DOC).  The conversion time varies
  18. between  ~30  s (68040/Harddisk) and ~20 min (68000/Floppy disk).  You may think that
  19. 20  min is quite a lot of time, but just try to do a conversion manually and you will
  20. recognize that 20 min is short.
  21. Before  you start converting the GNUPLOT.DOC file make sure that there is enough disk
  22. space  on  your  destination volume because Doc2AG creates a temporal file (about the
  23. same  size  as  GNUPLOT.DOC)  and  the final output file (about 1.5 times the size of
  24. GNUPLOT.DOC).
  25.  
  26. USAGE:
  27. ------
  28.  
  29. To convert the GNUPLOT.DOC file to a GNUPLOT.GUIDE file just type:
  30.  
  31.     doc2ag GNUPLOT.DOC GNUPLOT.GUIDE
  32.  
  33. If  no  error occurs the program will tell you this after execution by writing a line
  34. like:
  35.  
  36.     doc2ag success: Conversion completed. Found X topics and Y links.
  37.  
  38. where X is the number of topics and Y the number of links.
  39. There a three possible types of errors:
  40.   1. Files could not be opened
  41.   2. Not enough free memory
  42.   3. Maximum number of links or topics is exceeded
  43. All  user  definable  settings  for  doc2ag can be changed by editing the doc2ag.user
  44. file.  So  if  an  error  occurs  concerning more topics or if you would like to have
  45. another  outfit  for your AmigaGuide® just use this little file.
  46.  
  47. HISTORY:
  48. --------
  49.  
  50. v1.0    - initial release
  51. v1.1    - added doc2ag.user file for user specific settings of AmigaGuide®
  52.  
  53. CREDITS:
  54. --------
  55.  
  56. Thanx to Michael Illgner for answering my silly questions.
  57.  
  58. AUTHOR:
  59. -------
  60.  
  61. Please, send bug reports to:
  62.  
  63.     Thomas Huchtemeier
  64.     Theodorstraße 27
  65.     D - 33102 Paderborn
  66.  
  67.