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

Diff of /navidoc/config.py

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

revision 1.2 by humppake, Tue Mar 18 14:40:59 2003 UTC revision 1.3 by humppake, Tue Mar 18 16:28:36 2003 UTC
# Line 33  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, these
37  globals = {'working_directory': './',  # should be automaticly re-set before compiling reST
38             'input_filename': './',  working_directory = './'
39             'output_filename': './',  input_filename = './'
40             }  output_filename = './'
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,

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

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