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

Purge references to PHP-GTK, it was abandoned (#1039)

This commit is contained in:
Jim Winstead
2024-07-27 05:26:35 -07:00
committed by GitHub
parent 45d3ec3eb7
commit e5ceb3e84c
6 changed files with 2 additions and 20 deletions

View File

@@ -60,10 +60,6 @@ foreach ($ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) {
If you are interested in how the documentation is edited and translated,
you should read the <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a>.
</li>
<li>
<a href="http://gtk.php.net/">PHP-GTK related documentation</a>
is hosted on the PHP-GTK website.
</li>
<li>
<a href="http://pear.php.net/manual/">Documentation of PEAR and the various
packages</a> can be found on a separate server.

View File

@@ -38,7 +38,6 @@ site_header("License Information", ["current" => "help"]);
<ul>
<li><a href="http://pecl.php.net/copyright.php">PECL</a></li>
<li><a href="http://pear.php.net/copyright.php">PEAR</a></li>
<li><a href="http://gtk.php.net/copyright.php">GTK</a></li>
</ul>
<?php site_footer();

View File

@@ -150,7 +150,6 @@ For related projects, please refer to licensing information on the Project websi
<ul>
<li><a href="http://pecl.php.net/copyright.php">PECL</a></li>
<li><a href="http://pear.php.net/copyright.php">PEAR</a></li>
<li><a href="http://gtk.php.net/copyright.php">GTK</a></li>
</ul>
<?php site_footer(['sidebar' => $SIDEBAR_DATA]);

View File

@@ -18,8 +18,7 @@ $SIDEBAR_DATA = '
<p>
Find the <a href="http://pear.php.net/support/lists.php">PEAR
lists</a>, the <a href="http://pecl.php.net/support.php">PECL
lists</a>, and the <a href="http://gtk.php.net/resources.php">PHP-GTK
lists</a> and the <a href="http://pecl.php.net/support.php">PECL
lists</a> on their own pages.
</p>

View File

@@ -152,15 +152,6 @@ site_header("A Tourist's Guide", ["current" => "help"]);
i.e. documentation files.
</p>
<h2 id="gtk" class="content-header"><a href="http://gtk.php.net/">gtk.php.net</a>: PHP-GTK</h2>
<p class="content-box">
This web site is the home of the PHP-GTK project, which allows PHP to be
used to build graphical interfaces, with slick interface and highly
interactive content. You'll find the downloads and docs here,
and the latest news from the project.
</p>
<h2 id="wiki" class="content-header"><a href="https://wiki.php.net/">wiki.php.net</a>: The PHP Wiki</h2>
<p class="content-box">
@@ -197,7 +188,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="#gtk">PHP-GTK</a></p>
<p class='panel'><a href="#wiki">The PHP Wiki</a></h2>
<p class='panel'><a href="#windows">PHP for Windows</a></h2>
<p class='panel'><a href="#people">The PHP Developers Profiles</a></h2>

View File

@@ -6,8 +6,7 @@ $SIDEBAR_DATA = '
<p>
Unsubscribe from the <a href="http://pear.php.net/support/lists.php">PEAR
lists</a>, the <a href="http://pecl.php.net/support.php">PECL
lists</a>, and the <a href="http://gtk.php.net/resources.php">PHP-GTK
lists</a> and the <a href="http://pecl.php.net/support.php">PECL
lists</a> on their own pages.
</p>
';