Advertise standalone.py ;-). And some cosmetic fixes

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@344 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/V0_8
pefu 2001-11-18 20:27:26 +00:00
parent d7c84f3149
commit 05bec0ce73
2 changed files with 12 additions and 5 deletions

14
INSTALL
View File

@ -14,18 +14,18 @@ TO THE IMPATIENT
Congratulations on getting this far. :-)
Prerequisites: Python 1.5 or later,
Python 1.5.2 or later to support the checkin database
(Python 1.5.2 or later to support the commit database, see below)
(http://www.python.org)
RCS, Revision Control System
(http://www.cs.purdue.edu/homes/trinkle/RCS)
a web-server capable of running CGI programs
(for example, Apache at http://www.apache.org)
read-only, physical access to a CVS repository
(See http://www.cvshome.org for more information)
Optional: GNU-diff to replace broken diff implementations
Optional: a web-server capable of running CGI programs
(for example, Apache at http://www.apache.org)
GNU-diff to replace broken diff implementations
(http://www.gnu.org/software/diffutils/diffutils.html)
MySQL to develop and search a checkin database
MySQL to create and query a commit database
(http://www.mysql.com)
(http://sourceforge.net/projects/mysql-python)
Enscript to colorize code displayed from the CVS repository
@ -33,6 +33,10 @@ Optional: GNU-diff to replace broken diff implementations
CvsGraph for a graphical representation of the CVS revisions
(http://www.akhphd.au.dk/~bertho/cvsgraph)
If you just want to see, how your CVS repository looks like with
ViewCVS, type "./standalone.py -g -r /WHERE_YOUR_CVS_REPOSITORY_ROOT_IS".
This will start a tiny webserver serving at http://localhost:7467.
To start installing right away (on UNIX): type "./viewcvs-install" in
the current directory and answer the prompts. When it finishes, edit
the file viewcvs.conf in the <VIEWCVS_INSTALLATION_DIRECTORY> to tell

3
README
View File

@ -1,3 +1,6 @@
ViewCVS -- Viewing the content of CVS repositories with a Webbrowser.
Type "./standalone.py -g -r /WHERE_YOUR_CVS_REPOSITORY_ROOT_IS" to try it out.
(Note: replace WHERE_YOUR_CVS_REPOSITORY_ROOT_IS above with the real pathname)
Please read the file INSTALL for more information.