viewvc-4intranet/viewvc.conf.dist

661 lines
22 KiB
Plaintext
Raw Normal View History

#---------------------------------------------------------------------------
#
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# Configuration file for ViewVC
#
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# Information on ViewVC is located at the following web site:
# http://viewvc.org/
#
#---------------------------------------------------------------------------
# THE FORMAT OF THIS CONFIGURATION FILE
#
# 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.
#
#
# SOME TERMINOLOGY USED HEREIN
#
# "root" - This is a CVS or Subversion repository. For Subversion, the
# meaning is pretty clear, as the virtual, versioned directory tree
# stored inside a Subversion repository looks nothing like the actual
# tree visible with shell utilities that holds the repository. For
# CVS, this is more confusing, because CVS's repository layout mimics
# (actually, defines) the layout of the stuff housed in the repository.
# But a CVS repository can be identified by the presence of a CVSROOT
# subdirectory in its root directory.
#
# "module" - A module is a top-level subdirectory of a root, usually
# associated with the concept of a single "project" among many housed
# within a single repository.
#
#
# BASIC VIEWVC CONFIGURATION HINTS
#
# While ViewVC has quite a few configuration options, you generally
# only need to change a small subset of them to get your ViewVC
# installation working properly. Here are some options that we
# recommend you pay attention to. Of course, don't try to change the
# options here -- do so in the relevant section of the configuration
# file below.
#
# For correct operation, you will probably need to change the following
# configuration variables:
#
# cvs_roots (for CVS)
# svn_roots (for Subversion)
# root_parents (for CVS or Subversion)
# default_root
# mime_types_file
# the many options in the [utilities] section
#
# It is usually desirable to change the following variables:
#
# address
# forbidden
#
# use_enscript
# use_cvsgraph
#
# To optimize delivery of ViewVC static files:
#
# docroot
#
# To customize the display of ViewVC for your site:
#
# template_dir
# the [templates] override section
#
#---------------------------------------------------------------------------
[general]
#
# This setting specifies each of the CVS roots on your system and assigns
# names to them. Each root should be given by a "name: path" value. Multiple
# roots should be separated by commas and can be placed on separate lines.
#
cvs_roots = cvs: /home/cvsroot
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
#
# This setting specifies each of the Subversion roots (repositories)
# on your system and assigns names to them. Each root should be given
# by a "name: path" value. Multiple roots should be separated by
# commas and can be placed on separate lines.
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
#
#svn_roots = svn: /home/svnrepos
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# The 'root_parents' setting specifies a list of directories in which
# any number of repositories may reside. Rather than force you to add
# a new entry to 'cvs_roots' or 'svn_roots' each time you create a new
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# repository, ViewVC rewards you for organising all your repositories
# under a few parent directories by allowing you to simply specifiy
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# just those parent directories. ViewVC will then notice each
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# repository in that directory as a new root whose name is the
# subdirectory of the parent path in which that repository lives.
#
# You can specify multiple parent paths separated by commas or new lines.
#
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# Caution: these names can, of course, clash with names you have
# defined in your cvs_roots or svn_roots configuration items. If this
# occurs, you can either rename the offending repository on disk, or
# grant new names to the clashing item in cvs_roots or svn_roots.
# Each parent path is processed sequentially, so repositories under
# later parent paths may override earlier ones.
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
#
#root_parents = /home/svn-repositories : svn,
# /home/cvs-repositories : cvs
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# this is the name of the default root
# (ignored when root_as_url_component is turned on)
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
default_root = cvs
Get ccvs module in working state, and add "use_rcsparse" option to use it instead of bincvs. It works for log pages, directory pages, markup pages, checkouts, and tarball downloads, but not for diffs because vclib doesn't currently have an interface for diffing. * viewcvs.conf.dist (use_rcsparse): new option * lib/config.py (Config.set_defaults): make use_rcsparse off by default * lib/viewcvs.py (Request.run_viewcvs) import ccvs module instead of bincvs if use_rcsparse is enabled (markup_stream_enscript): check for eof() method on file objects before calling * lib/vclib/bincvs/__init__.py (CVSRepository, BinCVSRepository): separate new base class CVSRepository out of BinCVSRepository. The new base class is shared with the ccvs module (BinCVSRepository.filelog, _file_log): move calls to rcs utilities out of _file_log() function and into the filelog() method. This way _file_log() can be shared with the ccvs module (Revision.__init__): add default argument values to simplify some calls in the ccvs module (_get_logs, _log_path): move some functionality out of _get_logs() into new _log_path() function, which is shared with ccvs * lib/vclib/ccvs/__init__.py Lots of kludges added to this module to get it running again and taking advantage of functionality already implemented in bincvs. It's not pretty, but at least it works and is no longer out of date. (CCVSRepository, CVSRepository): delete old CVSRepository class, create new CCVSRepository class implementing the current vclib api (MatchingSink): new sink superclass (InfoSink): updated to work with tags and default branches instead of always finding latest trunk revisions. Also changed to work with DirEntry objects (TreeSink): updated to work with Revision objects (StreamText.next_revision, StreamText): remove "next_revision" debugging method and all references to it (COSink): reimplement with a simpler algorithm * lib/vclib/ccvs/rcsparse/common.py (Sink.admin_completed): new callback (_Parser.parse): call new callback git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@798 8cb11bc2-c004-0410-86c3-e597b4017df7
2004-01-25 22:25:30 +03:00
# use rcsparse python module to retrieve cvs repository information instead
# of invoking rcs utilities. this feature is experimental
use_rcsparse = 0
#
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# This is a pathname to a MIME types file to help viewvc to guess the
# correct MIME type on checkout.
#
# If you are having problems with the default guess on the MIME type, then
# uncomment this option and point it at a MIME type file.
#
# For example, you can use the mime.types from apache here:
#mime_types_file = /usr/local/apache/conf/mime.types
# This address is shown in the footer of the generated pages.
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# It must be replaced with the address of the local repository maintainer.
address = <a href="mailto:cvs-admin@insert.your.domain.here">No admin address has been configured</a>
#
# This should contain a list of modules in the repository that should not be
# displayed (by default or by explicit path specification).
#
# This configuration can be a simple list of modules, or it can get quite
# complex:
#
# *) The "!" can be used before a module to explicitly state that it
# is NOT forbidden. Whenever this form is seen, then all modules will
# be forbidden unless one of the "!" modules match.
#
# *) Shell-style "glob" expressions may be used. "*" will match any
# sequence of zero or more characters, "?" will match any single
# character, "[seq]" will match any character in seq, and "[!seq]"
# will match any character not in seq.
#
# *) Tests are performed in sequence. The first match will terminate the
# testing. This allows for more complex allow/deny patterns.
#
# Tests are case-sensitive.
#
# NOTE: Again, this is for the hiding of modules within repositories, *not*
# for the hiding of repositories (roots) themselves.
#
forbidden =
# Some examples:
#
# Disallow "example" but allow all others:
# forbidden = example
#
# Disallow "example1" and "example2" but allow all others:
# forbidden = example1, example2
#
# Allow *only* "example1" and "example2":
# forbidden = !example1, !example2
#
# Forbid modules starting with "x":
# forbidden = x*
#
# Allow modules starting with "x" but no others:
# forbidden = !x*
#
# Allow "xml", forbid other modules starting with "x", and allow the rest:
# forbidden = !xml, x*, !*
#
#
# This option provides a mechanism for custom key/value pairs to be
# available to templates. These are stored in key/value files (KV files).
#
# Pathnames to the KV files are listed here, specified as absolute paths
# or relative to this configuration file. The kV files follow the same
# format as this configuration file. It may have multiple, user-defined
# sections, and user-defined options in those sections. These are all
# placed into a structure available to the templates as:
#
# kv.SECTION.OPTION
#
# Note that an option name can be dotted. For example:
#
# [my_images]
# logos.small = /images/small-logo.png
# logos.big = /images/big-logo.png
#
# Templates can use these with a directive like: [kv.my_images.logos.small]
#
# Note that sections across multiple files will be merged. If two files
# have a [my_images] section, then the options will be merged together.
# If two files have the same option name in a section, then one will
# overwrite the other (it is unspecified regarding which "wins").
#
# To further categorize the KV files, and how the values are provided to
# the templates, a KV file name may be annotated with an additional level
# of dotted naming. For example:
#
# kv_files = [asf]kv/images.conf
#
# Assuming the same section as above, the template would refer to an image
# using [kv.asf.my_images.logos.small]
#
# Lastly, it is possible to use %lang% in the filenames to specify a
# substitution of the selected language-tag.
#
kv_files =
# example:
# kv_files = kv/file1.conf, kv/file2.conf, [i18n]kv/%lang%_data.conf
#
#
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# The languages available to ViewVC. There are several i18n mechanisms
# available:
#
# 1) using key/value extension system and reading KV files based on
# the selected language
# 2) GNU gettext to substitute text in the templates
# 3) using different templates, based on the selected language
#
# ### NOTE: at the moment, the GNU gettext style is not implemented
#
# This option is a comma-separated list of language-tag values. The first
# language-tag listed is the default language, and will be used if an
# Accept-Language header is not present in the request, or none of the
# user's requested languages are available. If there are ties on the
# selection of a language, then the first to appear in the list is chosen.
#
languages = en-us
# other examples:
#
# languages = en-us, de
# languages = en-us, en-gb, de
# languages = de, fr, en-us
#
Cleanup ViewVC's configuration and use of external utilities by creating a new section of the configuration file strictly for defining the locations of these helper applications. This closes issue #229 (configurable path to sed) and issue #62 (configurable path to diff), and perhaps others I failed to find. * viewvc.conf.dist Add a new "utilities" section for corraling all the various tool-location configurations, and relocate (with some tweaks) a bunch of options: general.rcs_path => utilities.rcs_dir general.cvsnt_ext_path = utilities.cvsnt general.svn_path => utilities.svn options.enscript_path => utilities.enscript options.highlight_path => utilities.highlight options.py2html_path => utilities.py2html_dir options.php_exe => utilities.php options.cvsgraph_path => utilities.cvsgraph utilities.diff (new) utilities.gzip (new) utilities.sed (new) options.use_py2html (new) * lib/config.py (_sections): Add 'utilities' section. (Config.set_defaults): Reflect options tweaks made to viewvc.conf.dist in the code here. * lib/viewvc.py (Request.run_viewvc): Track renamed utilities.svn option. Now pass cfg.utilities into BinCVSRepository(), CCVSRepository(), and SubversionRepository(). Collapse now-identical SubversionRepository() calls. (markup_stream_python): Return immediately if options.use_py2html isn't set. Track renamed utilities.py2html_dir option. (view_cvsgraph_image, view_cvsgraph): Track renamed utilities.cvsgraph option. (MarkupPHP.__init__): Track renamed utilities.php option, and allow for 'php' as a fallback value. (MarkupHighlight.__init__): Track renamed utilities.highlight option. (MarkupEnscript.__init__): Track renamed utilities.enscript option, and honor new utilities.sed option. (download_tarball): Use new utilities.gzip option. * lib/vclib/__init__.py (_diff_fp.__init__): Add 'diff_cmd' parameter. * lib/vclib/svn/__init__.py (SubversionRepository.__init__): Drop 'svn_path' parameter, and now accept 'utilities'. (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/svn_ra/__init__.py (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/ccvs/__init__.py (CCVSRepository.rawdiff): Pass self.utilities.diff or 'diff' to _diff_fp(). * lib/vclib/bincvs/__init__.py (CVSRepository.__init__): Add 'utilities' parameter. (BinCVSRepository.__init__): Lose as no-longer-necessary. (BinCVSRepository.rcs_popen): Track renamed options, and renamed member variable that hold those options. * docs/upgrading-howto.html Note these options changes. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1407 8cb11bc2-c004-0410-86c3-e597b4017df7
2006-07-28 15:04:12 +04:00
#---------------------------------------------------------------------------
[utilities]
# ViewVC uses (sometimes optionally) various third-party programs to do some
# of the heavy lifting. Generally, it will attempt to execute those utility
# programs in such a way that if they are found in ViewVC's executable
# search path ($PATH, %PATH%, etc.) all is well. But sometimes these tools
# aren't installed in the executable search path, so here's where you can
# tell ViewVC where to find them.
#
# NOTE: Options with a "_dir" suffix are for configuring the directories
# in which certain programs live; otherwise, the option value should
# point to the actual program.
# RCS utilities, used for viewing CVS repositories
rcs_dir =
# rcs_dir = /usr/bin/
# ViewVC can use CVSNT (www.cvsnt.org) instead of the RCS utilities to
# retrieve information from CVS repositories. To enable use of CVSNT,
# set the "cvsnt" value to the path of the CVSNT executable. (If CVSNT
# is on the standard path, you can also set it to the name of the
# CVSNT executable). By default "cvsnt" is set to "cvs" on Windows and
# is not set on other platforms.
cvsnt =
# cvsnt =
# cvsnt = cvs
# cvsnt = K:\Program Files\cvsnt\cvs.exe
# cvsnt = = /usr/bin/cvs
# Subversion command-line client, used for viewing Subversion repositories
svn =
# svn_dir = /usr/bin/svn
# GNU diff, used for showing file version differences
diff =
# diff = /usr/bin/diff
# GNU Enscript, a syntax highlighting program (see options.use_enscript)
enscript =
# enscript = /usr/bin/enscript
# Highlight, a syntax highlighting program (see options.use_highlight)
highlight =
# highlight = /usr/bin/highlight
# Marc-Andrew Lemburg's py2html, Python colorizer (see options.use_py2html)
py2html_dir = .
# py2html_dir = /usr/local/lib/python1.5/site-python
# PHP, used to colorize PHP files (see options.use_php)
# (This should be set to the path of a PHP CLI executable, not the path
# to a CGI executable. If you use a CGI executable, you may see "no input file
# specified" or "force-cgi-redirect" errors instead of colorized source. The
# output of "php -v" tells you whether an given executable is CLI or CGI.)
Cleanup ViewVC's configuration and use of external utilities by creating a new section of the configuration file strictly for defining the locations of these helper applications. This closes issue #229 (configurable path to sed) and issue #62 (configurable path to diff), and perhaps others I failed to find. * viewvc.conf.dist Add a new "utilities" section for corraling all the various tool-location configurations, and relocate (with some tweaks) a bunch of options: general.rcs_path => utilities.rcs_dir general.cvsnt_ext_path = utilities.cvsnt general.svn_path => utilities.svn options.enscript_path => utilities.enscript options.highlight_path => utilities.highlight options.py2html_path => utilities.py2html_dir options.php_exe => utilities.php options.cvsgraph_path => utilities.cvsgraph utilities.diff (new) utilities.gzip (new) utilities.sed (new) options.use_py2html (new) * lib/config.py (_sections): Add 'utilities' section. (Config.set_defaults): Reflect options tweaks made to viewvc.conf.dist in the code here. * lib/viewvc.py (Request.run_viewvc): Track renamed utilities.svn option. Now pass cfg.utilities into BinCVSRepository(), CCVSRepository(), and SubversionRepository(). Collapse now-identical SubversionRepository() calls. (markup_stream_python): Return immediately if options.use_py2html isn't set. Track renamed utilities.py2html_dir option. (view_cvsgraph_image, view_cvsgraph): Track renamed utilities.cvsgraph option. (MarkupPHP.__init__): Track renamed utilities.php option, and allow for 'php' as a fallback value. (MarkupHighlight.__init__): Track renamed utilities.highlight option. (MarkupEnscript.__init__): Track renamed utilities.enscript option, and honor new utilities.sed option. (download_tarball): Use new utilities.gzip option. * lib/vclib/__init__.py (_diff_fp.__init__): Add 'diff_cmd' parameter. * lib/vclib/svn/__init__.py (SubversionRepository.__init__): Drop 'svn_path' parameter, and now accept 'utilities'. (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/svn_ra/__init__.py (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/ccvs/__init__.py (CCVSRepository.rawdiff): Pass self.utilities.diff or 'diff' to _diff_fp(). * lib/vclib/bincvs/__init__.py (CVSRepository.__init__): Add 'utilities' parameter. (BinCVSRepository.__init__): Lose as no-longer-necessary. (BinCVSRepository.rcs_popen): Track renamed options, and renamed member variable that hold those options. * docs/upgrading-howto.html Note these options changes. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1407 8cb11bc2-c004-0410-86c3-e597b4017df7
2006-07-28 15:04:12 +04:00
php = php
# php = /usr/local/bin/php
# php = C:\Program Files\php\cli\php.exe
# CvsGraph, a graphical CVS version graph generator (see options.use_cvsgraph)
cvsgraph =
# cvsgraph = /usr/local/bin/cvsgraph
# Gzip, file compression utility (see options.allow_tar)
gzip =
# gzip = /usr/bin/gzip
# Sed, stream editor
sed =
# sed = /usr/bin/sed
#---------------------------------------------------------------------------
[options]
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# root_as_url_component: Interpret the first path component in the URL
# after the script location as the root to use. This is an
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# alternative to using the "root=" query key. If ViewVC is configured
# with multiple repositories, this results in more natural looking
# ViewVC URLs.
# Note: Enabling this option will break backwards compatibility with
# any old ViewCVS URL which doesn't have an explicit "root" parameter.
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
root_as_url_component = 0
# default_file_view: "log" or "co"
# Controls whether the default view for file URLs is a checkout view or
# a log view. "log" is the default for backwards compatibility with old
# ViewCVS URLs, but "co" has the advantage that it allows ViewVC to serve
# static HTML pages directly from a repository with working links
# to other repository files
# Note: Changing this option may cause old ViewCVS URLs that referred
# to log pages to load checkout pages instead.
default_file_view = log
# checkout_magic: Use checkout links with magic /*checkout*/ prefixes so
# checked out HTML pages can have working links to other repository files
# Note: This option is DEPRECATED and should not be used in new ViewVC
# installations. Setting "default_file_view = co" achieves the same effect
checkout_magic = 0
# http_expiration_time: Expiration time (in seconds) for cacheable
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# pages served by ViewVC. Note that in most cases, a cache aware
# client will only revalidate the page after it expires (using the
# If-Modified-Since and/or If-None-Match headers) and that browsers
# will also revalidate the page when the reload button is pressed.
# Set to 0 to disable the transmission of these caching headers.
http_expiration_time = 600
# generate_etags: Generate Etag headers for relevant pages to assist
# in browser caching.
# 1 Generate Etags
# 0 Don't generate Etags
generate_etags = 1
# sort_by: File sort order
# file Sort by filename
# rev Sort by revision number
# date Sort by commit date
# author Sort by author
# log Sort by log message
sort_by = file
# sort_group_dirs: Group directories when sorting
# 1 Group directories together
# 0 No grouping -- sort directories as any other item would be sorted
sort_group_dirs = 1
# hide_attic: Hide or show the contents of the Attic subdirectory
# 1 Hide dead files inside Attic subdir
# 0 Show the files which are inside the Attic subdir
hide_attic = 1
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# log_sort: Sort order for log messages
# date Sort revisions by date
# rev Sort revision by revision number
# cvs Don't sort them. Same order as CVS/RCS shows them.
log_sort = date
# diff_format: Default diff format
# h Human readable
# u Unified diff
# c Context diff
# s Side by side
# l Long human readable (more context)
diff_format = h
# hide_cvsroot: Don't show the CVSROOT directory
# 1 Hide CVSROOT directory
# 0 Show CVSROOT directory
hide_cvsroot = 1
# set to 1 to make lines break at spaces,
# set to 0 to make no-break lines,
# set to a positive integer to make the lines cut at that length
hr_breakable = 1
# give out function names in human readable diffs
# this just makes sense if we have C-files, otherwise
# diff's heuristic doesn't work well ..
# ( '-p' option to diff)
hr_funout = 0
# ignore whitespaces for human readable diffs
# (indendation and stuff ..)
# ( '-w' option to diff)
hr_ignore_white = 1
# ignore diffs which are caused by
# keyword-substitution like $Id - Stuff
# ( '-kk' option to rcsdiff)
hr_ignore_keyword_subst = 1
# Enable highlighting of intraline changes in human readable diffs
# this feature is experimental and currently requires python 2.4
#
hr_intraline = 0
# allow annotation of files.
allow_annotate = 1
# allow pretty-printed version of files
allow_markup = 1
# allow compression with gzip of output if the Browser accepts it
# (HTTP_ACCEPT_ENCODING=gzip)
# [make sure to have gzip in the path]
allow_compress = 1
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# The directory which contains the EZT templates used by ViewVC to
# customize the display of the various output views. ViewVC looks in
In short, facilitate the creation, testing, installation, and sharing of "template sets." I'm introducing a new configuration variable ('template_dir') which is the parent directory of all ViewCVS templates. Those templates have names which match the views they describe (directory.ezt, revision.ezt, graph.ezt, etc.). The 'docroot' variable will now default to "<template_dir>/docroot". Finally, the [templates] section will continue to work as before, save that all configuration therein (and templates not configured will fallback to "<template_dir>/<view_name>.ezt"). The beauty of this is that folks can start whipping up (and maintaining themselves) ViewCVS template sets which can be traded and shared, like themes for Mozilla or Windows XP. EZT is super-powerful, and there are some really fun things you can do with it to serve up interesting and unique ViewCVS views. But while we want to encourage creativity and innovation, we don't want the ViewCVS project itself having to maintain everyone's fun little themes. Anyway, so now installing a new template set is just a matter of dropping that set directory somewhere (anywhere, really) on your system and pointing 'template_dir' to that directory tree. No (very annoying) template modification conflicts to deal with every time you update ViewCVS on your system. And the best part is that existing ViewCVS configurations should all continue to work compatibly. * viewcvs/viewcvs.conf.dist Add a new option, "template_dir". Tweak documentation on the "docroot" option. And make the whole [templates] section work a little differently. * viewcvs/lib/config.py (Config.set_defaults): Use 'None' as the default value for the self.templates.directory, self.templates.log, self.templates.query, self.templates.diff, self.templates.graph, self.templates.annotate, self.templates.markup, self.templates.error, self.templates.query_form, self.templates.query_results, and self.templates.roots options. Add a new default value for self.options.template_dir. * viewcvs/lib/viewcvs.py (get_view_template): New. (generate_page): Instead of taking a template name, take a view name. Also, call get_view_template() to generate the full template path. (view_markup, view_roots, view_directory, view_log, view_annotate, view_cvsgraph, view_diff, view_revision_svn, view_queryform, view_queryform, view_error): Update calls to generate_page(). * viewcvs/lib/query.py (main): Use viewcvs.get_view_template(). git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1029 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-02-08 05:46:20 +03:00
# this directory for files with names that match the name of the view
# ("log", "directory", etc.) plus the ".ezt" extension. If specified
# as a relative path, it is relative to the directory where this config
# file resides; absolute paths may be used as well.
In short, facilitate the creation, testing, installation, and sharing of "template sets." I'm introducing a new configuration variable ('template_dir') which is the parent directory of all ViewCVS templates. Those templates have names which match the views they describe (directory.ezt, revision.ezt, graph.ezt, etc.). The 'docroot' variable will now default to "<template_dir>/docroot". Finally, the [templates] section will continue to work as before, save that all configuration therein (and templates not configured will fallback to "<template_dir>/<view_name>.ezt"). The beauty of this is that folks can start whipping up (and maintaining themselves) ViewCVS template sets which can be traded and shared, like themes for Mozilla or Windows XP. EZT is super-powerful, and there are some really fun things you can do with it to serve up interesting and unique ViewCVS views. But while we want to encourage creativity and innovation, we don't want the ViewCVS project itself having to maintain everyone's fun little themes. Anyway, so now installing a new template set is just a matter of dropping that set directory somewhere (anywhere, really) on your system and pointing 'template_dir' to that directory tree. No (very annoying) template modification conflicts to deal with every time you update ViewCVS on your system. And the best part is that existing ViewCVS configurations should all continue to work compatibly. * viewcvs/viewcvs.conf.dist Add a new option, "template_dir". Tweak documentation on the "docroot" option. And make the whole [templates] section work a little differently. * viewcvs/lib/config.py (Config.set_defaults): Use 'None' as the default value for the self.templates.directory, self.templates.log, self.templates.query, self.templates.diff, self.templates.graph, self.templates.annotate, self.templates.markup, self.templates.error, self.templates.query_form, self.templates.query_results, and self.templates.roots options. Add a new default value for self.options.template_dir. * viewcvs/lib/viewcvs.py (get_view_template): New. (generate_page): Instead of taking a template name, take a view name. Also, call get_view_template() to generate the full template path. (view_markup, view_roots, view_directory, view_log, view_annotate, view_cvsgraph, view_diff, view_revision_svn, view_queryform, view_queryform, view_error): Update calls to generate_page(). * viewcvs/lib/query.py (main): Use viewcvs.get_view_template(). git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1029 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-02-08 05:46:20 +03:00
#
# If %lang% occurs in the pathname, then the selected language will be
# substituted.
#
template_dir = templates
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# Web path to a directory that contains ViewVC static files
In short, facilitate the creation, testing, installation, and sharing of "template sets." I'm introducing a new configuration variable ('template_dir') which is the parent directory of all ViewCVS templates. Those templates have names which match the views they describe (directory.ezt, revision.ezt, graph.ezt, etc.). The 'docroot' variable will now default to "<template_dir>/docroot". Finally, the [templates] section will continue to work as before, save that all configuration therein (and templates not configured will fallback to "<template_dir>/<view_name>.ezt"). The beauty of this is that folks can start whipping up (and maintaining themselves) ViewCVS template sets which can be traded and shared, like themes for Mozilla or Windows XP. EZT is super-powerful, and there are some really fun things you can do with it to serve up interesting and unique ViewCVS views. But while we want to encourage creativity and innovation, we don't want the ViewCVS project itself having to maintain everyone's fun little themes. Anyway, so now installing a new template set is just a matter of dropping that set directory somewhere (anywhere, really) on your system and pointing 'template_dir' to that directory tree. No (very annoying) template modification conflicts to deal with every time you update ViewCVS on your system. And the best part is that existing ViewCVS configurations should all continue to work compatibly. * viewcvs/viewcvs.conf.dist Add a new option, "template_dir". Tweak documentation on the "docroot" option. And make the whole [templates] section work a little differently. * viewcvs/lib/config.py (Config.set_defaults): Use 'None' as the default value for the self.templates.directory, self.templates.log, self.templates.query, self.templates.diff, self.templates.graph, self.templates.annotate, self.templates.markup, self.templates.error, self.templates.query_form, self.templates.query_results, and self.templates.roots options. Add a new default value for self.options.template_dir. * viewcvs/lib/viewcvs.py (get_view_template): New. (generate_page): Instead of taking a template name, take a view name. Also, call get_view_template() to generate the full template path. (view_markup, view_roots, view_directory, view_log, view_annotate, view_cvsgraph, view_diff, view_revision_svn, view_queryform, view_queryform, view_error): Update calls to generate_page(). * viewcvs/lib/query.py (main): Use viewcvs.get_view_template(). git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1029 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-02-08 05:46:20 +03:00
# (stylesheets, images, etc.) If set, static files will get
# downloaded directory from this location. If unset, static files
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# will be served by the ViewVC script (at a likely performance
In short, facilitate the creation, testing, installation, and sharing of "template sets." I'm introducing a new configuration variable ('template_dir') which is the parent directory of all ViewCVS templates. Those templates have names which match the views they describe (directory.ezt, revision.ezt, graph.ezt, etc.). The 'docroot' variable will now default to "<template_dir>/docroot". Finally, the [templates] section will continue to work as before, save that all configuration therein (and templates not configured will fallback to "<template_dir>/<view_name>.ezt"). The beauty of this is that folks can start whipping up (and maintaining themselves) ViewCVS template sets which can be traded and shared, like themes for Mozilla or Windows XP. EZT is super-powerful, and there are some really fun things you can do with it to serve up interesting and unique ViewCVS views. But while we want to encourage creativity and innovation, we don't want the ViewCVS project itself having to maintain everyone's fun little themes. Anyway, so now installing a new template set is just a matter of dropping that set directory somewhere (anywhere, really) on your system and pointing 'template_dir' to that directory tree. No (very annoying) template modification conflicts to deal with every time you update ViewCVS on your system. And the best part is that existing ViewCVS configurations should all continue to work compatibly. * viewcvs/viewcvs.conf.dist Add a new option, "template_dir". Tweak documentation on the "docroot" option. And make the whole [templates] section work a little differently. * viewcvs/lib/config.py (Config.set_defaults): Use 'None' as the default value for the self.templates.directory, self.templates.log, self.templates.query, self.templates.diff, self.templates.graph, self.templates.annotate, self.templates.markup, self.templates.error, self.templates.query_form, self.templates.query_results, and self.templates.roots options. Add a new default value for self.options.template_dir. * viewcvs/lib/viewcvs.py (get_view_template): New. (generate_page): Instead of taking a template name, take a view name. Also, call get_view_template() to generate the full template path. (view_markup, view_roots, view_directory, view_log, view_annotate, view_cvsgraph, view_diff, view_revision_svn, view_queryform, view_queryform, view_error): Update calls to generate_page(). * viewcvs/lib/query.py (main): Use viewcvs.get_view_template(). git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1029 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-02-08 05:46:20 +03:00
# penalty, and from the "docroot" subdirectory of the directory
# specified by the "template_dir" option).
#docroot = /docroot
# Show last changelog message for sub directories
# The current implementation makes many assumptions and may show the
# incorrect file at some times. The main assumption is that the last
# modified file has the newest filedate. But some CVS operations
# touches the file without even when a new version is not checked in,
# and TAG based browsing essentially puts this out of order, unless
# the last checkin was on the same tag as you are viewing.
# Enable this if you like the feature, but don't rely on correct results.
show_subdir_lastmod = 0
# show a portion of the most recent log entry in directory listings
show_logs = 1
Implement alternative URL scheme, and make Subversion a little more public. Miscellaneous Subversion bug fixes, too. * viewcvs/lib/config.py (Config.set_defaults): Add default state for 'root_as_url_component' option. Remove "CVS" from the 'general/address' and 'general/main_title' default values. * viewcvs/cgi/viewcvs.conf.dist Lots of documentation changes in here. (root_as_url_component, svn_roots, svn_parent_path): New options. (address, main_title): Lose the "CVS" in the value. * viewcvs/lib/viewcvs.py (Request.__init__): Handle the new 'root_as_url_component' option. (list_roots): New. (clickable_path, download_url): Take any embedded roots into account during href generation. (view_diff): Fix the revision parsing here. I dunno why I ever made this code CVS-specific in the first place... (view_log_svn): Populate 'roottype' data member. (view_log_cvs): Was view_log(). Populate 'roottype' data member. (view_directory_cvs, view_directory_svn): Use new list_roots() helper. Also, calculate 'nav_path' unconditionally (it may be None, but it will at least be defined so templates can use it). (main): Update call to view_log_cvs(). * templates/directory.ezt * templates/dir_alternate.ezt Take 'embedded_root' into account for href generation. * templates/log.ezt Do some "CVS" vs. "Subversion" string changing. Disable "annotate" link for Subversion. * templates/log_table.ezt Disable "annotate" link for Subversion. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@575 8cb11bc2-c004-0410-86c3-e597b4017df7
2002-12-12 05:02:52 +03:00
# Show log when viewing file contents
show_log_in_markup = 1
# Cross filesystem copies when traversing Subversion file revision histories.
cross_copies = 1
# Display dates as UTC or in local time zone
use_localtime = 0
#use_localtime = 1
# == Configuration defaults ==
# Defaults for configuration variables that shouldn't need
# to be configured..
Cleanup ViewVC's configuration and use of external utilities by creating a new section of the configuration file strictly for defining the locations of these helper applications. This closes issue #229 (configurable path to sed) and issue #62 (configurable path to diff), and perhaps others I failed to find. * viewvc.conf.dist Add a new "utilities" section for corraling all the various tool-location configurations, and relocate (with some tweaks) a bunch of options: general.rcs_path => utilities.rcs_dir general.cvsnt_ext_path = utilities.cvsnt general.svn_path => utilities.svn options.enscript_path => utilities.enscript options.highlight_path => utilities.highlight options.py2html_path => utilities.py2html_dir options.php_exe => utilities.php options.cvsgraph_path => utilities.cvsgraph utilities.diff (new) utilities.gzip (new) utilities.sed (new) options.use_py2html (new) * lib/config.py (_sections): Add 'utilities' section. (Config.set_defaults): Reflect options tweaks made to viewvc.conf.dist in the code here. * lib/viewvc.py (Request.run_viewvc): Track renamed utilities.svn option. Now pass cfg.utilities into BinCVSRepository(), CCVSRepository(), and SubversionRepository(). Collapse now-identical SubversionRepository() calls. (markup_stream_python): Return immediately if options.use_py2html isn't set. Track renamed utilities.py2html_dir option. (view_cvsgraph_image, view_cvsgraph): Track renamed utilities.cvsgraph option. (MarkupPHP.__init__): Track renamed utilities.php option, and allow for 'php' as a fallback value. (MarkupHighlight.__init__): Track renamed utilities.highlight option. (MarkupEnscript.__init__): Track renamed utilities.enscript option, and honor new utilities.sed option. (download_tarball): Use new utilities.gzip option. * lib/vclib/__init__.py (_diff_fp.__init__): Add 'diff_cmd' parameter. * lib/vclib/svn/__init__.py (SubversionRepository.__init__): Drop 'svn_path' parameter, and now accept 'utilities'. (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/svn_ra/__init__.py (SubversionRepository.rawdiff): Pass self.diff_cmd to _diff_fp(). * lib/vclib/ccvs/__init__.py (CCVSRepository.rawdiff): Pass self.utilities.diff or 'diff' to _diff_fp(). * lib/vclib/bincvs/__init__.py (CVSRepository.__init__): Add 'utilities' parameter. (BinCVSRepository.__init__): Lose as no-longer-necessary. (BinCVSRepository.rcs_popen): Track renamed options, and renamed member variable that hold those options. * docs/upgrading-howto.html Note these options changes. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1407 8cb11bc2-c004-0410-86c3-e597b4017df7
2006-07-28 15:04:12 +04:00
# should we use Marc-Andrew Lemburg's py2html (and Just van Rossum's
# PyFontify) to colorize Python files?
use_py2html = 0
# the length to which the most recent log entry should be truncated when
# shown in the directory view
short_log_len = 80
# should we use 'enscript' for syntax coloring?
use_enscript = 0
# should we use 'highlight' for syntax coloring?
# NOTE: use_enscript has to be 0 or enscript will be used instead
use_highlight = 0
# should we add line numbers?
highlight_line_numbers = 1
# convert tabs to ## spaces (use 0 for no conversion)
highlight_convert_tabs = 2
# use php to colorize .php and .inc files?
use_php = 0
#
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# ViewVC can generate tarball from a repository on the fly.
#
allow_tar = 0
# allow_tar = 1
#
# Use CvsGraph. See http://www.akhphd.au.dk/~bertho/cvsgraph/ for
# documentation and download.
#
use_cvsgraph = 0
# use_cvsgraph = 1
#
# Location of the customized cvsgraph configuration file.
#
Tweak logic used to find installed paths ("lib" directory, configuration file, templates, etc). Specifically, make the following changes: - Get rid of hardcoded paths in module files ("lib" directory) and configuration files (viewcvs.conf and mod_python's .htaccess) - Allow stub scripts (for asp, cgi, and mod_python) to specify configuration files so it's possible to have multiple configurations of viewcvs running off a single installation. - Be more consistent about resolving paths when they aren't hardcoded (when ViewCVS is running from a source directory). In particular, try not to depend on the working directory. That way it's legal to run ./standalone.py instead of bin/standalone.py without getting an ImportError. - Get rid of global cfg variables in viewcvs.py and cvsdb.py. They led to all sorts of hacks in other files to pilfer and reset them. They were also possible sources of races in multithreaded environments like mod_python and asp. - Rewrite mod_python handler so library paths can be specified inside the stub files. * lib/apache.py removed, contained old mod_python handler * lib/config.py (Config.load_config): remove sys.argv voodoo, just load the configuration path specified in the pathname argument (Config.set_defaults): use relative path for cvsgraph_conf setting instead of hardcoded <VIEWCVS_INSTALL_DIRECTORY> literal * lib/cvsdb.py (CONF_PATHNAME, config, cfg): removed, configuration stuff (CheckinDatabase.__init__, CheckinDatabase.CreateSQLQueryString): add "_row_limit" member instead of using cfg object (CreateCheckinDatabase): removed, a do-nothing function (ConnectDatabaseReadOnly, ConnectDatabase): add cfg arguments (GetUnrecordedCommitList): add db argument * lib/query.py (CONF_PATHAME): removed (build_commit, run_query, main): add cfg arguments, use new viewcvs.get_template function * lib/viewcvs.py (CONF_PATHNAME, cfg, g_install_dir): removed (Request.__init__): add cfg member (Request.run_viewcvs, Request.get_link, check_freshness, get_view_template, generate_page, default_view, get_file_view_info, format_log, common_template_data, MarkupEnscript.__init__, markup_stream_python, markup_stream_php, make_time_string, view_markup, sort_file_data, view_directory, paging, view_log, view_annotate, view_cvsgraph_image, view_cvsgraph, view_doc, rcsdiff_date_reformat, spaced_html_text, DiffSource.__init__, DiffSource._get_row, view_patch, view_diff, generate_tarball, download_tarball, view_revision, is_query_supported, english_query, build_commit, view_query, view_error, main): stop using global config, use cfg arguments or request member instead (_install_path): new, use __file__ to locate template and configuation paths (get_view_template): use _install_path and return compiled template instead of path (is_viewable, default_view): rename is_viewable to default_view and return view instead of boolean (handle_config, load_config): rename handle_config to load_config and return config object instead of setting cfg global * bin/cgi/viewcvs.cgi * bin/cgi/query.cgi * bin/cvsdbadmin * bin/loginfo-handler * bin/standalone.py * bin/svndbadmin look for library relative to sys.argv[0] when no hardcoded library path is available. Also add configuration loading code. * bin/asp/viewcvs.asp * bin/asp/query.asp add configuration loading code * bin/mod_python/.htaccess specify new mod_python handler, remove reference to <VIEWCVS_APACHE_LIBRARY_DIRECTORY> * bin/mod_python/handler.py added, holds new mod_python handler * bin/mod_python/viewcvs.py * bin/mod_python/query.py rewrite for new handler, add hardcoded library and configuration paths * viewcvs.conf.dist remove references to <VIEWCVS_INSTALL_DIRECTORY> * viewcvs-install (FILE_INFO_LIST): stop hardcoding paths in config files (SetPythonPaths,): get rid of <VIEWCVS_INSTALL_DIRECTORY> and <VIEWCVS_APACHE_LIBRARY_DIRECTORY> substitutions (ApacheEscape, _re_apache): removed (InstallTree): stop hardcoding paths in lib directory git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1173 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-06 07:04:14 +03:00
cvsgraph_conf = cvsgraph.conf
#
# Set to enable regular expression search of all files in a directory
#
# WARNING:
#
# Enabling this option can consume HUGE amounts of server time. A
# "checkout" must be performed on *each* file in a directory, and
# the result needs to be searched for a match against the regular
# expression.
#
#
# SECURITY WARNING: Denial Of Service
#
# Since a user can enter the regular expression, it is possible for
# them to enter an expression with many alternatives and a lot of
# backtracking. Executing that search over thousands of lines over
# dozens of files can easily tie up a server for a long period of
# time.
#
# This option should only be used on sites with trusted users. It is
# highly inadvisable to use this on a public site.
#
use_re_search = 0
# use_re_search = 1
#
# Split directories and logs into pages.
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# Allows ViewVC to present discrete pages to the users instead of the
# entire log or directory.
# Set use_pagesize to the number of entries you want displayed on a page.
#
use_pagesize = 0
# use_pagesize = 20
# Limit number of changed paths shown per commit in the Subversion revision
# view and in query results. This is not a hard limit (the UI provides
# options to show all changed paths), but it prevents ViewVC from generating
# enormous and hard to read pages by default when they happen to contain
# import or merge commits affecting hundreds or thousands of files.
# Set to 0 to disable the limit.
limit_changes = 100
#---------------------------------------------------------------------------
[templates]
Work on issue 168, s/ViewCVS/ViewVC. This patch changes references to ViewCVS in comments, strings, and documentation. References to ViewCVS in filenames and urls still need to be fixed. Also, logo.png (the blimp) needs to be updated or replaced. This patch is by Gerard Gerritsen (sigcafe), the only change I've made is to restore a reference to ViewCVS in a comment about backwards compatibility. * windows/README * viewcvs-install * README * templates/include/footer.ezt * templates/include/header.ezt * templates/error.ezt * templates/query.ezt * templates/docroot/help.css * templates/docroot/help_query.html * templates/docroot/help_dirview.html * templates/docroot/help_rootview.html * templates/docroot/styles.css * templates/docroot/help_log.html * templates/diff.ezt * tools/make-release * lib/sapi.py * lib/dbi.py * lib/accept.py * lib/cvsdb.py * lib/config.py * lib/query.py * lib/vclib/bincvs/__init__.py * lib/vclib/svn/__init__.py * lib/vclib/__init__.py * lib/vclib/svn_ra/__init__.py * lib/vclib/ccvs/rcsparse/common.py * lib/vclib/ccvs/rcsparse/__init__.py * lib/vclib/ccvs/rcsparse/default.py * lib/vclib/ccvs/rcsparse/texttools.py * lib/vclib/ccvs/rcsparse/debug.py * lib/vclib/ccvs/__init__.py * lib/vclib/ccvs/blame.py * lib/blame.py * lib/popen.py * lib/compat.py * lib/viewcvs.py * lib/debug.py * INSTALL * bin/standalone.py * bin/make-database * bin/mod_python/query.py * bin/mod_python/viewcvs.py * bin/cgi/query.cgi * bin/cgi/viewcvs.cgi * bin/asp/query.asp * bin/asp/viewcvs.asp * bin/svndbadmin * bin/loginfo-handler * bin/cvsdbadmin * viewcvs.conf.dist git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1200 8cb11bc2-c004-0410-86c3-e597b4017df7
2005-12-17 20:19:28 +03:00
# You can override the templates used by various ViewVC views in this
# section. By default, ViewVC 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 directory where this config
# file resides, but absolute paths may also be used as well.
#
# 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
### an alternative directory view
#directory = templates/dir_new.ezt
#log = templates/log.ezt
### a table-based alternative log view
#log = templates/log_table.ezt
#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
#port = 3306
#database_name = ViewVC
#user =
#passwd =
#readonly_user =
#readonly_passwd =
#row_limit = 1000
#---------------------------------------------------------------------------
[vhosts]
### DOC
# vhost1 = glob1, glob2
# vhost2 = glob3, glob4
# [vhost1-section]
# option = value
# [vhost1-othersection]
# option = value
# [vhost2-section]
# option = value
#
# Here is an example:
#
# [vhosts]
# lyra = *lyra.org
#
# [lyra-general]
# forbidden = hideme
#
# [lyra-options]
# show_logs = 0
#
# Note that "lyra" is the "canonical" name for all hosts in the lyra.org
# domain. This canonical name is then used within the additional, vhost-
# specific sections to override specific values in the common sections.
#
#---------------------------------------------------------------------------