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

Annotation of cvsweb/README.knu, Revision 3.11

3.10      knu         1: $FreeBSD$
                      2: $Idaemons: /home/cvs/cvsweb/README.knu,v 3.9 2001/01/13 07:48:09 knu Exp $
3.2       knu         3:
3.1       knu         4: Added features over Zeller's version:
                      5:
                      6: o Customizable "show functions" option
                      7:     You can specify a regexp for each file type to teach rcsdiff(1) to
                      8:     recognize function lines.
                      9:
                     10: o Customizable PR categories
                     11: o Move $prcgi to cvsweb.conf
                     12:     Now each repository can have its own PR categories and
                     13:     query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}.
                     14:     It is useful when you have such as NetBSD and/or OpenBSD
                     15:     repositories.
                     16:
                     17: o Improved support for text-based browsers
                     18:     Unidiff is the default format for diffs, for text-based browsers.
                     19:
3.3       knu        20: o Enhanced PR # hyperlinking.
3.11    ! knu        21:     The following styles are supported.
3.1       knu        22:
                     23:         PR:     12345, 67890, ..
                     24:
                     25:         PR:     #12345, #67890, ..
                     26:
                     27:         PR#     sparc/12345, i386/67890
                     28:
                     29:         PR:     ports/43210
                     30:                 kern/98765
                     31:
                     32:         .. is related to bin/4567, which is ...
3.3       knu        33:
                     34: o Manpage hyperlinking.
3.11    ! knu        35:     Both `cat(1)' and `cat.1' styles are supported.
3.4       knu        36:
                     37: o Revision numbers hyperlinking in annotaion.
3.6       knu        38:
                     39: o Automatic tarball generation. (Obtained from Debian)
3.7       knu        40:
3.11    ! knu        41: o Automatic zipball generation.
3.7       knu        42:
3.11    ! knu        43: o Customizable repository entry order.
3.8       knu        44:
3.11    ! knu        45: o Location text field.
        !            46:
        !            47: o Support for the use of localized charsets.
        !            48:
        !            49: o Workaround for buggy web servers.
        !            50:
        !            51: o Numerous bugfixes regarding URI/filename manipulation.
        !            52:
        !            53: o Security fixes to let it work under perl -T.
3.1       knu        54:
                     55: --
3.11    ! knu        56: Akinori MUSHA <knu@FreeBSD.org> -- The FreeBSD Project

CVSweb