1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Remove the "usage" page as its poorly outdated (Stas)

This commit is contained in:
Kalle Sommer Nielsen
2017-01-09 05:49:41 +01:00
parent 60d421e251
commit 3abb7f2da6
3 changed files with 0 additions and 45 deletions

View File

@@ -106,7 +106,6 @@ site_header("Sitemap", array("current" => "help"));
<li><a href="/credits.php">Credits</a></li>
<li><a href="/contact.php#ads">Advertising at PHP.net</a></li>
<li><a href="/license/">License Information</a></li>
<li><a href="/usage.php">Usage</a></li>
</ul>
<?php site_footer();

View File

@@ -124,7 +124,4 @@
<url>
<loc>http://php.net/urlhowto.php</loc>
</url>
<url>
<loc>http://php.net/usage.php</loc>
</url>
</urlset>

View File

@@ -1,41 +0,0 @@
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'usage.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats", array("current" => "community"));
?>
<h1>Usage Stats for January 2013</h1>
<p>
PHP: 244M sites, 2.1M IP addresses<br>
Source: <a href="http://news.netcraft.com/archives/2013/01/31/php-just-grows-grows.html">Netcraft</a><br>
</p>
<p>
<?php print_image("stats/php-trend-201301-netcraft.png", "Graph"); ?>
</p>
<p>
<a href="http://w3techs.com/">w3techs.com</a> provides statistics for
<a href="http://w3techs.com/technologies/overview/programming_language/all">server-side programming languages</a>
where you can also see the market share
<a href="http://w3techs.com/technologies/details/pl-php/all/all">by version</a>.
<br>
See their <a href="http://w3techs.com/faq">FAQ</a> and <a href="http://w3techs.com/technologies">technologies</a>
page for the details of the methodologies used for the surveys.
</p>
<p>
You can also see how popular PHP is relative to other Apache modules
at <a href="http://www.securityspace.com/bizintel/index.html">SecuritySpace's
Web Survey</a>.
</p>
<p>
There is also a
<a href="http://www.tiobe.com/tpci.htm">Programming Community Index</a>
provided by TIOBE.
</p>
<?php site_footer(); ?>