/[navidoc]/navidoc/navidoc.conf
ViewVC logotype

Diff of /navidoc/navidoc.conf

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

revision 1.1 by humppake, Wed Jun 4 12:19:18 2003 UTC revision 1.1.2.1 by humppake, Mon Jun 30 15:30:15 2003 UTC
# Line 1  Line 1 
 #  
 # Copyright (c) 2003 by Asko Soukka  
 #  
 # This file is part of Navidoc.  
 #  
 # Navidoc is free software; you can redistribute it and/or modify it under  
 # the terms of the GNU Lesser General Public License as published by  
 # the Free Software Foundation; either version 2 of the License, or  
 # (at your option) any later version.  
 #  
 # Navidoc is distributed in the hope that it will be useful, but WITHOUT  
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY  
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General  
 # Public License for more details.  
 #  
 # You should have received a copy of the GNU Lesser General  
 # Public License along with Navidoc; if not, write to the Free  
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,  
 # MA  02111-1307  USA  
 #  
   
1  # $Id$  # $Id$
2    
3  [navidoc]  [navidoc]
4  # base_url, used currently only by texture embedder module  # Midfix for generated files
 base_url = 'http://fenfire.org/'  
   
 # midfix for generated files  
5  # e.g. foo.rst => foo.gen.rst  # e.g. foo.rst => foo.gen.rst
6  midfix = '.gen'  midfix = '.gen'
7    
8  [link]  [link]
9  # settings for linking diagrams to generated documentation  # Settings for linking diagrams to generated documentation
10  # the search order is ascending with sudden death  # The search order is ascending with sudden death
11  javadoc_directories = ['../libvob/doc/javadoc',  javadoc_directories = ['doc',
                        '../storm/doc/javadoc',  
                        '../alph/doc/javadoc',  
                        '../fenfire/docs/javadoc',  
                        '../loom/doc/javadoc',  
                        '../navidoc/doc/javadoc'  
12                         ]                         ]
13  docxx_directories = ['../libvob/doc/docxx',  docxx_directories = ['doc',
                      '../storm/doc/docxx',  
                      '../alph/doc/docxx',  
                      '../fenfire/docs/docxx',  
                      '../loom/doc/docxx',  
                      '../navidoc/doc/docxx',  
14                       ]                       ]
15  # enables crosslinkin between different projects  
16    # Enables crosslinkin between different projects
17  # e.g. link foo  # e.g. link foo
18  #           bar.gen.html  #           bar.gen.html
19  # links to bar.gen.html in project foo  # Links to bar.gen.html in project foo
20  link_redirection = {'navidoc': '../navidoc/doc',  link_redirection = {'navidoc': 'doc',
                     'libvob': '../libvob/doc',  
                     'storm': '../storm/doc',  
                     'alph': '../alph/doc',  
                     'fenfire': '../fenfire/docs',  
                     'loom': '../loom/doc',  
21                      }                      }
22    
23  [directives]  [directives]
24  # settings for MetaPost directives  # Settings for MetaPost directives
25  mp_directory = 'diagrams' # path to temporary diagram directory, relative to execution directory  mp_directory = 'diagrams' # Path to temporary diagram directory, relative to execution directory
   
 # pegs will be sorted after their priority  
 pegboard_priorities = {'Current': 1,  
                        'Revising': 2,  
                        'Incomplete': 3,  
                        'Undefined': 4,  
                        'Accepted': 5,  
                        'Implemented': 6,  
                        'Rejected': 7,  
                        'Irrelevant': 8,  
                        }  
   
 # status for pegs without rst or with invalid rst  
 pegboard_undefined = 'Undefined'  
   
 # authors / stakeholders and their corresponding nicknames  
 pegboard_authors = {'Tuomas Lukka': 'tjl',  
                     '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',  
                     }  
   
 [modules]  
 papers_directory = 'papers' # for texture module  

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

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