# **************************************************** # mm.ini 5/20/1999, 12/23/99 # # initialization file for M[n]M # # values must be changed to match local system! # # *************************************************** # # ************************** # CONFIGURATION STANZA * # ************************** # # Catalog Name. The name of your online catalog CatName = MEDCat # # Home Directory. Path to directory where the mm system lives HomeDir = /usr/users/library/MMESH # # Email. Whether email reports should be sent Email = YES # # Email Address. Where to send email reports. EmailTo = spores01@library.med.nyu.edu # # Email Address. Where replies to email reports should be sent. EmailFrom = spore01@library.med.nyu.edu # # Mail Server. Where sendmail or the equivalent lives on the local system MailServer = /usr/lib/sendmail # # MARC MeSH Distribution file name (or path if it's not in the mm # home directory) MARC = marc2k_full.bin # # ********************* # OPTIONS STANZA * # ********************* # # MatchType. Controls what mmextract.pl counts as a match. There # are two options: # # (1) STRICT. strict character-by-character matching (default) # (2) FUZZY. fuzzy matching (simultaneous right and left truncation # (not recommended) # MatchType = STRICT # # Chunk Size. Controls the size (in bytes) of the working segments # mmextract.pl takes from the MeSH distribution file. The default is # 100000000 (just under 10 megabytes). If you get out of memory errors, # try a smaller chunk size. Chunk = 10000000 # # Headings. Controls what mmftu.pl writes to the Search File. # # If set to MORE, mmftu.pl writes both fully specified heading and # the base heading to the mmextract.pl Search file. E.g., An ftu # report with the entries "roses|xcultivation" and # "roses|vinteractive multimedia" will result in the submission of # the following entries # # roses # roses|xcultivation # roses|vinteractive multimedia # # If set to LESS, mmftu.pl writes fully specified headings only to # the Search file. Headings = MORE # # MarcField. Controls what MARC field mmextract.pl matches on. The default # is 150 (Subject Heading). The only other likely suspect would be 001 # (Control Number). MarcField = 150 # # Vacuum temps. Deletes temp files created while processsing. Default # is TRUE. Vacuum = TRUE # # ************* # eof mm.ini * # *************