# This file is part of the pdr/pdx project.
# Copyright (C) 2010 Torsten Mueller, Bern, Switzerland
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# general options
verbose=yes
encoding=UTF-8
inputs=
outputs=report1, diagram1, diagram2

# database options
database.type=sqlite
database.connect=samples.db

# input options
#mail.type=pop3
#mail.server=pop.MyMailServer.net
#mail.account=MyMailAddress@MyMailServer.net
#mail.password=MyVerySecretPassword
#mail.subject=MySubject

# output options
report1.type=report
report1.comment_begin="<!---"
report1.comment_end="--->"
report1.input_file=input/report1.html
report1.output_file=output/report1.html
report1.encoding=ISO-8859-1

diagram1.type=diagram
diagram1.input_file=input/diagram1.tmpl
diagram1.output_file=output/diagram1.svg

diagram2.type=diagram
diagram2.input_file=input/diagram2.tmpl
diagram2.output_file=output/diagram2.svg
