CVS: web support.php,1.13,1.14
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-18 17:30:18
|
Update of /cvsroot/phpweather/web In directory usw-pr-cvs1:/tmp/cvs-serv18451 Modified Files: support.php Log Message: Updated! Index: support.php =================================================================== RCS file: /cvsroot/phpweather/web/support.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- support.php 6 Mar 2002 22:31:15 -0000 1.13 +++ support.php 18 Mar 2002 17:30:14 -0000 1.14 @@ -1,21 +1,53 @@ -<html> - <head> - <title>Support for PHP Weather</title> - </head> - <body> - <a href="http://sourceforge.net/projects/phpweather/"><img - src="http://sourceforge.net/sflogo.php?group_id=23245" width="88" - height="31" border="0" alt="SourceForge Logo" align="right"></a> - - <h1>Support for PHP Weather</h1> - - <p>The main source of support on PHP Weather is the maillinglist at - <a href="http://www.sourceforge.net/">SourceForge</a>. You'll find - it here: <a href="http://sourceforge.net/mail/?group_id=23245">PHP - Weather Mailing Lists</a>.</p> +<?php require('include/header.php'); ?> - <p>Please note, that you have to subscribe to the lists, <i>before</i> you - can post to them. This is to prevent SPAM on the lists.</p> +<p>You should start by reading the <a +href="docs/index.php">documentaion</a> if you're having problems with +PHP Weather. After you've done that, then try the mailinglist at <a +href="http://www.sourceforge.net/">SourceForge</a>. There's two +maillinglists in use at <a +href="http://www.sourceforge.net/">SourceForge</a>, although you can +only post to one of them:</p> - </body> -</html> +<dl> + + <dt><a href="http://lists.sourceforge.net/mailman/listinfo/phpweather-devel">phpweather-devel Subscribe/Unsubscribe/Preferences</a></dt> + <dt><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=2219">phpweather-devel Archives</a></dt> + + <dd> + + <p>This list is use for all sorts of questions and discussion + about PHP Weather. People can come here asking for help (for + problems with both version 1.x and 2.x) or we can discuss the + development of PHP Weather.</p> + + <p>The list is generally a low-volume list, but this depends on + how much work we're doing on PHP Weather. There has been periods + with only a single mail or so each month, and there are periods + with a couple mails each day.</p> + + </dd> + + <dt><a href="http://lists.sourceforge.net/mailman/listinfo/phpweather-checkins">phpweather-checkins Subscribe/Unsubscribe/Preferences</a></dt> + <dt><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=2210">phpweather-checkins Archives</a></dt> + + <dd> + + <p>If you're using the CVS version of PHP Weather, then you + should subscribe to this list. Everytime the sources are changed + in CVS, a mail is sent to the list with the differences between + the new and old version of the changed files.</p> + + <p>The amount of mail that flows through this list is (naturally) + very dependent on the amount of work being done on PHP Weather. + But you should probably prepare for a couple of mails a month, and + several mails each day when we're really busy.</p> + + </dd> + +</dl> + +<p>Please note, that you have to subscribe to the lists, <i>before</i> +you can post to them. You're only allowed to post to the lists from a +subscribed address - this is to prevent SPAM on the lists.</p> + +<?php require('include/footer.php'); ?> |