home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / docs / frozenfish-vol1.lha / FrozenFish-Vol1 / README < prev    next >
Text File  |  1995-01-28  |  4KB  |  117 lines

  1.  
  2.           IMPORTANT INFORMATION ABOUT THIS CD-ROM
  3.  
  4.                   6/24/94
  5.  
  6. --------
  7. OVERVIEW
  8. --------
  9.  
  10. This is revision 1 of the April 1994 FrozenFish (TM) CD-ROM, the first
  11. CD-ROM in my FrozenFish series.  This file contains important information
  12. that applies to this particular CD-ROM, and points out other important
  13. files that you should read.
  14.  
  15. For general information about the Amiga Library CD-ROM's, detailed informa-
  16. tion about the contents of this particular CD-ROM, and other important in-
  17. formation, read the various files in the "Information" directory.  The
  18. "Changes" file details the changes in revision 1 of this CD.
  19.  
  20. Also sure to read the LEGAL-NOTICE, COPYRIGHT, WARRANTY, and SHAREWARE files
  21. if you have not done so before.  If you plan to use this CD-ROM in a BBS or
  22. anonymous FTP environment, the BBS/README file will be particularly useful
  23. to you.
  24.  
  25. -----------------
  26. CONTENTS OVERVIEW
  27. -----------------
  28.  
  29. This CD-ROM contains 6128 archives in BBS or FTP ready form, with individual
  30. descriptions of the contents of each archive, in the form of a "product
  31. info" file for each archive.  For further details about the structure of a
  32. product info file, see the file Information/Product-Infos.
  33.  
  34. There is a total of 649 Mb of material on this CD-ROM, broken down as
  35. follows:
  36.  
  37.   Size  
  38.   (Mb)    Archives
  39.   ----  -----
  40.   426    5552    "Fish disks" 1-1000, archived on a per-submission basis.
  41.    83      126    GNU tools distribution in source and binary form.
  42.    12      91    New material submissions from Oct 93 FreshFish CD-ROM.
  43.    23     145    New material submissions from Dec 93 FreshFish CD-ROM.
  44.     9      50    New material submissions from Mar 94 FreshFish CD-ROM.
  45.    42     103    Preview of some material to be on May 94 FreshFish CD.
  46.    32      56    Useful tools, libraries, documentation, PasTeX, etc.
  47.     2       5    Commodore includes, libs, and developer tools (V37-40).
  48.    17       -    Database of material included on this CD-ROM.
  49.     3       -    Miscellaneous CD-ROM admin tools and documentation.
  50.  
  51. -----------------
  52. LOCATING MATERIAL
  53. -----------------
  54.  
  55. Included on this CD-ROM are two different programs for finding specific
  56. material, or types of material, that you may be looking for.  The first
  57. program is "A-Kwic", which does keyword searches on a database that is built
  58. from the included product info files.  The second program is a new beta
  59. version of "KingFisher", which is included under the "KingFisher" directory.
  60. This program also uses a database which is built from the included product
  61. info files.
  62.  
  63. Eventually there will be databases that cover all of my previous CD-ROM's
  64. and the complete contents of the floppy library.  These will be included on
  65. a future CD-ROM.
  66.  
  67. ------------
  68. LHA ARCHIVES
  69. ------------
  70.  
  71. Almost all the archives on this CD-ROM are in "lha format".  The shareware
  72. version of lha is included in the :c directory of this CD-ROM, so all you
  73. have to do to unpack any archive is use a command of the form:
  74.  
  75.     lha -mraxe x archive.lha
  76.  
  77. Please consider registering with the lha author, Stefan Boberg, for the
  78. latest version of lha, so he can continue to support this fine program.
  79.  
  80. ----------------------------
  81. GZIP COMPRESSED TAR ARCHIVES
  82. ----------------------------
  83.  
  84. A few archives here are in what is known as "compressed tar archive"
  85. format.  These are archives that are made with "tar" and then compressed
  86. with the "gzip" compressor.  Generally they are the original unchanged
  87. archives for GNU distributions, exactly as released by the Free Software
  88. Foundation.  To unpack them, you can do:
  89.  
  90.     gzip -d foo.tar.gz
  91.     tar -xvf foo.tar
  92.  
  93. or if you have a shell that supports pipes, you can avoid making the
  94. uncompressed tar archive (which might be quite large), and simply do:
  95.  
  96.     gzip -d <foo.tar.gz | tar -xvf -
  97.  
  98. Both gzip and tar are included in the ":C" directory on this CD-ROM.
  99. Both require the ixemul.library from ":LIBS" to be found in your LIBS:
  100. path.  You should also set your stack value to some large value, like
  101. 50000 or higher.
  102.  
  103. --------------------
  104. USER FEEDBACK NEEDED
  105. --------------------
  106.  
  107. I am always interested in hearing about things that might make this CD-ROM
  108. more useful for users.  It is particularly important at this stage that I
  109. get feedback from users about problems that need fixing, or suggestions on
  110. how to make the CD-ROM more useful.
  111.  
  112. You can FAX your comments to me at (602) 917-0917, however please understand
  113. that I may not be able to respond to, or even acknowledge receipt of, every
  114. problem report and suggestion that arrives.
  115.  
  116. -Fred Fish  ><>
  117.