| Antony Dovgal 2007-02-23, 7:00 pm |
| tony2001 Fri Feb 23 13:21:56 2007 UTC
Modified files:
/qaweb rc.php
Log:
add a link to the frontpage
http://cvs.php.net/viewvc.cgi/qaweb...2&diff_format=u
Index: qaweb/rc.php
diff -u qaweb/rc.php:1.1 qaweb/rc.php:1.2
--- qaweb/rc.php:1.1 Wed Feb 21 10:30:32 2007
+++ qaweb/rc.php Fri Feb 23 13:21:56 2007
@@ -3,7 +3,7 @@
$TITLE = "Release Candidates";
$SITE_UPDATE = date("D M d H:i:s Y T", filectime(__FILE__));
-/* $Id: rc.php,v 1.1 2007/02/21 10:30:32 tony2001 Exp $ */
+/* $Id: rc.php,v 1.2 2007/02/23 13:21:56 tony2001 Exp $ */
common_header();
?>
@@ -69,6 +69,17 @@
Such real-life tests are the most valuable because our test suite does not yet
cover every possible use case (but we're working on that).
<br />
+ <br />
+ </td>
+ <td width="10"> </td>
+ </tr>
+ <tr>
+ <td width="10"> </td>
+ <td width="100%">
+ <h2>Getting the Release Candidates</h2>
+ The release candidates are available for download from <a href="http://qa.php.net/">the QA frontpage</a>.
+ <br />
+ <br />
</td>
<td width="10"> </td>
</tr>
|