Commit:    386724b54bda8e855c28b3c2b1d4f86d63ec557d
Author:    Hannes Magnusson <bj...@mongodb.com>         Sun, 29 Dec 2013 
23:30:45 -0800
Parents:   1546decfd78e7dc205ba78fad902b7191f0af6a1
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=386724b54bda8e855c28b3c2b1d4f86d63ec557d

Log:
Wrap paragraphs in.. <p>

Changed paths:
  M  rc.php


Diff:
diff --git a/rc.php b/rc.php
index b99505c..b13351b 100644
--- a/rc.php
+++ b/rc.php
@@ -9,6 +9,7 @@ common_header();
 ?>
             <h1>Release Candidates</h1>
                        <h2>Basics</h2>
+<p>
                        Release candidates are development packages released to 
check if any critical
                        problems have slipped into the code during the previous 
development period.
                        <i>Release candidates are <b>NOT</b> for production 
use, they are for testing purposes only</i>
@@ -16,36 +17,35 @@ common_header();
                        availability (GA) release and the last RC.
                        You can help the PHP Team and yourself detect problems 
by installing and testing
                        release candidates on your own (<i>non-production!</i>) 
server.
-            <br />
-            <br />
+</p>
                        <h2>Installation problems</h2>
+<p>
                        First of all, make sure the build process (on *nix 
only) and installation went fine for you.
                        PHP supports quite a number of operating systems on 
different platforms and we continue
                        to work on increasing this number.
                        If you encounter any problems during the installation, 
we would like to know about them.
-                       <br/>
-                       <br/>
+</p>
                        <h2>Testing the installation</h2>
+<p>
                        When done with the build, please run the test engine by 
using the '<code>make test</code>' command
                        and send us the results (hit '<code>Y</code>' when it 
asks you whether to send the report).
                        This way we'll receive the required information about 
your system to fix the problems
                        detected by the test suite (if any). Each and every 
report goes towards helping us
                        provide the best software we can, your feedback is a 
valuable resource and the
                        PHP group would hereby like to extend their gratitude 
for your effort.
-                       <br/>
-                       <br/>
+</p>
                        <h2>Real-life tests</h2>
+<p>
                        We would also appreciate if you install the RC on your 
development server and run
                        your software. This would help us to detect any 
unintentional changes between
                        the release candidates and general releases.
                        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 />
+</p>
            <h2>Getting the Release Candidates</h2>
+<p>
            The release candidates are available for download from <a 
href="http://qa.php.net/";>the QA frontpage</a>.
-           <br />
-           <br />
+</p>
 <?php
 
 common_footer();


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to