mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
MFB: Upgrade to the new-reference-structure
- (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from <extname>.intro to intro.<extname> - Moved the constants entity to book.xml - Changed constants.xml to be an appendix - Moved the requirements, installation and resouces sections to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248840 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
beea3a0c62
commit
f5db399f29
4 changed files with 101 additions and 44 deletions
47
reference/info/book.xml
Normal file
47
reference/info/book.xml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Purpose: basic.php -->
|
||||
<!-- Membership: core -->
|
||||
|
||||
<book xml:id="book.info" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
||||
<preface xml:id="intro.info">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
This functions enable you to get a lot of information about PHP itself,
|
||||
e.g. runtime configuration, loaded extensions, version and much more.
|
||||
You'll also find functions to set options for your running PHP.
|
||||
The probably best known function of PHP - <function>phpinfo</function> -
|
||||
can be found here.
|
||||
</para>
|
||||
</preface>
|
||||
|
||||
&reference.info.setup;
|
||||
&reference.info.constants;
|
||||
&reference.info.reference;
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<section xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<appendix xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&extension.constants.core;
|
||||
<table>
|
||||
|
@ -213,7 +213,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
|
@ -1,48 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- Purpose: basic.php -->
|
||||
<!-- Membership: core -->
|
||||
|
||||
<reference xml:id="ref.info" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<section xml:id="info.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
This functions enable you to get a lot of information about PHP itself,
|
||||
e.g. runtime configuration, loaded extensions, version and much more.
|
||||
You'll also find functions to set options for your running PHP.
|
||||
The probably best known function of PHP - <function>phpinfo</function> -
|
||||
can be found here.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="info.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section xml:id="info.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
&reference.info.ini;
|
||||
|
||||
<section xml:id="info.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
&reference.info.constants;
|
||||
|
||||
</partintro>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
|
||||
<reference xml:id="ref.info" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>PHP Options/Info &Functions;</title>
|
||||
|
||||
&reference.info.entities.functions;
|
||||
|
||||
</reference>
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
46
reference/info/setup.xml
Normal file
46
reference/info/setup.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<chapter xml:id="info.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
<section xml:id="info.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
<section xml:id="info.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
</section>
|
||||
|
||||
&reference.info.ini;
|
||||
|
||||
<section xml:id="info.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
Loading…
Reference in a new issue