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

Diff of /navidoc/config.py

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

revision 1.28 by humppake, Thu May 22 10:52:20 2003 UTC revision 1.29 by humppake, Thu May 22 14:17:25 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/")
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  # base_url
39  base_url = 'http://fenfire.org/'  base_url = 'http://www.nongnu.org/navidoc/'
40  papers_directory = 'papers'  papers_directory = 'papers'
41    
42  # settings for metapost  # settings for metapost
43  mp_directory = '../navidoc/diagrams'  mp_directory = '../non-gnu/navidoc/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 = 0
47    
48  # settings for linking javadoc  # settings for linking javadoc
49  # the search order is ascending, sudden death  # the search order is ascending, sudden death
50  linkpackages = {} # holder of packagenames, will members will be cleaned after every diagram  linkpackages = {} # holder of packagenames, will members will be cleaned after every diagram
51  javadoc_directories = ['../libvob/doc/javadoc',  javadoc_directories = []
52                         '../storm/doc/javadoc',  link_redirection = {}
53                         '../alph/doc/javadoc',  docxx_directories = []
                        '../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',  
                      ]  
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
# Line 85  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.28  
changed lines
  Added in v.1.29

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