home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff390.lzh
/
ReadmeMaster
/
Docs
< prev
next >
Wrap
Text File
|
1990-10-23
|
10KB
|
171 lines
***************************************************************************
* ReadmeMaster *
* Sept.13,1987 *
* Harold Morash *
* 902-435-1895 *
* IMPORTANT NOTE: This program is freely copyable and distributable. *
* It is NOT Public Domain. All copyrights are reserved by the author. *
* You may give copies of this program to anyone you wish but you may *
* not sell it. I hope that you may find it useful if you collect or *
* have access to the Fred Fish AMIGALIBDISK Library. *
* *
* *
* REVISION 1.1a Dated 16 September 1990 *
* *
* (1) Fixed serious bug discovered only a week ago. My development *
* environment is on a A2500 68020 based machine. The only *
* other tests that were made were conducted on a A2000 *
* 68030 equipped machine. Seriously, there were no bugs *
* found in these environments. BUT!, when an attempt was *
* made by another individual to run it on his A1000 68000 *
* equipped machine it CRASHED. I had left the Lattice catch.o *
* startup in the code which helped to find the problem. *
* I deeply regret having released 1.1 with such a serious *
* problem and can assure you the same mistakes will not be *
* made again. -HTM- *
* *
* REVISION 1.1 Dated 7 May 1990 *
* *
* (1) Completely rebuilt all data files since the original program *
* would only allow 256 disks to be cataloged. Who ever thought *
* Fred's collection would ever grow this large. I didn't he *
* was only at disk # 58 when this program first came to being. *
* Oh well, now it can grow to 65,535 disks and I guarantee if *
* it does I wont be around to update it!!! *
* *
* (2) The number of hits on each word are now 100% accurate. The *
* original version had a maximum limitation on the number of *
* hits a word could have. No limitations this time, but lets *
* get realistic, at 325 disks there are words with over 800 *
* hits. This high a value has no real use unless you have a *
* week to look at them. BUT!!!, UNIONS now is of even greater *
* importance than it was before!!!! Each selection you make *
* brings the number of UNIONS down, therefore reducing the *
* amount of hits you will have to lookup. *
* EX: select the words -> utility, source, c *
* watch the Unions box... *
* after the first 2 selections UNIONS = 67 *
* after the 3rd selection UNIONS = 3 *
* now activate HITS gadget *
* you will see the first hit, activate NEXT gadget until *
* the screen flashes. See you only had to lookup 3 hits *
* where those 3 words each occured in the same filename. *
* *
* By the way the total hits for those 3 words was 1041 !!! *
* *
* (3) Hits greater than 99 will not be displayed. It really is of *
* value to do so. This is because I wanted as much room as *
* possible for displaying words. Any word with a number of *
* hits greater than 99 will be displayed as two asterisks.'**' *
* *
* (4) The AmigaLibDisk # string gadget is now visible. *
* *
***************************************************************************
How to use this program:
From CLI - cd to <device>:ReadmeMaster
- run ReadmeMaster
From WorkBench - Double Click on Drawer Icon ReadmeMaster
- Double Click on ReadmeMaster Icon
Once the program starts it will only take it a few seconds to load its
files and then you may begin.
Explanation of Gadgets:
Dictionary Side:-
Prop Gadget - is used to scroll through the Dictionary. It does so in
very large chunks because you are actually moving through
about 156K of memory.
Arrows - are used to go up and down through the Dictionary one word
at a time. They do repeat here.
PageUp - is used to move through the Dictionary 10 lines at a time.
PageDn - same as above, only other direction.
Select - is for copying whatever is under the HighLiter over to the
Selections window.
Selections Side:-
Arrows - are used to move the Highliter up and down through the
selections. These do not repeat!
Hit - is used to tell the program that you only want to lookup
the Readme descriptions that are either Hits (one word
selected) or UNIONS (sum of hits on all words selected).
All - is used to lookup all the hits on all the words selected.
Next - is used to lookup the next hit.
Prev - is used to lookup the previous hit.
UnSel - is used to unselect whatever selection the Highliter is
currently on.
Clear - clears all selections.
TW - is a Tiny Window mode that has been implemented to allow
the user to get back to either CLI or WorkBench to do
something else if he so desires. To get back to ReadmeMaster
just click the left mouse button in the tiny window. If
anyone is using Tiny Window Manager which appeared in
Transactor magazine a few months back this feature here is
a client of this and therefore when in tiny window mode it
would appear as a Gadget.
There is one more Gadget that is not visible unless you know about it.
In the bottom view area you see 'AmigaLibDisk #'. To the right of '#' if
you click the left mouse button on it you will be able to type a number
which corresponds to the Fred Fish Disk number you would like to lookup.
This is a feature I decided to add because I felt it would come in handy
if you wanted to know what was on a particular disk.
One more feature I added was the ability to select words by pointing to
the one you want and pressing the left mouse button. This one was to
satisfy Ron Whitaker who likes to select with his mouse!!
I would like to especially thank Ron for his support and guidance
throughout this project, Ernie Poirier for his work on the icon for the
program, and Transactor Magazine for their Tiny Window Manager
program.
>>>May/90 I would also like to thank all those who supported the first
version of ReadmeMaster, whom without their interest this version
may not have come to reality. Thank you -Harold-
If anyone has any comments, suggestions, or problems I would greatly
appreciate a call as long as it is during a reasonable hour, or a letter.
Please take the time with problems to document exactly how you got it,
as this is the best way to track them down and find a possible solution.
I will provide updates to the files the program uses as more of the Fred
Fish Disks become available to me. There is a file included in this
directory which tells what disks are currently in the Dictionary.
If you would like an update to the files please send enough money to
cover return postage and the cost of a disk to:
Harold Morash
77 John Stuart Drive
Dartmouth, Nova Scotia
Canada
B2W 4J7
>>>NOTE:- Dated May 1990. Don't send blank disks!!! I received several that
were not even any good for bookends. This hopefully was not
intentional, but from now on I will only accept $$$$. Let's say
$10 or more whatever you decide.
If you want to move this program to another disk please ensure that all
the files in the ReadmeMaster Directory get moved to the same place
(root or sub-directory) or else the program wont work.
I do hope you find this program useful because that will make
the entire time I spent on this project very worthwhile.
-Harold Morash