The program works by keeping a repository of quote-files somewhere on disk. When invoked, the program will look through the list and pick a quote from one of the files. The probability that a file will be picked is proportional to the number of quotes in it.``A collection of quotes consists of two files: a .dat-file containing a binary index into the other file, which contain all the quotes, seperated by %. |