From: <vb...@us...> - 2002-09-09 02:04:44
|
Update of /cvsroot/webnotes/web In directory usw-pr-cvs1:/tmp/cvs-serv20258 Modified Files: mailinglists.php Log Message: Updated the mailing lists page Index: mailinglists.php =================================================================== RCS file: /cvsroot/webnotes/web/mailinglists.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mailinglists.php 8 Sep 2002 06:12:53 -0000 1.4 +++ mailinglists.php 9 Sep 2002 02:04:41 -0000 1.5 @@ -2,6 +2,17 @@ <span class="page_title">Mailing Lists</span> <hr size="1" noshade="noshade" width="100%"> -<p>There is a mailing list for announcements. Announcements will be posted to it after each release. Please use the <a href="forums.php">Discussion Forums</a> if you need help.</p> -<p align="center"><strong><a href="http://sourceforge.net/mail/?group_id=15381">SourceForge Mailing List</a></strong></p> +<p>phpWebNotes provides its users and developers with multiple mailing lists in order to target +their needs. Following is a list of these mailing lists:</p> + +<ul> +<li><strong>webnotes-announce</strong> - Used to announce new releases.</li> +<li><strong>webnotes-help</strong> - Users can post requests for help on this mailing list. The webnotes developers as well as other users are encouraged to reply to such requests.</li> +<li><strong>webnotes-devel</strong> - All development issues are discussed on this mailing lists. All developers are +encouraged to post to this list before starting on any major work.</li> +<li><strong>webnotes-cvs</strong> - All commits and their associated comments are automatically posted to this mailing list.</li> +</ul> + +<p>To subscribe to any of the above mailing lists, click <a href="http://sourceforge.net/mail/?group_id=15381">here</a>.</p> + <?php include('footer.php') ?> |