# this is an example configuration file for med2ris.pl, the Medline
# to RIS conversion utility of RefDB
# RefDB is a reference database and bibliography tool, see
# http://refdb.sourceforge.net for further information

# Syntax rules of this file:
# 1. Each line contains a pair of variable name and variable value, 
#    separated by whitespace.
# 2. The hash (#) denotes the start of a comment, the rest of the line
#    will be ignored
# 3. The line ending must be Unix-style (LF) regardless of the operating
#    system

# The full path of a directory for shareable application files
refdblib <pkgdatadir>

# The path of the default output file
#outfile	foo

# Set this to "t" to append new data to the output file. Set this to "f"
# to overwrite the existing output file
outappend	t

# Set this to "t" to silently ignore unknown tags. Set this to "f" to see
# a message about this fact in the log file
unmapped	t

# use this option to override (at your own risk) the automatic type
# detection for input data. Use either 'xml' for XML data or 'tag'
# for classic-style tagged Pubmed data
#type tag

# this option sets the default character encoding of incoming tagged data
# XML data carry an encoding attribute and are thus not affected by this
# variable
#from_enc ASCII

# this option sets the default character encoding of output data
#to_enc UTF-8

# The full path of a custom log file. This will be used if logdest is
# set accordingly
logfile /var/log/med2ris.log

# The destination of the log information. Uncomment *one* of the
# following definitions. "file" uses the file specified with the
# logfile variable
#logdest stderr
#logdest syslog
logdest file

# The priority up to which messages are logged. Uncomment *one* of the
# following definitions. "emerg" will result in the fewest, "debug" in
# the most log messages
#loglevel emerg
#loglevel alert
#loglevel crit
#loglevel err
#loglevel warning
#loglevel notice
loglevel info
#loglevel debug

# end of med2risrc
