Commit: 4718fd5fb94232e49e9acbcf467efb11db0ce99a Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 18:38:33 -0800 Parents: 7acfd731214589370a514899a1d86a302ac0d238 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4718fd5fb94232e49e9acbcf467efb11db0ce99a Log: Try to make sense of this Changed paths: M thanks.php Diff: diff --git a/thanks.php b/thanks.php index 3d29767..a169e5f 100644 --- a/thanks.php +++ b/thanks.php @@ -7,94 +7,75 @@ site_header("Thanks", array("current" => "community")); <h1>Thanks</h1> -<p> +<ul> +<li> <a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a> provides DNS services for the PHP domains. -</p> +</li< -<p> +<li> <a href="http://www.directi.com/">Directi</a> provides IP address to country lookup information. -</p> +</li> -<p> +<li> <a href="http://promote.pair.com/direct.pl?php.net">pair Networks</a> provides the servers and bandwidth for PEAR, PECL and mailing list services. -</p> +</li> -<p> +<li> <a href="http://www.rackspace.com/">Rackspace</a> provides the server and bandwidth for various php.net services. -</p> - -<p> - <a href="http://www.hostedsolutions.com/">Hosted Solutions</a> provides - the server and bandwidth that run various services and websites - for php.net. -</p> +</li> -<p> +<li> <a href="http://www.servercentral.net/">Server Central</a> provides a box and connection which runs various services and sites for php.net -</p> +</li> -<p> +<li> <a href="http://www.spry.com/">Spry VPS Hosting</a> provides a server and bandwidth for various php.net services. -</p> +</li> -<p> +<li> <a href="http://www.osuosl.org/">OSU Open Source Lab</a> provides a server and bandwidth for various php.net services. -</p> +</li> -<p> +<li> <a href="http://www.yahoo.com/">Yahoo! Inc.</a> provides bandwidth and hardware for www.php.net and git.php.net. -</p> +</li> -<p> +<li> <a href="http://www.nexcess.net/">NEXCESS.NET</a> provides a server and bandwidth for various php.net services. -</p> +</li> -<p> +<li> <a href="http://www.eukhost.com/">EUKhost</a> provides a server and bandwidth for various php.net services. -</p> +</li> -<p> - <a href="http://www.34sp.com/">34SP.com</a> provides the servers and bandwidth - used for buildbot testing. -</p> - -<p> - <a href="http://www.sohosted.nl/webhosting/">SoHosted Webhosting</a> provides the - servers and bandwidth used for buildbot testing and various windows based servers. -</p> - -<p> +<li> <a href="http://www.redpill-linpro.com">Redpill Linpro</a> provides managed servers and bandwidth for various php.net services. -</p> +</li> -<p> +<li> <a href="http://facebook.com">Facebook</a> provides us with SSL certificates. -</p> +</li> -<p> - <a href="http://krystal.co.uk">Krystal.co.uk</a> provides a server and bandwidth - for build testing and various PHP testing and quality assurance services. -</p> - -<p> +<li> <a href="http://servergrove.com/">ServerGrove</a> provides managed servers and bandwidth for various php.net services. -</p> +</li> -<p> +<li> <a href="http://www.bauer-kirch.de/">Bauer + Kirch GmbH</a> provides a server and bandwidth for the php.net monitoring infrastructure. -</p> +</li> +</ul> <p> And special thanks to all the companies who donate server space and bandwidth to host our international array of @@ -103,23 +84,25 @@ site_header("Thanks", array("current" => "community")); <h1>Thanks Emeritus</h1> -<p> +<ul> +<li> Special 'legacy' thanks go to the people and companies who have helped us in our past. -</p> +</li> -<p> +<li> <a href="http://www.synacor.com">Synacor</a> provided us with many terabytes of bandwidth and hosting for www.php.net and others for many years. -</p> +</li> -<p> +<li> <a href="http://www.vasoftware.com">VA Software Corp.</a> helped us by donating a server and resources to enable us to build manuals and distribute our content via rsync. -</p> +</li> -<p>PHP.net is very grateful for all their support.</p> +<li>PHP.net is very grateful for all their support.</li> +</ul> <?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
