forked from php/web-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsites.php
245 lines (200 loc) · 8.71 KB
/
sites.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'sites.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA = '
<h3>PHP.net Sitemap</h3>
<p>
It might also be a good idea to dig deeper into
what PHP.net can offer you. Our <a href="/sitemap.php">sitemap</a>
helps you find your way around the site.
</p>
';
site_header("A Tourist's Guide", array("current" => "help"));
?>
<h1>PHP.net: A Tourist's Guide</h1>
<p>
Everyone knows the <code>php.net</code> site. All of us went there sooner or later,
and will keep going back there. This is the central reference point for PHP
users, and there is a wealth of information there. Not all of it is obvious.
Come with me, I'll show you.
</p>
<h2><a href="http://php.net/">php.net</a>: Main Website</h2>
<p>
This is the primary web site. The front page is where major news is published:
new PHP versions, security updates, and new projects launched. This site is
also <a href="/mirrors.php">mirrored in dozens of countries worldwide</a>.
</p>
<p>
This is the home of the <a href="/downloads.php">download page</a>, for
everyone to get the latest version of the PHP source code and binaries
for Windows. The current and next-to-current versions are available there.
(There is also a <a href="http://museum.php.net/">PHP Museum</a>, which has
all of the source distributions since June 1996.)
</p>
<p>
The next most visited section is the <a href="/docs.php">documentation</a>.
The documentation is translated into twelve different languages, and is
available in <a href="/download-docs.php">a variety of different formats</a>.
Users are able to read notes on the documentation left by other users, and
contribute their own notes. The documentation is a real community project
by itself!
</p>
<p>
The <a href="/support.php">support</a> page has all the directions to a wealth
of resources both inside and outside of PHP.net. The community has built a huge
network of knowledge bases, PHP user groups, and training sessions where anyone
can have his or her questions answered. Non-English-speaking users also get a
large share of attention.
</p>
<p>
Now, buckle up your seat belt, and stop smoking. Here are the no-light streets:
</p>
<h2>
<a href="http://talks.php.net/">talks.php.net</a>: Conference Materials
</h2>
<p>
This is where speakers at various PHP-related conferences keep their slides.
It covers all sorts of topics, from the famous 'Rasmus' introduction to PHP to
the latest 'PHP system administration', through PEAR and advanced topics. All
those slides are available within the PHP slide application.
</p>
<h2>
<a href="http://news.php.net/">news.php.net</a>:
Mailing Lists Web and NNTP Interface
</h2>
<p>
news.php.net is the web interface to the PHP mailing lists. If you're not
subscribed to the mailing lists, but you still want to keep in touch regularly,
this is your place. An infinite pile of fresh news and trends of PHP. You can
also point your news reader at the NNTP server at news.php.net to follow the
lists.
</p>
<h2>
<a href="http://pear.php.net/">pear.php.net</a>:
The PHP Extension and Application Repository
</h2>
<p>
PEAR is the next revolution in PHP. This repository is bringing higher level
programming to PHP. PEAR is a framework and distribution system for reusable
PHP components. It eases installation by bringing an automated wizard, and
packing the strength and experience of PHP users into a nicely organised OOP
library.
</p>
<h2>
<a href="http://pecl.php.net/">pecl.php.net</a>:
The PHP Extension Community Library
</h2>
<p>
PECL is a repository for PHP Extensions, providing a directory of all known
extensions and hosting facilities for downloading and development of PHP
extensions. <br />
The packaging and distribution system used by PECL is shared with
its sister, PEAR.
</p>
<!--
<h2>
<a href="http://pecl4win.php.net/">pecl4win.php.net</a>:
The PECL Windows Repository
</h2>
<p>
This site hosts a repository of PECL extensions precompiled for the Windows
platform.
</p>
-->
<h2><a href="http://bugs.php.net/">bugs.php.net</a>: Bug Database</h2>
<p>
The bug database is where you can bring problems with PHP to the attention of
developers (but don't forget to double-check that somebody else hasn't already
reported the same problem!).
</p>
<h2><a href="http://doc.php.net/">doc.php.net</a>: Documentation collaboration</h2>
<p>
The documentation projects website tries to gather all PHP.net hosted
documentation teams together with tools, status reports and an RFC system.
</p>
<h2><a href="http://docs.php.net/">docs.php.net</a>: Documentation dev server</h2>
<p>
The documentation developmental server is a PHP mirror that contains upcoming
releases of the PHP documentation before it's pushed out to the mirrors.
Documentation changes, such as layout, is tested here (with feedback requested)
before being made official. Documentation is built here four times a day.
</p>
<h2><a href="http://qa.php.net/">qa.php.net</a>: Quality Assurance Team</h2>
<p>
The Quality Assurance team is one of the most important pieces of the PHP
project, protecting users from bugs. It is gathered around the QA mailing list,
and this site allows anyone to provide tests and experience to the release
process.
</p>
<h2><a href="http://git.php.net/">git.php.net</a>: Git Repository</h2>
<p>
The PHP project is organized with a Git server, and this website is the web
interface to it. There you can browse the history (and latest versions) of the
source code for all of the PHP projects. For example, the
<a href="http://git.php.net/?p=php-src.git;a=summary">php-src</a> module is
the repository for the source code to the latest version of PHP itself.
Checking out the source code can be done <a href="git.php">anonymously</a>.
</p>
<p>
The Git repository is also mirrored on
<a href="https://github.com/php/php-src">GitHub</a>, for those who would
prefer to use GitHub's interface.
</p>
<p>
Using <a href="http://lxr.php.net/">OpenGrok</a> is another option to view the
source code, and it offers additional features like search and cross referencing.
</p>
<h2><a href="http://svn.php.net/">svn.php.net</a>: Archived SVN Repository</h2>
<p>
The PHP project used to be organized under the SVN revision control system, but
migrated to <a href="http://git.php.net/">Git</a> (see above) in March 2012.
The old SVN repository is archived here for posterity.
</p>
<h2><a href="http://cvsold.php.net/">cvsold.php.net</a>: Archived CVS Repository</h2>
<p>
The PHP project used to be organized under the CVS revision control system, but
migrated to <a href="http://svn.php.net/">Subversion</a> (see above) in July of 2009.
The old CVS repository is archived here for posterity. It was formerly named
cvs.php.net, but that now redirects to the SVN repository.
</p>
<h2><a href="http://lxr.php.net/">lxr.php.net</a>: Cross Reference</h2>
<p>
<a href="http://www.opensolaris.org/os/project/opengrok/">OpenGrok</a> allows
search and viewing of the PHP source code in an intelligent manner. Several branches
and sub-projects are listed.
Any time an important macro or function is detected within the code, it is linked
to its definition, and all its usage locations. This will help you build your code
and understand the PHP source.
</p>
<p>
The name "lxr" exists as it was once based on the "Linux Cross Reference", but
changed over to OpenGrok sometime in 2010.
</p>
<h2><a href="http://gtk.php.net/">gtk.php.net</a>: PHP-GTK</h2>
<p>
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><a href="http://snaps.php.net/">snaps.php.net</a>: Daily PHP Snapshots</h2>
<p>
This is your first stop if you're looking for cutting edge development versions
of PHP which are generated every day from the current stable and current
development sources.
</p>
<h2><a href="http://gcov.php.net/">gcov.php.net</a>: Test and Code Coverage analysis</h2>
<p>
This site is dedicated to automatic PHP code coverage testing. On a regular
basis current Git snapshots are being build and tested on this machine. After
all tests are done the results are visualized along with a code coverage
analysis.
</p>
<h2><a href="http://wiki.php.net/">wiki.php.net</a>: The PHP Wiki</h2>
<p>
Home of the official PHP wiki, this site contains information related to php.net like
RFCs, GSOC information, and TODO files. Most every aspect of the PHP project
has a wiki section and everyone is able to apply for wiki commit access.
</p>
<?php site_footer(); ?>