Commit: 815f58d05d9734c887e8e11392fe3fba3c452413 Author: Kalle Sommer Nielsen <ka...@php.net> Tue, 17 Oct 2017 22:36:06 +0200 Parents: 7c4528483072860506dabe32d90a24ff4d1590f0 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=815f58d05d9734c887e8e11392fe3fba3c452413 Log: Fixed bug #75399 (Few non working links at php.net) As much as I would love to have a working lxr and just point it to aharvey@'s site, I have just commented out them for now, marking them with the ever grep'able XXX label Bugs: https://bugs.php.net/75399 Changed paths: M get-involved.php M sites.php Diff: diff --git a/get-involved.php b/get-involved.php index 6ebc67c..8f3eed7 100644 --- a/get-involved.php +++ b/get-involved.php @@ -55,14 +55,20 @@ site_header("Get Involved", array("current" => "community")); <?php +/* +XXX: lxr is offline and should be re-added once its are back online in a more permanent state (Kalle, 17/10/2017) + + <li><a href="http://lxr.php.net">lxr</a> - an online interface to the + PHP source, providing search facilities useful for programmers and researchers</li> + +*/ + $SIDEBAR_DATA =' <div class="panel"><a href="build-setup.php">Developer Setup Help</a></div> <div class="panel"> <div class="headline">Useful links for developers:</div> <div class="body"> <ul> - <li><a href="http://lxr.php.net">lxr</a> - an online interface to the - PHP source, providing search facilities useful for programmers and researchers</li> <li><a href="https://wiki.php.net/rfc/howto">The RFC process</a> - the process by which developers can suggest and discuss new ideas with the community</li> <li><a href="/build-setup.php">Developer Setup Help</a> - some helpful information diff --git a/sites.php b/sites.php index 722f78b..bad440a 100644 --- a/sites.php +++ b/sites.php @@ -174,6 +174,9 @@ site_header("A Tourist's Guide", array("current" => "help")); i.e. documentation files. </p> +<!-- +XXX: The following sites are offline and should be re-added once they are back online in a more permanent state (Kalle, 17/10/2017) + <h2 id="cvs" class="content-header"><a href="http://cvsold.php.net/">cvsold.php.net</a>: Archived CVS Repository</h2> <p class="content-box"> @@ -200,6 +203,7 @@ site_header("A Tourist's Guide", array("current" => "help")); changed over to OpenGrok sometime in 2010. </p> </div> +--> <h2 id="gtk" class="content-header"><a href="http://gtk.php.net/">gtk.php.net</a>: PHP-GTK</h2> @@ -234,6 +238,14 @@ site_header("A Tourist's Guide", array("current" => "help")); </p> <?php +/* +XXX: The following sites are offline and should be re-added once they are back online in a more permanent state (Kalle, 17/10/2017) + +<p class='panel'><a href="#cvs">Archived CVS Repository</a></p> +<p class='panel'><a href="#lxr">Cross Reference</a></p> + +*/ + $SIDEBAR = <<< SIDEBAR_DATA <p class='panel'><a href="#www">Main Website</a></p> @@ -247,8 +259,6 @@ $SIDEBAR = <<< SIDEBAR_DATA <p class='panel'><a href="#qa">Quality Assurance Team</a></p> <p class='panel'><a href="#git">Git Repository</a></p> <p class='panel'><a href="#svn">Archived SVN Repository</a></p> -<p class='panel'><a href="#cvs">Archived CVS Repository</a></p> -<p class='panel'><a href="#lxr">Cross Reference</a></p> <p class='panel'><a href="#gtk">PHP-GTK</a></p> <p class='panel'><a href="#gcov">Test and Code Coverage analysis</a></p> <p class='panel'><a href="#wiki">The PHP Wiki</a></h2> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php