Minor updates to documentation.

* INSTALL
    update cvsgraph revision number and cgi directory path

* CHANGES
    mention "root_as_url_component" and fix the way a date is formatted

* website/upgrading.html
    fix stutter


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1027 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2005-02-06 19:53:17 +00:00
parent 605109cbfd
commit 0b989145a7
3 changed files with 8 additions and 4 deletions

View File

@ -11,8 +11,12 @@ Version 1.0 (not yet released)
before actually installing ViewCVS.
- New GUI field to test paging.
* add new, better-integrated query interface (2004-Jul-17)
* add new "root_as_url_component" option to embed root names as
path components in ViewCVS URLs for a more natural URL scheme
in ViewCVS configurations with multiple repositories.
(2002-Dec-12)
* add new "use_localtime" option to display local times instead of
UTC times (2002-05-06)
UTC times (2002-May-06)
* hide CVS "Attic" directories and add simple toggle for showing
dead files in directory listings (2004-Jul-31)
* show Unified, Context and Side-by-side diffs in HTML instead of

View File

@ -81,7 +81,7 @@ INSTALLING VIEWCVS
side-by-side diffs.
If you want to use cvsgraph, you have to obtain and install this
separately. See below. This was tested with cvsgraph-1.1.2.
separately. See below. This was tested with cvsgraph-1.5.1.
For the checkin database to work, you will need MySQL >= 3.22,
and the Python DBAPI 2.0 module, MySQLdb. This was tested with
@ -148,7 +148,7 @@ APACHE CONFIGURATION
Either METHOD A:
2) The ScriptAlias directive is very useful for pointing
directly to the viewcvs.cgi script. Simply insert a line containing
ScriptAlias /viewcvs <VIEWCVS_INSTALLATION_DIRECTORY>/cgi/viewcvs.cgi
ScriptAlias /viewcvs <VIEWCVS_INSTALLATION_DIRECTORY>/www/cgi/viewcvs.cgi
into your httpd.conf file. Choose the location in httpd.conf where
also the other ScriptAlias lines reside. Some examples:

View File

@ -91,7 +91,7 @@
UTC time rather than local time. This can cause times displayed on
the query page to be a few hours off if an old database is being
used with a new version of ViewCVS. The best way to fix this is to
rebuild the database with the new version of cvsdbadmin, but it it
rebuild the database with the new version of cvsdbadmin, but it
is also possible to enable a backwards compatibility mode by
setting <code>utc_time = 0</code> at the top of lib/dbi.py</p>