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

Diff of /navidoc/config.py

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

revision 1.5 by humppake, Fri Mar 21 10:36:27 2003 UTC revision 1.6 by humppake, Wed Mar 26 15:36:17 2003 UTC
# Line 28  import docutils.utils Line 28  import docutils.utils
28    
29  from navidoc.utils.debug import DebugFilter  from navidoc.utils.debug import DebugFilter
30    
31    # global settings needed all around
32    mp_directory = '../mptemp'
33    mp_eps_only = 0
34    
35    # global settings needed all around, these
36    # should be automaticly re-set before compiling reST
37    working_directory = '.'
38    input_filename = ''
39    output_filename = ''
40    
41  # general debug filter  # general debug filter
42  dbg = DebugFilter()  dbg = DebugFilter()
43    
# Line 36  if os.path.isfile("./docutils.conf"): Line 46  if os.path.isfile("./docutils.conf"):
46      docutils = "./docutils.conf"      docutils = "./docutils.conf"
47  else: docutils = ""  else: docutils = ""
48    
 # global settings needed all around, these  
 # should be automaticly re-set before compiling reST  
 working_directory = '.'  
 input_filename = ''  
 output_filename = ''  
   
49  # pegs will be sorted after their priority  # pegs will be sorted after their priority
50  pegboard_priorities = {'Current': 1,  pegboard_priorities = {'Current': 1,
51                         'Revising': 2,                         'Revising': 2,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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