=================================================================== RCS file: /cvs/cvsweb/README,v retrieving revision 3.2 retrieving revision 3.3 diff -u -p -r3.2 -r3.3 --- cvsweb/README 2002/07/03 20:45:43 3.2 +++ cvsweb/README 2004/01/31 18:24:23 3.3 @@ -1,5 +1,107 @@ $FreeBSD$ +$Idaemons: /home/cvs/cvsweb/README.knu,v 3.9 2001/01/13 07:48:09 knu Exp $ +This is FreeBSD-cvsweb 2.9.1, a beta release from the UNSTABLE development +branch of FreeBSD-CVSweb. + +To track the development, access the module `projects/cvsweb' in the +FreeBSD CVS repository, the HEAD branch. For a stable version, see the +branch named 'rel-2_0-branch'. + + Project home page: + + + Repository access: + + + CVSweb of CVSweb: + + + Release archives: + + + + Mailing list: + + + + +Here is the list of added features over Zeller's version: + +o Customizable "show functions" option + You can specify a regexp for each file type to teach rcsdiff(1) to + recognize function lines. + +o Customizable PR categories +o Move $prcgi to cvsweb.conf + Now each repository can have its own PR categories and + query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}. + It is useful when you have such as NetBSD and/or OpenBSD + repositories. + +o Improved support for text-based browsers + Unidiff is the default format for diffs, for text-based browsers. + +o Enhanced PR # hyperlinking. + The following styles are supported. + + PR: 12345, 67890, .. + + PR: #12345, #67890, .. + + PR# sparc/12345, i386/67890 + + PR: ports/43210 + kern/98765 + + .. is related to bin/4567, which is ... + +o Manpage hyperlinking. + Both `cat(1)' and `cat.1' styles are supported. + +o Revision numbers hyperlinking in annotation. + +o Automatic tarball generation. (Obtained from Debian) + +o Automatic zipball generation. + +o Customizable repository entry order. + +o Location text field. + +o Support for the use of localized charsets. + +o Workaround for buggy web servers. + +o Numerous bugfixes regarding URI/filename manipulation. + +o HTML improvements, XHTML 1.0 Transitional, and a separate CSS file for + presentation. + +o Security fixes to let it work under perl -T. + +o Annotate works under mod_perl and against a read only repository. + +o CvsGraph integration. + +o Syntax highlighting using GNU Enscript . + +o Line number output for HTMLized views. + +o Support for showing README.cvs.html and README.cvs akin to Apache's + FancyIndexes. + +o Support for external diff tools. + +o Works with mod_perl >= 1.99_11 as well as 1.2x. + +See the README file also, as well as TODO for new features under +consideration and development. + +------------------------------------------------------------------------------- +The original Zeller README follows (possibly outdated to some extent): +------------------------------------------------------------------------------- + The cgi-script cvsweb.cgi is written by Bill Fenner (see [1]) for the freebsd project. It allows browsing of CVS-repositories (see [2]) with an HTML-browser. @@ -76,3 +178,5 @@ or [2] for cvs, see +-- +Ville Skyttä -- The FreeBSD Project