$Version = 'MOMspider/1.00'; __END__ The first line of this file sets the User-Agent and Version number of MOMspider and should not be changed unless you have modified the code to work beyond its originally intended purpose AND permission has been obtained from Roy Fielding at . Changes to MOMspider ====================== # $Id: MOM_Changes.pl,v 1.2 1994/08/10 10:18:29 fielding Exp $ See the files README.html for licensing and distribution info. See the file docs/INSTALL.txt for installation information. If you have any suggestions, bug reports, fixes, or enhancements, send them to Roy Fielding at . Known problems May eventually run out of memory if the site being traversed is very large. The only solution to this is to get more memory or, preferably, rewrite momhistory.pl so that it uses a database for storage instead of active memory. Note, however, that I have never actually seen it run out of memory on our machines at UC Irvine. Version 1.00 August 9, 1994 First public release. All problems reported from the private alpha and beta releases have been fixed. NOTE: Version numbers increment according to the significance of the new changes. The major number is incremented only for large overhauls of the code or changes in the basic architecture/user-interface which may make it incompatible with prior releases. The first minor number reflects a visible change in the user interface. The last number reflects minor bug fixes and documentation updates.