Commit: 747737a851a9fcd604e04ae286e0522839c8c7c0 Author: Hannes Magnusson <[email protected]> Fri, 13 Dec 2013 15:11:16 -0800 Parents: f3041a322097ce695f4a25bb1f68d3163db48cbf Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=747737a851a9fcd604e04ae286e0522839c8c7c0 Log: Add people. Changed paths: M sites.php Diff: diff --git a/sites.php b/sites.php index 8df6737..052734f 100644 --- a/sites.php +++ b/sites.php @@ -235,6 +235,12 @@ site_header("A Tourist's Guide", array("current" => "help")); has a wiki section and everyone is able to apply for wiki commit access. </p> +<h2 id="people" class="content-header"><a href="http://people.php.net/">people.php.net</a>: The PHP Developers Profiles</h2> + +<p class="content-box"> + A list of the developers behind PHP along with quick profiles for each of them. +</p> + <?php $SIDEBAR = <<< SIDEBAR_DATA @@ -255,6 +261,7 @@ $SIDEBAR = <<< SIDEBAR_DATA <p class='panel'><a href="#snaps">Daily PHP Snapshots</a></p> <p class='panel'><a href="#gcov">Test and Code Coverage analysis</a></p> <p class='panel'><a href="#wiki">The PHP Wiki</a></h2> +<p class='panel'><a href="#people">The PHP Developers Profiles</a></h2> SIDEBAR_DATA; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
