/[navidoc]/navidoc/config.py
ViewVC logotype

Diff of /navidoc/config.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by humppake, Fri May 23 08:48:36 2003 UTC revision 1.32 by humppake, Fri May 23 13:41:40 2003 UTC
# Line 29  import os, navidoc.util.debug Line 29  import os, navidoc.util.debug
29    
30  #Environmental variable MPINPUTS should be relative to tmpdir,  #Environmental variable MPINPUTS should be relative to tmpdir,
31  #or be an absolute path.  #or be an absolute path.
32  os.putenv("MPINPUTS", "../navidoc/mp/")  os.putenv("MPINPUTS", "../../navidoc/navidoc/mp/")
   
 # base_url  
 base_rul = 'http://fenfire.org/'  
33    
34  # midfix for generated files  # midfix for generated files
35  # don't change this, if you don't know what you are doing :)  # don't change this, if you don't know what you are doing :)
36  midfix = ".gen"  midfix = ''
37    
38    # base_url
39    base_url = 'http://himalia.it.jyu.fi/2003/seminars/nörtti/'
40    papers_directory = 'papers'
41    
42  # global settings needed all around  # settings for metapost
43  mp_directory = 'diagrams'  mp_directory = '../nortti03/diagrams'
44  mp_generate = 1  mp_generate = 1
45  mp_eps_only = 0  mp_eps_only = 0
46  mp_context_menu = 1  mp_context_menu = 1
47    
48    # settings for linking javadoc
49    # the search order is ascending, sudden death
50    linkpackages = {} # holder of packagenames, will members will be cleaned after every diagram
51    javadoc_directories = []
52    link_redirection = {}
53    docxx_directories = []
54    
55  # initializing dynamic settings  # initializing dynamic settings
56  # should be kept up-to-date in code  # should be kept up-to-date in code
57  # always when compiling ReST or diagrams  # always when compiling ReST or diagrams
# Line 52  input_filename = '' Line 60  input_filename = ''
60  output_filename = ''  output_filename = ''
61  link_base_directory = None # if different than working_directory  link_base_directory = None # if different than working_directory
62    
 # 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 = ['../libvob/doc/javadoc',  
                        '../storm/doc/javadoc',  
                        '../ffdoc/alph/doc/javadoc',  
                        '../fenfire/docs/javadoc',  
                        '../loom/doc/javadoc',  
                        '../navidoc/doc/javadoc'  
                        ]  
 link_redirection = {'navidoc': '../navidoc/doc',  
                     'libvob': '../libvob/doc',  
                     'storm': '../storm/doc',  
                     'alph': '../alph/doc',  
                     'fenfire': '../fenfire/docs',  
                     'loom': '../loom/doc',  
                     }  
 docxx_directories = ['../libvob/doc/docxx',  
                      '../storm/doc/docxx',  
                      '../alph/doc/docxx',  
                      '../fenfire/docs/docxx',  
                      '../loom/doc/docxx',  
                      '../navidoc/doc/docxx',  
                      ]  
   
63  # general debug filter  # general debug filter
64  dbg = navidoc.util.debug.DebugFilter()  dbg = navidoc.util.debug.DebugFilter()
65    
# Line 84  dbg = navidoc.util.debug.DebugFilter() Line 67  dbg = navidoc.util.debug.DebugFilter()
67  docutils = "./docutils.conf"  docutils = "./docutils.conf"
68    
69  # pegs will be sorted after their priority  # pegs will be sorted after their priority
70  pegboard_priorities = {'Current': 1,  pegboard_priorities = {}
                        'Revising': 2,  
                        'Incomplete': 3,  
                        'Undefined': 4,  
                        'Accepted': 5,  
                        'Implemented': 6,  
                        'Rejected': 7,  
                        'Irrelevant': 8,  
                        }  
71    
72  # authors and stakeholders to replace with nicknames  # authors and stakeholders to replace with nicknames
73  pegboard_authors = {'Tuomas Lukka': 'tjl',  pegboard_authors = {}
                     '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',  
                     }  
74    
75  # status for pegs without rst or with failing rst  # status for pegs without rst or with failing rst
76  pegboard_undefined = 'Undefined'  pegboard_undefined = ''

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26