Commit: b5451f3988f11975ae1d6d6698d7dd41ece22b7f Author: philip <phi...@php.net> Thu, 5 Dec 2013 13:41:35 -0800 Parents: d3b330b55d232db722eff3889241c2581d724c71 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b5451f3988f11975ae1d6d6698d7dd41ece22b7f Log: Improved the whitespace Changed paths: M get-involved.php Diff: diff --git a/get-involved.php b/get-involved.php index 54b008b..d176995 100644 --- a/get-involved.php +++ b/get-involved.php @@ -14,44 +14,64 @@ $SIDEBAR_DATA =' '; site_header("Get Involved", array("current" => "community")); - ?> + <h2>Contributing to PHP</h2> + <p> - Anybody who programs in PHP can be a contributing member of the community that develops and deploys it; - the task of deploying PHP, documentation and associated websites is a never ending one. - With every release, or release candidate comes a wave of work, which takes a lot of organization and co-ordination. + Anybody who programs in PHP can be a contributing member of the community + that develops and deploys it; the task of deploying PHP, documentation and + associated websites is a never ending one. With every release, or release + candidate comes a wave of work, which takes a lot of organization and + co-ordination. </p> + <p> - With the introduction of release managers comes a smoother release process, but help is still needed: - testing release candidates, finding and squashing bugs in tests, documentation, and sources. + With the introduction of release managers comes a smoother release process, + but help is still needed: testing release candidates, finding and squashing + bugs in tests, documentation, and sources. </p> <h3>Four Best Ways to Contribute</h3> + <p> - <ol> - <li>Running test suites in <a href="http://qa.php.net/">RC</a> and <a href="http://php.net/releases">release</a> distributions of PHP</li> - <li>Help finding and diagnosing failed tests, see the <a href="http://qa.php.net/write-test.php">phpt documentation</a></li> - <li>Filing and resolving bug reports at <a href="http://bugs.php.net">bugs.php.net</a></li> - <li>Help maintain and or translate documentation files at <a href="http://edit.php.net">edit.php.net</a></li> - </ol> + <ol> + <li>Running test suites in <a href="http://qa.php.net/">RC</a> + and <a href="http://php.net/releases">release</a> distributions of PHP</li> + <li>Help finding and diagnosing failed tests, see + the <a href="http://qa.php.net/write-test.php">phpt documentation</a></li> + <li>Filing and resolving bug reports + at <a href="http://bugs.php.net">bugs.php.net</a></li> + <li>Help maintain and or translate documentation files + at <a href="http://edit.php.net">edit.php.net</a></li> + </ol> </p> + <h3>Development of the PHP source</h3> + <p> - Someone hoping to become involved in the maintenance and development of the source should be experienced in all of the areas mentioned above, as - this creates a strong team; everyone knows how every other part of the project works. + Someone hoping to become involved in the maintenance and development of + the source should be experienced in all of the areas mentioned above, as + this creates a strong team; everyone knows how every other part of the + project works. </p> + <p> - You will also need experience in C programming as PHP is written entirely in C. + You will also need experience in C programming as PHP is written entirely in C. </p> + <p> - Below are some useful links for developers: - <ul> - <li><a href="http://lxr.php.net">lxr</a> - an online interface to the PHP source, providing search facilities useful for programmers and researchers</li> - <li><a href="https://wiki.php.net/rfc/howto">The RFC process</a> - the process by which developers can suggest and discuss new ideas with the community</li> - <li><a href="/build-setup">Developer Setup Help</a> - some helpful information regarding setting up a development environment for PHP</li> - </ul> + Below are some useful links for developers: + <ul> + <li><a href="http://lxr.php.net">lxr</a> - an online interface to the + PHP source, providing search facilities useful for programmers and researchers</li> + <li><a href="https://wiki.php.net/rfc/howto">The RFC process</a> - the process + by which developers can suggest and discuss new ideas with the community</li> + <li><a href="/build-setup">Developer Setup Help</a> - some helpful information + regarding setting up a development environment for PHP</li> + </ul> </p> + <?php site_footer(array('sidebar'=>$SIDEBAR_DATA)); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php