diff --git a/docs.php b/docs.php index 70a281bf0..6d630ff82 100644 --- a/docs.php +++ b/docs.php @@ -30,13 +30,6 @@ $SIDEBAR_DATA=' and search there.

-

Sample Code

-

- Looking for some more sample PHP scripts? Our links page lists some archives of sample PHP code - - great places to find many example scripts and useful functions, organized for - your searching pleasure! -

'; site_header("Documentation", array("current" => "docs")); diff --git a/error.php b/error.php index d97663d07..7850cd171 100644 --- a/error.php +++ b/error.php @@ -339,6 +339,9 @@ $uri_aliases = array ( "docs-echm.php"=> "download-docs", // BC "odbc" => "uodbc", // BC + + "links" => "support.php", // BC + "links.php" => "support.php", // BC "oracle" => "oci8", "_" => "function.gettext", "cli" => "features.commandline", diff --git a/include/header.inc b/include/header.inc index 7e08b7728..338b848f4 100644 --- a/include/header.inc +++ b/include/header.inc @@ -168,9 +168,6 @@ if (isset($shortname) && $shortname) {
Mailing lists
Unsubscribe from mailing list
- -
PHP related sites
-
Planet PHP
About PHP.net
Other PHP.net sites
My PHP.net
diff --git a/include/layout.inc b/include/layout.inc index 3f59e8bf1..baa4ce334 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -235,7 +235,6 @@ function site_header($title = '', $config = array()) wiki | reporting bugs | php.net sites | - links | conferences | my php.net diff --git a/index-stable.php b/index-stable.php index a21a3e47f..d7e40976d 100644 --- a/index-stable.php +++ b/index-stable.php @@ -58,9 +58,7 @@ $SIDEBAR_DATA = ' especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. - After that, check out the online manual, - and the example archive sites and some of the other resources - available in the links section. + After that, check out the online manual.

Ever wondered how popular PHP is? See the diff --git a/links.php b/links.php deleted file mode 100644 index f1b1f758f..000000000 --- a/links.php +++ /dev/null @@ -1,443 +0,0 @@ -Support tips and links -

- We suggest you visit our support page - for information about mailing lists on PHP.net and some international - ones, as well as other support options. -

- -

PHP licensed software

-

- Additionally to these links, we have a - list of software available under - the PHP license. -

-'; -site_header("Links", array("current" => "community")); -?> - -

PHP Related Links

- -

- On these sites you will find tutorials, articles, example scripts, PHP - related tools, jobs, web hosting services, etc. -

- - -

PHP News

- - - - -

PHP Magazines

- - - - -

PHP Merchandise

- - - - -

Non-English PHP Sites

- - - - - diff --git a/sitemap.php b/sitemap.php index 948e430f6..813719009 100644 --- a/sitemap.php +++ b/sitemap.php @@ -50,7 +50,6 @@ site_header("Sitemap", array("current" => "help")); diff --git a/sitemap.xml b/sitemap.xml index 14199a817..1859ab406 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -64,9 +64,6 @@ http://php.net/license/distrib-guidelines-code.php - - http://php.net/links.php - http://php.net/manual/ diff --git a/sites.php b/sites.php index d1aea2c26..5fb3972d7 100644 --- a/sites.php +++ b/sites.php @@ -10,13 +10,6 @@ $SIDEBAR_DATA = ' helps you find your way around the site.

-

More PHP related sites

-

- Of course there are a lot more sites connected to PHP - somehow, which are not part of the PHP.net site family. - Our links page offers some start - pages you will find interesting. -

'; site_header("A Tourist's Guide", array("current" => "help")); ?> diff --git a/support.php b/support.php index 19cdb5362..08be1480a 100644 --- a/support.php +++ b/support.php @@ -77,22 +77,6 @@ site_header("Getting Help", array("current" => "help"));

Sample Code

-

- Looking for some more sample PHP scripts? Our links page lists some archives of sample PHP code - - great places to find many example scripts and useful functions, organized for - your searching pleasure! -

-

Instant Resource Center

diff --git a/urlhowto.php b/urlhowto.php index 958525b50..af20e68d6 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -62,9 +62,9 @@ function a($href) {

Page shortcuts

- If you write in a PHP.net URL, like links, + If you write in a PHP.net URL, like get-involved, first this URL is matched against the PHP.net pages. If there is - a page named links.php, then you'll get that page + a page named get-involved.php, then you'll get that page immediately. This type of shortcut makes easy to type in a link in an IRC conversation or mailing list message. If the script finds no page with this name, it tries to find a manual page.