[BACK]Return to README.FreeBSD CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/README.FreeBSD, Revision 3.12.2.4

3.12.2.4! schwarze    1: $Id$
        !             2: $knu: README.FreeBSD,v 1.12.2.3 2002/09/23 05:30:16 scop
3.2       knu         3:
3.12.2.2  scop        4: This is FreeBSD-CVSweb 2.0.
                      5:
                      6: To track the development, access the module `projects/cvsweb' in the
                      7: FreeBSD CVS repository, the name of this branch is 'rel-2_0-branch'.
                      8: rel-2_0-branch is a stable branch, whereas HEAD is an in-development one.
                      9: For up to date information, see the project home page.
3.12      knu        10:
3.12.2.1  scop       11:   Project home page:
3.12.2.2  scop       12:     <http://www.FreeBSD.org/projects/cvsweb.html>
3.12.2.1  scop       13:
3.12      knu        14:   Repository access:
3.12.2.2  scop       15:     <http://www.FreeBSD.org/support.html#cvs>
3.12      knu        16:
3.12.2.2  scop       17:   CVSweb of CVSweb (select the rel-2_0-branch):
                     18:     <http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/>
3.12      knu        19:
                     20:   Release archives:
3.12.2.2  scop       21:     <http://people.FreeBSD.org/~scop/cvsweb/>
                     22:     <ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/scop/>
3.12.2.1  scop       23:
                     24:   Mailing list:
3.12.2.2  scop       25:     <freebsd-cvsweb@FreeBSD.org>
                     26:     <http://www.FreeBSD.org/doc/handbook/eresources.html#ERESOURCES-SUBSCRIBE>
                     27:     <http://docs.FreeBSD.org/mail/>
3.12      knu        28:
                     29: Here is the list of added features over Zeller's version:
3.1       knu        30:
                     31: o Customizable "show functions" option
                     32:     You can specify a regexp for each file type to teach rcsdiff(1) to
                     33:     recognize function lines.
                     34:
                     35: o Customizable PR categories
                     36: o Move $prcgi to cvsweb.conf
                     37:     Now each repository can have its own PR categories and
                     38:     query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}.
                     39:     It is useful when you have such as NetBSD and/or OpenBSD
                     40:     repositories.
                     41:
                     42: o Improved support for text-based browsers
                     43:     Unidiff is the default format for diffs, for text-based browsers.
                     44:
3.3       knu        45: o Enhanced PR # hyperlinking.
3.11      knu        46:     The following styles are supported.
3.1       knu        47:
                     48:         PR:     12345, 67890, ..
                     49:
                     50:         PR:     #12345, #67890, ..
                     51:
                     52:         PR#     sparc/12345, i386/67890
                     53:
                     54:         PR:     ports/43210
                     55:                 kern/98765
                     56:
                     57:         .. is related to bin/4567, which is ...
3.3       knu        58:
                     59: o Manpage hyperlinking.
3.11      knu        60:     Both `cat(1)' and `cat.1' styles are supported.
3.4       knu        61:
3.12.2.3  scop       62: o Revision numbers hyperlinking in annotation.
3.6       knu        63:
                     64: o Automatic tarball generation. (Obtained from Debian)
3.7       knu        65:
3.11      knu        66: o Automatic zipball generation.
3.7       knu        67:
3.11      knu        68: o Customizable repository entry order.
3.8       knu        69:
3.11      knu        70: o Location text field.
                     71:
                     72: o Support for the use of localized charsets.
                     73:
                     74: o Workaround for buggy web servers.
                     75:
                     76: o Numerous bugfixes regarding URI/filename manipulation.
3.12.2.2  scop       77:
                     78: o HTML improvements.
3.11      knu        79:
                     80: o Security fixes to let it work under perl -T.
3.12.2.3  scop       81:
                     82: o Annotate works under mod_perl and against a read only repository.
3.12      knu        83:
                     84:
                     85: See the README file also.
3.1       knu        86:
                     87: --
3.12.2.1  scop       88: Ville Skyttä <scop@FreeBSD.org> -- The FreeBSD Project

CVSweb