# # 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.himalia,v 1.1 2003/04/07 07:54:17 humppake Exp $ __docformat__ = 'reStructuredText' dbg = None import os, navidoc.utils.debug #Environmental variable MPINPUTS should be relative to tmpdir, #or be an absolute path. os.putenv("MPINPUTS", "../navidoc/mp/") # global settings needed all around mp_directory = '../ffdoc/diagrams' mp_eps_only = 0 # global settings needed all around, these # should be automaticly re-set before compiling reST working_directory = '.' input_filename = '' output_filename = '' # general debug filter dbg = navidoc.utils.debug.DebugFilter() # set the default docutils.conf docutils = "./docutils.conf" # pegs will be sorted after their priority pegboard_priorities = {'Current': 1, 'Revising': 2, 'Incomplete': 3, 'Undefined': 4, 'Accepted': 5, 'Implemented': 6, 'Rejected': 7, 'Irrelevant': 8, } # authors and stakeholders to replace with nicknames pegboard_authors = {'Tuomas Lukka': 'tjl', 'Tuomas J. Lukka': 'tjl', 'Benja Fallenstein': 'benja', 'Benja': 'benja', 'Asko Soukka': 'humppake', 'Matti Katila': 'mudyc', 'Anton Feldmann': 'anton', 'Tero Mäyränen': 'deetsay', 'Marc Schiereck': 'dreevich', 'Hermanni Hyytiälä': 'hemppah', 'Antti_Juhani Kaijanaho': 'ibid', 'Janne V. Kujala': 'jvk', 'Janne Kujala': 'jvk', 'Tuukka Hastrup': 'tuukkah', 'Vesa Kaihlavirta': 'vegai', } # status for pegs without rst or with failing rst pegboard_undefined = 'Undefined'