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

Annotation of cvsweb/TODO.FreeBSD, Revision 3.17

3.7       knu         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.12      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.
3.8       knu         9:
3.9       scop       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:
3.14      scop       18: o Move CSS from Perl/HTML code to external .css files.
3.9       scop       19:
                     20: o Move HTML generation out from the main perl code as much as possible,
                     21:   possibly using a template system or XSLT.
                     22:
3.10      scop       23: o Implement XML output, and a SOAP/XML-RPC interface.
                     24:
                     25: o Integrate/cooperate with various CVS utilities.
3.15      scop       26:   + cvs2cl      <http://www.red-bean.com/cvs2cl/>
                     27:   + cvsplot     <http://cvsplot.sourceforge.net/>
                     28:   + CVSps       <http://www.cobite.com/cvsps/>
3.16      scop       29:
                     30: o Get rid of taint warnings on Perl 5.8.

CVSweb