Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2022-06-28T10:01:56+01:00

Commit: 
https://github.com/php/web-php/commit/1435387ce2a140be358a369a8f6870e66fe14ec0
Raw diff: 
https://github.com/php/web-php/commit/1435387ce2a140be358a369a8f6870e66fe14ec0.diff

Redesign Docs.php (#567)

* Fixed typo

* Move PHP 4 & 5 links to "more documentation"

* Change paragraph about URL and move down

* Remove duplication

Changed paths:
  M  docs.php


Diff:

diff --git a/docs.php b/docs.php
index 3bf412ecf..f48e7f342 100644
--- a/docs.php
+++ b/docs.php
@@ -14,11 +14,6 @@
  Please pick a language from the list below.
 </p>
 
-<p>
- More information about php.net URL shortcuts by visiting our
- <a href="urlhowto.php">URL howto page</a>.
-</p>
-
 <p>
  Note, that many languages are just under translation, and
  the untranslated parts are still in English. Also some translated
@@ -54,15 +49,10 @@
  <a href="download-docs.php">documentation downloads</a> page.
 </p>
 
-<div>
- <p>
-  Documentation for PHP 4 and PHP 5 has been removed from the
-  manual, but there are still archived versions still. For
-  more information, please read <a href="/manual/php4.php">
-  Documentation for PHP 4</a> and <a href="manual/php5.php">
-  Documentation for 5</a>, respectively.
- </p>
-</div>
+<p>
+ Information about php.net URL shortcuts can be found by visiting our
+ <a href="urlhowto.php">Navigation tips &amp; tricks page</a>.
+</p>
 
 <h2 class="content-header">More documentation</h2>
 <ul class="content-box listed">
@@ -81,8 +71,14 @@
  <li>
   You can still read a copy of the original <a href="/manual/phpfi2.php">PHP/FI
   2.0 Manual</a> on our site, which we only host for historical purposes.
-  The same applies to the <a href="/manual/php3.php">PHP 3 Manual</a>, and
-  the <a href="/manual/php4.php">PHP 4 Manual</a>.
+  The same applies to the <a href="/manual/php3.php">PHP 3 Manual</a>.
+ </li>
+ <li>
+  The PHP 4 and PHP 5 documentation has been removed from the
+  manual, but archived versions still exist. For
+  more information, please read <a href="/manual/php4.php">
+  Documentation for PHP 4</a> and <a href="manual/php5.php">
+  Documentation for 5</a>, respectively.
  </li>
 </ul>
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to