mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Maybe a little better?
This commit is contained in:
10
docs.php
10
docs.php
@@ -7,7 +7,8 @@ site_header("Documentation", array("current" => "docs"));
|
||||
|
||||
?>
|
||||
|
||||
<h1>Documentation</h1>
|
||||
<h1 class="content-header">Documentation</h1>
|
||||
<div class="content-box">
|
||||
|
||||
<p>
|
||||
The PHP Manual is available online in a selection of languages.
|
||||
@@ -27,8 +28,9 @@ site_header("Documentation", array("current" => "docs"));
|
||||
parts might be outdated. The translation teams are open to
|
||||
contributions.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table border="0" cellpadding="3" cellspacing="2" class="standard">
|
||||
<table class="standard">
|
||||
<tr>
|
||||
<th>Formats</th>
|
||||
<th>Destinations</th>
|
||||
@@ -66,8 +68,8 @@ foreach ($ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) {
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>More documentation</h2>
|
||||
<ul>
|
||||
<h2 class="content-header">More documentation</h2>
|
||||
<ul class="content-box listed">
|
||||
<li>
|
||||
If you are interested in how the documentation is edited and translated,
|
||||
you should read the <a href="https://wiki.php.net/doc/howto">Documentation HOWTO</a>.
|
||||
|
||||
@@ -37,7 +37,7 @@ $groups = array(
|
||||
|
||||
?>
|
||||
|
||||
<h1>Using Git for PHP Development</h1>
|
||||
<h1 class="content-header">Using Git for PHP Development</h1>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -179,6 +179,7 @@ EOT;
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="content-box">
|
||||
<p>
|
||||
All PHP development is done through a distributed revision control system
|
||||
called Git. This helps us track changes and it makes it possible for people
|
||||
@@ -196,6 +197,7 @@ EOT;
|
||||
<p>
|
||||
And once again, since people just don't seem to understand this point:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<table border="0" cellpadding="3" class="standard">
|
||||
<tr>
|
||||
@@ -240,7 +242,8 @@ EOT;
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
<h3 class="content-header">Contributing patches</h3>
|
||||
<p class="content-box">
|
||||
If you are contributing a patch, a small fix, or another minor change you do
|
||||
not need to ask for a Git account before submitting it. Fork our
|
||||
<a href="https://github.com/php/php-src">GitHub repository</a> and create a
|
||||
|
||||
Reference in New Issue
Block a user