The NEWS file is just like the ChangeLog in the sense that it only
refers to changes in the package it's contained in.  Each of the
modules listed below needs it's own NEWS file.

Which reminds me, we need to make sure the modules are in good shape. 
At a minumum, they each need a README, ChangeLog and LICENSE file. 
The last one is most important.  There also needs to be the standard
license terms at the top of each source file (for whatever license you
choose), and appropriate copyright statements.  An AUTHORS file might
also be a good idea.

Ideally we'd have the website list all modules.  We can make a news
release whenever a new module is imported into CVS to keep people
informed.


On 6/8/05, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> Update of /cvsroot/naviserver/naviserver
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8033
> 
> Modified Files:
>         NEWS
> Log Message:
> added new modules section into NEWS
> 
> 
> Index: NEWS
> ===================================================================
> RCS file: /cvsroot/naviserver/naviserver/NEWS,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -C2 -d -r1.2 -r1.3
> *** NEWS        8 Jun 2005 16:14:03 -0000       1.2
> --- NEWS        8 Jun 2005 16:41:53 -0000       1.3
> ***************
> *** 47,48 ****
> --- 47,67 ----
>        * Modules nspd and nsext moved from core to external modules
>        * Objectified TclX keyed lists
> +
> + New Modules:
> +
> +     * New nsudp module to support HTTP over UDP
> +     * New nstk module that implements templating and Tcl utilities
> +     * New nsaspell module implements interface to GNU Aspell
> +     * New nsberkeleydb module implements interface to BerkelyDB
> +     * New nschartdir module implements charting interface to ChartDirector
> +     * New nsclamav module implements interface to ClamAV anti-virus
> +     * New nsdns module implements DNS client and server
> +     * New nsfortune module implements interface to Unix fortune game
> +     * New nsfreetds module implements database driver to FreeTDS
> +     * New nsgdchart module implements charting using GD library
> +     * New nsimap module implements IMAP client using UW imap client
> +     * New nsocaml module implements interface to OCaml langage
> +     * New nssavi module implements interface to Sophos anti-virus
> +     * New nssnmp module implements SNMP client and SNMP trap server
> +     * New nszlib module implements interface to zlib library

Reply via email to