mirror of
https://github.com/php/web-doc.git
synced 2025-08-06 11:06:29 +00:00
0c34ec2edb304f216417b230a942a05f1bf0f704

It's silly criterion and results were incorrect.
doc.php.net
This repository contains files of doc.php.net, site created to help documentation contributors doing their job by
providing them useful tools, statistics etc. Site has been partly rewritten in March 2014. If you have suggestions,
please contact us on php.doc.web
mailing list or contribute by i.e. sending pull request to this repo.
Installation
Requirements:
- PHP 5
- GD extension (for generating charts)
- SQLite3
- Unpack a copy of JpGraph 3.0.7 into
/include/jpgraph/
(here) - You need to run the scripts/populatedocs.sh to fetch all the required documentation for the site.
- Increase memory limit for PHP scripts to at least 32MB
- Fill in two configuration files
build-ops.sample.php
(rename it tobuild-ops.php
)@SVNDIR@
- absolute path to dir where scripts will clone SVN repos to and then use them for generating data
build-ops-sample
(rename it tobuild-ops
[no ext])@PHP@
- path to the PHP executable file@SVNDIR@
- absolute path to dir where scripts will clone SVN repos to and then use them for generating data@DOCDIR@
- path to the directory with documentation in SVN repo@DOCWEB@
- absolute path to directory with this website@SCRIPTSDIR@
- absolute path to/scripts/
directory@SRCDIR@
- path to the directory with PHP source code in SVN repo
- Configure the virtual host under Apache. Current suggested settings are:
<VirtualHost 127.0.0.1:80>
ServerName doc.php.net
ServerAdmin doc-web@lists.php.net
DocumentRoot /path/to/docweb/www
ErrorDocument 404 /error.php
php_flag register_globals Off
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
<Directory /path/to/docweb/www>
Allowoverride FileInfo Options Limit
Options -Indexes
</Directory>
</VirtualHost>
TODO
- add more cowbell
Description
Languages
PHP
100%