# # Copyright (c) 2003 by Asko Soukka # # This file is part of Navidoc. # # Navidoc is free software; you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Navidoc 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 Lesser General # Public License for more details. # # You should have received a copy of the GNU Lesser General # Public License along with Navidoc; if not, write to the Free # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # # $Id: config.navidoc,v 1.1 2003/05/26 10:23:58 humppake Exp $ __docformat__ = 'reStructuredText' dbg = None import os, navidoc.util.debug #Environmental variable MPINPUTS should be relative to tmpdir, #or be an absolute path. os.putenv("MPINPUTS", "../../../../navidoc/navidoc/mp/") # midfix for generated files # don't change this, if you don't know what you are doing :) midfix = '' # base_url base_url = 'http://himalia.it.jyu.fi/2003/seminars/nörtti/' papers_directory = 'papers' # settings for metapost mp_directory = '../manuscripts/presentations/nortti03/diagrams' mp_generate = 1 mp_eps_only = 0 mp_context_menu = 0 # settings for linking javadoc # the search order is ascending, sudden death linkpackages = {} # holder of packagenames, will members will be cleaned after every diagram javadoc_directories = [] link_redirection = {} docxx_directories = [] # initializing dynamic settings # should be kept up-to-date in code # always when compiling ReST or diagrams working_directory = '.' input_filename = '' output_filename = '' link_base_directory = None # if different than working_directory # general debug filter dbg = navidoc.util.debug.DebugFilter() # set the default docutils.conf docutils = "./docutils.conf" # pegs will be sorted after their priority pegboard_priorities = {} # authors and stakeholders to replace with nicknames pegboard_authors = {} # status for pegs without rst or with failing rst pegboard_undefined = ''