mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
welcome! A couple of important notes: - I've largely dropped references to Subversion altogether, even knowing that php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account" references in there if php-doc isn't going to be migrated in the near future. - I've removed the quick start hints from git-php.php after an account request has been sent in. The documentation there was pretty skimpy anyway and probably wouldn't have been enough to get a developer going, plus it's harder to distill the Git workflow into three or four snappy commands and I'm not really convinced that a form confirmation page is the right place to have learning materials, since it's a one-time page for most users. Instead I've replaced them with links to the relevant Wiki pages, which seem more likely to be the right place for new developers to learn. News post to come, but I wanted to separate this out for easier review.
126 lines
3.3 KiB
PHP
126 lines
3.3 KiB
PHP
<?php
|
|
// $Id$
|
|
$_SERVER['BASE_PAGE'] = 'thanks.php';
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
site_header("Thanks", array("current" => "FIXME"));
|
|
?>
|
|
|
|
<h1>Thanks</h1>
|
|
|
|
<p>
|
|
<a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a>
|
|
provides DNS services for the PHP domains.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.directi.com/">Directi</a> provides
|
|
IP address to country lookup information.
|
|
</p>
|
|
|
|
<p>
|
|
<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>
|
|
|
|
<p>
|
|
<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>
|
|
|
|
<p>
|
|
<a href="http://www.servercentral.net/">Server Central</a> provides
|
|
a box and connection which runs various services and sites for php.net
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.spry.com/">Spry VPS Hosting</a> provides a server and
|
|
bandwidth for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.osuosl.org/">OSU Open Source Lab</a> provides a server and
|
|
bandwidth for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.yahoo.com/">Yahoo! Inc.</a> provides bandwidth and
|
|
hardware for www.php.net and git.php.net.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.nexcess.net/">NEXCESS.NET</a> provides a server and bandwidth
|
|
for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.eukhost.com/">EUKhost</a> provides a server and bandwidth
|
|
for various php.net services.
|
|
</p>
|
|
|
|
<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>
|
|
<a href="http://www.redpill-linpro.com">Redpill Linpro</a> provides managed servers and bandwidth for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://facebook.com">Facebook</a> provides us with SSL certificates.
|
|
</p>
|
|
|
|
<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>
|
|
<a href="http://servergrove.com/">ServerGrove</a> provides managed servers and bandwidth for various php.net services.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://www.bauer-kirch.de/">Bauer + Kirch GmbH</a> provides a server and bandwidth
|
|
for the php.net monitoring infrastructure.
|
|
</p>
|
|
|
|
<p>
|
|
And special thanks to all the companies who donate server space and
|
|
bandwidth to host our international array of
|
|
<a href="/mirrors.php">mirror sites</a>.
|
|
</p>
|
|
|
|
<h1>Thanks Emeritus</h1>
|
|
|
|
<p>
|
|
Special 'legacy' thanks go to the people and companies who have helped
|
|
us in our past.
|
|
</p>
|
|
|
|
<p>
|
|
<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>
|
|
|
|
<p>
|
|
<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>
|
|
|
|
<p>PHP.net is very grateful for all their support.</p>
|
|
|
|
<?php site_footer(); ?>
|