#--------------------------------------------------------------------------- # # Configuration file for SubWiki # # Information on SubWiki is located at the following web site: # http://subwiki.tigris.org/ # #--------------------------------------------------------------------------- # # BASIC CONFIGURATION # # For correct operation, you will need to change the following configuration # variables: # # repos # ??? # # It is usually desirable to change the following variables: # # ... # # Also, review the .ezt templates in the templates/ directory to adjust them # for your particular site. # # # FORMAT INFORMATION # # This file is delineated by sections, specified in [brackets]. Within each # section, are a number of configuration settings. These settings take the # form of: name = value. Values may be continued on the following line by # indenting the continued line. # # WARNING: indentation *always* means continuation. name=value lines should # always start in column zero. # # Comments should always start in column zero, and are identified with "#". # # Certain configuration settings may have multiple values. These should be # separated by a comma. The settings where this is allowed are noted below. # # Any other setting that requires special syntax is noted at that setting. # #--------------------------------------------------------------------------- [general] # # The location of the Subversion repository containing the Wiki pages, # hook scripts, and index files. # # Note: normally, this configuration file is located in ${repos}/conf/ # repos = /home/services/svn # # This specifies the path to the Wiki page content, within the Subversion # repository. # page_path = /subwiki # # This setting specifies where the indexes will be kept. It can be specified # as an absolute path, or relative to the 'repos' directory. # index_dir = subwiki/indexes # # The list of plugins to load (comma-separated). These are specified # as absolute paths, or relative to the installed plugins directory. # plugins = std/view.py, std/change.py, std/patterns.py, std/macros.py, ext/history.py #--------------------------------------------------------------------------- [templates] # # The template directory is specified relative to the 'repos' directory. # An absolute path may be used, if you want to keep these elsewhere. # template_dir = /home/services/svn/repo-scripts/subwiki/templates # # The individual templates are normally located in the template directory, # and are specified relative to there. However, absolute paths may be # used, if desired. # view = view.ezt history = history.ezt edit = edit.ezt add = add.ezt #---------------------------------------------------------------------------