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

Annotation of cvsweb/TODO, Revision 3.2

3.2     ! scop        1: $FreeBSD$
        !             2: $Idaemons: /home/cvs/cvsweb/TODO.knu,v 3.6 2001/01/13 07:48:09 knu Exp $
3.1       knu         3:
3.2     ! scop        4: TODO list for the development branch of FreeBSD-CVSweb.
        !             5: -------------------------------------------------------------------------------
        !             6:
        !             7: o Ensure that fatal error messages are shown properly when gzip encoding
        !             8:   is enabled.
        !             9:
        !            10: o Use specialized modules from CPAN to do stuff, maybe these would be useful:
        !            11:   + Archive::Tar
        !            12:   + Archive::Zip
        !            13:   + Compress::Zlib
        !            14:   + Compress::Bzip2
        !            15:   + HTML::Entities and/or Apache::Util
        !            16:   + URI::Escape and/or Apache::Util
        !            17:
        !            18: o Integrate/cooperate with various CVS utilities.
        !            19:   + cvs2cl      <http://www.red-bean.com/cvs2cl/>
        !            20:   + cvsplot     <http://cvsplot.sourceforge.net/>
        !            21:   + CVSps       <http://www.cobite.com/cvsps/>
        !            22:   + CVShistory  <http://jamwt.com/CVSHistory/>
        !            23:
        !            24: o Check and launder all input CGI parameters as well as $ENV{PATH_INFO}
        !            25:   to make CVSweb work under Perl 5.8+ taint mode.
        !            26:
        !            27: o Support If-Modified-Since HTTP header.
        !            28:
        !            29: o Limit the number of log entries shown.
        !            30:
        !            31: o Explore whether we can use cvs for all operations and drop rlog, rcsdiff
        !            32:   and friends.

CVSweb