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

added description for docs.php.net and wiki.php.net

This commit is contained in:
Philip Olson
2008-04-11 04:56:02 +00:00
parent 4d71aeff6d
commit 7b18cbd79f

View File

@@ -143,6 +143,15 @@ site_header("A Tourist's Guide");
documentation teams together with tools, status reports and an RFC system.
</p>
<h2><a href="http://docs.php.net/">docs.php.net</a>: Documentation dev server</h2>
<p>
The documentation developmental server is a PHP mirror that contains upcoming
releases of the PHP documentation before it's pushed out to the mirrors.
Documentation changes, such as layout, is tested here (with feedback requested)
before being made official. Documentation is built here four times a day.
</p>
<h2><a href="http://qa.php.net/">qa.php.net</a>: Quality Assurance Team</h2>
<p>
@@ -198,4 +207,12 @@ site_header("A Tourist's Guide");
analysis.
</p>
<h2><a href="http://wiki.php.net/">wiki.php.net</a>: The PHP Wiki</h2>
<p>
Home of the official PHP wiki, this site contains information related to php.net like
RFCs, GSOC information, and TODO files. Most every aspect of the PHP project
has a wiki section and everyone is able to apply for wiki commit access.
</p>
<?php site_footer(); ?>