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

Annotation of cvsweb/TODO, Revision 4.5

4.5     ! schwarze    1: $Id: TODO,v 4.4 2019/11/26 11:53:01 schwarze Exp $
4.1       schwarze    2: $knu: TODO,v 1.10 2004/10/31 22:46:00 scop
3.1       knu         3:
4.3       schwarze    4: TODO list for CVSweb
3.2       scop        5: -------------------------------------------------------------------------------
                      6:
3.6       scop        7: o Tear the code apart, and modularize.
                      8:
3.2       scop        9: o Ensure that fatal error messages are shown properly when gzip encoding
                     10:   is enabled.
                     11:
                     12: o Use specialized modules from CPAN to do stuff, maybe these would be useful:
                     13:   + Archive::Tar
                     14:   + Compress::Zlib
3.3       scop       15:   + HTML::Entities
3.6       scop       16:   + Cvs or VCS::LibCVS
3.2       scop       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:
                     23: o Limit the number of log entries shown.
                     24:
                     25: o Explore whether we can use cvs for all operations and drop rlog, rcsdiff
                     26:   and friends.
3.6       scop       27:
                     28: o Find out if it is feasible to provide prune-like functionality, ie. hide
                     29:   empty subdirs.
                     30:
                     31: o Recursive diffs, including support for tags/branches/dates.
                     32:
                     33: o Support for dates in tarballs/zips (in addition to tags/branches).

CVSweb