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

Diff of /navidoc/config.py

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

revision 1.1 by humppake, Tue Mar 18 14:32:53 2003 UTC revision 1.2 by humppake, Tue Mar 18 14:40:59 2003 UTC
# Line 26  import os.path Line 26  import os.path
26  from navidoc.utils.debug import DebugFilter  from navidoc.utils.debug import DebugFilter
27    
28  # general debug filter  # general debug filter
 # example of use:  
 #   ``dbg = lambda dbg_string: config.dbg.out("general", dbg_string)``  
29  dbg = DebugFilter()  dbg = DebugFilter()
30    
31  # set the default docutils.conf  # set the default docutils.conf
# Line 35  if os.path.isfile("./docutils.conf"): Line 33  if os.path.isfile("./docutils.conf"):
33      docutils = "./docutils.conf"      docutils = "./docutils.conf"
34  else: docutils = ""  else: docutils = ""
35    
36  #global settings needed all around  # global settings needed all around
37  globals = {'working_directory': './',  globals = {'working_directory': './',
38             'input_filename': './',             'input_filename': './',
39             'output_filename': './',             'output_filename': './',
40             }             }
41    
42  #pegs will be sorted after their priority  # pegs will be sorted after their priority
43  pegboard_priorities = {'Current': 1,  pegboard_priorities = {'Current': 1,
44                         'Revising': 2,                         'Revising': 2,
45                         'Incomplete': 3,                         'Incomplete': 3,
# Line 52  pegboard_priorities = {'Current': 1, Line 50  pegboard_priorities = {'Current': 1,
50                         'Irrelevant': 8,                         'Irrelevant': 8,
51                         }                         }
52    
53  #Authors and stakeholders to replace with nicknames  # authors and stakeholders to replace with nicknames
54  pegboard_authors = {'Tuomas Lukka': 'tjl',  pegboard_authors = {'Tuomas Lukka': 'tjl',
55                      'Tuomas J. Lukka': 'tjl',                      'Tuomas J. Lukka': 'tjl',
56                      'Benja Fallenstein': 'benja',                      'Benja Fallenstein': 'benja',
# Line 70  pegboard_authors = {'Tuomas Lukka': 'tjl Line 68  pegboard_authors = {'Tuomas Lukka': 'tjl
68                      'Vesa Kaihlavirta': 'vegai',                      'Vesa Kaihlavirta': 'vegai',
69                      }                      }
70    
71  #status for pegs without rst or with failing rst  # status for pegs without rst or with failing rst
72  pegboard_undefined = 'Undefined'  pegboard_undefined = 'Undefined'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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