# this is an example configuration file for db2ris, the DocBook
# 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 default reference type will be used whenever the converter cannot
# infer the reference type from the BiblioEntry element itself
defaultreftype	GEN

# set this to t to use unabbreviated first- and othernames for authors
# and editors
authorlong	f

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

# The destination of the log information. 0=stderr;
# 2=custom log file as specified with the logfile variable
logdest 0

