Move the [options] section up to just below the [general] stuffs.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1030 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
cmpilato 2005-02-08 02:48:14 +00:00
parent 50508ebcc7
commit da38c84d9c
1 changed files with 48 additions and 48 deletions

View File

@ -251,54 +251,6 @@ languages = en-us
# languages = de, fr, en-us
#
#---------------------------------------------------------------------------
[templates]
# You can override the templates used by various ViewCVS views in this
# section. By default, ViewCVS will look for templates in the
# directory specified by the "template_dir" configuration option (see
# the documentation for that option for details). But if you want to
# use a different template for a particular view, simply uncomment the
# appropriate option below and specify the currect location of the EZT
# template file you wish to use for that view.
#
# Templates are specified relative to the installation directory
# (<VIEWCVS_INSTALL_DIRECTORY>), but absolute paths may also be used.
#
# If %lang% occurs in the pathname, then the selected language will be
# substituted.
#
# Note: the selected language is defined by the "languages" item in the
# [general] section, and based on the request's Accept-Language
# header.
#
#directory = templates/directory.ezt
#directory = templates/dir_alternate.ezt ### an alternative directory view
#log = templates/log.ezt
#log = templates/log_table.ezt ### a table-based alternative log view
#query = templates/query.ezt
#diff = templates/diff.ezt
#graph = templates/graph.ezt
#annotate = templates/annotate.ezt
#markup = templates/markup.ezt
#revision = templates/revision.ezt
#query_form = templates/query_form.ezt
#query_results = templates/query_results.ezt
#error = templates/error.ezt
#roots = templates/roots.ezt
#---------------------------------------------------------------------------
[cvsdb]
enabled = 0
#host = localhost
#database_name = ViewCVS
#user =
#passwd =
#readonly_user =
#readonly_passwd =
#row_limit = 1000
#---------------------------------------------------------------------------
[options]
### DOC
@ -537,6 +489,54 @@ use_re_search = 0
use_pagesize = 0
# use_pagesize = 20
#---------------------------------------------------------------------------
[templates]
# You can override the templates used by various ViewCVS views in this
# section. By default, ViewCVS will look for templates in the
# directory specified by the "template_dir" configuration option (see
# the documentation for that option for details). But if you want to
# use a different template for a particular view, simply uncomment the
# appropriate option below and specify the currect location of the EZT
# template file you wish to use for that view.
#
# Templates are specified relative to the installation directory
# (<VIEWCVS_INSTALL_DIRECTORY>), but absolute paths may also be used.
#
# If %lang% occurs in the pathname, then the selected language will be
# substituted.
#
# Note: the selected language is defined by the "languages" item in the
# [general] section, and based on the request's Accept-Language
# header.
#
#directory = templates/directory.ezt
#directory = templates/dir_alternate.ezt ### an alternative directory view
#log = templates/log.ezt
#log = templates/log_table.ezt ### a table-based alternative log view
#query = templates/query.ezt
#diff = templates/diff.ezt
#graph = templates/graph.ezt
#annotate = templates/annotate.ezt
#markup = templates/markup.ezt
#revision = templates/revision.ezt
#query_form = templates/query_form.ezt
#query_results = templates/query_results.ezt
#error = templates/error.ezt
#roots = templates/roots.ezt
#---------------------------------------------------------------------------
[cvsdb]
enabled = 0
#host = localhost
#database_name = ViewCVS
#user =
#passwd =
#readonly_user =
#readonly_passwd =
#row_limit = 1000
#---------------------------------------------------------------------------
[vhosts]
### DOC