=================================================================== RCS file: /cvs/cvsweb/README,v retrieving revision 4.3 retrieving revision 4.7 diff -u -p -r4.3 -r4.7 --- cvsweb/README 2019/11/11 13:15:09 4.3 +++ cvsweb/README 2019/11/11 15:46:39 4.7 @@ -1,4 +1,4 @@ -$Id: README,v 4.3 2019/11/11 13:15:09 schwarze Exp $ +$Id: README,v 4.7 2019/11/11 15:46:39 schwarze Exp $ $knu: README,v 1.9 2006/06/22 22:25:27 linimon CVSweb is a WWW interface for CVS repositories. @@ -37,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. @@ -87,10 +80,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. @@ -161,8 +150,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?