MFB: Upgrade to the new-reference-structure

- (Created missing setup sections in setup.xml, if any)
 - Moved the intro (the giant table) to book.xml
 - Changed the intro ID from <extname>.intro to intro.<extname>
 - Moved requirements/installation/configuration sections to setup.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248723 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2007-12-22 00:44:38 +00:00
parent 04a5f97879
commit 59321937d6
3 changed files with 97 additions and 38 deletions

View file

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: basic.vartype -->
<!-- Membership: core -->
<book xml:id="book.funchand" xmlns="http://docbook.org/ns/docbook">
<title>Function Handling Functions</title>
<titleabbrev>Function handling</titleabbrev>
<preface xml:id="intro.funchand">
&reftitle.intro;
<para>
These functions all handle various operations involved in working
with functions.
</para>
</preface>
&reference.funchand.setup;
&reference.funchand.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
-->

View file

@ -1,46 +1,13 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- Purpose: basic.vartype -->
<!-- Membership: core -->
<!-- $Revision: 1.10 $ -->
<reference xml:id="ref.funchand" xmlns="http://docbook.org/ns/docbook">
<title>Function Handling Functions</title>
<titleabbrev>Function handling</titleabbrev>
<reference xml:id="funchand.strings" xmlns="http://docbook.org/ns/docbook">
<title>Function handling &Functions;</title>
<partintro>
<section xml:id="funchand.intro">
&reftitle.intro;
<para>
These functions all handle various operations involved in working
with functions.
</para>
</section>
&reference.funchand.entities.functions;
<section xml:id="funchand.requirements">
&reftitle.required;
&no.requirement;
</section>
</reference>
<section xml:id="funchand.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="funchand.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="funchand.constants">
&reftitle.constants;
&no.constants;
</section>
</partintro>
&reference.funchand.entities.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="funchand.setup">
&reftitle.setup;
<section xml:id="funchand.requirements">
&reftitle.required;
&no.requirement;
</section>
<section xml:id="funchand.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="funchand.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="funchand.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
-->