Commit: f7d77643d899c2bd8e88e4748533bf604f2dc749 Author: Hannes Magnusson <[email protected]> Wed, 1 Jan 2014 08:03:18 -0800 Parents: 0ace37d6c6eb7df13222b9912b245d5fa34d368d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f7d77643d899c2bd8e88e4748533bf604f2dc749 Log: Fixed bug #66380 (edit.php.net is missing on sites.php) Bugs: https://bugs.php.net/66380 Changed paths: M sites.php Diff: diff --git a/sites.php b/sites.php index 052734f..1993545 100644 --- a/sites.php +++ b/sites.php @@ -127,6 +127,14 @@ site_header("A Tourist's Guide", array("current" => "help")); documentation teams together with tools, status reports and an RFC system. </p> +<h2 id="edit" class="content-header"><a href="https://edit.php.net/">edit.php.net</a>: PhD Online Editor</h2> + +<p class="content-box"> + PhD O.E. is an online documentation editor. Its a great tool for users that are looking for a way to get into + contributing to PHP.net. Anonymous users can submit patches through the editor, while karma holders can approve + and commit changes directly from the editor. +</p> + <h2 id="docs" class="content-header"><a href="http://docs.php.net/">docs.php.net</a>: Documentation dev server</h2> <p class="content-box"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
