=================================================================== RCS file: /cvs/cvsweb/README,v retrieving revision 4.2 retrieving revision 4.9 diff -u -p -r4.2 -r4.9 --- cvsweb/README 2019/11/08 21:10:43 4.2 +++ cvsweb/README 2019/11/29 19:30:16 4.9 @@ -1,7 +1,7 @@ -$Id: README,v 4.2 2019/11/08 21:10:43 schwarze Exp $ +$Id: README,v 4.9 2019/11/29 19:30:16 schwarze Exp $ $knu: README,v 1.9 2006/06/22 22:25:27 linimon -FreeBSD-CVSweb is a WWW interface for CVS repositories. +CVSweb is a WWW interface for CVS repositories. CVSweb was originally written by Bill Fenner and improved by Henner Zeller, Henrik Nordström, and Ken Coar, then Akinori MUSHA brought @@ -14,7 +14,7 @@ To track the development, access the MAIN branch of th versions, see the branch named 'FreeBSD-cvsweb-2_0-branch'. Project home page: - + Repository access: @@ -23,6 +23,7 @@ versions, see the branch named 'FreeBSD-cvsweb-2_0-bra Release archives: + A mailing list used to exist at the following place, @@ -36,13 +37,6 @@ 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. @@ -73,8 +67,6 @@ 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. @@ -86,12 +78,6 @@ 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 CVSHistory integration. - o Line number output for HTMLized views. o Support for showing README.cvs.html and README.cvs akin to Apache's @@ -160,8 +146,6 @@ Added features: cvsweb.cgi became quite huge now and is bad style code (I am not a perl-programmer - this is what I do in my spare time!) so this should be rewritten. - -I'd propose a Java-servlet which could use the C/S-protocol .. anyone ? And what about using mod_perl, and rewriting it into a set of proper Perl-5 modules?