From 4d7b9400498961ea9e95fd86d74e8c0766058f0f Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 6 Sep 2006 21:41:16 +0000 Subject: [PATCH] mention doc.php.net and point to the sidebar for insite information --- sites.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/sites.php b/sites.php index 7ee0b54ae..2c888b1f5 100644 --- a/sites.php +++ b/sites.php @@ -2,6 +2,14 @@ // $Id$ $_SERVER['BASE_PAGE'] = 'sites.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +$SIDEBAR_DATA = ' +

PHP.net Sitemap

+

+ It might also be a good idea to dig deeper into + what PHP.net can offer you. Our sitemap + helps you find your way around the site. +

+'; site_header("A Tourist's Guide"); ?> @@ -11,7 +19,7 @@ site_header("A Tourist's Guide");

- Everyone knows the www.php.net site. All of us went there sooner or later, + Everyone knows the www.php.net site. All of us went there sooner or later, and will keep going back there. This is the central reference point for PHP users, and there is a wealth of information there. Not all of it is obvious. Come with me, I'll show you. @@ -124,6 +132,13 @@ site_header("A Tourist's Guide"); reported the same problem!).

+

doc.php.net: Documentation collaboration

+ +

+ The documentation projects website tries to gather all PHP.net hosted + documentation teams together with tools, status reports and an RFC system. +

+

qa.php.net: Quality Assurance Team