MFB: Upgrade to the new-reference-structure

- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to constants
- Moved from reference.xml to setup.xml:
  - The rest: configuration, and added requirements, installation, and resources
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248641 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2007-12-21 03:37:38 +00:00
parent c838b3e026
commit 62133fc8d6
4 changed files with 118 additions and 49 deletions

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: basic.text -->
<!-- Membership: core -->
<book xml:id="book.strings" xmlns="http://docbook.org/ns/docbook">
<title>String &Functions;</title>
<titleabbrev>Strings</titleabbrev>
<preface xml:id="intro.strings">
&reftitle.intro;
<para>
These functions all manipulate strings in various ways. Some more
specialized sections can be found in the regular expression and
<link linkend="book.url">URL handling</link> sections.
</para>
<para>
For information on how strings behave, especially with regard to
usage of single quotes, double quotes, and escape sequences, see
the <link linkend="language.types.string">Strings</link> entry in
the <link linkend="language.types">Types</link> section of the
manual.
</para>
</preface>
&reference.strings.setup;
&reference.strings.constants;
&reference.strings.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,6 +1,6 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<section xml:id="string.constants" xmlns="http://docbook.org/ns/docbook">
<!-- $Revision: 1.3 $ -->
<appendix xml:id="string.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<variablelist>
@ -236,7 +236,7 @@
</listitem>
</varlistentry>
</variablelist>
</section>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,55 +1,23 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- Purpose: basic.text -->
<!-- Membership: core -->
<!-- $Revision: 1.10 $ -->
<reference xml:id="ref.strings" xmlns="http://docbook.org/ns/docbook">
<title>String Functions</title>
<titleabbrev>Strings</titleabbrev>
<reference xml:id="ref.strings" xmlns="http://docbook.org/ns/docbook">
<title>String &Functions;</title>
<partintro>
<section xml:id="strings.intro">
&reftitle.intro;
<para>
These functions all manipulate strings in various ways. Some more
specialized sections can be found in the regular expression and
<link linkend="ref.url">URL handling</link> sections.
</para>
<para>
For information on how strings behave, especially with regard to
usage of single quotes, double quotes, and escape sequences, see
the <link linkend="language.types.string">Strings</link> entry in
the <link linkend="language.types">Types</link> section of the
manual.
</para>
</section>
<partintro xml:id="strings.seealso">
&reftitle.seealso;
<para>
For even more powerful string handling and manipulating functions
take a look at the <link linkend="ref.regex">POSIX regular
expression functions</link> and the <link linkend="ref.pcre">Perl
compatible regular expression functions</link>.
</para>
</partintro>
<section xml:id="strings.requirements">
&reftitle.required;
&no.requirement;
</section>
&reference.strings.entities.functions;
<section xml:id="strings.installation">
&reftitle.install;
&no.install;
</section>
&reference.strings.constants;
<section xml:id="strings.seealso">
&reftitle.seealso;
<para>
For even more powerful string handling and manipulating functions
take a look at the <link linkend="ref.regex">POSIX regular
expression functions</link> and the <link linkend="ref.pcre">Perl
compatible regular expression functions</link>.
</para>
</section>
</partintro>
</reference>
&reference.strings.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="strings.setup">
&reftitle.setup;
<section xml:id="strings.requirements">
&reftitle.required;
&no.requirement;
</section>
<section xml:id="strings.installation">
&reftitle.install;
&no.install;
</section>
<section xml:id="strings.configuration">
&reftitle.runtime;
&no.config;
</section>
<section xml:id="strings.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
-->